X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins%2Fauto%2Fcfg%2Flang%2Fcfg_en.php;fp=www%2Fplugins%2Fauto%2Fcfg%2Flang%2Fcfg_en.php;h=038471420380ee1527702a42fd15404ffd60b164;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/cfg/lang/cfg_en.php b/www/plugins/auto/cfg/lang/cfg_en.php new file mode 100644 index 0000000..0384714 --- /dev/null +++ b/www/plugins/auto/cfg/lang/cfg_en.php @@ -0,0 +1,64 @@ + 'Delete', + 'bouton_mettre_a_jour' => 'Update', + 'bouton_reset' => 'Reset', + + // C + 'cfg' => 'CFG', + 'choisir_module_a_configurer' => 'Choose the module to configure.', + 'config_enregistree' => '@nom@ has been saved', + 'config_supprimee' => '@nom@ 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 @nom@', + 'erreur_lecture' => 'Cannot read @nom@', + 'erreur_open_w_fichier' => 'Impossible to write to @fichier@', + 'erreur_suppression' => 'An error occurred while deleting @nom@', + '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 @nom@', + + // 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' +); + +?>