[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / saisies / lang / saisies_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/saisies?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // B
11 'bouton_parcourir_docs_article' => 'Browse through the article',
12 'bouton_parcourir_docs_breve' => 'Browse through the news item',
13 'bouton_parcourir_docs_rubrique' => 'Browse through the section',
14 'bouton_parcourir_mediatheque' => 'Browse through the multimedia library',
15
16 // C
17 'construire_action_annuler' => 'Cancel',
18 'construire_action_configurer' => 'Set up',
19 'construire_action_deplacer' => 'Move',
20 'construire_action_dupliquer' => 'Duplicate',
21 'construire_action_dupliquer_copie' => '(copy)',
22 'construire_action_supprimer' => 'Delete',
23 'construire_ajouter_champ' => 'Add a field',
24 'construire_attention_enregistrer' => 'Remember to save your changes!',
25 'construire_attention_modifie' => 'The form below is different from the initial form. You can reset it to the state before the changes.',
26 'construire_attention_supprime' => 'Your changes include deletions of fields. Please confirm the registration of the new version of the form.',
27 'construire_aucun_champs' => 'There is currently no field in this form.',
28 'construire_confirmer_supprimer_champ' => 'Do you really want to delete this field?',
29 'construire_info_nb_champs_masques' => '@nb@ hidden field(s) the time to set up the group.',
30 'construire_position_explication' => 'Specify before which other field this one should be placed.',
31 'construire_position_fin_formulaire' => 'At the end of the form',
32 'construire_position_fin_groupe' => 'At the end of the group @groupe@',
33 'construire_position_label' => 'Position of the field',
34 'construire_reinitialiser' => 'Reset form',
35 'construire_reinitialiser_confirmer' => 'You will lose all your changes. Are you sure you want to go back to the original form?',
36 'construire_verifications_aucune' => 'None',
37 'construire_verifications_label' => 'Type of verification to be performed',
38
39 // E
40 'erreur_generique' => 'There are errors in the fields below, please check your inputs',
41 'erreur_option_nom_unique' => 'This name is already used by another field and it must be unique in this form.',
42
43 // I
44 'info_configurer_saisies' => 'Test page for Entries',
45
46 // L
47 'label_annee' => 'Year',
48 'label_jour' => 'Day',
49 'label_mois' => 'Month',
50
51 // O
52 'option_aff_art_interface_explication' => 'Display only the articles in the user’s language',
53 'option_aff_art_interface_label' => 'Multilingual display',
54 'option_aff_langue_explication' => 'Display the selected language of the article or section before the title',
55 'option_aff_langue_label' => 'Display the language',
56 'option_aff_rub_interface_explication' => 'Display only the sections in the user’s language',
57 'option_aff_rub_interface_label' => 'Multilingual display',
58 '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>.',
59 'option_afficher_si_label' => 'Conditional display',
60 '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.',
61 'option_afficher_si_remplissage_label' => 'Conditional display when being filled',
62 'option_attention_explication' => 'A message more important than the explanation.',
63 'option_attention_label' => 'Warning',
64 'option_autocomplete_defaut' => 'Leave the default',
65 'option_autocomplete_explication' => 'At page load, your browser may pre-fill the field based on its history',
66 'option_autocomplete_label' => 'Pre-fill the field',
67 'option_autocomplete_off' => 'Disable',
68 'option_autocomplete_on' => 'Enable',
69 'option_cacher_option_intro_label' => 'Hide the first empty choice',
70 'option_choix_alternatif_label' => 'Allow to propose an alternative choice',
71 'option_choix_alternatif_label_defaut' => 'Other choice',
72 'option_choix_alternatif_label_label' => 'Label for this alternative choice',
73 '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.',
74 'option_choix_destinataires_label' => 'Possible recipients',
75 'option_class_label' => 'Additional CSS Classes',
76 'option_cols_explication' => 'Field width in characters. This option is not always applied/used because the CSS styles of your site may override it.',
77 'option_cols_label' => 'Width',
78 'option_datas_explication' => 'You need to specify a choice for each row in the form of "key|label of the choice"',
79 'option_datas_label' => 'List of the available choices',
80 '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 "/*".',
81 'option_defaut_label' => 'Default value',
82 'option_disable_avec_post_explication' => 'Same as previous option position but still post value in a hidden field.',
83 'option_disable_avec_post_label' => 'Disabled but posted.',
84 'option_disable_explication' => 'The field can not get the focus.',
85 'option_disable_label' => 'Disable the field',
86 'option_erreur_obligatoire_explication' => 'You can customize the error message displayed to show an obligation (otherwise leave blank).',
87 'option_erreur_obligatoire_label' => 'Obligation message',
88 'option_explication_explication' => 'If necessary, a short sentence describing the subject field.',
89 'option_explication_label' => 'Explanation',
90 'option_groupe_affichage' => 'Display',
91 'option_groupe_description' => 'Description',
92 'option_groupe_utilisation' => 'Usage',
93 'option_groupe_validation' => 'Validation',
94 'option_heure_pas_explication' => 'When using the schedule, a menu is displayed to help enter hours and minutes. Here you can choose the time interval between each option (default 30 minutes).',
95 'option_heure_pas_label' => 'Interval of the minutes in the help menu of the input',
96 'option_horaire_label' => 'Schedule',
97 'option_horaire_label_case' => 'Allow to fill in the time',
98 'option_id_groupe_label' => 'Keyword group',
99 'option_info_obligatoire_explication' => 'You can modify the default indication of obligation: <i>[Obligatoire]</i>.',
100 'option_info_obligatoire_label' => 'Indication of obligation',
101 'option_inserer_barre_choix_edition' => 'complete editing toolbar',
102 'option_inserer_barre_choix_forum' => 'forums toolbar',
103 'option_inserer_barre_explication' => 'Insert a porte-plume toolbar if that tool is activated.',
104 'option_inserer_barre_label' => 'Insert a toolbar',
105 'option_label_case_label' => 'Label located beside the check box',
106 'option_label_explication' => 'The title that will be displayed.',
107 'option_label_label' => 'Label',
108 'option_maxlength_explication' => 'The user can not type more characters than this number.',
109 'option_maxlength_label' => 'Maximum number of characters',
110 'option_multiple_explication' => 'The user will be able to select several values',
111 'option_multiple_label' => 'Multiple selection',
112 'option_nom_explication' => 'A computer ID name that identifies the field. It may only contain lowercase alphanumeric characters or the underscore character "_".',
113 'option_nom_label' => 'Field name',
114 'option_obligatoire_label' => 'Required field',
115 'option_option_destinataire_intro_label' => 'Label of first choice empty (in list format)',
116 'option_option_intro_label' => 'Label for the first empty choice',
117 'option_option_statut_label' => 'Show the status',
118 'option_pliable_label' => 'Expandable',
119 'option_pliable_label_case' => 'The group of fields can be expanded or shrunk.',
120 'option_plie_label' => 'Already shrunk',
121 'option_plie_label_case' => 'If the group of fields can be expanded and shrunk, then this option will make it already shrink with the form displays.',
122 'option_previsualisation_explication' => 'If porte-plume is activated, add a tab to preview the appearance of the text entered.',
123 'option_previsualisation_label' => 'Activate previews',
124 'option_readonly_explication' => 'The field can be viewed, selected, but not modified.',
125 'option_readonly_label' => 'Read only',
126 'option_rows_explication' => 'Field height in lines. This option is not always applied/used because the CSS styles of your site can cancel it.',
127 'option_rows_label' => 'Lines number',
128 'option_size_explication' => 'Field width in characters. This option is not always applied/used because the CSS styles of your site can cancel it.',
129 'option_size_label' => 'Field size',
130 'option_type_choix_plusieurs' => 'Allow the user to choose <strong>several</ strong> message recipients.',
131 'option_type_choix_tous' => 'Make <strong>all</ strong> these authors as recipients. The user will not have choice.',
132 'option_type_choix_un' => 'Allow the user to choose <strong>only one</strong> message recipient (as a dropdown list).',
133 'option_type_choix_un_radio' => 'Allow the user to select <strong>one single</strong> addressee (in checklist format).',
134 'option_type_explication' => 'In "disguised" mode, the field contents as typed will be replaced with asterisks.',
135 'option_type_label' => 'Field type',
136 'option_type_password' => 'Text, hidden during input (eg. password)',
137 'option_type_text' => 'Normal',
138
139 // S
140 'saisie_auteurs_explication' => 'Allows you to select one or more authors',
141 'saisie_auteurs_titre' => 'Autors',
142 'saisie_case_explication' => 'Used to activate or deactivate a particular option.',
143 'saisie_case_titre' => 'Single check box',
144 'saisie_checkbox_explication' => 'Used to select several options using check boxes.',
145 'saisie_checkbox_titre' => 'Check boxes',
146 'saisie_date_explication' => 'Used to enter a date using a calendar tool',
147 'saisie_date_titre' => 'Date',
148 'saisie_destinataires_explication' => 'Used to select one or more recipients from among the pre-selected authors.',
149 'saisie_destinataires_titre' => 'Recipients',
150 'saisie_explication_explication' => 'A general explanatory description.',
151 'saisie_explication_titre' => 'Explanation',
152 'saisie_fieldset_explication' => 'A frame which may include several fields.',
153 'saisie_fieldset_titre' => 'Fieldset',
154 'saisie_file_explication' => 'Send a file',
155 'saisie_file_titre' => 'File',
156 'saisie_hidden_explication' => 'A pre-filled field that the user will never see.',
157 'saisie_hidden_titre' => 'Hidden field',
158 'saisie_input_explication' => 'A simple line of text that can be visible or hidden (password).',
159 'saisie_input_titre' => 'Textfield',
160 'saisie_mot_explication' => 'One or more keywords of a group',
161 'saisie_mot_titre' => 'Keyword',
162 'saisie_oui_non_explication' => 'Either a Yes or No response',
163 'saisie_oui_non_titre' => 'Yes or No',
164 'saisie_radio_defaut_choix1' => 'One',
165 'saisie_radio_defaut_choix2' => 'Two',
166 'saisie_radio_defaut_choix3' => 'Three',
167 'saisie_radio_explication' => 'Used to select one single option from several possibilities.',
168 'saisie_radio_titre' => 'Radio buttons',
169 'saisie_selecteur_article' => 'Display an article selection browser',
170 'saisie_selecteur_article_titre' => 'Article selector',
171 'saisie_selecteur_rubrique' => 'Display a section selector browser',
172 'saisie_selecteur_rubrique_article' => 'Display an article or section selector browser',
173 'saisie_selecteur_rubrique_article_titre' => 'Article or section selector',
174 'saisie_selecteur_rubrique_titre' => 'Section selector',
175 'saisie_selection_explication' => 'Select an option from a dropdown list box.',
176 'saisie_selection_multiple_explication' => 'Used for selecting several options from a list.',
177 'saisie_selection_multiple_titre' => 'Multiple selection',
178 'saisie_selection_titre' => 'Dropdown list box',
179 'saisie_textarea_explication' => 'A multilines text field.',
180 'saisie_textarea_titre' => 'Textarea',
181
182 // T
183 'tous_visiteurs' => 'All visitors (even if not registered)',
184 'tout_selectionner' => 'Select all',
185
186 // V
187 'vue_sans_reponse' => '<i>(no data entered)</i>',
188
189 // Z
190 'z' => 'zzz'
191 );
192
193 ?>