aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Markech <martin.markech@matho.sk>2012-09-26 22:55:32 +0200
committerMartin Markech <martin.markech@matho.sk>2012-09-26 22:55:32 +0200
commite8225ca7eea958d0f27fd75c70ea0a5f59337e0f (patch)
treea4e3f66b71bbfa3f1efaeefaf095e0c42c4bb21c
parentac57b069727b4c82a0a5c23e57155de063627b13 (diff)
downloadrefinerycms-pc_banners-e8225ca7eea958d0f27fd75c70ea0a5f59337e0f.tar.gz
refinerycms-pc_banners-e8225ca7eea958d0f27fd75c70ea0a5f59337e0f.tar.bz2
refinerycms-pc_banners-e8225ca7eea958d0f27fd75c70ea0a5f59337e0f.zip
add slovak locale
-rw-r--r--config/locales/sk.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
new file mode 100644
index 0000000..7025d43
--- /dev/null
+++ b/config/locales/sk.yml
@@ -0,0 +1,35 @@
+sk:
+ refinery:
+ plugins:
+ banners:
+ title: Banery
+ banners:
+ admin:
+ 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 \ No newline at end of file