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