[PLUGINS] ~saisie 1.31.4 --> 1.38.6
[ptitvelo/web/www.git] / www / plugins / saisies / lang / saisies_en.php
index dddd5e0..cf5289d 100644 (file)
@@ -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 users 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 users 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 <code>@</code>. <br />Example <code>@selection_1@=="Toto"</code> conditions the display of the field only when field <code>selection_1</code> has a value of <code>Toto</code>.',
+       '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. <br />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 <strong>several</ strong> message recipients.',
        'option_type_choix_tous' => 'Make <strong>all</ strong> these authors as recipients. The user will not have choice.',
-       'option_type_choix_un' => 'Allow the user to choose <strong>only one</strong> message recipient.',
+       'option_type_choix_un' => 'Allow the user to choose <strong>only one</strong> message recipient (as a dropdown list).',
+       'option_type_choix_un_radio' => 'Allow the user to select <strong>one single</strong> 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',