Your IP : 216.73.216.20


Current Path : /home/e/t/i/etiennec/www/oldsite/plugins/auto/cfg/lang/
Upload File :
Current File : /home/e/t/i/etiennec/www/oldsite/plugins/auto/cfg/lang/cfg_en.php

<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de http://www.spip.net/trad-lang/
// ** 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 its final destination',
	'erreur_enregistrement' => 'An error occurred while saving <b>@nom@</b>',
	'erreur_lecture' => 'Impossible to read @nom@',
	'erreur_open_w_fichier' => 'Impossible to open @fichier@ for modification',
	'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 comprise 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 zip file 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'
);

?>