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/abonnementsoffre-abonnements?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 | 'ajouter_lien_abonnementsoffre' => 'Add this subscription offer', |
---|
14 | |
---|
15 | // C |
---|
16 | 'champ_descriptif_label' => 'Description', |
---|
17 | 'champ_duree_0' => 'No limit', |
---|
18 | 'champ_duree_label' => 'Duration', |
---|
19 | 'champ_periode_choix_heures' => 'Hours', |
---|
20 | 'champ_periode_choix_jours' => 'Days', |
---|
21 | 'champ_periode_choix_mois' => 'Month', |
---|
22 | 'champ_periode_label' => 'Period type', |
---|
23 | 'champ_periode_nb_heures' => '@nb@ hour(s)', |
---|
24 | 'champ_periode_nb_jours' => '@nb@ day(s)', |
---|
25 | 'champ_periode_nb_mois' => '@nb@ months', |
---|
26 | 'champ_prix_0' => 'Free', |
---|
27 | 'champ_prix_ht_label' => 'Price excl. tax', |
---|
28 | 'champ_prix_label' => 'Price', |
---|
29 | 'champ_prix_ttc_label' => 'Price incl. tax', |
---|
30 | 'champ_quand_choix_apres' => 'After', |
---|
31 | 'champ_quand_choix_avant' => 'Before', |
---|
32 | 'champ_quand_choix_pendant' => 'The same day', |
---|
33 | 'champ_quand_label' => 'When ?', |
---|
34 | 'champ_taxe_label' => 'VAT (%)', |
---|
35 | 'champ_titre_label' => 'Title', |
---|
36 | 'configurer_notifications' => 'Configure the notifications', |
---|
37 | 'configurer_notifications_quand' => 'When ?', |
---|
38 | |
---|
39 | // E |
---|
40 | 'erreur_notification_doublon' => 'This notification is already registered', |
---|
41 | |
---|
42 | // I |
---|
43 | 'icone_creer_abonnementsoffre' => 'Create a subscription offer', |
---|
44 | 'icone_modifier_abonnementsoffre' => 'Modify this subscription offer', |
---|
45 | 'info_1_abonnementsoffre' => 'A subscription offer', # MODIF |
---|
46 | 'info_1_an' => '1 an', # MODIF |
---|
47 | 'info_1_heure' => '1 heure', # MODIF |
---|
48 | 'info_1_jour' => '1 jour', # MODIF |
---|
49 | 'info_1_jours_apres' => '1 day after', |
---|
50 | 'info_1_jours_avant' => '1 day before', |
---|
51 | 'info_1_mois' => '1 month', # MODIF |
---|
52 | 'info_1_mois_apres' => '1 month after', |
---|
53 | 'info_1_mois_avant' => '1 month before', |
---|
54 | 'info_abonnementsoffres_auteur' => 'Subscription offers of this author', |
---|
55 | 'info_aucun_abonnementsoffre' => 'No subscription offer', |
---|
56 | 'info_aucune_notification' => 'No notification', |
---|
57 | 'info_nb_abonnementsoffres' => '@nb@ subscription offers', |
---|
58 | 'info_nb_ans' => '@nb@ ans', # MODIF |
---|
59 | 'info_nb_heures' => '@nb@ heures', # MODIF |
---|
60 | 'info_nb_jours' => '@nb@ jours', # MODIF |
---|
61 | 'info_nb_jours_apres' => '@nb@ days after', |
---|
62 | 'info_nb_jours_avant' => '@nb@ days before', |
---|
63 | 'info_nb_mois' => '@nb@ months', # MODIF |
---|
64 | 'info_nb_mois_apres' => '@nb@ month after', |
---|
65 | 'info_nb_mois_avant' => '@nb@ month before', |
---|
66 | |
---|
67 | // R |
---|
68 | 'retirer_lien_abonnementsoffre' => 'Remove this subscription offer', |
---|
69 | 'retirer_tous_liens_abonnementsoffres' => 'Remove all subscription offers', |
---|
70 | |
---|
71 | // T |
---|
72 | 'texte_ajouter_abonnementsoffre' => 'Add a subscription offer', |
---|
73 | 'texte_changer_statut_abonnementsoffre' => 'This subscription offer is:', |
---|
74 | 'texte_creer_associer_abonnementsoffre' => 'Create and associate a subscription offer', |
---|
75 | 'titre_abonnementsoffre' => 'Subscription offer', |
---|
76 | 'titre_abonnementsoffres' => 'Subscription offers', |
---|
77 | 'titre_abonnementsoffres_rubrique' => 'Subscription offers of the section', |
---|
78 | 'titre_langue_abonnementsoffre' => 'Language in this subscription offer', |
---|
79 | 'titre_logo_abonnementsoffre' => 'Logo of this subscription offer' |
---|
80 | ); |
---|