imposition 0.9.5.5 → 0.9.5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/imposition/metodos.rb +1 -1
- data/lib/locales/en.yml +2 -1
- data/lib/locales/es.yml +1 -0
- metadata +3 -2
data/lib/imposition/metodos.rb
CHANGED
|
@@ -469,7 +469,7 @@ def self.validacion(impostor, preguntas)
|
|
|
469
469
|
impostor.nX=impostor.nX/2
|
|
470
470
|
impostor.w=impostor.w*2
|
|
471
471
|
impostor.w_["numero"]=impostor.w
|
|
472
|
-
mensajes.push(Clases::MensajeBooklets.new(1,
|
|
472
|
+
mensajes.push(Clases::MensajeBooklets.new(1,I18n.t(:halfDouble)))
|
|
473
473
|
end
|
|
474
474
|
#HORIZONTALMENTE
|
|
475
475
|
if impostor.w!=0.point then
|
data/lib/locales/en.yml
CHANGED
|
@@ -69,4 +69,5 @@ en:
|
|
|
69
69
|
notmine: "i don't own %{entrada}"
|
|
70
70
|
notafile: "%{entrada} not a file"
|
|
71
71
|
nofile: "you have specified no file"
|
|
72
|
-
exitnowrite: "output directory %{salida} not writeable"
|
|
72
|
+
exitnowrite: "output directory %{salida} not writeable"
|
|
73
|
+
halfDouble: "since we're making booklets, we will have half the number of pages and double their width"
|
data/lib/locales/es.yml
CHANGED
|
@@ -70,3 +70,4 @@ es:
|
|
|
70
70
|
notafile: "%{entrada} no es un archivo"
|
|
71
71
|
nofile: "no ha especificado archivo a imponer"
|
|
72
72
|
exitnowrite: "el directorio de salida %{salida} no se puede escribir"
|
|
73
|
+
halfDouble: "como imponemos en cuadernillos, tomamos la mitad de páginas horizontalmente y una página del doble de ancho"
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imposition
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 5
|
|
10
10
|
- 5
|
|
11
|
-
|
|
11
|
+
- 1
|
|
12
|
+
version: 0.9.5.5.1
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
15
|
- numerico
|