refinerycms-resources 0.9.9.4 → 0.9.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/es.yml +3 -1
- data/config/locales/it.yml +14 -14
- data/config/locales/sk.yml +34 -0
- data/refinerycms-resources.gemspec +4 -3
- metadata +5 -4
data/config/locales/es.yml
CHANGED
@@ -2,6 +2,8 @@ es:
|
|
2
2
|
plugins:
|
3
3
|
refinery_files:
|
4
4
|
title: Archivos
|
5
|
+
description: Subir y enlazar archivos
|
6
|
+
article: masculino
|
5
7
|
admin:
|
6
8
|
resources:
|
7
9
|
delete: Borrar este archivo para siempre
|
@@ -15,7 +17,7 @@ es:
|
|
15
17
|
download: Descargar este archivo (%{size})
|
16
18
|
index:
|
17
19
|
upload_new: Subir nuevo archivo
|
18
|
-
no_files_yet: Aún no hay archivos. Pulsa "Subir
|
20
|
+
no_files_yet: Aún no hay archivos. Pulsa "Subir nuevo archivo" para añadir tu primer archivo.
|
19
21
|
insert:
|
20
22
|
existing: Archivo existente
|
21
23
|
new: Nuevo archivo
|
data/config/locales/it.yml
CHANGED
@@ -4,34 +4,34 @@ it:
|
|
4
4
|
title: Risorse
|
5
5
|
admin:
|
6
6
|
resources:
|
7
|
-
delete:
|
8
|
-
edit:
|
7
|
+
delete: Elimina il file corrente
|
8
|
+
edit: Modifica il file corrente
|
9
9
|
form:
|
10
10
|
file_to_upload: File da caricare
|
11
11
|
download_current: Scarica il file corrente
|
12
12
|
or: o
|
13
13
|
replace: ", sostituirlo con questo..."
|
14
|
-
maximum_file_size: "La dimensione massima
|
14
|
+
maximum_file_size: "La dimensione massima consentita è %{megabytes} megabytes."
|
15
15
|
resource:
|
16
16
|
download: Scarica il file corrente (%{size})
|
17
|
-
edit: Modifica
|
17
|
+
edit: Modifica il file corrente
|
18
18
|
delete:
|
19
19
|
message: Sei sicuro di voler eliminare '%{title}'?
|
20
|
-
title:
|
20
|
+
title: Elimina il file corrente
|
21
21
|
index:
|
22
|
-
upload_new: Carica
|
23
|
-
no_files_yet: Nessun file presente. Fai clic su "Carica
|
22
|
+
upload_new: Carica un nuovo file
|
23
|
+
no_files_yet: Nessun file presente. Fai clic su "Carica un nuovo file" per aggiungere un file.
|
24
24
|
insert:
|
25
25
|
existing: File esistente
|
26
|
-
new: Nuovo
|
27
|
-
no_files: Non ci sono
|
26
|
+
new: Nuovo file
|
27
|
+
no_files: Non ci sono files.
|
28
28
|
existing_file: File esistente
|
29
29
|
link_to_resource: 'Link a questa risorsa'
|
30
30
|
previous: Precedente
|
31
|
-
next:
|
32
|
-
submit_insert:
|
31
|
+
next: Successivo
|
32
|
+
submit_insert: Carica
|
33
33
|
or: o
|
34
|
-
cancel:
|
34
|
+
cancel: Annulla
|
35
35
|
existing_resource:
|
36
36
|
link_to_file: Collegamento a questo file
|
37
37
|
button_text: Inserisci
|
@@ -39,5 +39,5 @@ it:
|
|
39
39
|
errors:
|
40
40
|
models:
|
41
41
|
resource:
|
42
|
-
blank: Devi
|
43
|
-
too_long:
|
42
|
+
blank: Devi selezionare un file da caricare
|
43
|
+
too_long: Le dimensioni del file devono essere inferiori a %{count}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
sk:
|
2
|
+
plugins:
|
3
|
+
refinery_files:
|
4
|
+
title: Súbory
|
5
|
+
description: Správa súborov
|
6
|
+
admin:
|
7
|
+
resources:
|
8
|
+
delete: Zmazať súbor
|
9
|
+
edit: Upraviť súbor
|
10
|
+
form:
|
11
|
+
download_current: Stiahnuť vybraný súbor
|
12
|
+
or: alebo
|
13
|
+
replace: " nahradiť tímto..."
|
14
|
+
maximum_file_size: Maximálna veľkosť súboru je %{megabytes} MB.
|
15
|
+
resource:
|
16
|
+
download: Stiahnuť súbor (%{size})
|
17
|
+
index:
|
18
|
+
upload_new: Nahrať nový súbor
|
19
|
+
no_files_yet: Zatiaľ neboli nahraté žiadne súbory.
|
20
|
+
insert:
|
21
|
+
existing: Existujúci súbor
|
22
|
+
new: Nový súbor
|
23
|
+
no_files: Nie sú tu žiadne súbory.
|
24
|
+
existing_resource:
|
25
|
+
link_to_file: Odkaz na tento súbor.
|
26
|
+
button_text: Vložiť
|
27
|
+
activerecord:
|
28
|
+
models:
|
29
|
+
resource: súbor
|
30
|
+
errors:
|
31
|
+
models:
|
32
|
+
resource:
|
33
|
+
blank: Musíte vybrať súbor pre nahranie.
|
34
|
+
too_long: Maximálna veľkosť súboru je %{count}.
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-resources}
|
5
|
-
s.version = %q{0.9.9.
|
5
|
+
s.version = %q{0.9.9.5}
|
6
6
|
s.summary = %q{Resources engine for Refinery CMS}
|
7
7
|
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
|
8
|
-
s.date = %q{2011-
|
8
|
+
s.date = %q{2011-03-08}
|
9
9
|
s.email = %q{info@refinerycms.com}
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
@@ -51,6 +51,7 @@ Gem::Specification.new do |s|
|
|
51
51
|
'config/locales/pt-BR.yml',
|
52
52
|
'config/locales/rs.yml',
|
53
53
|
'config/locales/ru.yml',
|
54
|
+
'config/locales/sk.yml',
|
54
55
|
'config/locales/sl.yml',
|
55
56
|
'config/locales/sv.yml',
|
56
57
|
'config/locales/vi.yml',
|
@@ -83,7 +84,7 @@ Gem::Specification.new do |s|
|
|
83
84
|
'spec/uploads/refinery_is_awesome.txt'
|
84
85
|
]
|
85
86
|
|
86
|
-
s.add_dependency 'refinerycms-core', '~> 0.9.9.
|
87
|
+
s.add_dependency 'refinerycms-core', '~> 0.9.9.5'
|
87
88
|
s.add_dependency 'dragonfly', '~> 0.8.2'
|
88
89
|
s.add_dependency 'rack-cache', '>= 0.5.3'
|
89
90
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-resources
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.9.
|
5
|
+
version: 0.9.9.5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-
|
16
|
+
date: 2011-03-08 00:00:00 +13:00
|
17
17
|
default_executable:
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
requirements:
|
25
25
|
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.9.9.
|
27
|
+
version: 0.9.9.5
|
28
28
|
type: :runtime
|
29
29
|
version_requirements: *id001
|
30
30
|
- !ruby/object:Gem::Dependency
|
@@ -85,6 +85,7 @@ files:
|
|
85
85
|
- config/locales/pt-BR.yml
|
86
86
|
- config/locales/rs.yml
|
87
87
|
- config/locales/ru.yml
|
88
|
+
- config/locales/sk.yml
|
88
89
|
- config/locales/sl.yml
|
89
90
|
- config/locales/sv.yml
|
90
91
|
- config/locales/vi.yml
|
@@ -128,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
129
|
requirements: []
|
129
130
|
|
130
131
|
rubyforge_project: refinerycms
|
131
|
-
rubygems_version: 1.
|
132
|
+
rubygems_version: 1.6.0
|
132
133
|
signing_key:
|
133
134
|
specification_version: 3
|
134
135
|
summary: Resources engine for Refinery CMS
|