[CSS] +fix page header and title color
[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 https://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 // D
13 'data_choix' => 'Possible choices:',
14
15 // E
16 'erreur_code_postal' => 'This postcode is invalid.',
17 'erreur_comparaison_egal' => 'The value must be equal to the field "@nom_champ@"',
18 'erreur_comparaison_egal_type' => 'The value must be equal to and the same type as the field "@nom_champ@"',
19 'erreur_comparaison_grand' => 'The value must be greater than the field "@nom_champ@"',
20 'erreur_comparaison_grand_egal' => 'The value must be greater than or equal to the field "@nom_champ@"',
21 'erreur_comparaison_petit' => 'The value must be less than the field "@nom_champ@"',
22 'erreur_comparaison_petit_egal' => 'The value must be less than or equal to the field "@nom_champ@"',
23 'erreur_couleur' => 'The color code is invalid.',
24 'erreur_date' => 'The date is invalid.',
25 'erreur_date_format' => 'The date format is invalid.',
26 'erreur_decimal' => 'The value must be a decimal number.',
27 'erreur_decimal_nb_decimales' => 'The number must have more than @nb_decimales@ digits after the decimal point.',
28 'erreur_dimension_image' => 'The file "@name@" is too large: @taille@ (maximum @taille_max@).',
29 'erreur_email' => 'The email address <em>@email@</em> is not correctly formatted.',
30 'erreur_email_nondispo' => 'The email address <em>@email@</em> has already been used.',
31 'erreur_entier' => 'The value must be an integer.',
32 'erreur_entier_entre' => 'The value must be between @min@ and @max@.',
33 'erreur_entier_max' => 'The value must not be more than @max@.',
34 'erreur_entier_min' => 'The value must not be less than @min@.',
35 'erreur_heure' => 'The timetable specified does not exist.',
36 'erreur_heure_format' => 'The time format is not valid.',
37 'erreur_id_document' => 'This document identifier is not valid.',
38 'erreur_id_objet' => 'This identifier is not valid.',
39 'erreur_inconnue_generique' => 'The format is invalid.',
40 'erreur_isbn' => 'The ISBN number is not valid (ex: 978-2-1234-5680-3 or 2-1234-5680-X)',
41 '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.
42 'erreur_isbn_G' => 'Le premier segment doit être égal à 978 ou 979.', # the first segment must be 978 or 979.
43 'erreur_isbn_nb_caracteres' => 'the ISBN number must have 10 ou 13 caracters, not including the hyphens (curently @nb@).',
44 'erreur_isbn_nb_segments' => 'the ISBN number must have 4 or 5 segments (curently @nb@).',
45 'erreur_isbn_segment' => 'the segment "@segment@" has @nb@ exceeding caracter(s).',
46 'erreur_isbn_segment_lettre' => 'the segment "@segment@" must not have any letter.',
47 'erreur_numerique' => 'The number format is invalid.',
48 'erreur_objet' => 'This object is not valid.',
49 'erreur_php_file_1' => 'The file size "@name@" exceeds that allowed by the server',
50 'erreur_php_file_2' => 'The file size "@name@" exceeds that allowed by the form',
51 'erreur_php_file_3' => 'The file "@name@" was only partially downloaded',
52 'erreur_php_file_6' => 'A server error prevented sending the file "@name@"',
53 'erreur_php_file_7' => 'A server error prevented sending the file "@name@"',
54 'erreur_php_file_88' => 'A server error prevented sending the file "@name@"',
55 'erreur_regex' => 'The regex string is incorrectly formatted.',
56 'erreur_siren' => 'The SIREN number is invalid.',
57 'erreur_siret' => 'The SIRET number is invalid.',
58 'erreur_taille_egal' => 'The value must have exactly @egal@ characters (currently @nb@).',
59 'erreur_taille_entre' => 'The value must have between @min@ and @max@ characters (currently @nb@).',
60 'erreur_taille_fichier' => 'The file "@name@" is too large: @taille@ (maximum @taille_max@).',
61 'erreur_taille_max' => 'The value must have no more than @max@ characters (currently @nb@).',
62 'erreur_taille_min' => 'The value must have no less than @min@ characters (currently @nb@).',
63 'erreur_telephone' => 'The telephone number is invalid.',
64 'erreur_type_image' => 'The file "@name@" is not a web image.',
65 'erreur_type_non_autorise' => 'The file "@name@" is not of an authorised type.',
66 'erreur_url' => 'The URL address <em>@url@</em> is invalid.',
67 'erreur_url_protocole' => 'The address entered <em>(@url@)</em> must start with @protocole@',
68 'erreur_url_protocole_exact' => 'The address entered <em>(@url@)</em> does not start with a valid protocol (e.g. http://)',
69
70 // N
71 'normaliser_option_date' => 'Normalize the date?',
72 'normaliser_option_date_aucune' => 'No',
73 'normaliser_option_date_en_datetime' => '"Datetime" format (for SQL)',
74
75 // O
76 'option_code_postal_pays_explication' => 'Two-letter country code : FR, DZ, DE, etc.',
77 'option_code_postal_pays_label' => 'Country',
78 'option_comparaison_champ_champ_explication' => 'Field identifier (« name » attribute)',
79 'option_comparaison_champ_champ_label' => 'Field',
80 'option_comparaison_champ_comparaison_explication' => 'Type of comparison',
81 'option_comparaison_champ_comparaison_label' => 'Comparison',
82 'option_comparaison_champ_egal' => '== Equal',
83 'option_comparaison_champ_egal_type' => '=== Identical (same kind)',
84 'option_comparaison_champ_grand' => '> Greater than',
85 'option_comparaison_champ_grand_egal' => '>= Greater than or equal to ',
86 'option_comparaison_champ_nom_champ_explication' => 'Field name for human beings',
87 'option_comparaison_champ_nom_champ_label' => 'Field name',
88 'option_comparaison_champ_petit' => '< Less than',
89 'option_comparaison_champ_petit_egal' => '<= Less than or equal to',
90 'option_couleur_normaliser_label' => 'Normalize the color code?',
91 'option_couleur_type_hexa' => 'Color code in hexadecimal format',
92 'option_couleur_type_label' => 'Checking type to be made',
93 'option_decimal_nb_decimales_label' => 'Number of decimal places',
94 'option_decimal_separateur_explication' => 'The dot will be accepted in all cases.',
95 'option_decimal_separateur_label' => 'Decimal separator',
96 'option_email_disponible_label' => 'Available address',
97 'option_email_disponible_label_case' => 'Check that the address has not already be used by another user',
98 'option_email_mode_5322' => 'Check against the strictest standards available',
99 'option_email_mode_label' => 'Email checking mode',
100 'option_email_mode_normal' => 'Normal SPIP checking',
101 'option_email_mode_strict' => 'Less permissive checking',
102 'option_entier_max_label' => 'Maximum value',
103 'option_entier_min_label' => 'Minimum value',
104 'option_fichiers_dimension_autoriser_rotation_label' => 'Consider image rotation?',
105 'option_fichiers_dimension_autoriser_rotation_label_case' => 'Click to invert maximum length and height',
106 'option_fichiers_hauteur_max_label' => 'Maximum image height (in px)',
107 'option_fichiers_largeur_max_label' => 'Maximum image width (in px)',
108 'option_fichiers_mime_image_web_label' => 'Allow only web images (gif, jpg, png)',
109 'option_fichiers_mime_label' => 'Mime type and extension',
110 'option_fichiers_mime_pas_de_verification_label' => 'Allow all types and extensions (not recommended)',
111 'option_fichiers_mime_specifique_label' => 'Allow only the types and extensions checked below',
112 'option_fichiers_mime_tout_mime_label' => 'Allow all Mime types and known extensions of SPIP',
113 'option_fichiers_taille_max_label' => 'Maximum image weight (in kB)',
114 'option_fichiers_type_mime_label' => 'Select the allowed MIME types',
115 'option_id_objet_objet_label' => 'Object name (singular)',
116 'option_regex_modele_label' => 'The value must match the following expression',
117 'option_siren_siret_mode_label' => 'What do you verify?',
118 'option_siren_siret_mode_siren' => 'SIREN number',
119 'option_siren_siret_mode_siret' => 'SIRET number',
120 'option_taille_max_label' => 'Maximum size',
121 'option_taille_min_label' => 'Minimum size',
122 'option_url_mode_complet' => 'Full verification of the URL',
123 'option_url_mode_label' => 'URL verification mode',
124 'option_url_mode_php_filter' => 'Full URL verification using the PHP filter FILTER_VALIDATE_URL',
125 'option_url_mode_protocole_seul' => 'Verification of the existence of a protocol only',
126 'option_url_protocole_label' => 'Name of the protocol to be verified',
127 'option_url_type_protocole_exact' => 'Enter a protocol below:',
128 'option_url_type_protocole_ftp' => 'File transfer protocols: FTP or SFTP',
129 'option_url_type_protocole_label' => 'Type of protocol to be verified',
130 'option_url_type_protocole_mail' => 'Mail protocols: IMAP, POP3 or SMTP',
131 'option_url_type_protocole_tous' => 'All accepted protocols',
132 'option_url_type_protocole_web' => 'Web protocols: HTTP or HTTPS',
133 'option_url_type_protocole_webcal' => 'Webcal protocols: webcal, http ou https',
134
135 // P
136 'par_defaut' => 'By default:',
137 'plugin_yaml_inactif' => 'The YAML plugin is not present and/or activated. It is necessary to see this page of documentation.',
138
139 // T
140 'titre_page_verifier_doc' => 'Documentation of the Verification API',
141 'type_code_postal' => 'Postal code',
142 'type_code_postal_description' => 'Check that the value is a valid postal code.',
143 'type_comparaison_champ' => 'Comparison',
144 'type_comparaison_champ_description' => 'Compare the value with another field from _request().',
145 'type_couleur' => 'Colour',
146 'type_couleur_description' => 'Check if the value is a color code.',
147 'type_date' => 'Date',
148 'type_date_description' => 'Check that the value is date in the DD/MM/YYYY format. The separator character can be anything (".", "/", etc).',
149 'type_decimal' => 'Decimal number',
150 '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.',
151 'type_email' => 'Email address',
152 'type_email_description' => 'Check that the email address is correctly formatted.',
153 'type_email_disponible' => 'Availability of an email address',
154 'type_email_disponible_description' => 'Check that the email address has not already been used by another system user.',
155 'type_entier' => 'Integer',
156 'type_entier_description' => 'Check that the value is an integer, with the option of being restricted between two range values.',
157 'type_fichiers' => 'File properties',
158 'type_fichiers_description' => 'Check certain properties of each loaded file',
159 'type_id_document' => 'Document number',
160 'type_id_document_description' => 'Check that the value matches an existing document number.',
161 'type_id_objet' => 'Obejct number',
162 'type_id_objet_description' => 'Verify that the value corresponds with an existing object value.',
163 'type_isbn' => 'ISBN',
164 'type_isbn_description' => 'Check that the value is a 10 or 13 digits long ISBN',
165 'type_regex' => 'Regular expression',
166 '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>.',
167 'type_siren_siret' => 'SIREN or SIRET',
168 '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).',
169 'type_taille' => 'Size',
170 'type_taille_description' => 'Check that the size of the value corresponds to the minimum and/or maximum specified.',
171 'type_telephone' => 'Telephone number',
172 'type_telephone_description' => 'Check that the telephone number matches a recognised telephone number format.',
173 'type_url' => 'URL',
174 'type_url_description' => 'Verify that the URL matches a recognised format.',
175
176 // V
177 'verification_a_faire' => 'Verification to perform:'
178 );