Newer
Older
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/formidable?lang_cible=en
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'analyse_avec_reponse' => 'Non-empty answers',
'analyse_exporter' => 'Exporter l\'analyse', # NEW
'analyse_longueur_moyenne' => 'Average number in words length',
'analyse_nb_reponses_total' => '@nb@ people responded to this form.',
'analyse_sans_reponse' => 'Stayed unanswered',
'analyse_une_reponse_total' => 'One person responded to this form.',
'analyse_zero_reponse_total' => 'No one responded to this form.',
'aucun_traitement' => 'No treatment',
// B
'bouton_formulaires' => 'Forms',
// C
'cfg_analyse_classe_explication' => 'You can specify CSS classes that will be added on the container of each graph, such as
<code>gray</code>,<code>blue</code>,
<code>orange</code>, <code>green</code> or whatever you like!',
'cfg_analyse_classe_label' => 'CSS class of the progress bar',
'cfg_titre_page_configurer_formidable' => 'Configure Formidable',
'cfg_titre_parametrages_analyse' => 'Settings in the answers analysis',
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// E
'echanger_formulaire_forms_importer' => 'Forms & Tables (.xml)',
'echanger_formulaire_wcs_importer' => 'W.C.S. (.wcs)',
'echanger_formulaire_yaml_importer' => 'Formidable (.yaml)',
'editer_apres_choix_formulaire' => 'The form, again',
'editer_apres_choix_redirige' => 'Redirect to a new address',
'editer_apres_choix_rien' => 'Nothing',
'editer_apres_choix_stats' => 'Answers statistics',
'editer_apres_choix_valeurs' => 'The entered values',
'editer_apres_explication' => 'After validation, display instead of the form:',
'editer_apres_label' => 'Display then',
'editer_descriptif' => 'Description',
'editer_descriptif_explication' => 'An explanation of the form for the private area.',
'editer_identifiant' => 'Login',
'editer_identifiant_explication' => 'Give a single textual identifier that allows you to call the form more easily.',
'editer_menu_champs' => 'Configure the fields',
'editer_menu_formulaire' => 'Configure the form',
'editer_menu_traitements' => 'Configure the treatments',
'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_titre' => 'Title',
'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_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.',
// F
'formulaire_anonyme_explication' => 'Ce formulaire est anonyme ; c\'est à dire que l\'identité de l\'utilisateur n\'est pas enregistrée.', # NEW
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
'formulaires_aucun' => 'There is no form for now',
'formulaires_dupliquer' => 'Duplicate the form',
'formulaires_dupliquer_copie' => '(copy)',
'formulaires_introduction' => 'Create and configure forms on your site here.',
'formulaires_nouveau' => 'Create a new form',
'formulaires_supprimer' => 'Delete the form',
'formulaires_supprimer_confirmation' => 'Beware, it will also remove all the results. Are you sure you want to delete this form?',
'formulaires_tous' => 'All forms',
// I
'identification_par_cookie' => 'By cookie',
'identification_par_id_auteur' => 'By login (id_auteur) of the authenticated person',
'importer_formulaire' => 'Import a form',
'importer_formulaire_fichier_label' => 'File to import',
'importer_formulaire_format_label' => 'File format',
// M
'modele_label_formulaire_formidable' => 'Which form ?',
'modele_nom_formulaire' => 'One form',
// N
'noisette_label_afficher_titre_formulaire' => 'Dispaly the title of the form ?',
'noisette_label_identifiant' => 'Form to display :',
'noisette_nom_noisette_formulaire' => 'Form',
// R
'reponse_aucune' => 'No answer',
'reponse_intro' => '@auteur@ answered to the form @formulaire@',
'reponse_numero' => 'Answer number :',
'reponse_statut' => 'This answer is :',
'reponse_supprimer' => 'Delete this reply',
'reponse_supprimer_confirmation' => 'Do you really wish to delete this reply?',
'reponse_une' => '1 reply',
'reponses_analyse' => 'Answer analysis',
'reponses_anonyme' => 'Anonymous',
'reponses_auteur' => 'User',
'reponses_exporter' => 'Export the answers',
'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_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!',
// S
'sans_reponses' => 'Sans réponse', # NEW
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
// T
'titre_cadre_raccourcis' => 'Shortcuts',
'traitements_actives' => 'Activated treatments',
'traitements_aide_memoire' => 'List of shortcuts:',
'traitements_avertissement_creation' => 'Changes to the form fields have been successfully saved. You can now define which treatments will be performed when using the form.',
'traitements_avertissement_modification' => 'Changes to the form fields have been successfully saved. <strong>Some treatments may need to be reconfigured accordingly.</ strong>',
'traitements_champ_aucun' => 'None',
'traiter_email_description' => 'Post the form results by email to a list of recipients.',
'traiter_email_horodatage' => 'Form "@formulaire@" sent on @date@ at @heure@.',
'traiter_email_message_erreur' => 'An error occurred when sending the email.',
'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_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.',
'traiter_email_option_destinataires_plus_label' => 'Extra recipients',
'traiter_email_option_envoyeur_courriel_explication' => 'Select the field that will contain the email address of the sender.',
'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_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',
'traiter_email_option_vrai_envoyeur_explication' => 'Some SMTP servers do not allow to use arbitrary email for the "From" field. For this reason Formidable inserts the default email sender in the "Reply-To". Tick here to insert the email in the "From" field.',
'traiter_email_option_vrai_envoyeur_label' => 'Insert email of the sender in the "From" field',
'traiter_email_page' => '<a href="@url@">From this page</a>.',
'traiter_email_sujet' => '@nom@ has written to you.',
'traiter_email_sujet_accuse' => 'Thank you for you reply.',
'traiter_email_titre' => 'Send by email',
'traiter_email_url_enregistrement' => 'You can manage the answers <a href="@url@">on this page</a>.',
'traiter_enregistrement_description' => 'Saves the form results in the database',
'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_option_anonymiser_explication' => 'Rendre les résultats du formulaire anonymes (ne pas garder de traces de l\'identifiant des personnes ayant répondu.)', # NEW
'traiter_enregistrement_option_anonymiser_label' => 'Anonymiser le formulaire', # NEW
'traiter_enregistrement_option_anonymiser_variable_explication' => 'Quelle variable système utiliser pour calculer une valeur unique pour chaque auteur sans pour autant révéler son identité.', # NEW
'traiter_enregistrement_option_anonymiser_variable_label' => 'Variable à partir de laquelle anonymiser le formulaire', # NEW
'traiter_enregistrement_option_choix_select_label' => 'Choisir une variable parmi celles proposées', # NEW
'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_moderation_label' => 'Moderation',
'traiter_enregistrement_option_modifiable_explication' => 'May visitors change their answers afterwards?',
'traiter_enregistrement_option_modifiable_label' => 'Answers can be modified',
'traiter_enregistrement_option_multiple_explication' => 'May a single person answer several times to the form?',
'traiter_enregistrement_option_multiple_label' => 'Multiple answers',
'traiter_enregistrement_titre' => 'Record the results',
// V
'voir_exporter' => 'Export the form',
'voir_numero' => 'Form number :',
'voir_reponses' => 'See the answers',
'voir_traitements' => 'Treatments'
);
?>