search: some ddg reworking
[rbot] / po / fr / rbot-nickserv.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Yaohan Chen <yaohan.chen@gmail.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2010-06-30 09:58+0200\n"
10 "PO-Revision-Date: 2008-06-21 16:31+0100\n"
11 "Last-Translator: Lagrange Marc <markocpc@gmail.com>\n"
12 "Language-Team: French\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: data/rbot/plugins/nickserv.rb:26
20 msgid "Name of the nick server (all lowercase)"
21 msgstr "Nom du serveur de pseudo (tout en minuscule)"
22
23 #: data/rbot/plugins/nickserv.rb:31
24 msgid "String to look for to see if the nick server is asking us to identify"
25 msgstr "Chaine a détécter pour voir si le nick server demande de s'identifier"
26
27 #: data/rbot/plugins/nickserv.rb:36
28 msgid ""
29 "String to look for to see if the nick server is informing us that our nick "
30 "is now available"
31 msgstr ""
32 "Chaine a détécter pour voir si le nick server nous informe que le pseudo est "
33 "disponnible"
34
35 #: data/rbot/plugins/nickserv.rb:41
36 msgid ""
37 "String to look for to see if the nick server is informing us that we have "
38 "identified successfully"
39 msgstr ""
40 "Chaine a détécter pour voir si le nick server nous informe que "
41 "l'identification à reussi"
42
43 #: data/rbot/plugins/nickserv.rb:45
44 msgid ""
45 "Set to false if the nick server doesn't expect the nick as a parameter in "
46 "the identify command"
47 msgstr ""
48 "Mettre a false si le nick server ne requiert pas le pseudo en parametre lors "
49 "de l'identification"
50
51 #: data/rbot/plugins/nickserv.rb:49
52 msgid ""
53 "Seconds to wait after sending a message to nickserv, e.g. after ghosting"
54 msgstr ""
55 "Secondes a attendre apres avoir envoyé un message a nickserv, ex. apres un "
56 "ghost"
57
58 #: data/rbot/plugins/nickserv.rb:54
59 msgid ""
60 "nickserv plugin: handles nickserv protected IRC nicks. topics: password, "
61 "register, identify, listnicks"
62 msgstr ""
63
64 #: data/rbot/plugins/nickserv.rb:56
65 msgid ""
66 "nickserv password [<nick>] <passwd>: remember the password for nick <nick> "
67 "and use it to identify in future"
68 msgstr ""
69
70 #: data/rbot/plugins/nickserv.rb:58
71 msgid ""
72 "nickserv register [<password> [<email>]]: register the current nick, "
73 "choosing a random password unless <password> is supplied - current nick must "
74 "not already be registered for this to work. Also specify email if required "
75 "by your services"
76 msgstr ""
77
78 #: data/rbot/plugins/nickserv.rb:60
79 msgid ""
80 "nickserv identify: identify with nickserv - shouldn't be needed - bot should "
81 "identify with nickserv immediately on request - however this could be useful "
82 "after splits or service disruptions, or when you just set the password for "
83 "the current nick"
84 msgstr ""
85
86 #: data/rbot/plugins/nickserv.rb:62
87 msgid ""
88 "nickserv listnicks: lists nicknames and associated password the bot knows "
89 "about - you will need config level auth access to do this one and it will "
90 "reply by privmsg only"
91 msgstr ""
92 "nickserv listnicks: liste les pseudos et mots de passe associé au bot - vous "
93 "devez configurer le niveau d'acces pour qu'il ne reponde qu'en privé"
94
95 #: data/rbot/plugins/nickserv.rb:115
96 msgid ""
97 "I'm only changing this in my database, I won't inform %{ns_nick} of the "
98 "change"
99 msgstr ""
100 "Je change seulement dans ma base de donnée, je ne peut informer %{ns_nick} "
101 "des changements"
102
103 #: data/rbot/plugins/nickserv.rb:136
104 msgid "none known"
105 msgstr "aucun de connus"
106
107 #: data/rbot/plugins/nickserv.rb:163
108 msgid "I cannot identify for a this nick"
109 msgstr "Je ne peut identifier pour ce pseudo"
110
111 #: data/rbot/plugins/nickserv.rb:165
112 msgid "I dunno the nickserv password for the nickname %{botnick} :("
113 msgstr "J'ignore le mot de passe serveur de l'utilisateur %{botnick} :("
114
115 #: data/rbot/plugins/nickserv.rb:167
116 msgid "uh ... something went wrong ..."
117 msgstr "uh... quelquechose est faux ..."