forked from spip/porte_plume

3 changed files with 20 additions and 0 deletions
@ -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-porte_plume?lang_cible=uk |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// P |
||||
'porte_plume_description' => 'Porte plume - розширення можливостей стандартного текстового редактора SPIP. Використовує javascript бібліотеку [MarkItUp->http://markitup.jaysalvat.com/home/].', |
||||
'porte_plume_nom' => 'Панель інструментів (Porte plume)', |
||||
'porte_plume_slogan' => 'Додаткові можливості для текстового редактора' |
||||
); |
||||
|
||||
?> |
Loading…
Reference in new issue