37 lines
825 B
PHP
37 lines
825 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/crayons?lang_cible=eu
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'annuler' => 'Ezeztatu',
|
|
|
|
// D
|
|
'deja_modifie' => 'Jadanik aldatua',
|
|
'donnees_mal_formatees' => 'Gaizki formatutako datuak',
|
|
|
|
// E
|
|
'editer' => 'Editatu',
|
|
'editer_@type@_@id@' => '@type@ @id@ osoki editatu',
|
|
'editer_tout' => 'Dena editatu',
|
|
|
|
// M
|
|
'modifie_par_ailleurs' => 'Bestalde aldatua',
|
|
|
|
// N
|
|
'non_autorise' => 'Ez baimendua',
|
|
'non_implemente' => 'Ez inpliment atua',
|
|
|
|
// P
|
|
'pas_de_modification' => 'Aldaketarik ez',
|
|
'pas_de_valeur' => 'Balorerik ez',
|
|
|
|
// S
|
|
'sauvegarder' => 'Aldaketak grabatu ?'
|
|
);
|