[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / organiseur / lang / organiseur_en.php
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/organiseur?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 // B
13 'bouton_enregistrer_brouillon' => 'Save as a draft',
14 'bouton_envoyer_message' => 'Send',
15 'bouton_envoyer_message_maintenant' => 'Send now',
16
17 // C
18 'cal_jour_entier' => 'Day',
19 'cal_par_jour' => 'day',
20 'cal_par_mois' => 'month',
21 'cal_par_semaine' => 'week',
22
23 // E
24 'erreur_date' => 'This date is incorrect',
25 'erreur_date_avant_apres' => 'Specify an end date after the start date!',
26 'erreur_date_corrigee' => 'The date has been corrected',
27 'erreur_destinataire_invalide' => 'The recipient @dest@ is invalid',
28 'erreur_heure' => 'This time is incorrect',
29 'erreur_heure_corrigee' => 'The time has been corrected',
30
31 // I
32 'icone_ecrire_nouveau_message' => 'Send a new message',
33 'icone_ecrire_nouveau_pensebete' => 'Write a new reminder',
34 'icone_ecrire_nouvelle_annonce' => 'Send a new announcement',
35 'icone_effacer_message' => 'Delete this message',
36 'icone_modifier_annonce' => 'Edit this announcement',
37 'icone_modifier_message' => 'Modify this message',
38 'icone_modifier_pensebete' => 'Edit this reminder',
39 'icone_supprimer_message' => 'Delete this message',
40 'info_1_message_envoye' => '1 message sent',
41 'info_1_message_nonlu' => '1 new message',
42 'info_agenda_interne' => 'Internal agenda',
43 'info_message_a' => 'To',
44 'info_message_date' => 'Date',
45 'info_message_date_debut' => 'Start date',
46 'info_message_date_fin' => 'End date',
47 'info_message_de' => 'From',
48 'info_message_non_lu' => 'New message',
49 'info_message_objet' => 'Object',
50 'info_nb_messages_envoyes' => '@nb@ sent messages',
51 'info_nb_messages_nonlus' => '@nb@ new messages',
52 'info_selection_annonces' => 'Announcements',
53 'info_selection_messages' => 'Messages',
54 'info_selection_pensebetes' => 'Reminders',
55 'info_type_message_affich' => 'Announcement',
56 'info_type_message_normal' => 'Message',
57 'info_type_message_pb' => 'Reminder',
58 'info_type_message_rv' => 'Appointment',
59
60 // L
61 'label_destinataires' => 'To',
62 'label_texte' => 'Text',
63 'label_titre' => 'Subject',
64 'loading' => 'Loading...',
65
66 // M
67 'message' => 'Message',
68 'messages' => 'Messages',
69
70 // N
71 'notification_annonce_lire_a_ladresse' => 'You can read it at the following url @url@.',
72 'notification_annonce_publie_1' => '[@nom_site_spip@] Global announcement',
73 'notification_message_lire_a_ladresse' => 'You can read it and reply at the following url @url@.',
74 'notification_message_publie_1' => '[@nom_site_spip@] New message',
75 'notification_message_recu_de' => 'You have received a new message from @nom@.',
76
77 // T
78 'texte_message_brouillon' => 'This message is saved as a draft',
79 'titre_agenda_rv' => 'Appointment',
80 'titre_boite_envoi' => 'Outbox',
81 'titre_boite_reception' => 'Inbox'
82 );