]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Event/locale/fr/LC_MESSAGES/Event.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Event / locale / fr / LC_MESSAGES / Event.po
1 # Translation of StatusNet - Event to French (Français)
2 # Exported from translatewiki.net
3 #
4 # Author: Brunoperel
5 # Author: Crochet.david
6 # Author: Iketsi
7 # Author: Od1n
8 # Author: Verdy p
9 # --
10 # This file is distributed under the same license as the StatusNet package.
11 #
12 msgid ""
13 msgstr ""
14 "Project-Id-Version: StatusNet - Event\n"
15 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2011-08-20 18:34+0000\n"
17 "PO-Revision-Date: 2011-08-20 18:35:10+0000\n"
18 "Language-Team: French <//translatewiki.net/wiki/Portal:fr>\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "X-POT-Import-Date: 2011-08-16 06:59:38+0000\n"
22 "X-Generator: MediaWiki 1.19alpha (r95098); Translate extension (2011-07-09)\n"
23 "X-Translation-Project: translatewiki.net at //translatewiki.net\n"
24 "X-Language-Code: fr\n"
25 "X-Message-Group: #out-statusnet-plugin-event\n"
26 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
27
28 #. TRANS: 0 minutes abbreviated. Used in a list.
29 msgid "(0 min)"
30 msgstr ""
31
32 #. TRANS: 30 minutes abbreviated. Used in a list.
33 msgid "(30 min)"
34 msgstr ""
35
36 #. TRANS: 1 hour. Used in a list.
37 msgid "(1 hour)"
38 msgstr ""
39
40 #. TRANS: Number of hours (%d). Used in a list.
41 #, php-format
42 msgid "(%d hour)"
43 msgid_plural "(%d hours)"
44 msgstr[0] ""
45 msgstr[1] ""
46
47 #. TRANS: Client exception thrown when trying to create an event that already exists.
48 msgid "Event already exists."
49 msgstr "Cet événement existe déjà."
50
51 #. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time,
52 #. TRANS: %4$s is location, %5$s is a description.
53 #, php-format
54 msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s"
55 msgstr "\"%1$s\" %2$s - %3$s (%4$s): %5$s"
56
57 #. TRANS: Rendered event description. %1$s is a title, %2$s is start time, %3$s is start time,
58 #. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description.
59 #. TRANS: Class names should not be translated.
60 #, php-format
61 msgid ""
62 "<span class=\"vevent\"><span class=\"summary\">%1$s</span> <abbr class="
63 "\"dtstart\" title=\"%2$s\">%3$s</a> - <abbr class=\"dtend\" title=\"%4$s\">%5"
64 "$s</a> (<span class=\"location\">%6$s</span>): <span class=\"description\">%7"
65 "$s</span> </span>"
66 msgstr ""
67 "<span class=\"vevent\"><span class=\"summary\">%1$s</span> <abbr class="
68 "\"dtstart\" title=\"%2$s\">%3$s</a> - <abbr class=\"dtend\" title=\"%4$s\">%5"
69 "$s</a> (<span class=\"location\">%6$s</span>): <span class=\"description\">%7"
70 "$s</span> </span>"
71
72 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
73 msgid "Not logged in."
74 msgstr ""
75
76 #. TRANS: Client error when submitting a form with unexpected information.
77 msgid "Unexpected form submission."
78 msgstr ""
79
80 #. TRANS: Client error displayed when using an action in a non-AJAX way.
81 msgid "This action is AJAX only."
82 msgstr ""
83
84 #. TRANS: Client exception thrown when referring to a non-existing RSVP.
85 #. TRANS: RSVP stands for "Please reply".
86 #. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item.
87 msgid "No such RSVP."
88 msgstr "RSVP introuvable."
89
90 #. TRANS: Client exception thrown when referring to a non-existing event.
91 msgid "No such event."
92 msgstr "Evénement introuvable."
93
94 #. TRANS: Title for event.
95 #. TRANS: %1$s is a user nickname, %2$s is an event title.
96 #, php-format
97 msgid "%1$s's RSVP for \"%2$s\""
98 msgstr "RSVP de %1$s pour \"%2$s\""
99
100 #. TRANS: Possible status for RSVP ("please respond") item.
101 msgid "You will attend this event."
102 msgstr "Vous assisterez à cet événement."
103
104 #. TRANS: Possible status for RSVP ("please respond") item.
105 msgid "You will not attend this event."
106 msgstr "Vous n’assisterez pas à cet événement."
107
108 #. TRANS: Possible status for RSVP ("please respond") item.
109 msgid "You might attend this event."
110 msgstr "Vous assisterez peut-être à cet événement."
111
112 #. TRANS: Button text to cancel responding to an RSVP ("please respond") item.
113 msgctxt "BUTTON"
114 msgid "Cancel"
115 msgstr "Annuler"
116
117 #. TRANS: Title for RSVP ("please respond") action.
118 msgctxt "TITLE"
119 msgid "New RSVP"
120 msgstr "Nouveau RSVP"
121
122 #. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in.
123 #. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in.
124 msgid "You must be logged in to RSVP for an event."
125 msgstr "Vous devez être connecté à RSVP pour un événement."
126
127 #. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond").
128 msgid "Unknown submit value."
129 msgstr "Valeur d'envoi inconnue."
130
131 #. TRANS: Page title after creating an event.
132 #. TRANS: Page title after sending a notice.
133 msgid "Event saved"
134 msgstr "Événement enregistré"
135
136 #. TRANS: Title for RSVP ("please respond") action.
137 msgctxt "TITLE"
138 msgid "Cancel RSVP"
139 msgstr "Annuler RSVP"
140
141 #. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
142 msgid "Deleted."
143 msgstr "Supprimé."
144
145 #. TRANS: Field label on form to RSVP ("please respond") for an event.
146 msgid "RSVP:"
147 msgstr "RSVP:"
148
149 #. TRANS: Button text for RSVP ("please respond") reply to confirm attendence.
150 msgctxt "BUTTON"
151 msgid "Yes"
152 msgstr "Oui"
153
154 #. TRANS: Button text for RSVP ("please respond") reply to deny attendence.
155 msgctxt "BUTTON"
156 msgid "No"
157 msgstr "Non"
158
159 #. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend.
160 msgctxt "BUTTON"
161 msgid "Maybe"
162 msgstr "Peut-être"
163
164 #. TRANS: Field label on event form.
165 msgctxt "LABEL"
166 msgid "Title"
167 msgstr "Titre"
168
169 #. TRANS: Field title on event form.
170 msgid "Title of the event."
171 msgstr "Titre de l'événement."
172
173 #. TRANS: Field label on event form.
174 msgctxt "LABEL"
175 msgid "Start date"
176 msgstr "Date de début"
177
178 #. TRANS: Field title on event form.
179 msgid "Date the event starts."
180 msgstr "Date de début de l'événement."
181
182 #. TRANS: Field label on event form.
183 msgctxt "LABEL"
184 msgid "Start time"
185 msgstr "Heure de début"
186
187 #. TRANS: Field title on event form.
188 msgid "Time the event starts."
189 msgstr "Heure de début de l'événement."
190
191 #. TRANS: Field label on event form.
192 msgctxt "LABEL"
193 msgid "End date"
194 msgstr "Date de fin"
195
196 #. TRANS: Field title on event form.
197 msgid "Date the event ends."
198 msgstr "Date de fin de l'événement."
199
200 #. TRANS: Field label on event form.
201 msgctxt "LABEL"
202 msgid "End time"
203 msgstr "Heure de fin"
204
205 #. TRANS: Field title on event form.
206 msgid "Time the event ends."
207 msgstr "Heure de fin de l'événement."
208
209 #. TRANS: Field label on event form.
210 msgctxt "LABEL"
211 msgid "Where?"
212 msgstr ""
213
214 #. TRANS: Field title on event form.
215 msgid "Event location."
216 msgstr "Lieu de l'événement."
217
218 #. TRANS: Field label on event form.
219 msgctxt "LABEL"
220 msgid "URL"
221 msgstr "URL"
222
223 #. TRANS: Field title on event form.
224 msgid "URL for more information."
225 msgstr "URL pour plus d'informations."
226
227 #. TRANS: Field label on event form.
228 msgctxt "LABEL"
229 msgid "Description"
230 msgstr "Description"
231
232 #. TRANS: Field title on event form.
233 msgid "Description of the event."
234 msgstr "Description de l'événement."
235
236 #. TRANS: Button text to save an event..
237 msgctxt "BUTTON"
238 msgid "Save"
239 msgstr "Enregistrer"
240
241 #. TRANS: Plugin description.
242 msgid "Event invitations and RSVPs."
243 msgstr "Invitations aux événements et RSVP."
244
245 #. TRANS: Title for event application.
246 msgctxt "TITLE"
247 msgid "Event"
248 msgstr "Evénement"
249
250 #. TRANS: Exception thrown when there are too many activity objects.
251 msgid "Too many activity objects."
252 msgstr "Les objets d'activité sont trop nombreux."
253
254 #. TRANS: Exception thrown when event plugin comes across a non-event type object.
255 msgid "Wrong type for object."
256 msgstr "Mauvais type d'objet."
257
258 #. TRANS: Exception thrown when trying to RSVP for an unknown event.
259 msgid "RSVP for unknown event."
260 msgstr "RSVP pour événement inconnu."
261
262 #. TRANS: Exception thrown when event plugin comes across a undefined verb.
263 msgid "Unknown verb for events."
264 msgstr "Verbe inconnu pour les événements."
265
266 #. TRANS: Exception thrown when event plugin comes across a unknown object type.
267 msgid "Unknown object type."
268 msgstr "Type d'objet inconnu."
269
270 #. TRANS: Exception thrown when referring to a notice that is not an event an in event context.
271 msgid "Unknown event notice."
272 msgstr "Avis de l'événement inconnu."
273
274 #. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond").
275 msgid "RSVP already exists."
276 msgstr "RSVP existe déjà."
277
278 #. TRANS: Exception thrown when requesting an undefined verb for RSVP.
279 #, php-format
280 msgid "Unknown verb \"%s\"."
281 msgstr "Verbe « %s » inconnu."
282
283 #. TRANS: Exception thrown when requesting an undefined code for RSVP.
284 #, php-format
285 msgid "Unknown code \"%s\"."
286 msgstr "Code « %s » inconnu."
287
288 #. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond").
289 #. TRANS: %s is the RSVP with the missing notice.
290 #, php-format
291 msgid "RSVP %s does not correspond to a notice in the database."
292 msgstr "RSVP %s ne correspond pas à un avis dans la base de données."
293
294 #. TRANS: Exception thrown when requesting a non-existing profile.
295 #. TRANS: %s is the ID of the non-existing profile.
296 #, php-format
297 msgid "No profile with ID %s."
298 msgstr "Aucun profil avec l'ID %s."
299
300 #. TRANS: Exception thrown when requesting a non-existing event.
301 #. TRANS: %s is the ID of the non-existing event.
302 #, php-format
303 msgid "No event with ID %s."
304 msgstr "Aucun événement avec l'ID %s."
305
306 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
307 #. TRANS: %1$s is a profile URL, %2$s a profile name,
308 #. TRANS: %3$s is an event URL, %4$s an event title.
309 #, php-format
310 msgid ""
311 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is attending <a "
312 "href='%3$s'>%4$s</a>.</span>"
313 msgstr ""
314 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> assiste à <a "
315 "href='%3$s'>%4$s</a>.</span>"
316
317 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
318 #. TRANS: %1$s is a profile URL, %2$s a profile name,
319 #. TRANS: %3$s is an event URL, %4$s an event title.
320 #, php-format
321 msgid ""
322 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is not attending "
323 "<a href='%3$s'>%4$s</a>.</span>"
324 msgstr ""
325 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> n'assiste pas à "
326 "<a href='%3$s'>%4$s</a>.</span>"
327
328 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
329 #. TRANS: %1$s is a profile URL, %2$s a profile name,
330 #. TRANS: %3$s is an event URL, %4$s an event title.
331 #, php-format
332 msgid ""
333 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> might attend <a "
334 "href='%3$s'>%4$s</a>.</span>"
335 msgstr ""
336 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> assistera peut-"
337 "être à <a href='%3$s'>%4$s</a>.</span>"
338
339 #. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
340 #. TRANS: %s is the non-existing response code.
341 #, php-format
342 msgid "Unknown response code %s."
343 msgstr "Code de réponse inconnu %s."
344
345 #. TRANS: Used as event title when not event title is available.
346 #. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event.
347 msgid "an unknown event"
348 msgstr "un événement inconnu"
349
350 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
351 #. TRANS: %1$s is a profile name, %2$s is an event title.
352 #, php-format
353 msgid "%1$s is attending %2$s."
354 msgstr "%1$s assiste à %2$s."
355
356 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
357 #. TRANS: %1$s is a profile name, %2$s is an event title.
358 #, php-format
359 msgid "%1$s is not attending %2$s."
360 msgstr "%1$s n'assiste pas à %2$s."
361
362 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
363 #. TRANS: %1$s is a profile name, %2$s is an event title.
364 #, php-format
365 msgid "%1$s might attend %2$s."
366 msgstr "%1$s pourrait assister à %2$s."
367
368 #. TRANS: Title for new event form.
369 msgctxt "TITLE"
370 msgid "New event"
371 msgstr "Nouvel événement"
372
373 #. TRANS: Client exception thrown when trying to post an event while not logged in.
374 msgid "Must be logged in to post a event."
375 msgstr "Vous devez être connecté pour pouvoir publier un événement."
376
377 #. TRANS: Client exception thrown when trying to post an event without providing a title.
378 msgid "Title required."
379 msgstr "Titre requis."
380
381 #. TRANS: Client exception thrown when trying to post an event without providing a start date.
382 msgid "Start date required."
383 msgstr "Date de début requise."
384
385 #. TRANS: Client exception thrown when trying to post an event without providing an end date.
386 msgid "End date required."
387 msgstr "Date de fin requise."
388
389 #. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed.
390 #. TRANS: %s is the data that could not be processed.
391 #, php-format
392 msgid "Could not parse date \"%s\"."
393 msgstr "Impossible d'analyser la date \"%s\"."
394
395 #. TRANS: Client exception thrown when trying to post an event without providing a title.
396 msgid "Event must have a title."
397 msgstr "L'événement doit avoir un titre."
398
399 #. TRANS: Client exception thrown when trying to post an event without providing a start time.
400 msgid "Event must have a start time."
401 msgstr "L'événement doit avoir une heure de début."
402
403 #. TRANS: Client exception thrown when trying to post an event without providing an end time.
404 msgid "Event must have an end time."
405 msgstr "L'événement doit avoir une heure de fin."
406
407 #. TRANS: Field label for event description.
408 msgid "Time:"
409 msgstr "Heure :"
410
411 #. TRANS: Field label for event description.
412 msgid "Location:"
413 msgstr "Lieu :"
414
415 #. TRANS: Field label for event description.
416 msgid "Description:"
417 msgstr "Description :"
418
419 #. TRANS: Field label for event description.
420 msgid "Attending:"
421 msgstr "Participants :"
422
423 #. TRANS: RSVP counts.
424 #. TRANS: %1$d, %2$d and %3$d are numbers of RSVPs.
425 #, php-format
426 msgid "Yes: %1$d No: %2$d Maybe: %3$d"
427 msgstr "Oui : %1$d Non : %2$d Peut-être : %3$d"