Merge branch 'v1' into v3
[lhc/web/www.git] / www / plugins-dist / petitions / lang / petitions_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/petitions?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'alerte_confirmer_suppression_signatures' => 'You will remove all signatures of this petition. Are you sure you want to continue?',
14 'aucune_signature' => 'No signature',
15
16 // B
17 'bouton_checkbox_envoi_message' => 'possibility to send a message',
18 'bouton_checkbox_indiquer_site' => 'must enter the name of a Web site',
19 'bouton_checkbox_signature_unique_email' => 'only one signature per email',
20 'bouton_checkbox_signature_unique_site' => 'only one signature per website',
21 'bouton_radio_activer_petition' => 'Activate the petition',
22 'bouton_radio_pas_petition' => 'No petition',
23 'bouton_radio_petition_activee' => 'Petition activated',
24 'bouton_radio_supprimer_petition' => 'Delete the petition',
25
26 // F
27 'filtre' => 'Filter:',
28 'form_pet_adresse_site' => 'URL of your site',
29 'form_pet_aucune_signature' => 'No signature matching this code...',
30 'form_pet_confirmation' => 'Please confirm your signature:',
31 'form_pet_deja_signe' => 'You have already signed this text.',
32 'form_pet_envoi_mail_confirmation' => 'A confirmation email has just been sent to @email@. You should visit the URL given in this email to validate your signature.',
33 'form_pet_mail_confirmation' => 'Hello,
34
35 You asked to sign the petition:
36 @titre@.
37
38 You provided the following information:
39 Name: @nom_email@
40 Site: @nom_site@ - @url_site@
41 @message@
42
43 IMPORTANT...
44 To validate your signature, you just need to connect to
45 the address below (otherwise your request
46 will be rejected):
47 @url@
48
49 Thank you for participating!
50 ',
51 'form_pet_message_commentaire' => 'A message, a comment?',
52 'form_pet_nom_site2' => 'Name of your website',
53 'form_pet_probleme_liens' => 'Please edit your message, removing all hyperlinks.',
54 'form_pet_probleme_technique' => 'Technical problem: signatures are interrupted momentarily.',
55 'form_pet_signature_validee' => 'Your signature is valid. Thank you!',
56 'form_pet_site_deja_enregistre' => 'This site is already registered',
57 'form_pet_url_invalide' => 'The URL that you entered is not valid.',
58 'form_pet_votre_email' => 'Your email address',
59 'form_pet_votre_nom' => 'Your name',
60 'form_pet_votre_site' => 'If you have a website, you can enter the URL below',
61
62 // I
63 'icone_relancer_signataire' => 'Contact the signatory again',
64 'icone_relancer_signataires' => 'Contact the signatories again',
65 'icone_suivi_petitions' => 'Follow/manage the petitions',
66 'icone_supprimer_signature' => 'Delete this signature',
67 'icone_supprimer_signatures' => 'Delete the signatures',
68 'icone_valider_signature' => 'Confirm this signature',
69 'icone_valider_signatures' => 'Confirm the signatures',
70 'info_adresse_email' => 'EMAIL:',
71 'info_fonctionnement_petition' => 'Petition configuration:',
72 'info_signature_supprimee' => 'Signature deleted',
73 'info_signature_supprimee_erreur' => 'Error: this deletion code does not correspond to any signatures',
74 'info_site_web' => 'WEBSITE:',
75 'info_texte_message' => 'Text of your message:',
76
77 // L
78 'lien_reponse_article' => 'Comment on this article',
79
80 // N
81 'nombre_signatures' => '@nb@ signatures',
82
83 // S
84 'sans_nom' => 'Anonymous',
85 'signatures_article' => 'Signatures of the article:',
86 'signatures_aucune' => 'None',
87 'signatures_meme_auteur' => 'Signatures of the same author',
88 'signatures_meme_site' => 'Signatures with the same website',
89 'signatures_poubelle' => 'Deleted',
90 'signatures_prop' => 'Waiting',
91 'signatures_publie' => 'Confirmed',
92 'signatures_recherche_label' => 'Search for signatures:',
93 'signatures_selection' => 'Select the signatures:',
94 'signatures_toutes' => 'All',
95 'statut_poubelle' => 'Deleted',
96 'statut_prop' => 'Awaiting validation',
97 'statut_publie' => 'Confirmed',
98
99 // T
100 'texte_descriptif_petition' => 'Description of the petition',
101 'titre_page_controle_petition' => 'Tracking of the petitions',
102 'titre_petition' => 'Petition',
103 'titre_petitions' => 'Petitions',
104 'titre_selection_action' => 'Selection',
105 'titre_signatures_attente' => 'Signatures awaiting validation',
106 'titre_signatures_publie' => 'Confirmed signatures',
107 'titre_suivi_petition' => 'Tracking of petitions',
108 'tout_voir' => 'Show all signatures',
109
110 // U
111 'une_signature' => '1 signature',
112
113 // V
114 'voir_signatures_objet' => 'Show signatures'
115 );