[PLUGINS] +set de base
[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')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // E
11 'erreur_code_postal' => 'This post code is invalid.',
12 'erreur_comparaison_egal' => 'The value must be equal to the field "@nom_champ@"',
13 'erreur_comparaison_egal_type' => 'The value must be equal and the same type as the field "@nom_champ@"',
14 'erreur_comparaison_grand' => 'The value must be greater than the field "@nom_champ@"',
15 'erreur_comparaison_grand_egal' => 'The value must be greater than or equal to the field "@nom_champ@"',
16 'erreur_comparaison_petit' => 'The value must be lower than the field "@nom_champ@"',
17 'erreur_comparaison_petit_egal' => 'The value must be lower than or equal to the field "@nom_champ@"',
18 'erreur_couleur' => 'The color code is invalid.',
19 'erreur_date' => 'The date is invalid.',
20 'erreur_date_format' => 'The date format is invalid.',
21 'erreur_decimal' => 'The value must be a decimal number.',
22 'erreur_decimal_nb_decimales' => 'The number must have more than @nb_decimales@ digits after the decimal point.',
23 'erreur_email' => 'The email address <em>@email@</em> is not correctly formatted.',
24 'erreur_email_nondispo' => 'The email address <em>@email@</em> has already been used.',
25 'erreur_entier' => 'The value must be an integer.',
26 'erreur_entier_entre' => 'The value must be between @min@ and @max@.',
27 'erreur_entier_max' => 'The value must be less than @max@.',
28 'erreur_entier_min' => 'The value must be greater than @min@.',
29 'erreur_heure' => 'The timetable specified does not exist.',
30 'erreur_heure_format' => 'The time format is not valid.',
31 'erreur_id_document' => 'This document identifier is not valid.',
32 'erreur_inconnue_generique' => 'The format is invalid.',
33 'erreur_isbn' => 'the ISBN number is not valid (ex: 978-2-1234-5680-3 or 2-1234-5680-X)',
34 '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.
35 'erreur_isbn_G' => 'Le premier segment doit être égal à 978 ou 979.', # the first segment must be 978 or 979.
36 'erreur_isbn_nb_caracteres' => 'the ISBN number must have 10 ou 13 caracters, not including the hyphens (curently @nb@).',
37 'erreur_isbn_nb_segments' => 'the ISBN number must have 4 or 5 segments (curently @nb@).',
38 'erreur_isbn_segment' => 'the segment "@segment@" has @nb@ exceeding caracter(s).',
39 'erreur_isbn_segment_lettre' => 'the segment "@segment@" must not have any letter.',
40 'erreur_numerique' => 'The number format is invalid.',
41 'erreur_regex' => 'The regex string is incorrectly formatted.',
42 'erreur_siren' => 'The SIREN number is invalid.',
43 'erreur_siret' => 'The SIRET number is invalid.',
44 'erreur_taille_egal' => 'The value must have exactly @egal@ characters (currently @nb@).',
45 'erreur_taille_entre' => 'The value must have between @min@ and @max@ characters (currently @nb@).',
46 'erreur_taille_max' => 'The value must have no more than @max@ characters (currently @nb@).',
47 'erreur_taille_min' => 'The value must have no less than @min@ characters (currently @nb@).',
48 'erreur_telephone' => 'The telephone number is invalid.',
49 'erreur_url' => 'The URL address <em>@url@</em> is invalid.',
50 'erreur_url_protocole' => 'The address entered <em>(@url@)</em> must start with @protocole@',
51 'erreur_url_protocole_exact' => 'The address entered <em>(@url@)</em> does not start with a valid protocol (e.g. http://)',
52
53 // N
54 'normaliser_option_date' => 'Normalize the date?',
55 'normaliser_option_date_aucune' => 'No',
56 'normaliser_option_date_en_datetime' => '"Datetime" format (for SQL)',
57
58 // O
59 'option_couleur_normaliser_label' => 'Normalize the color code?',
60 'option_couleur_type_hexa' => 'Color code in hexadecimal format',
61 'option_couleur_type_label' => 'Checking type to be made',
62 'option_decimal_nb_decimales_label' => 'Number of decimal places',
63 'option_email_disponible_label' => 'Available address',
64 'option_email_disponible_label_case' => 'Check that the address has not already be used by another user',
65 'option_email_mode_5322' => 'Check against the strictest standards available',
66 'option_email_mode_label' => 'Email checking mode',
67 'option_email_mode_normal' => 'Normal SPIP checking',
68 'option_email_mode_strict' => 'Less permissive checking',
69 'option_entier_max_label' => 'Maximum value',
70 'option_entier_min_label' => 'Minimum value',
71 'option_regex_modele_label' => 'The value must match the following expression',
72 'option_siren_siret_mode_label' => 'What do you verify?',
73 'option_siren_siret_mode_siren' => 'SIREN number',
74 'option_siren_siret_mode_siret' => 'SIRET number',
75 'option_taille_max_label' => 'Maximum size',
76 'option_taille_min_label' => 'Minimum size',
77 'option_url_mode_complet' => 'Full verification of the URL',
78 'option_url_mode_label' => 'URL verification mode',
79 'option_url_mode_php_filter' => 'Full URL verification using the PHP filter FILTER_VALIDATE_URL',
80 'option_url_mode_protocole_seul' => 'Verification of the existence of a protocol only',
81 'option_url_protocole_label' => 'Name of the protocol to be verified',
82 'option_url_type_protocole_exact' => 'Enter a protocol below:',
83 'option_url_type_protocole_ftp' => 'File transfer protocols: FTP or SFTP',
84 'option_url_type_protocole_label' => 'Type of protocol to be verified',
85 'option_url_type_protocole_mail' => 'Mail protocols: IMAP, POP3 or SMTP',
86 'option_url_type_protocole_tous' => 'All accepted protocols',
87 'option_url_type_protocole_web' => 'Web protocols: HTTP or HTTPS',
88
89 // T
90 'type_couleur' => 'Colour',
91 'type_couleur_description' => 'Check if the value is a color code.',
92 'type_date' => 'Date',
93 'type_date_description' => 'Check that the value is date in the DD/MM/YYYY format. The separator character can be anything (".", "/", etc).',
94 'type_decimal' => 'Decimal number',
95 '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.',
96 'type_email' => 'Email address',
97 'type_email_description' => 'Check that the email address is correctly formatted.',
98 'type_email_disponible' => 'Availability of an email address',
99 'type_email_disponible_description' => 'Check that the email address has not already been used by another system user.',
100 'type_entier' => 'Integer',
101 'type_entier_description' => 'Check that the value is an integer, with the option of being restricted between two range values.',
102 'type_regex' => 'Regular expression',
103 '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>.',
104 'type_siren_siret' => 'SIREN or SIRET',
105 '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).',
106 'type_taille' => 'Size',
107 'type_taille_description' => 'Check that the size of the value corresponds to the minimum and/or maximum specified.',
108 'type_telephone' => 'Telephone number',
109 'type_telephone_description' => 'Check that the telephone number matches a recognised telephone number format.',
110 'type_url' => 'URL',
111 'type_url_description' => 'Verify that the URL matches a recognised format.'
112 );
113
114 ?>