Changeset 107536 in spip-zone
- Timestamp:
- Nov 14, 2017, 5:44:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mailsubscribers/trunk/lang/mailsubscriber_en.php
r102153 r107536 35 35 'erreur_adresse_existante' => 'This email address is already in the list', 36 36 'erreur_technique_subscribe' => 'A technical error made impossible to record your subscription.', 37 'explication_listes_diffusion_option_defaut' => 'One or more list identifiers separated by a comma', 38 'explication_listes_diffusion_option_statut' => 'Filter the lists by status', 37 39 'explication_to_email' => 'People’s email to invite to subscribe to newsletter (several address separated by comma. 5 maximum emails)', 38 40 … … 64 66 'label_lang' => 'Language', 65 67 'label_listes' => 'Lists', 68 'label_listes_diffusion_option_statut' => 'Status', 66 69 'label_listes_import_subscribers' => 'Subscribe to lists', 67 70 'label_mailsubscriber_optin' => 'I want to receive the Newsletter', … … 98 101 'texte_avertissement_import' => 'A <tt>status column</tt> is supplied, the data will be imported as is , overwriting those that may already exist for some email.', 99 102 'texte_changer_statut_mailsubscriber' => 'This user is subscribed to the newsletter :', 103 'texte_import_export_bonux' => 'To import or export the lists, please install plugin <a href="https://plugins.spip.net/spip_bonux">SPIP-Bonux</a>', 100 104 'texte_statut_en_attente_confirmation' => 'pending confirmation', 101 105 'texte_statut_pas_encore_inscrit' => 'not registered', … … 116 120 'unsubscribe_sujet_email' => '[@nom_site_spip@] Unsubscribe from Newsletter', 117 121 'unsubscribe_texte_confirmer_email_1' => 'Please click on button to confirm unsubscribe of email @email@: ', 118 'unsubscribe_texte_confirmer_email_liste_1' => 'Please confirm your request to remove @email@ from the list « @titre_liste@ » by clicking this button: ', # MODIF122 'unsubscribe_texte_confirmer_email_liste_1' => 'Please confirm your request to remove @email@ from the list « @titre_liste@ » by clicking this button: ', 119 123 'unsubscribe_texte_email_1' => 'The email address @email@ has been removed from our mailing list.', 120 124 'unsubscribe_texte_email_2' => 'We hope to see you soon on @nom_site_spip@.', 121 125 'unsubscribe_texte_email_3' => 'In case of error, or if you change your mind, you can re-subscribe at any time using the following link : 122 126 @url_subscribe@', 123 'unsubscribe_texte_email_liste_1' => 'Email address @email@ has been removed from our distribution list « @titre_liste@ ».', # MODIF127 'unsubscribe_texte_email_liste_1' => 'Email address @email@ has been removed from our distribution list « @titre_liste@ ».', 124 128 'unsubscribe_titre_email' => 'Unsubscribe from Newsletter', 125 'unsubscribe_titre_email_liste' => 'Removal from list « <b>@titre_liste@</b> »' # MODIF129 'unsubscribe_titre_email_liste' => 'Removal from list « <b>@titre_liste@</b> »' 126 130 );
Note: See TracChangeset
for help on using the changeset viewer.