[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / pages / lang / pages_sk.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/pages?lang_cible=sk
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'aucune_page' => 'Momentálne tu nie je žiadna stránka.',
12
13 // C
14 'convertir_article' => 'Zmeniť na článok',
15 'convertir_page' => 'Zmeniť na stránku',
16 'creer_page' => 'Vytvoriť novú stránku',
17
18 // E
19 'erreur_champ_page_doublon' => 'Tento identifikátor už existuje',
20 'erreur_champ_page_format' => 'Malé písmená alebo jeden "_"',
21 'erreur_champ_page_taille' => 'Maximum je 255 znakov',
22
23 // L
24 'label_champ_page' => 'Stránka:',
25
26 // M
27 'modifier_page' => 'Upraviť stránku:',
28
29 // P
30 'pages_uniques' => 'Jedinečné stránky',
31
32 // T
33 'titre_page' => 'Stránka',
34 'toutes_les_pages' => 'Všetky stránky'
35 );
36
37 ?>