source: trunk/spip/esqueleto-redcta/plugins/cfg/lang/cfg_en.php @ 152

Last change on this file since 152 was 152, checked in by guille, 15 years ago

se agregaron svn_update y cfg para el 2.0

File size: 2.0 KB
Line 
1<?php
2// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
3// extrait automatiquement de http://www.spip.net/trad-lang/
4// ** ne pas modifier le fichier **
5
6if (!defined("_ECRIRE_INC_VERSION")) return;
7
8$GLOBALS[$GLOBALS['idx_lang']] = array(
9
10        // B
11        'bouton_mettre_a_jour' => 'Update',
12
13        // C
14        'cfg' => 'CFG',
15        'choisir_module_a_configurer' => 'Choose the module to configure.',
16        'config_enregistree' => '<b>@nom@</b> has been saved',
17        'config_supprimee' => '<b>@nom@</b> has been deleted',
18        'configuration_modules' => 'Module configuration',
19
20        // E
21        'erreur_copie_fichier' => 'It is impossible to copythe file @fichier@ to its final destination',
22        'erreur_enregistrement' => 'An error occurred while saving <b>@nom@</b>',
23        'erreur_lecture' => 'Impossible to read @nom@',
24        'erreur_open_w_fichier' => 'Impossible to open @fichier@ for modification',
25        'erreur_suppression' => 'An error occurred while deleting <b>@nom@</b>',
26        'erreur_suppression_fichier' => 'The file @fichier@ cannot be deleted.',
27        'erreur_type_id' => 'The field @champ@ must begin with a letter or an underscore',
28        'erreur_type_idnum' => 'The field @champ@ must be numeric',
29        'erreur_type_pwd' => 'The field @champ@ must comprise more than 5 characters',
30
31        // I
32        'id_manquant' => 'Missing identifier',
33        'installation_librairies' => 'Download libraries',
34        'installation_liste_libs' => 'List of libraries',
35        'installer_dossier_lib' => 'You must create a directory named @dir@ with write permissions at the root of your SPIP site.',
36        'installer_lib_192' => 'To install a library, unzip the zip file manually and copy its contents to the @dir@ directory.',
37
38        // N
39        'nom_table_manquant' => 'Missing SQL table name',
40        'nouveau' => 'New',
41
42        // O
43        'ok' => 'OK',
44
45        // P
46        'pas_de_champs_dans' => 'No field found in @nom@',
47        'pas_de_changement' => 'No change found in <b>@nom@</b>',
48
49        // R
50        'refus_configuration_webmestre' => 'Only the site webmasters are authorised to modify these parameters.',
51        'reset' => 'Delete',
52
53        // S
54        'supprimer' => 'Delete'
55);
56
57?>
Note: See TracBrowser for help on using the repository browser.