[PLUGINS] +maj gis4
[lhc/web/www.git] / www / plugins / saisies / lang / saisies_en.php
index 6e8cd5a..b4818be 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/saisies?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -115,6 +117,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        '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_placeholder_label' => 'Placeholder',
        'option_pliable_label' => 'Expandable',
        'option_pliable_label_case' => 'The group of fields can be expanded or shrunk.',
        'option_plie_label' => 'Already shrunk',
@@ -135,6 +138,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'option_type_label' => 'Field type',
        'option_type_password' => 'Text, hidden during input (eg. password)',
        'option_type_text' => 'Normal',
+       'option_valeur_non_explication' => 'Posted value if the checkbox is not selected',
+       'option_valeur_non_label' => 'Value No',
+       'option_valeur_oui_explication' => 'Posted value if the checkbox is selected',
+       'option_valeur_oui_label' => 'Value Yes',
 
        // S
        'saisie_auteurs_explication' => 'Allows you to select one or more authors',
@@ -168,6 +175,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'saisie_radio_titre' => 'Radio buttons',
        'saisie_selecteur_article' => 'Display an article selection browser',
        'saisie_selecteur_article_titre' => 'Article selector',
+       'saisie_selecteur_document' => 'Display a document selector',
+       'saisie_selecteur_document_titre' => 'Document selector',
        'saisie_selecteur_rubrique' => 'Display a section selector browser',
        'saisie_selecteur_rubrique_article' => 'Display an article or section selector browser',
        'saisie_selecteur_rubrique_article_titre' => 'Article or section selector',