mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
27 lines
828 B
PHP
27 lines
828 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de http://trad.spip.net/tradlang_module/revisions?lang_cible=fon
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// D
|
|
'diff_para_ajoute' => 'gɔ wěkpaxwé ná',
|
|
'diff_para_deplace' => 'sɛ wěkpaxwé sín',
|
|
'diff_para_supprime' => 'súnsún wěkpaxwé sín',
|
|
'diff_texte_ajoute' => 'zě wé gɔ ná',
|
|
'diff_texte_deplace' => 'sɛ wě sín',
|
|
'diff_texte_supprime' => 'súnsún wě sín',
|
|
|
|
// I
|
|
'info_historique' => 'sɔ tó fí:',
|
|
'info_historique_lien' => 'mi zé ɖìdyɔ sín àfɔ ɖìɖè xlɛ',
|
|
'info_historique_titre' => 'mi zé ɖìdyɔ sín àfɔ ɖìɖè xlɛ',
|
|
|
|
// V
|
|
'version_initiale' => 'wàlɔ bìbɛ tɔn'
|
|
);
|
|
|
|
?>
|