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