12345678910111213141516 |
- <?php
- // This is a SPIP language file -- Ceci est un fichier langue de SPIP
- // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-urls?lang_cible=fa
- // ** ne pas modifier le fichier **
- if (!defined('_ECRIRE_INC_VERSION')) return;
- $GLOBALS[$GLOBALS['idx_lang']] = array(
- // U
- 'urls_description' => 'مديريت تنوع يو.آر.الهاي مهم يا غيرمهم',
- 'urls_slogan' => 'مديريت يو.آر.الهاي مهم يا غيرمهم'
- );
- ?>
|