[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / compositions_v3 / lang / compositions_ru.php
index 6cf56cc..33e5118 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/compositions?lang_cible=ru
 // ** 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' => 'Этот шаблон определяет шаблоны страниц по умолчанию для следующих объектов:',
 
+       // I
+       'info_aucune_composition' => 'Нет шаблонов',
+
        // L
        'label_activer_composition_objets' => 'Использовать выбор шаблонов для объектов',
        'label_branche_verrouillee' => 'Выбор шаблонов в этой ветке заблокирован вебмастером.',
@@ -44,5 +49,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // U
        'une_utilisation' => '1 использование'
 );
-
-?>