Traduction anglaise (de la partie publique essentiellement)
[spip_souscriptions.git] / lang / souscription_en.php
1 <?php
2
3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file
4 // Produit automatiquement par le plugin LangOnet a partir de la langue source fr
5 // Module: souscription
6 // Langue: en
7 // Date: 22-01-2014 16:11:42
8 // Items: 94
9
10 if (!defined('_ECRIRE_INC_VERSION')) return;
11
12 $GLOBALS[$GLOBALS['idx_lang']] = array(
13
14 // B
15         'bouton_exporter' => 'Export',
16
17 // C
18         'confirmer' => 'Confirm',
19         'confirmer_creation_campagne' => 'Save',
20
21 // E
22         'erreur_adhesion_champ_obligatoire' => 'Please fill out this field for memberships',
23         'erreur_champ_obligatoire' => 'Please fill out this filed',
24         'erreur_code_postal_invalide' => 'Invalid postal code',
25         'erreur_echec_creation_transaction' => 'Failed to create the transaction',
26         'erreur_formulaire' => 'Form contains errors',
27         'erreur_montant_invalide' => 'Invalid amount',
28         'erreur_montant_specifie_invalide' => 'The specified amount is invalid',
29         'erreur_pays_invalide' => 'Invalid country',
30         'erreur_recu_fiscal_champ_obligatoire' => 'Please fill out this field (because of tax receipt asked)',
31         'erreur_technique_formulaire' => 'Technical error: failed to prepare the transaction…',
32         'erreur_telephone_invalide' => 'Invalid phone number',
33         'explication_bloc_fiscal_adhesion' => 'The following information is necessary to became member:',
34         'explication_bloc_fiscal_don' => 'The following information is necessary so we can deliver you a tax receipt',
35
36 // L
37         'label_adresse' => 'Adress',
38         'label_avancement_campagne_adhesions' => 'Campain progress: @nombre@ over @objectif@!',
39         'label_avancement_campagne_dons' => 'Campain progress: @montant@€ over @objectif@€!',
40         'label_code_postal' => 'Postal code',
41         'label_courriel' => 'E-mail',
42         'label_don_groupe' => 'Donation',
43         'label_envoyer_info' => 'Subscribe to the newsletter',
44         'label_general_groupe' => 'General options',
45         'label_legende_bloc_fiscal' => 'Additional information',
46         'label_montant' => 'Amount',
47         'label_montant_actuel' => 'Campain&#8217s actuel level',
48         'label_montant_libre' => 'Other amount:',
49         'label_montant_liste' => 'Amount',
50         'label_montants' => 'Amounts',
51         'label_nom' => 'Name',
52         'label_pays' => 'Country',
53         'label_prenom' => 'First name',
54         'label_recu_fiscal' => 'Receive a tax receipt',
55         'label_statut' => 'Status',
56         'label_telephone' => 'Phone',
57         'label_ville' => 'City',
58
59 // S
60         'sous_titre_type_adhesions' => 'Membership campaign',
61         'sous_titre_type_dons' => 'Donation campaign',
62 );
63 ?>