16 lines
414 B
PHP
16 lines
414 B
PHP
|
<?php
|
||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-zengarden?lang_cible=fa
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// Z
|
||
|
'zengarden_description' => ' ',
|
||
|
'zengarden_slogan' => 'باغ ذن براي اسپيپ ' # MODIF
|
||
|
);
|