Last change
on this file since 106 was
69,
checked in by guille, 17 years ago
|
Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione
|
File size:
800 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | 'annuler' => 'Annulla', |
---|
7 | 'editer_@type@_@id@' => 'Modifica @type@ @id@ dalla redazione', |
---|
8 | 'deja_modifie' => 'Già modificato', |
---|
9 | 'donnees_mal_formatees' => 'Dati mal formattati', |
---|
10 | 'editer' => 'Modifica', |
---|
11 | 'editer_tout' => 'Modifica tutto', |
---|
12 | 'modifie_par_ailleurs' => 'Modificato da altri', |
---|
13 | 'non_autorise' => 'Non autorizzato', |
---|
14 | 'non_implemente' => 'Non implementato', |
---|
15 | 'pas_de_modification' => 'Nessun cambiamento', |
---|
16 | 'pas_de_valeur' => 'Nessun valore', |
---|
17 | 'sauvegarder' => 'Salvare le modifiche?', |
---|
18 | 'svp_copier_coller' => 'Spiacente, copia ed incolla le tue modifiche e ricomincia', |
---|
19 | 'veuillez_patienter'=>'Attendere prego...' |
---|
20 | ); |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.