Changeset 119677 in spip-zone
- Timestamp:
- Jan 7, 2020, 8:00:08 AM (13 months ago)
- Location:
- _plugins_/saisies/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saisies/trunk/lang/saisies.xml
r118964 r119677 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/saisies?lang_cible=en" total="210" traduits="2 09" relire="1" modifs="0" nouveaux="0" pourcent="99.52">8 <langue code="en" url="https://trad.spip.net/tradlang_module/saisies?lang_cible=en" total="210" traduits="210" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 9 9 <traducteur nom="George" lien="https://trad.spip.net/auteur/جورج-قندلفت" /> 10 10 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> -
_plugins_/saisies/trunk/lang/saisies_en.php
r118964 r119677 45 45 46 46 // D 47 'data_cols_label' => 'Possible answers ( in column)',48 'data_rows_label' => 'Questions ( on line)',47 'data_cols_label' => 'Possible answers (down)', 48 'data_rows_label' => 'Questions ( across)', 49 49 50 50 // E 51 51 'erreur_generique' => 'There are errors in the fields below, please check your inputs', 52 52 'erreur_option_nom_unique' => 'This name is already used by another field and it must be unique in this form.', 53 'erreur_syntaxe_afficher_si' => ' Incorrect test syntax',53 'erreur_syntaxe_afficher_si' => 'Wrong syntax of the test', 54 54 'erreur_valeur_inacceptable' => 'Entered value cannot be accepted.', 55 55 … … 85 85 'option_attention_label' => 'Warning', 86 86 'option_attribut_title_label' => 'Put a title attribute in the label, containing the value of the field. Use with moderation.', 87 'option_autocomplete_defaut' => ' Leave thedefault',87 'option_autocomplete_defaut' => 'Keep default', 88 88 'option_autocomplete_explication' => 'At page load, your browser may pre-fill the field based on its history', 89 89 'option_autocomplete_label' => 'Pre-fill the field', … … 110 110 'option_disable_avec_post_label' => 'Disabled but posted.', 111 111 'option_disable_choix_explication' => 'Indicate the choices separated by a comma, example: choix1,choix3', 112 'option_disable_choix_label' => 'D eactivate some choices',112 'option_disable_choix_label' => 'Disable some choices', 113 113 'option_disable_explication' => 'The field can not get the focus.', 114 114 'option_disable_label' => 'Disable the field', … … 128 128 'option_horaire_label_case' => 'Allow to fill in the time', 129 129 'option_id_groupe_label' => 'Keyword group', 130 'option_info_obligatoire_explication' => 'You can change the default obligation indication: <i>[Mandatory]</i>. To keep the default information, leave it blank. To display nothing, put a text composed only of space.', # RELIRE130 'option_info_obligatoire_explication' => 'You can change the default required indication: <i>[Required]</i>. To keep the default information, leave it blank. To display nothing, put a text composed only of space.', 131 131 'option_info_obligatoire_label' => 'Indication of obligation', 132 132 'option_inserer_barre_choix_edition' => 'complete editing toolbar',
Note: See TracChangeset
for help on using the changeset viewer.