Last change
on this file since 285 was
69,
checked in by guille, 17 years ago
|
Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione
|
File size:
732 bytes
|
Rev | Line | |
---|
[69] | 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' => 'Cancel', |
---|
| 7 | 'editer_@type@_@id@' => 'Edit the whole @type@ @id@', |
---|
| 8 | 'deja_modifie' => 'Already modified', |
---|
| 9 | 'donnees_mal_formatees' => 'Invalid request format', |
---|
| 10 | 'editer' => 'Edit', |
---|
| 11 | 'editer_tout' => 'Edit as a whole', |
---|
| 12 | 'modifie_par_ailleurs' => 'Was changed elsewhere in the meantime', |
---|
| 13 | 'non_autorise' => 'Not allowed', |
---|
| 14 | 'non_implemente' => 'Not implemented', |
---|
| 15 | 'pas_de_modification' => 'No change', |
---|
| 16 | 'pas_de_valeur' => 'No value for this id', |
---|
| 17 | 'sauvegarder' => 'Save changes anyway ?', |
---|
| 18 | 'svp_copier_coller' => 'Sorry, copy/paste your changes and retry', |
---|
| 19 | 'veuillez_patienter'=>'Searching ...' |
---|
| 20 | ); |
---|
| 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.