[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / verifier / lang / verifier_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.net/tradlang_module/verifier?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // E
13 'erreur_code_postal' => 'This postcode is invalid.',
14 'erreur_comparaison_egal' => 'The value must be equal to the field "@nom_champ@"',
15 'erreur_comparaison_egal_type' => 'The value must be equal and the same type as the field "@nom_champ@"',
16 'erreur_comparaison_grand' => 'The value must be greater than the field "@nom_champ@"',
17 'erreur_comparaison_grand_egal' => 'The value must be greater than or equal to the field "@nom_champ@"',
18 'erreur_comparaison_petit' => 'The value must be lower than the field "@nom_champ@"',
19 'erreur_comparaison_petit_egal' => 'The value must be lower than or equal to the field "@nom_champ@"',
20 'erreur_couleur' => 'The color code is invalid.',
21 'erreur_date' => 'The date is invalid.',
22 'erreur_date_format' => 'The date format is invalid.',
23 'erreur_decimal' => 'The value must be a decimal number.',
24 'erreur_decimal_nb_decimales' => 'The number must have more than @nb_decimales@ digits after the decimal point.',
25 'erreur_email' => 'The email address <em>@email@</em> is not correctly formatted.',
26 'erreur_email_nondispo' => 'The email address <em>@email@</em> has already been used.',
27 'erreur_entier' => 'The value must be an integer.',
28 'erreur_entier_entre' => 'The value must be between @min@ and @max@.',
29 'erreur_entier_max' => 'The value must be less than @max@.',
30 'erreur_entier_min' => 'The value must be greater than @min@.',
31 'erreur_heure' => 'The timetable specified does not exist.',
32 'erreur_heure_format' => 'The time format is not valid.',
33 'erreur_id_document' => 'This document identifier is not valid.',
34 'erreur_id_objet' => 'This identifier is not valid.',
35 'erreur_inconnue_generique' => 'The format is invalid.',
36 'erreur_isbn' => 'the ISBN number is not valid (ex: 978-2-1234-5680-3 or 2-1234-5680-X)',
37 '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 'erreur_isbn_G' => 'Le premier segment doit être égal à 978 ou 979.', # the first segment must be 978 or 979.
39 'erreur_isbn_nb_caracteres' => 'the ISBN number must have 10 ou 13 caracters, not including the hyphens (curently @nb@).',
40 'erreur_isbn_nb_segments' => 'the ISBN number must have 4 or 5 segments (curently @nb@).',
41 'erreur_isbn_segment' => 'the segment "@segment@" has @nb@ exceeding caracter(s).',
42 'erreur_isbn_segment_lettre' => 'the segment "@segment@" must not have any letter.',
43 'erreur_numerique' => 'The number format is invalid.',
44 'erreur_objet' => 'This object is not valid',
45 'erreur_regex' => 'The regex string is incorrectly formatted.',
46 'erreur_siren' => 'The SIREN number is invalid.',
47 'erreur_siret' => 'The SIRET number is invalid.',
48 'erreur_taille_egal' => 'The value must have exactly @egal@ characters (currently @nb@).',
49 'erreur_taille_entre' => 'The value must have between @min@ and @max@ characters (currently @nb@).',
50 'erreur_taille_max' => 'The value must have no more than @max@ characters (currently @nb@).',
51 'erreur_taille_min' => 'The value must have no less than @min@ characters (currently @nb@).',
52 'erreur_telephone' => 'The telephone number is invalid.',
53 'erreur_url' => 'The URL address <em>@url@</em> is invalid.',
54 'erreur_url_protocole' => 'The address entered <em>(@url@)</em> must start with @protocole@',
55 'erreur_url_protocole_exact' => 'The address entered <em>(@url@)</em> does not start with a valid protocol (e.g. http://)',
56
57 // N
58 'normaliser_option_date' => 'Normalize the date?',
59 'normaliser_option_date_aucune' => 'No',
60 'normaliser_option_date_en_datetime' => '"Datetime" format (for SQL)',
61
62 // O
63 'option_code_postal_pays_explication' => 'Two-letter country code : FR, DZ, DE, etc.',
64 'option_code_postal_pays_label' => 'Country',
65 'option_comparaison_champ_champ_explication' => 'Field identifier (« name » attribute)',
66 'option_comparaison_champ_champ_label' => 'Field',
67 'option_comparaison_champ_comparaison_explication' => 'Type of comparison',
68 'option_comparaison_champ_comparaison_label' => 'Comparison',
69 'option_comparaison_champ_egal' => '== Equal',
70 'option_comparaison_champ_egal_type' => '=== Identical (same kind)',
71 'option_comparaison_champ_grand' => '> Greater than',
72 'option_comparaison_champ_grand_egal' => '>= Greater than or equal to ',
73 'option_comparaison_champ_nom_champ_explication' => 'Field name for human beings',
74 'option_comparaison_champ_nom_champ_label' => 'Field name',
75 'option_comparaison_champ_petit' => '< Less than',
76 'option_comparaison_champ_petit_egal' => '<= Less than or equal to',
77 'option_couleur_normaliser_label' => 'Normalize the color code?',
78 'option_couleur_type_hexa' => 'Color code in hexadecimal format',
79 'option_couleur_type_label' => 'Checking type to be made',
80 'option_decimal_nb_decimales_label' => 'Number of decimal places',
81 'option_email_disponible_label' => 'Available address',
82 'option_email_disponible_label_case' => 'Check that the address has not already be used by another user',
83 'option_email_mode_5322' => 'Check against the strictest standards available',
84 'option_email_mode_label' => 'Email checking mode',
85 'option_email_mode_normal' => 'Normal SPIP checking',
86 'option_email_mode_strict' => 'Less permissive checking',
87 'option_entier_max_label' => 'Maximum value',
88 'option_entier_min_label' => 'Minimum value',
89 'option_regex_modele_label' => 'The value must match the following expression',
90 'option_siren_siret_mode_label' => 'What do you verify?',
91 'option_siren_siret_mode_siren' => 'SIREN number',
92 'option_siren_siret_mode_siret' => 'SIRET number',
93 'option_taille_max_label' => 'Maximum size',
94 'option_taille_min_label' => 'Minimum size',
95 'option_url_mode_complet' => 'Full verification of the URL',
96 'option_url_mode_label' => 'URL verification mode',
97 'option_url_mode_php_filter' => 'Full URL verification using the PHP filter FILTER_VALIDATE_URL',
98 'option_url_mode_protocole_seul' => 'Verification of the existence of a protocol only',
99 'option_url_protocole_label' => 'Name of the protocol to be verified',
100 'option_url_type_protocole_exact' => 'Enter a protocol below:',
101 'option_url_type_protocole_ftp' => 'File transfer protocols: FTP or SFTP',
102 'option_url_type_protocole_label' => 'Type of protocol to be verified',
103 'option_url_type_protocole_mail' => 'Mail protocols: IMAP, POP3 or SMTP',
104 'option_url_type_protocole_tous' => 'All accepted protocols',
105 'option_url_type_protocole_web' => 'Web protocols: HTTP or HTTPS',
106
107 // T
108 'type_code_postal' => 'Postal code',
109 'type_code_postal_description' => 'Check that the value is a valid postal code.',
110 'type_comparaison_champ' => 'Comparison',
111 'type_comparaison_champ_description' => 'Compare the value with another field from _request().',
112 'type_couleur' => 'Colour',
113 'type_couleur_description' => 'Check if the value is a color code.',
114 'type_date' => 'Date',
115 'type_date_description' => 'Check that the value is date in the DD/MM/YYYY format. The separator character can be anything (".", "/", etc).',
116 'type_decimal' => 'Decimal number',
117 'type_decimal_description' => 'Check that the value is a decimal number, with options to restrict the value to a given range and to specify the required number of decmial places.',
118 'type_email' => 'Email address',
119 'type_email_description' => 'Check that the email address is correctly formatted.',
120 'type_email_disponible' => 'Availability of an email address',
121 'type_email_disponible_description' => 'Check that the email address has not already been used by another system user.',
122 'type_entier' => 'Integer',
123 'type_entier_description' => 'Check that the value is an integer, with the option of being restricted between two range values.',
124 'type_id_document' => 'Document number',
125 'type_id_document_description' => 'Check that the value matches an existing document number.',
126 'type_isbn' => 'ISBN',
127 'type_isbn_description' => 'Check that the value is a 10 or 13 digits long ISBN',
128 'type_regex' => 'Regular expression',
129 '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>.',
130 'type_siren_siret' => 'SIREN or SIRET',
131 'type_siren_siret_description' => 'Check that the value is a valid number from the French <a href="http://fr.wikipedia.org/wiki/SIREN">Système d’Identification du Répertoire des ENtreprises</a> (Company Registry ID System).',
132 'type_taille' => 'Size',
133 'type_taille_description' => 'Check that the size of the value corresponds to the minimum and/or maximum specified.',
134 'type_telephone' => 'Telephone number',
135 'type_telephone_description' => 'Check that the telephone number matches a recognised telephone number format.',
136 'type_url' => 'URL',
137 'type_url_description' => 'Verify that the URL matches a recognised format.'
138 );