15 lines
539 B
PHP
15 lines
539 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-dist?lang_cible=hac
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// D
|
|
'dist_description' => 'كومەڵیو چوارچیۋی نموونەیی بە ئێسپیئایپی ٣',
|
|
'dist_slogan' => 'چوارچیۋی ستانداردئ ئامادەکریێ بە ئێسپیئایپی ٣'
|
|
);
|