aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulesce <james.b.thompson@gmail.com>2012-09-27 05:39:19 -0700
committerjulesce <james.b.thompson@gmail.com>2012-09-27 05:39:19 -0700
commit34c6d43e1ee6f6996c846aaea137d781a52e47ca (patch)
treef89f9f0c12bcf990eac0586bddd4630669c7c44b
parentac57b069727b4c82a0a5c23e57155de063627b13 (diff)
parent0a2c50a79f6e74674b8c6e167bb321a29d90bc58 (diff)
downloadrefinerycms-pc_banners-34c6d43e1ee6f6996c846aaea137d781a52e47ca.tar.gz
refinerycms-pc_banners-34c6d43e1ee6f6996c846aaea137d781a52e47ca.tar.bz2
refinerycms-pc_banners-34c6d43e1ee6f6996c846aaea137d781a52e47ca.zip
Merge pull request #1 from Matho/master
add slovak locale + translate 'Pages'
-rw-r--r--app/views/refinery/banners/admin/banners/_form.html.erb4
-rw-r--r--config/locales/en.yml3
-rw-r--r--config/locales/es.yml3
-rw-r--r--config/locales/fr.yml3
-rw-r--r--config/locales/nb.yml3
-rw-r--r--config/locales/nl.yml3
-rw-r--r--config/locales/sk.yml37
7 files changed, 50 insertions, 6 deletions
diff --git a/app/views/refinery/banners/admin/banners/_form.html.erb b/app/views/refinery/banners/admin/banners/_form.html.erb
index 2cd827f..1403fc4 100644
--- a/app/views/refinery/banners/admin/banners/_form.html.erb
+++ b/app/views/refinery/banners/admin/banners/_form.html.erb
@@ -29,7 +29,9 @@
:f => f,
:field => :image_id,
:image => @banner.image,
- :toggle_image_display => false %>
+ :toggle_image_display => false,
+ :description => t('refinery.banners.admin.banner')
+ %>
</div>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 519a5dd..6018eeb 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -32,4 +32,5 @@ en:
is_active: Is Active
start_date: Start Date
expiry_date: Expiry Date
- position: Position \ No newline at end of file
+ position: Position
+ pages: Pages \ No newline at end of file
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 567da7f..dbb3003 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -33,4 +33,5 @@ es:
is_active: Is Active
start_date: Start Date
expiry_date: Expiry Date
- position: Position \ No newline at end of file
+ position: Position
+ pages: Páginas \ No newline at end of file
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 3a2b0ba..eaaed7e 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -32,4 +32,5 @@ fr:
is_active: Is Active
start_date: Start Date
expiry_date: Expiry Date
- position: Position \ No newline at end of file
+ position: Position
+ pages: Pages \ No newline at end of file
diff --git a/config/locales/nb.yml b/config/locales/nb.yml
index 04debc5..fd80d9d 100644
--- a/config/locales/nb.yml
+++ b/config/locales/nb.yml
@@ -32,4 +32,5 @@ nb:
is_active: Is Active
start_date: Start Date
expiry_date: Expiry Date
- position: Position \ No newline at end of file
+ position: Position
+ pages: Sider \ No newline at end of file
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index c637b8a..d05bf5a 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -32,4 +32,5 @@ nl:
is_active: Is Active
start_date: Start Date
expiry_date: Expiry Date
- position: Position \ No newline at end of file
+ position: Position
+ pages: "Pagina's" \ No newline at end of file
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
new file mode 100644
index 0000000..05876fd
--- /dev/null
+++ b/config/locales/sk.yml
@@ -0,0 +1,37 @@
+sk:
+ refinery:
+ plugins:
+ banners:
+ title: Banery
+ banners:
+ admin:
+ banner: baner
+ banners:
+ actions:
+ create_new: Pridať novú stránku
+ reorder: Zmeniť usporiadanie banerov
+ reorder_done: Uložiť usporiadanie
+ records:
+ title: Banery
+ sorry_no_results: Žiadne záznamy sa nenašli
+ no_items_yet: Zatiaľ neboli pridané žiadne záznamy. Klikni "Pridať nový banner" pre pridanie prvého.
+ banner:
+ view_live_html: Zobraziť baner<br/><em>(otvorí sa v novom okne)</em>
+ edit: Upraviť tento album
+ delete: Zmazať tento baner
+ banners:
+ show:
+ other: Ďalšie banery
+ activerecord:
+ attributes:
+ 'refinery/banners/banner':
+ name: Názov
+ title: Nadpis
+ description: Popis
+ image: Obrázok
+ url: Url
+ is_active: Je aktívny
+ start_date: Dátum publikovania
+ expiry_date: Dátum expirácie
+ position: Pozícia
+ pages: Stránky \ No newline at end of file