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