Changeset 107760 in spip-zone
- Timestamp:
- Nov 27, 2017, 4:36:15 AM (3 years ago)
- Location:
- _plugins_/verifier/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/verifier/lang/verifier.xml
r107748 r107760 6 6 <traducteur nom="Torsten Willmann" lien="https://trad.spip.net/auteur/torsten-willmann" /> 7 7 </langue> 8 <langue code="en" url="https://trad.spip.net/tradlang_module/verifier?lang_cible=en" total="153" traduits="1 35" relire="0" modifs="4" nouveaux="14" pourcent="88.24">8 <langue code="en" url="https://trad.spip.net/tradlang_module/verifier?lang_cible=en" total="153" traduits="153" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 9 9 <traducteur nom="Benitron" lien="https://trad.spip.net/auteur/benitron" /> 10 10 <traducteur nom="George" lien="https://trad.spip.net/auteur/جورج-قندلفت" /> 11 11 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> 12 <traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" /> 12 13 <traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" /> 13 14 <traducteur nom="Mark" lien="https://trad.spip.net/auteur/mark" /> -
_plugins_/verifier/lang/verifier_en.php
r102364 r107760 9 9 10 10 $GLOBALS[$GLOBALS['idx_lang']] = array( 11 12 // D 13 'data_choix' => 'Possible choices:', 11 14 12 15 // E … … 44 47 'erreur_numerique' => 'The number format is invalid.', 45 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@"', 46 55 'erreur_regex' => 'The regex string is incorrectly formatted.', 47 56 'erreur_siren' => 'The SIREN number is invalid.', … … 83 92 'option_couleur_type_label' => 'Checking type to be made', 84 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', 85 96 'option_email_disponible_label' => 'Available address', 86 97 'option_email_disponible_label_case' => 'Check that the address has not already be used by another user', … … 95 106 'option_fichiers_hauteur_max_label' => 'Maximum image height (in px)', 96 107 'option_fichiers_largeur_max_label' => 'Maximum image width (in px)', 97 'option_fichiers_mime_image_web_label' => 'Web image (gif, jpg, png)', # MODIF 98 'option_fichiers_mime_label' => 'Mime type', # MODIF 99 'option_fichiers_mime_specifique_label' => 'Un type Mime précisé ci-dessous', # MODIF 100 'option_fichiers_mime_tout_mime_label' => 'All Mime types allowed by SPIP', # MODIF 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', 101 113 'option_fichiers_taille_max_label' => 'Maximum image weight (in kB)', 102 114 'option_fichiers_type_mime_label' => 'Select the allowed MIME types', … … 121 133 'option_url_type_protocole_webcal' => 'Webcal protocols: webcal, http ou https', 122 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 123 139 // T 140 'titre_page_verifier_doc' => 'Documentation of the Verification API', 124 141 'type_code_postal' => 'Postal code', 125 142 'type_code_postal_description' => 'Check that the value is a valid postal code.', … … 155 172 'type_telephone_description' => 'Check that the telephone number matches a recognised telephone number format.', 156 173 'type_url' => 'URL', 157 'type_url_description' => 'Verify that the URL matches a recognised format.' 174 'type_url_description' => 'Verify that the URL matches a recognised format.', 175 176 // V 177 'verification_a_faire' => 'Verification to perform:' 158 178 );
Note: See TracChangeset
for help on using the changeset viewer.