Last change
on this file since 548 was
69,
checked in by guille, 17 years ago
|
Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione
|
File size:
828 bytes
|
Rev | Line | |
---|
[69] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP -- Este e un ficheiro de idioma de SPIP |
---|
| 4 | |
---|
| 5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
| 6 | 'annuler' => 'Cancelar', |
---|
| 7 | 'editer_@type@_@id@' => 'Editar @type@ @id@ completamente', |
---|
| 8 | 'deja_modifie' => 'Xa modificado', |
---|
| 9 | 'donnees_mal_formatees' => 'Datos fra de formato', |
---|
| 10 | 'editer' => 'Mudar', |
---|
| 11 | 'editer_tout' => 'Mudar todo', |
---|
| 12 | 'modifie_par_ailleurs' => 'Mudado por outra persoa', |
---|
| 13 | 'non_autorise' => 'Non autorizado', |
---|
| 14 | 'non_implemente' => 'Non implementado', |
---|
| 15 | 'pas_de_modification' => 'Sen modificacins', |
---|
| 16 | 'pas_de_valeur' => 'Sen valor', |
---|
| 17 | 'sauvegarder' => '¿Gardar as modificacins?', |
---|
| 18 | 'svp_copier_coller' => 'O lamentamos copie/pegue os cambios e comeze de novo', |
---|
| 19 | 'veuillez_patienter'=>'Por favor, espere...' |
---|
| 20 | ); |
---|
| 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.