[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / compositions_v3 / lang / compositions_sk.php
index 76684b3..acb7bf2 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/compositions?lang_cible=sk
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -21,6 +23,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // H
        'heritages' => 'Toto rozmiestnenie je predvolených rozmiestnením pre tieto objekty:',
 
+       // I
+       'info_aucune_composition' => 'Žiadne rozmiestnenie',
+
        // L
        'label_activer_composition_objets' => 'Rozmiestnenia používať na objekty',
        'label_branche_verrouillee' => 'Rozmiestnenia tejto vetvy sú zamknuté.',
@@ -44,5 +49,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // U
        'une_utilisation' => '1 použitie'
 );
-
-?>