[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / cfg / lang / cfg_en.php
diff --git a/www/plugins/auto/cfg/lang/cfg_en.php b/www/plugins/auto/cfg/lang/cfg_en.php
new file mode 100644 (file)
index 0000000..0384714
--- /dev/null
@@ -0,0 +1,64 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.org
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // B
+       'bouton_effacer' => 'Delete',
+       'bouton_mettre_a_jour' => 'Update',
+       'bouton_reset' => 'Reset',
+
+       // C
+       'cfg' => 'CFG',
+       'choisir_module_a_configurer' => 'Choose the module to configure.',
+       'config_enregistree' => '<b>@nom@</b> has been saved',
+       'config_supprimee' => '<b>@nom@</b> has been deleted',
+       'configuration_modules' => 'Module configuration',
+
+       // E
+       'erreur_copie_fichier' => 'It is impossible to copy the file @fichier@ to the target directory',
+       'erreur_enregistrement' => 'An error occurred while saving <b>@nom@</b>',
+       'erreur_lecture' => 'Cannot read @nom@',
+       'erreur_open_w_fichier' => 'Impossible to write to @fichier@',
+       'erreur_suppression' => 'An error occurred while deleting <b>@nom@</b>',
+       'erreur_suppression_fichier' => 'The file @fichier@ cannot be deleted.',
+       'erreur_type_id' => 'The field @champ@ must begin with a letter or an underscore',
+       'erreur_type_idnum' => 'The field @champ@ must be numeric',
+       'erreur_type_pwd' => 'The field @champ@ must contain more than 5 characters',
+
+       // I
+       'id_manquant' => 'Missing identifier',
+       'installation_librairies' => 'Download libraries',
+       'installation_liste_libs' => 'List of libraries',
+       'installer_dossier_lib' => 'You must create a directory named @dir@ with write permissions at the root of your SPIP site.',
+       'installer_lib_192' => 'To install a library, unzip the archive manually and copy its contents to the @dir@ directory.',
+
+       // L
+       'label_activer' => 'Activate',
+       'label_obligatoire' => 'Required entry',
+
+       // N
+       'nom_table_manquant' => 'Missing SQL table name',
+       'nouveau' => 'New',
+
+       // O
+       'ok' => 'OK',
+
+       // P
+       'pas_de_champs_dans' => 'No field found in @nom@',
+       'pas_de_changement' => 'No change found in <b>@nom@</b>',
+
+       // R
+       'refus_configuration_administrateur' => 'Only the site administrators are authorised to change these parameters.',
+       'refus_configuration_webmestre' => 'Only the site webmasters are authorised to modify these parameters.',
+       'reset' => 'Delete',
+
+       // S
+       'supprimer' => 'Reset to the default values'
+);
+
+?>