[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / vertebres / lang / paquet-vertebres_ru.php
diff --git a/www/plugins-dist/vertebres/lang/paquet-vertebres_ru.php b/www/plugins-dist/vertebres/lang/paquet-vertebres_ru.php
new file mode 100644 (file)
index 0000000..e0afc84
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-vertebres?lang_cible=ru
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // V
+       'vertebres_description' => 'Это плагин (Vertèbres) позволяет получать информацию из таблиц базы данных (SQL) передавая в адресной строке название таблицы, например : <code>ecrire/?exec=vertebres&table=spip_articles</code>',
+       'vertebres_nom' => 'Просмотр SQL таблиц',
+       'vertebres_slogan' => 'Просмотр SQL таблиц'
+);
+
+?>