forked from spip/medias

3 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-medias?lang_cible=eo |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// M |
||||
'medias_description' => 'Mastrumado de ĉiuspecaj dokumentoj de SPIP', |
||||
'medias_slogan' => 'Mastrumado de ĉiuspecaj dokumentoj en SPIP' |
||||
); |
Loading…
Reference in new issue