X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fformidable%2Flang%2Fformidable_en.php;h=aab1f482e985020464cef798677872de935fedb2;hb=c0f18416f529232b5555c6410a8765a5125ebcd3;hp=fa28a982af0859c16bcea64b25c01803f4058f6b;hpb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/formidable/lang/formidable_en.php b/www/plugins/formidable/lang/formidable_en.php index fa28a982..aab1f482 100644 --- a/www/plugins/formidable/lang/formidable_en.php +++ b/www/plugins/formidable/lang/formidable_en.php @@ -3,12 +3,22 @@ // extrait automatiquement de http://trad.spip.net/tradlang_module/formidable?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( // A + 'activer_pages_explication' => 'By default, public pages of the forms are not allowed', + 'activer_pages_label' => 'Allow creation of public pages for the forms.', + 'admin_reponses_auteur' => 'Allow forms author to modify the answers', + 'admin_reponses_auteur_explication' => 'Only administrators can normally modify the answers filled in a form (to the bin, published, proposed to evaluation). This option allows the author of a form to modify the status (with the risk to alterate potentiall statistics) +', 'analyse_avec_reponse' => 'Non-empty answers', + 'analyse_exclure_champs_explication' => 'Insert the name of the fields to exclude, separated by |. Do not insert @. + +', 'analyse_exclure_champs_label' => 'Fields to exclude', 'analyse_exporter' => 'Export analysis', 'analyse_longueur_moyenne' => 'Average number in words length', @@ -17,6 +27,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'analyse_une_reponse_total' => 'One person responded to this form.', 'analyse_zero_reponse_total' => 'No one responded to this form.', 'aucun_traitement' => 'No treatment', + 'autoriser_admin_restreint' => 'Allow restricted administrators to create and modify forms', + 'autoriser_admin_restreint_explication' => 'By default, only administrators have access to the creation and modification of forms', // B 'bouton_formulaires' => 'Forms', @@ -51,25 +63,37 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'editer_menu_champs' => 'Configure the fields', 'editer_menu_formulaire' => 'Configure the form', 'editer_menu_traitements' => 'Configure the treatments', + 'editer_message_erreur_unicite_explication' => 'If you leave this field empty, the Formidable default error message will be shown', + 'editer_message_erreur_unicite_label' => 'Error message when a field is not unique', 'editer_message_ok' => 'Return message', 'editer_message_ok_explication' => 'You can customize the message that will be displayed to the user after submitting a valid form.', 'editer_modifier_formulaire' => 'Modify the form', 'editer_nouveau' => 'New form', 'editer_redirige_url' => 'Forwarding address after validation', 'editer_redirige_url_explication' => 'Leave blank if you want to stay on the same page', + 'editer_resume_reponse' => 'Display summary of the response', + 'editer_resume_reponse_explication' => ' +This string is used to display a summary of each reply in the lists. Fields such as @input_1@ will be replaced as indicated by the following reminder', 'editer_titre' => 'Title', + 'editer_unicite_explication' => 'Save the form only if a field is unique', + 'editer_unicite_label' => 'Verify that this field is unique', 'erreur_autorisation' => 'You do not have the right to edit the website forms', 'erreur_base' => 'An error occurred as the data was being saved.', 'erreur_generique' => 'There are errors in the fields below. Please check.', 'erreur_identifiant' => 'This login is already used.', + 'erreur_identifiant_format' => 'The ID can only contain numbers, letters and "_" character', 'erreur_importer_forms' => 'Error while importing the Forms&Tables form', 'erreur_importer_wcs' => 'Error while importing the W.C.S form', 'erreur_importer_yaml' => 'Error while importing the YAML file', 'erreur_inexistant' => 'This form doesn’t exist.', + 'erreur_unicite' => 'This value is already in use', + 'exporter_formulaire_format_label' => 'File format', + 'exporter_formulaire_statut_label' => 'Answers', // F 'formulaire_anonyme_explication' => 'This form is anonymous; meaning that the user’s identity won’t be recorded.', 'formulaires_aucun' => 'There is no form for now', + 'formulaires_aucun_champ' => 'There is currently no entry field for this form.', 'formulaires_dupliquer' => 'Duplicate the form', 'formulaires_dupliquer_copie' => '(copy)', 'formulaires_introduction' => 'Create and configure forms on your site here.', @@ -123,12 +147,18 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'reponses_anonyme' => 'Anonymous', 'reponses_auteur' => 'User', 'reponses_exporter' => 'Export the answers', + 'reponses_exporter_format_csv' => 'Spreadsheet.CSV', + 'reponses_exporter_format_xls' => 'Excel .XLS', + 'reponses_exporter_statut_publie' => 'Published', + 'reponses_exporter_statut_tout' => 'All', + 'reponses_exporter_telecharger' => 'Download', 'reponses_ip' => 'IP address', 'reponses_liste' => 'Answers list', 'reponses_liste_prop' => 'Answers pending for validation', 'reponses_liste_publie' => 'All validated answers', 'reponses_nb' => '@nb@ answers', - 'reponses_supprimer' => 'Delete all the answers to this form', + 'reponses_supprimer' => 'Delete all the answers to this form', # MODIF + 'reponses_supprimer_confirmation' => 'Are you sure you want to delete all answers to this form?', 'reponses_voir_detail' => 'See the answer', 'retour_aucun_traitement' => 'Your reply was accepted. But as the function of the form has not yet been configured, nothing was done with your data!', @@ -154,6 +184,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'traiter_email_message_ok' => 'Your message has been successfully sent by email.', 'traiter_email_option_activer_accuse_label' => 'Acknowledgement of receipt', 'traiter_email_option_activer_accuse_label_case' => 'Also send an email to the sender with a confirmation message.', + 'traiter_email_option_courriel_envoyeur_accuse_explication' => 'Specify the email used to send the acknowledgment. Otherwise, the recipient will be the sender.', + 'traiter_email_option_courriel_envoyeur_accuse_label' => 'Email of the acknowledgement of receipt', + 'traiter_email_option_destinataires_champ_form_explication' => 'If one of the fields is an email address and you want to send the form to this address, select the field.', + 'traiter_email_option_destinataires_champ_form_label' => 'The recipient is in one of the fields of the forms', 'traiter_email_option_destinataires_explication' => 'Choose the field that corresponds to the message recipients.', 'traiter_email_option_destinataires_label' => 'Recipients', 'traiter_email_option_destinataires_plus_explication' => 'A list of addresses separated by commas.', @@ -162,6 +196,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'traiter_email_option_envoyeur_courriel_label' => 'Sender Email', 'traiter_email_option_envoyeur_nom_explication' => 'Build this name using the @raccourcis@ (see the notes). If you enter nothing, it will be the name of the site.', 'traiter_email_option_envoyeur_nom_label' => 'Name of sender', + 'traiter_email_option_nom_envoyeur_accuse_explication' => 'Specify the name of the sender used to send the acknowledgment. Otherwise, the recipient will be the sender.', + 'traiter_email_option_nom_envoyeur_accuse_label' => 'Name of the sender of the acknowledgment', 'traiter_email_option_sujet_accuse_label' => 'Subject of the acknowledgement of receipt', 'traiter_email_option_sujet_explication' => 'Build topic using @raccourcis@. If you enter nothing, the subject will be built automatically.', 'traiter_email_option_sujet_label' => 'Message subject', @@ -176,7 +212,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'traiter_enregistrement_erreur_base' => 'An error occurred while writing to the database', 'traiter_enregistrement_erreur_deja_repondu' => 'You have already filled in this form.', 'traiter_enregistrement_erreur_edition_reponse_inexistante' => 'The answer to edit can not be found.', - 'traiter_enregistrement_message_ok' => 'Thanks. Your answers have been correctly saved', # RELIRE + 'traiter_enregistrement_message_ok' => 'Thanks. Your answers have been correctly saved', 'traiter_enregistrement_option_anonymiser_explication' => 'Results anonymous (don’t keep any tracks of user who have answered).', 'traiter_enregistrement_option_anonymiser_label' => 'Anonymize form', 'traiter_enregistrement_option_anonymiser_variable_explication' => 'What system variable used to calculate a single value for each author without revealing his identity.', @@ -186,6 +222,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'traiter_enregistrement_option_choix_select_label' => 'Select a variable from the available', 'traiter_enregistrement_option_identification_explication' => 'If the answers can be changed, which method is used first to know the answer to modify ?', 'traiter_enregistrement_option_identification_label' => 'Identification', + 'traiter_enregistrement_option_ip_label' => 'Record IPs (hidden after a period of retention)', 'traiter_enregistrement_option_moderation_label' => 'Moderation', 'traiter_enregistrement_option_modifiable_explication' => 'Editable: Visitors can change their answers afterwards.', 'traiter_enregistrement_option_modifiable_label' => 'Answers can be modified', @@ -199,5 +236,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'voir_reponses' => 'See the answers', 'voir_traitements' => 'Treatments' ); - -?>