[PLUGINS] +pages
[ptitvelo/web/www.git] / www / plugins / pages / lang / pages_sk.php
diff --git a/www/plugins/pages/lang/pages_sk.php b/www/plugins/pages/lang/pages_sk.php
new file mode 100644 (file)
index 0000000..ac4220c
--- /dev/null
@@ -0,0 +1,37 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/pages?lang_cible=sk
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // A
+       'aucune_page' => 'Momentálne tu nie je žiadna stránka.',
+
+       // C
+       'convertir_article' => 'Zmeniť na článok',
+       'convertir_page' => 'Zmeniť na stránku',
+       'creer_page' => 'Vytvoriť novú stránku',
+
+       // E
+       'erreur_champ_page_doublon' => 'Tento identifikátor už existuje',
+       'erreur_champ_page_format' => 'Malé písmená alebo jeden "_"',
+       'erreur_champ_page_taille' => 'Maximum je 255 znakov',
+
+       // L
+       'label_champ_page' => 'Stránka:',
+
+       // M
+       'modifier_page' => 'Upraviť stránku:',
+
+       // P
+       'pages_uniques' => 'Jedinečné stránky',
+
+       // T
+       'titre_page' => 'Stránka',
+       'toutes_les_pages' => 'Všetky stránky'
+);
+
+?>