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