summaryrefslogtreecommitdiff
path: root/locale/poezio.pot
blob: fc66ac67e8bcec5c48ae02170b6eaa0af381cc67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-05-28 23:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/core.py:59
msgid "A password is required"
msgstr ""

#: src/core.py:60
msgid "Permission denied"
msgstr ""

#: src/core.py:61
msgid "The room does'nt exist"
msgstr ""

#: src/core.py:62
msgid "Your are not allowed to create a new room"
msgstr ""

#: src/core.py:63
msgid "A reserved nick must be used"
msgstr ""

#: src/core.py:64
msgid "You are not in the member list"
msgstr ""

#: src/core.py:65
msgid "This nickname is already in use or has been reserved"
msgstr ""

#: src/core.py:66
msgid "The maximum number of users has been reached"
msgstr ""

#: src/core.py:113
msgid ""
"Usage: /join [room_name][@server][/nick] [password]\n"
"Join: Join the specified room. You can specify a nickname after a slash (/). "
"If no nickname is specified, you will use the default_nick in the "
"configuration file. You can omit the room name: you will then join the room "
"you're looking at (useful if you were kicked). You can also provide a "
"room_name without specifying a server, the server of the room you're "
"currently in will be used. You can also provide a password to join the "
"room.\n"
"Examples:\n"
"/join room@server.tld\n"
"/join room@server.tld/John\n"
"/join room2\n"
"/join /me_again\n"
"/join\n"
"/join room@server.tld/my_nick password\n"
"/join / password"
msgstr ""

#: src/core.py:114
msgid ""
"Usage: /exit\n"
"Exit: Just disconnect from the server and exit poezio."
msgstr ""

#: src/core.py:115
msgid ""
"Usage: /next\n"
"Next: Go to the next room."
msgstr ""

#: src/core.py:116
msgid ""
"Usage: /prev\n"
"Prev: Go to the previous room."
msgstr ""

#: src/core.py:117
msgid ""
"Usage: /win <number>\n"
"Win: Go to the specified room."
msgstr ""

#: src/core.py:118
msgid ""
"Usage: /w <number>\n"
"W: Go to the specified room."
msgstr ""

#: src/core.py:119
msgid ""
"Usage: /show <availability> [status message]\n"
"Show: Sets your availability and (optionaly) your status message. The "
"<availability> argument is one of \"available, chat, away, afk, dnd, busy, xa"
"\" and the optional [status] argument will be your status message."
msgstr ""

#: src/core.py:120
msgid ""
"Usage: /status <availability> [status message]\n"
"Status: Sets your availability and (optionaly) your status message. The "
"<availability> argument is one of \"available, chat, away, afk, dnd, busy, xa"
"\" and the optional [status] argument will be your status message."
msgstr ""

#: src/core.py:121
msgid ""
"Usage: /away [message]\n"
"Away: Sets your availability to away and (optionaly) your status message. "
"This is equivalent to '/status away [message]'"
msgstr ""

#: src/core.py:122
msgid ""
"Usage: /busy [message]\n"
"Busy: Sets your availability to busy and (optionaly) your status message. "
"This is equivalent to '/status busy [message]'"
msgstr ""

#: src/core.py:123
msgid ""
"Usage: /available [message]\n"
"Available: Sets your availability to available and (optionaly) your status "
"message. This is equivalent to '/status available [message]'"
msgstr ""

#: src/core.py:124
msgid ""
"Usage: /bookmark [roomname][/nick]\n"
"Bookmark: Bookmark the specified room (you will then auto-join it on each "
"poezio start). This commands uses the same syntaxe as /join. Type /help join "
"for syntaxe examples. Note that when typing \"/bookmark\" on its own, the "
"room will be bookmarked with the nickname you're currently using in this "
"room (instead of default_nick)"
msgstr ""

#: src/core.py:125
msgid ""
"Usage: /set <option> [value]\n"
"Set: Sets the value to the option in your configuration file. You can, for "
"example, change your default nickname by doing `/set default_nick toto` or "
"your resource with `/set resource blabla`. You can also set an empty value "
"(nothing) by providing no [value] after <option>."
msgstr ""

#: src/core.py:126
msgid ""
"Usage: /theme\n"
"Theme: Reload the theme defined in the config file."
msgstr ""

#: src/core.py:127
msgid ""
"Usage: /list\n"
"List: get the list of public chatrooms on the specified server"
msgstr ""

#: src/core.py:128
msgid ""
"Usage: /message <jid> [optional message]\n"
"Message: Open a conversation with the specified JID (even if it is not in "
"our roster), and send a message to it, if specified"
msgstr ""

#: src/core.py:129
msgid ""
"Usage: /version <jid>\n"
"Version: get the software version of the given JID (usually its XMPP client "
"and Operating System)"
msgstr ""

#: src/core.py:130
msgid ""
"Usage: /connect\n"
"Connect: disconnect from the remote server if you are currently connected "
"and then connect to it again"
msgstr ""

#: src/core.py:131
msgid ""
"Usage: /server_cycle [domain] [message]\n"
"Server Cycle: disconnect and reconnects in all the rooms in domain."
msgstr ""

#: src/core.py:192
msgid "Welcome to poezio!"
msgstr ""

#: src/core.py:391
msgid "Connection to remote server failed"
msgstr ""

#: src/core.py:400
msgid "Disconnected from server."
msgstr ""

#: src/core.py:406
msgid "Authentication failed."
msgstr ""

#: src/core.py:412
msgid "Connected to server."
msgstr ""

#: src/core.py:419
msgid "Authentication success."
msgstr ""

#: src/core.py:420
#, python-format
msgid "Your JID is %s"
msgstr ""

#: src/core.py:860
msgid "Unknown error"
msgstr ""

#: src/core.py:862 src/tabs.py:1680
#, python-format
msgid "Error: %(code)s - %(msg)s: %(body)s"
msgstr ""

#: src/core.py:865
#, python-format
msgid "Error: %(msg)s: %(body)s"
msgstr ""

#: src/core.py:868
msgid ""
"To provide a password in order to join the room, type \"/join / password"
"\" (replace \"password\" by the real password)"
msgstr ""

#: src/core.py:874
msgid ""
"You can join the room with an other nick, by typing \"/join /other_nick\""
msgstr ""

#: src/core.py:923
#, python-format
msgid "%(nick)s set the subject to: %(subject)s"
msgstr ""

#: src/core.py:925
#, python-format
msgid "The subject is: %(subject)s"
msgstr ""

#: src/core.py:960
#, python-format
msgid "message received for a non-existing room: %s"
msgstr ""

#: src/core.py:986
msgid "Available commands are: "
msgstr ""

#: src/core.py:991
msgid ""
"\n"
"Type /help <command_name> to know what each command does"
msgstr ""

#: src/core.py:998
#, python-format
msgid "Unknown command: %s"
msgstr ""

#: src/core.py:1060 src/tabs.py:551
msgid "an unknown software"
msgstr ""

#: src/core.py:1061 src/tabs.py:552
msgid "unknown"
msgstr ""

#: src/core.py:1062 src/tabs.py:553
msgid "on an unknown platform"
msgstr ""

#: src/core.py:1215
msgid "You didn't specify a server for the room you want to join"
msgstr ""

#: src/core.py:1276
#, python-format
msgid "Your bookmarks are now: %s"
msgstr ""

#: src/core.py:1347
msgid "No server specified"
msgstr ""

#: src/core.py:1474 src/tabs.py:144
#, python-format
msgid "Unknown command (%s)"
msgstr ""

#: src/core.py:1474 src/tabs.py:144
msgid "Error"
msgstr ""

#: src/tabs.py:59
msgid "busy"
msgstr ""

#: src/tabs.py:60
msgid "away"
msgstr ""

#: src/tabs.py:61
msgid "not available"
msgstr ""

#: src/tabs.py:62
msgid "chatty"
msgstr ""

#: src/tabs.py:63
msgid "available"
msgstr ""

#: src/tabs.py:263
msgid ""
"Usage: /say <message>\n"
"Say: Just send the message.\n"
"                                        Useful if you want your message to "
"begin with a '/'"
msgstr ""

#: src/tabs.py:457
msgid ""
"Usage: /ignore <nickname> \n"
"Ignore: Ignore a specified nickname."
msgstr ""

#: src/tabs.py:458
msgid ""
"Usage: /unignore <nickname>\n"
"Unignore: Remove the specified nickname from the ignore list."
msgstr ""

#: src/tabs.py:459
msgid ""
"Usage: /kick <nick> [reason]\n"
"Kick: Kick the user with the specified nickname. You also can give an "
"optional reason."
msgstr ""

#: src/tabs.py:460
msgid ""
"Usage: /topic <subject>\n"
"Topic: Change the subject of the room"
msgstr ""

#: src/tabs.py:461
msgid ""
"Usage: /query <nick> [message]\n"
"Query: Open a private conversation with <nick>. This nick has to be present "
"in the room you're currently in. If you specified a message after the "
"nickname, it will immediately be sent to this user"
msgstr ""

#: src/tabs.py:462
msgid ""
"Usage: /part [message]\n"
" Part: disconnect from a room. You can specify an optional message."
msgstr ""

#: src/tabs.py:463
msgid ""
"Usage: /nick <nickname>\n"
"Nick: Change your nickname in the current room"
msgstr ""

#: src/tabs.py:464
msgid ""
"Usage: /recolor\n"
"Recolor: Re-assign a color to all participants of the current room, based on "
"the last time they talked. Use this if the participants currently talking "
"have too many identical colors."
msgstr ""

#: src/tabs.py:465
msgid ""
"Usage: /cycle [message]\n"
"Cycle: Leaves the current room and rejoin it immediately"
msgstr ""

#: src/tabs.py:466
msgid ""
"Usage: /info <nickname>\n"
"Info: Display some information about the user in the MUC: his/here role, "
"affiliation, status and status message."
msgstr ""

#: src/tabs.py:467
msgid ""
"Usage: /configure\n"
"Configure: Configure the current room, through a form."
msgstr ""

#: src/tabs.py:468
msgid ""
"Usage: /version <jid or nick>\n"
"Version: get the software version of the given JID or nick in room (usually "
"its XMPP client and Operating System)"
msgstr ""

#: src/tabs.py:602
#, python-format
msgid "Cannot find user: %s"
msgstr ""

#: src/tabs.py:610
#, python-format
msgid "The subject of the room is: %s"
msgstr ""

#: src/tabs.py:664 src/tabs.py:682
#, python-format
msgid "%s is not in the room"
msgstr ""

#: src/tabs.py:666
#, python-format
msgid "%s is already ignored"
msgstr ""

#: src/tabs.py:669
#, python-format
msgid "%s is now ignored"
msgstr ""

#: src/tabs.py:684
#, python-format
msgid "%s is not ignored"
msgstr ""

#: src/tabs.py:687
#, python-format
msgid "%s is now unignored"
msgstr ""

#: src/tabs.py:822
#, python-format
msgid "5Your nickname is 3%s"
msgstr ""

#: src/tabs.py:891
#, python-format
msgid "1%(spec)s 3You5 have been banned by 4%(by)s"
msgstr ""

#: src/tabs.py:893
#, python-format
msgid "1%(spec)s 3You5 have been banned."
msgstr ""

#: src/tabs.py:896
#, python-format
msgid "1%(spec)s 3%(nick)s5 has been banned by 4%(by)s"
msgstr ""

#: src/tabs.py:898
#, python-format
msgid "1%(spec)s 3%(nick)s5 has been banned"
msgstr ""

#: src/tabs.py:900
#, python-format
msgid "5 Reason: 6%(reason)s5"
msgstr ""

#: src/tabs.py:914
#, python-format
msgid "1%(spec)s 3You5 have been kicked by 3%(by)s"
msgstr ""

#: src/tabs.py:916
#, python-format
msgid "1%(spec)s 3You5 have been kicked."
msgstr ""

#: src/tabs.py:922
#, python-format
msgid "1%(spec)s 3%(nick)s5 has been kicked by 3%(by)s"
msgstr ""

#: src/tabs.py:924
#, python-format
msgid "1%(spec)s 3%(nick)s5 has been kicked"
msgstr ""

#: src/tabs.py:926
#, python-format
msgid "5 Reason: 6%(reason)s"
msgstr ""

#: src/tabs.py:940
#, python-format
msgid "1%(spec)s 3%(nick)s5 has left the room"
msgstr ""

#: src/tabs.py:942
#, python-format
msgid "1%(spec)s 3%(nick)s5 (4%(jid)s5) has left the room"
msgstr ""

#: src/tabs.py:955
#, python-format
msgid "3%s5 changed: "
msgstr ""

#: src/tabs.py:957
#, python-format
msgid "affiliation: %s, "
msgstr ""

#: src/tabs.py:960
#, python-format
msgid "role: %s, "
msgstr ""

#: src/tabs.py:963
#, python-format
msgid "show: %s, "
msgstr ""

#: src/tabs.py:966
#, python-format
msgid "status: %s, "
msgstr ""

#: src/tabs.py:1002 src/tabs.py:1496
msgid ""
"Usage: /unquery\n"
"Unquery: close the tab"
msgstr ""

#: src/tabs.py:1003 src/tabs.py:1497
msgid "Usage: /part\\Part: close the tab"
msgstr ""

#: src/tabs.py:1113
#, python-format
msgid "\"[%(old_nick)s]\" is now known as \"[%(new_nick)s]\""
msgstr ""

#: src/tabs.py:1122
#, python-format
msgid "%(spec)s \"[%(nick)s]\" has left the room"
msgstr ""

#: src/tabs.py:1124
#, python-format
msgid "%(spec)s \"[%(nick)s]\" has left the room \"(%(status)s)\""
msgstr ""

#: src/tabs.py:1155
msgid ""
"Usage: /deny [jid]\n"
"Deny: Use this command to remove and deny your presence to the provided JID "
"(or the selected contact in your roster), who is asking you to be in his/"
"here roster"
msgstr ""

#: src/tabs.py:1156
msgid ""
"Usage: /accept [jid]\n"
"Accept: Use this command to authorize the provided JID (or the selected "
"contact in your roster), to see your presence, and to ask to subscribe to it "
"(mutual presence subscription)."
msgstr ""

#: src/tabs.py:1157
msgid ""
"Usage: /add <jid>\\Add: Use this command to add the specified JID to your "
"roster. The reverse authorization will automatically be accepted if the "
"remote JID accepts your subscription, leading to a mutual presence "
"subscription."
msgstr ""

#: src/tabs.py:1158
msgid ""
"Usage: /remove [jid]\\Remove: Use this command to remove the specified JID "
"from your roster. This wil unsubscribe you from its presence, cancel its "
"subscription to yours, and remove the item from your roster"
msgstr ""

#: src/tabs.py:1159
msgid ""
"Usage: /export [/path/to/file]\n"
"Export: Use this command to export your contacts into /path/to/file if "
"specified, or $HOME/poezio_contacts if not."
msgstr ""

#: src/tabs.py:1160
msgid ""
"Usage: /import [/path/to/file]\n"
"Import: Use this command to import your contacts from /path/to/file if "
"specified, or $HOME/poezio_contacts if not."
msgstr ""

#: src/tabs.py:1206
msgid "No JID specified"
msgstr ""

#: src/tabs.py:1631
msgid ""
"Usage: /close\n"
"Close: Just close this tab"
msgstr ""