[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / revisions / lang / revisions_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/revisions?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 // B
11 'bouton_comparer' => 'Zobraziť rozdiely',
12
13 // D
14 'diff_para_ajoute' => 'Pridaný odsek',
15 'diff_para_deplace' => 'Presunutý odsek',
16 'diff_para_supprime' => 'Odstránený odsek',
17 'diff_texte_ajoute' => 'Pridaný text',
18 'diff_texte_deplace' => 'Presunutý text',
19 'diff_texte_supprime' => 'Odstránený text',
20 'differences_versions' => 'Rozdiely medzi verziou N<sup>o</sup>@id_version@ a verziou N<sup>o</sup>@id_diff@',
21
22 // I
23 'icone_restaurer_version' => 'Obnoviť verziu N<sup>o</sup>@version@',
24 'icone_suivi_revisions' => 'Sledovanie zmien',
25 'info_1_revision' => '1 zmena',
26 'info_aucune_revision' => 'Žiadna zmena',
27 'info_historique' => 'Opravy:',
28 'info_historique_lien' => 'Zobraziť zoznam verzií',
29 'info_historique_titre' => 'Sledovanie opráv',
30 'info_nb_revisions' => '@nb@ zmien',
31
32 // L
33 'label_choisir_id_version' => 'Vyberte si verzie, ktoré chcete porovnať',
34 'label_config_revisions_objets' => 'Na ktoré objekty aktivovať zmeny:',
35
36 // M
37 'message_valider_recuperer_version' => 'Ak sa chcete vrátiť k tejto verzii, potvrďte formulár.',
38
39 // O
40 'objet_editorial' => 'objekt',
41
42 // P
43 'plugin_update' => 'Aktualizovať zásuvný modul "Révisions" na verziu @version@.',
44
45 // T
46 'titre_form_revisions_objets' => 'Aktivovať zmeny',
47 'titre_restaurer_version' => 'Obnoviť verziu',
48 'titre_revisions' => 'Zmeny',
49
50 // V
51 'version_deplace_rubrique' => 'Presunuté z <b>"@from@"</b> na <b>"@to@".</b>',
52 'version_initiale' => 'Prvá verzia',
53 'voir_differences' => 'Zobraziť rozdiely',
54 'voir_mes_revisions' => 'Viacej zmien',
55 'voir_revisions' => 'Zobraziť rozdiely (@objet@ @id_objet@: @titre@)',
56 'voir_toutes_les_revisions' => 'Všetky zmeny'
57 );
58
59 ?>