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