From 95f955fa8c62a152f7daa67b37be81a549eeb5c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Wed, 22 Jan 2014 15:49:19 +0100 Subject: [PATCH] Traduction anglaise (de la partie publique essentiellement) --- lang/souscription_en.php | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 lang/souscription_en.php diff --git a/lang/souscription_en.php b/lang/souscription_en.php new file mode 100644 index 0000000..c96f18f --- /dev/null +++ b/lang/souscription_en.php @@ -0,0 +1,63 @@ + 'Export', + +// C + 'confirmer' => 'Confirm', + 'confirmer_creation_campagne' => 'Save', + +// E + 'erreur_adhesion_champ_obligatoire' => 'Please fill out this field for memberships', + 'erreur_champ_obligatoire' => 'Please fill out this filed', + 'erreur_code_postal_invalide' => 'Invalid postal code', + 'erreur_echec_creation_transaction' => 'Failed to create the transaction', + 'erreur_formulaire' => 'Form contains errors', + 'erreur_montant_invalide' => 'Invalid amount', + 'erreur_montant_specifie_invalide' => 'The specified amount is invalid', + 'erreur_pays_invalide' => 'Invalid country', + 'erreur_recu_fiscal_champ_obligatoire' => 'Please fill out this field (because of tax receipt asked)', + 'erreur_technique_formulaire' => 'Technical error: failed to prepare the transaction…', + 'erreur_telephone_invalide' => 'Invalid phone number', + 'explication_bloc_fiscal_adhesion' => 'The following information is necessary to became member:', + 'explication_bloc_fiscal_don' => 'The following information is necessary so we can deliver you a tax receipt', + +// L + 'label_adresse' => 'Adress', + 'label_avancement_campagne_adhesions' => 'Campain progress: @nombre@ over @objectif@!', + 'label_avancement_campagne_dons' => 'Campain progress: @montant@€ over @objectif@€!', + 'label_code_postal' => 'Postal code', + 'label_courriel' => 'E-mail', + 'label_don_groupe' => 'Donation', + 'label_envoyer_info' => 'Subscribe to the newsletter', + 'label_general_groupe' => 'General options', + 'label_legende_bloc_fiscal' => 'Additional information', + 'label_montant' => 'Amount', + 'label_montant_actuel' => 'Campain’s actuel level', + 'label_montant_libre' => 'Other amount:', + 'label_montant_liste' => 'Amount', + 'label_montants' => 'Amounts', + 'label_nom' => 'Name', + 'label_pays' => 'Country', + 'label_prenom' => 'First name', + 'label_recu_fiscal' => 'Receive a tax receipt', + 'label_statut' => 'Status', + 'label_telephone' => 'Phone', + 'label_ville' => 'City', + +// S + 'sous_titre_type_adhesions' => 'Membership campaign', + 'sous_titre_type_dons' => 'Donation campaign', +); +?> \ No newline at end of file -- 2.30.2