X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fsaisies%2Flang%2Fsaisies_en.php;fp=www%2Fplugins%2Fsaisies%2Flang%2Fsaisies_en.php;h=cf5289d77dc9f6bfa746784cfed1443d1868e5a1;hp=dddd5e08d35c1c5ff9bc112f50af4e09e2dd9aa1;hb=29b39a068934cc6a39f07e91930e06dc09b56ea7;hpb=eaf1b6dceab40a36e51c3b729b6af22f46388ab1 diff --git a/www/plugins/saisies/lang/saisies_en.php b/www/plugins/saisies/lang/saisies_en.php index dddd5e0..cf5289d 100644 --- a/www/plugins/saisies/lang/saisies_en.php +++ b/www/plugins/saisies/lang/saisies_en.php @@ -49,12 +49,16 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'label_mois' => 'Month', // O - 'option_aff_art_interface_explication' => 'Display only the articles in the user\'s language', + 'option_aff_art_interface_explication' => 'Display only the articles in the user’s language', 'option_aff_art_interface_label' => 'Multilingual display', 'option_aff_langue_explication' => 'Display the selected language of the article or section before the title', 'option_aff_langue_label' => 'Display the language', - 'option_aff_rub_interface_explication' => 'Display only the sections in the user\'s language', + 'option_aff_rub_interface_explication' => 'Display only the sections in the user’s language', 'option_aff_rub_interface_label' => 'Multilingual display', + 'option_afficher_si_explication' => 'Indicate the display conditions of this field in function of the value of other fields. The identifier of the other fields has to be entered between @.
Example @selection_1@=="Toto" conditions the display of the field only when field selection_1 has a value of Toto.', + 'option_afficher_si_label' => 'Conditional display', + 'option_afficher_si_remplissage_explication' => 'Other than the previous option, this one is only displayed while the form is being entered and not when the result is displayed. Its syntax is the same.', + 'option_afficher_si_remplissage_label' => 'Conditional display when being filled', 'option_attention_explication' => 'A message more important than the explanation.', 'option_attention_label' => 'Warning', 'option_autocomplete_defaut' => 'Leave the default', @@ -63,6 +67,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'option_autocomplete_off' => 'Disable', 'option_autocomplete_on' => 'Enable', 'option_cacher_option_intro_label' => 'Hide the first empty choice', + 'option_choix_alternatif_label' => 'Allow to propose an alternative choice', + 'option_choix_alternatif_label_defaut' => 'Other choice', + 'option_choix_alternatif_label_label' => 'Label for this alternative choice', 'option_choix_destinataires_explication' => 'One or several authors among which the user can make his choice. If nothing selected, it will be the author who installed the site to be chosen.', 'option_choix_destinataires_label' => 'Possible recipients', 'option_class_label' => 'Additional CSS Classes', @@ -70,6 +77,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'option_cols_label' => 'Width', 'option_datas_explication' => 'You need to specify a choice for each row in the form of "key|label of the choice"', 'option_datas_label' => 'List of the available choices', + 'option_datas_sous_groupe_explication' => 'You can indicate a choice by line using the format "key|Label" of the choice.
You can indicate the start of a subgroup using the format "*Title of the subgroup". To end a subgroup you can start another one, or put a line containing "/*".', 'option_defaut_label' => 'Default value', 'option_disable_avec_post_explication' => 'Same as previous option position but still post value in a hidden field.', 'option_disable_avec_post_label' => 'Disabled but posted.', @@ -103,6 +111,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'option_nom_explication' => 'A computer ID name that identifies the field. It may only contain lowercase alphanumeric characters or the underscore character "_".', 'option_nom_label' => 'Field name', 'option_obligatoire_label' => 'Required field', + 'option_option_destinataire_intro_label' => 'Label of first choice empty (in list format)', 'option_option_intro_label' => 'Label for the first empty choice', 'option_option_statut_label' => 'Show the status', 'option_pliable_label' => 'Expandable', @@ -119,7 +128,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'option_size_label' => 'Field size', 'option_type_choix_plusieurs' => 'Allow the user to choose several message recipients.', 'option_type_choix_tous' => 'Make all these authors as recipients. The user will not have choice.', - 'option_type_choix_un' => 'Allow the user to choose only one message recipient.', + 'option_type_choix_un' => 'Allow the user to choose only one message recipient (as a dropdown list).', + 'option_type_choix_un_radio' => 'Allow the user to select one single addressee (in checklist format).', 'option_type_explication' => 'In "disguised" mode, the field contents as typed will be replaced with asterisks.', 'option_type_label' => 'Field type', 'option_type_password' => 'Disguised',