3df61f9050a692bc1d4e14e445fe94016b989157
[lhc/web/www.git] / www / plugins / formidable / lang / formulaire_ru.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/formulaire?lang_cible=ru
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // I
13 'icone_creer_formulaire' => 'Создать новую форму',
14
15 // M
16 'modifier_formulaire' => 'Изменить форму',
17
18 // T
19 'titre_formulaire' => 'Форма',
20 'titre_formulaires' => 'Формы',
21 'titre_logo_formulaire' => 'Логотип формы'
22 );