[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / verifier / lang / verifier_en.php
index ded9950..07af8f4 100644 (file)
@@ -3,12 +3,14 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/verifier?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // E
-       'erreur_code_postal' => 'This post code is invalid.',
+       'erreur_code_postal' => 'This postcode is invalid.',
        'erreur_comparaison_egal' => 'The value must be equal to the field "@nom_champ@"',
        'erreur_comparaison_egal_type' => 'The value must be equal and the same type as the field "@nom_champ@"',
        'erreur_comparaison_grand' => 'The value must be greater than the field "@nom_champ@"',
@@ -29,6 +31,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'erreur_heure' => 'The timetable specified does not exist.',
        'erreur_heure_format' => 'The time format is not valid.',
        'erreur_id_document' => 'This document identifier is not valid.',
+       'erreur_id_objet' => 'This identifier is not valid.',
        'erreur_inconnue_generique' => 'The format is invalid.',
        'erreur_isbn' => 'the ISBN number is not valid (ex: 978-2-1234-5680-3 or 2-1234-5680-X)',
        'erreur_isbn_13_X' => 'Un numéro ISBN-13 ne peut pas se terminer par X.', # a 13 digits ISBN number must not end with an X.
@@ -38,6 +41,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'erreur_isbn_segment' => 'the segment "@segment@" has @nb@ exceeding caracter(s).',
        'erreur_isbn_segment_lettre' => 'the segment "@segment@" must not have any letter.',
        'erreur_numerique' => 'The number format is invalid.',
+       'erreur_objet' => 'This object is not valid',
        'erreur_regex' => 'The regex string is incorrectly formatted.',
        'erreur_siren' => 'The SIREN number is invalid.',
        'erreur_siret' => 'The SIRET number is invalid.',
@@ -56,6 +60,20 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'normaliser_option_date_en_datetime' => '"Datetime" format (for SQL)',
 
        // O
+       'option_code_postal_pays_explication' => 'Two-letter country code : FR, DZ, DE, etc.',
+       'option_code_postal_pays_label' => 'Country',
+       'option_comparaison_champ_champ_explication' => 'Field identifier (« name » attribute)',
+       'option_comparaison_champ_champ_label' => 'Field',
+       'option_comparaison_champ_comparaison_explication' => 'Type of comparison',
+       'option_comparaison_champ_comparaison_label' => 'Comparison',
+       'option_comparaison_champ_egal' => '== Equal',
+       'option_comparaison_champ_egal_type' => '=== Identical (same kind)',
+       'option_comparaison_champ_grand' => '> Greater than',
+       'option_comparaison_champ_grand_egal' => '>= Greater than or equal to ',
+       'option_comparaison_champ_nom_champ_explication' => 'Field name for human beings',
+       'option_comparaison_champ_nom_champ_label' => 'Field name',
+       'option_comparaison_champ_petit' => '< Less than',
+       'option_comparaison_champ_petit_egal' => '<= Less than or equal to',
        'option_couleur_normaliser_label' => 'Normalize the color code?',
        'option_couleur_type_hexa' => 'Color code in hexadecimal format',
        'option_couleur_type_label' => 'Checking type to be made',
@@ -87,6 +105,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'option_url_type_protocole_web' => 'Web protocols: HTTP or HTTPS',
 
        // T
+       'type_code_postal' => 'Postal code',
+       'type_code_postal_description' => 'Check that the value is a valid postal code.',
+       'type_comparaison_champ' => 'Comparison',
+       'type_comparaison_champ_description' => 'Compare the value with another field from _request().',
        'type_couleur' => 'Colour',
        'type_couleur_description' => 'Check if the value is a color code.',
        'type_date' => 'Date',
@@ -99,6 +121,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'type_email_disponible_description' => 'Check that the email address has not already been used by another system user.',
        'type_entier' => 'Integer',
        'type_entier_description' => 'Check that the value is an integer, with the option of being restricted between two range values.',
+       'type_id_document' => 'Document number',
+       'type_id_document_description' => 'Check that the value matches an existing document number.',
+       'type_isbn' => 'ISBN',
+       'type_isbn_description' => 'Check that the value is a 10 or 13 digits long ISBN',
        'type_regex' => 'Regular expression',
        'type_regex_description' => 'Check that the value matches the defined expression. For more information on using regular expressions, please refer to <a href="http://fr2.php.net/manual/en/reference.pcre.pattern.syntax.php">the online PHP help</a>.',
        'type_siren_siret' => 'SIREN or SIRET',
@@ -110,5 +136,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'type_url' => 'URL',
        'type_url_description' => 'Verify that the URL matches a recognised format.'
 );
-
-?>