42 lines
996 B
PHP
42 lines
996 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=oc_lnc
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// A
|
|||
|
'annuler' => 'Anullar',
|
|||
|
|
|||
|
// D
|
|||
|
'deja_modifie' => 'Ja modificat',
|
|||
|
'donnees_mal_formatees' => 'Donadas mal formatadas',
|
|||
|
|
|||
|
// E
|
|||
|
'editer' => 'Editar',
|
|||
|
'editer_@type@_@id@' => 'Editar @type@ @id@ en entièr',
|
|||
|
'editer_tout' => 'Tot editar',
|
|||
|
|
|||
|
// M
|
|||
|
'modifie_par_ailleurs' => 'Modificat endacòm mai',
|
|||
|
|
|||
|
// N
|
|||
|
'non_autorise' => 'Non autorizat',
|
|||
|
'non_implemente' => 'Non implementat',
|
|||
|
|
|||
|
// P
|
|||
|
'pas_de_modification' => 'Pas de modificacion',
|
|||
|
'pas_de_valeur' => 'Pas de valor',
|
|||
|
|
|||
|
// S
|
|||
|
'sauvegarder' => 'Registrar las modificacions ?',
|
|||
|
'svp_copier_coller' => 'Desolats, copiatz/empegatz vòstres cambiaments e tornatz començar',
|
|||
|
|
|||
|
// V
|
|||
|
'veuillez_patienter' => 'Mercés d’esperar...'
|
|||
|
);
|