1msgid ""
2msgstr ""
3"Project-Id-Version: Limnoria\n"
4"POT-Creation-Date: 2011-02-26 09:49+CET\n"
5"PO-Revision-Date: 2012-03-16 00:09+0100\n"
6"Last-Translator: skizzhg <skizzhg@gmx.com>\n"
7"Language-Team: Italian <skizzhg@gmx.com>\n"
8"Language: it\n"
9"MIME-Version: 1.0\n"
10"Content-Type: text/plain; charset=UTF-8\n"
11"Content-Transfer-Encoding: 8bit\n"
12
13#: plugin.py:201 plugin.py:282
14msgid "%s was last seen in %s %s ago: %s"
15msgstr "%s è stato visto per l'ultima volta in %s %s fa: %s"
16
17#: plugin.py:208
18msgid "%s (%s ago)"
19msgstr "%s (%s fa)"
20
21#: plugin.py:210
22msgid "%s could be %L"
23msgstr "%s potrebbe essere %L"
24
25#: plugin.py:210
26msgid "or"
27msgstr "oppure"
28
29#: plugin.py:212
30msgid "I haven't seen anyone matching %s."
31msgstr "Non ho visto nessuno che corrisponda a %s."
32
33#: plugin.py:214 plugin.py:286
34msgid "I have not seen %s."
35msgstr "Non ho visto %s."
36
37#: plugin.py:218
38#, docstring
39msgid ""
40"[<channel>] <nick>\n"
41"\n"
42"        Returns the last time <nick> was seen and what <nick> was last seen\n"
43"        saying. <channel> is only necessary if the message isn't sent on the\n"
44"        channel itself. <nick> may contain * as a wildcard.\n"
45"        "
46msgstr ""
47"[<canale>] <nick>\n"
48"\n"
49"        Riporta l'ultima volta che <nick> è stato visto e cosa stava dicendo.\n"
50"        <canale> è necessario solo se il messaggio non viene inviato nel canale\n"
51"        stesso. <nick> può contenere * come wildcard.\n"
52"        "
53
54#: plugin.py:229
55#, docstring
56msgid ""
57"[<channel>] [--user <name>] [<nick>]\n"
58"\n"
59"        Returns the last time <nick> was seen and what <nick> was last seen\n"
60"        doing.  This includes any form of activity, instead of just PRIVMSGs.\n"
61"        If <nick> isn't specified, returns the last activity seen in\n"
62"        <channel>.  If --user is specified, looks up name in the user database\n"
63"        and returns the last time user was active in <channel>.  <channel> is\n"
64"        only necessary if the message isn't sent on the channel itself.\n"
65"        "
66msgstr ""
67"[<canale>] [--user <nome>] [<nick>]\n"
68"\n"
69"        Riporta l'ultima volta che <nick> è stato visto e cosa stava facendo.\n"
70"        Include qualsiasi forma di attività, non solo l'invio di messaggi.\n"
71"        Se <nick> non è specificato, riporta l'ultima attività vista in <canale>.\n"
72"        Se --user è specificato, cerca il nome nel database degli utenti e riporta\n"
73"        l'ultima volta che l'utente era attivo in <canale>. <canale> è necessario\n"
74"        solo se il messaggio non viene inviato nel canale stesso.\n"
75"        "
76
77#: plugin.py:259
78msgid "Someone was last seen in %s %s ago: %s"
79msgstr "Qualcuno è stato visto per l'ultima volta in %s %s fa: %s"
80
81#: plugin.py:263
82msgid "I have never seen anyone."
83msgstr "Non ho mai visto nessuno."
84
85#: plugin.py:267
86#, docstring
87msgid ""
88"[<channel>]\n"
89"\n"
90"        Returns the last thing said in <channel>.  <channel> is only necessary\n"
91"        if the message isn't sent in the channel itself.\n"
92"        "
93msgstr ""
94"[<canale>]\n"
95"\n"
96"        Riporta l'ultima cosa detta in <canale>. <canale> è necessario\n"
97"        solo se il messaggio non viene inviato nel canale stesso.\n"
98"        "
99
100#: plugin.py:290
101#, docstring
102msgid ""
103"[<channel>] <name>\n"
104"\n"
105"        Returns the last time <name> was seen and what <name> was last seen\n"
106"        saying.  This looks up <name> in the user seen database, which means\n"
107"        that it could be any nick recognized as user <name> that was seen.\n"
108"        <channel> is only necessary if the message isn't sent in the channel\n"
109"        itself.\n"
110"        "
111msgstr ""
112"[<canale>] <nome>\n"
113"\n"
114"        Riporta l'ultima volta che <nome> è stato visto e cosa stava dicendo.\n"
115"        Cerca <nome> nel database degli utenti visti, ovvero qualsiasi nick che\n"
116"        venga riconosciuto con il <nome> dell'utente che è stato visto.\n"
117"        <canale> è necessario solo se il messaggio non viene inviato nel canale stesso.\n"
118"        "
119
120#: plugin.py:303
121#, docstring
122msgid ""
123"[<channel>] <nick>\n"
124"\n"
125"        Returns the messages since <nick> last left the channel.\n"
126"        "
127msgstr ""
128"[<canale>] <nick>\n"
129"\n"
130"        Riporta i messaggi da quando <nick> ha lasciato il canale l'ultima volta.\n"
131"        "
132
133#: plugin.py:310
134msgid "I am not in %s."
135msgstr "Non sono in %s."
136
137#: plugin.py:313
138msgid "%s must be in %s to use this command."
139msgstr "Per usare questo comando %s deve essere in %s."
140
141#: plugin.py:334
142msgid "I couldn't find in my history of %s messages where %r last left %s"
143msgstr "Non trovo nella cronologia dei messaggi di %s dove %r ha lasciato %s l'ultima volta."
144
145#: plugin.py:343
146msgid "Either %s didn't leave, or no messages were sent while %s was gone."
147msgstr "%s non è uscito o non ha inviato alcun messaggio quando se n'é andato."
148
149