Mercurial > pidgin.yaz
annotate po/ro.po @ 7896:4294afe670ad
[gaim-migrate @ 8556]
Since the channel topic and the on-join message aren't enough to get
people to read the FAQ, maybe it will help if they see this message
before they ever come to see us. I'm not expecting anything,
though... The average person has to be exposed to a piece of
information seven times before reliably recalling it, and MSN users
don't seem to be what I would call "average".
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 20 Dec 2003 19:36:14 +0000 |
parents | 51e7347ca51a |
children | a63c93e39ea5 |
rev | line source |
---|---|
7375 | 1 # Romanian translation of Gaim |
6546 | 2 # Copyright (C) 2002-2003, Mişu Moldovan <dumol@go.ro> |
6419 | 3 # |
4 # This file is distributed under the same license as the Gaim package. | |
3462 | 5 # |
6 msgid "" | |
7 msgstr "" | |
7375 | 8 "Project-Id-Version: gaim-0.72\n" |
9 "POT-Creation-Date: 2003-10-29 20:51+0200\n" | |
10 "PO-Revision-Date: 2003-10-30 01:58+0200\n" | |
6546 | 11 "Last-Translator: Mişu Moldovan <dumol@go.ro>\n" |
3462 | 12 "Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n" |
13 "MIME-Version: 1.0\n" | |
6546 | 14 "Content-Type: text/plain; charset=UTF-8\n" |
3462 | 15 "Content-Transfer-Encoding: 8bit\n" |
4584 | 16 "Plural-Forms: nplurals=2; plural=n>1;\n" |
17 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
18 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
19 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
20 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
21 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
22 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
23 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
24 #. *< id |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
25 #: plugins/autorecon.c:105 |
5348 | 26 msgid "Auto-Reconnect" |
6546 | 27 msgstr "Reconectare automată" |
5348 | 28 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
29 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
30 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
31 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
32 #: plugins/autorecon.c:108 plugins/autorecon.c:110 |
4584 | 33 msgid "When you are kicked offline, this reconnects you." |
6949 | 34 msgstr "Vă reconectează automat la deconectare." |
4584 | 35 |
6362 | 36 #: plugins/chkmail.c:90 plugins/chkmail.c:113 plugins/chkmail.c:122 |
5348 | 37 msgid "Mail Server" |
38 msgstr "Server de mail" | |
39 | |
6362 | 40 #: plugins/chkmail.c:132 |
5348 | 41 #, c-format |
42 msgid "%s (%d new/%d total)" | |
6546 | 43 msgstr "%s (%d noi/%d în total)" |
6362 | 44 |
45 #: plugins/chkmail.c:195 | |
5348 | 46 msgid "Check Mail" |
6362 | 47 msgstr "Verificare mail" |
48 | |
49 #: plugins/chkmail.c:199 | |
5348 | 50 msgid "Check email every X seconds.\n" |
6546 | 51 msgstr "Verifică mailul la fiecare X secunde.\n" |
5348 | 52 |
6662 | 53 #. |
54 #. * DEFINES, MACROS & DATA TYPES | |
55 #. | |
56 #: plugins/docklet/docklet-win32.c:44 | |
57 msgid "Gaim" | |
58 msgstr "Gaim" | |
59 | |
60 #: plugins/docklet/docklet-win32.c:45 | |
61 msgid "Gaim - Signed off" | |
62 msgstr "Gaim - Deautentificat" | |
63 | |
64 #: plugins/docklet/docklet-win32.c:46 | |
65 msgid "Gaim - Away" | |
66 msgstr "Gaim - Absent" | |
67 | |
7375 | 68 #: plugins/docklet/docklet.c:114 src/gtkaccount.c:482 src/gtkaccount.c:1770 |
6662 | 69 msgid "Auto-login" |
6949 | 70 msgstr "Conectare automată" |
6662 | 71 |
72 #: plugins/docklet/docklet.c:117 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
73 msgid "New Message..." |
6662 | 74 msgstr "Mesaj nou..." |
75 | |
76 #: plugins/docklet/docklet.c:118 | |
77 msgid "Join A Chat..." | |
78 msgstr "Intră într-un chat..." | |
79 | |
80 #: plugins/docklet/docklet.c:149 | |
81 msgid "New..." | |
82 msgstr "Nou..." | |
83 | |
7375 | 84 #: plugins/docklet/docklet.c:153 src/gtkblist.c:2269 src/gtkpounce.c:411 |
85 #: src/gtkprefs.c:1462 src/protocols/gg/gg.c:51 src/protocols/irc/msgs.c:187 | |
86 #: src/protocols/jabber/jabber.c:892 src/protocols/jabber/jutil.c:98 | |
87 #: src/protocols/jabber/presence.c:84 src/protocols/oscar/oscar.c:2839 | |
88 #: src/protocols/oscar/oscar.c:4539 src/protocols/oscar/oscar.c:5485 | |
89 #: src/protocols/oscar/oscar.c:6086 | |
6662 | 90 msgid "Away" |
91 msgstr "Absenţă" | |
92 | |
6949 | 93 #: plugins/docklet/docklet.c:159 src/away.c:515 |
6662 | 94 msgid "Back" |
95 msgstr "Revenire" | |
96 | |
97 #: plugins/docklet/docklet.c:167 | |
98 msgid "Mute Sounds" | |
99 msgstr "Fără sunete" | |
100 | |
101 #: plugins/docklet/docklet.c:172 src/gtkft.c:559 | |
102 msgid "File Transfers" | |
7375 | 103 msgstr "Transfer fişiere" |
6662 | 104 |
105 #. And now for the buttons | |
7375 | 106 #: plugins/docklet/docklet.c:173 src/gtkaccount.c:1929 src/main.c:323 |
6662 | 107 msgid "Accounts" |
108 msgstr "Conturi" | |
109 | |
7375 | 110 #: plugins/docklet/docklet.c:174 src/gtkprefs.c:2326 src/main.c:333 |
6662 | 111 msgid "Preferences" |
112 msgstr "Preferinţe" | |
113 | |
114 #: plugins/docklet/docklet.c:183 | |
115 msgid "Signoff" | |
116 msgstr "Deautentificare" | |
117 | |
118 #: plugins/docklet/docklet.c:187 | |
119 msgid "Quit" | |
120 msgstr "Ieşire" | |
121 | |
6949 | 122 #: plugins/docklet/docklet.c:478 |
6662 | 123 msgid "Tray Icon Configuration" |
124 msgstr "Configurare iconiţă tray" | |
125 | |
6949 | 126 #: plugins/docklet/docklet.c:482 |
6662 | 127 msgid "_Hide new messages until tray icon is clicked" |
128 msgstr "_Ascunde mesajele noi până la un click pe iconiţa tray" | |
129 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
130 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
131 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
132 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
133 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
134 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
135 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
136 #. *< id |
6949 | 137 #: plugins/docklet/docklet.c:506 |
6662 | 138 msgid "System Tray Icon" |
139 msgstr "Iconiţă tray" | |
5348 | 140 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
141 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
142 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
143 #. * summary |
6949 | 144 #: plugins/docklet/docklet.c:509 |
6662 | 145 msgid "Displays an icon for Gaim in the system tray." |
146 msgstr "Afişează o iconiţă tray Gaim" | |
147 | |
148 #. * description | |
6949 | 149 #: plugins/docklet/docklet.c:511 |
6662 | 150 msgid "" |
151 "Displays a system tray icon (in GNOME, KDE or Windows for example) to show " | |
152 "the current status of Gaim, allow fast access to commonly used functions, " | |
153 "and to toggle display of the buddy list or login window. Also allows " | |
154 "messages to be queued until the icon is clicked, similar to ICQ." | |
155 msgstr "" | |
156 "Arată o iconiţă în system tray (în GNOME, KDE sau Windows) pentru a afişa " | |
157 "statusul curent Gaim. Permite accesul rapid la funcţiile mai des utilizate " | |
158 "şi ascunderea listei de contacte şi a ferestrei de autentificare. De " | |
159 "asemenea, permite încolonarea mesajelor până la accesarea iconiţei, ca în " | |
160 "cazul programului ICQ." | |
5348 | 161 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
162 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
163 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
164 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
165 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
166 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
167 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
168 #. *< id |
6193 | 169 #: plugins/filectl.c:201 |
5348 | 170 msgid "Gaim File Control" |
6546 | 171 msgstr "Fişier de control Gaim" |
5348 | 172 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
173 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
174 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
175 #. * summary |
6193 | 176 #: plugins/filectl.c:204 plugins/filectl.c:206 |
5348 | 177 msgid "Allows you to control Gaim by entering commands in a file." |
6546 | 178 msgstr "Permite controlul Gaim prin introducerea unor comenzi într-un fişier." |
5348 | 179 |
6662 | 180 #: plugins/gaim-remote/remote.c:88 |
181 msgid "Not connected to AIM" | |
182 msgstr "Nu m-am putut conecta la AIM" | |
183 | |
184 #: plugins/gaim-remote/remote.c:97 plugins/gaim-remote/remote.c:136 | |
185 msgid "No screenname given." | |
186 msgstr "Nu aţi precizat un nume ales." | |
187 | |
188 #: plugins/gaim-remote/remote.c:173 | |
189 msgid "No roomname given." | |
190 msgstr "Nu aţi precizat numele unei camere." | |
191 | |
192 #: plugins/gaim-remote/remote.c:192 | |
193 msgid "Invalid AIM URI" | |
194 msgstr "URI AIM invalid" | |
195 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
196 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
197 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
198 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
199 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
200 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
201 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
202 #. *< id |
6662 | 203 #: plugins/gaim-remote/remote.c:714 |
204 msgid "Remote Control" | |
205 msgstr "Control la distanţă" | |
206 | |
207 #. *< name | |
208 #. *< version | |
209 #. * summary | |
210 #: plugins/gaim-remote/remote.c:717 | |
211 msgid "Provides remote control for gaim applications." | |
212 msgstr "Permite controlul Gaim din alte aplicaţii." | |
213 | |
214 #. * description | |
215 #: plugins/gaim-remote/remote.c:719 | |
216 msgid "" | |
217 "Gives Gaim the ability to be remote-controlled through third-party " | |
218 "applications or through the gaim-remote tool." | |
219 msgstr "" | |
220 "Face posibil controlul Gaim din alte aplicaţii sau cu ajutorul uneltei gaim-" | |
221 "remote." | |
222 | |
223 #. *< api_version | |
224 #. *< type | |
225 #. *< ui_requirement | |
226 #. *< flags | |
227 #. *< dependencies | |
228 #. *< priority | |
229 #. *< id | |
230 #: plugins/gaiminc.c:81 | |
5348 | 231 msgid "Gaim Demonstration Plugin" |
6949 | 232 msgstr "Modul demonstrativ Gaim" |
5348 | 233 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
234 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
235 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
236 #. * summary |
6662 | 237 #: plugins/gaiminc.c:84 |
5348 | 238 msgid "An example plugin that does stuff - see the description." |
6949 | 239 msgstr "Un exemplu funcţional de modul - a se vedea descrierea." |
5348 | 240 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
241 #. * description |
6662 | 242 #: plugins/gaiminc.c:86 |
5348 | 243 msgid "" |
244 "This is a really cool plugin that does a lot of stuff:\n" | |
245 "- It tells you who wrote the program when you log in\n" | |
246 "- It reverses all incoming text\n" | |
247 "- It sends a message to people on your list immediately when they sign on" | |
248 msgstr "" | |
6949 | 249 "Acesta este un modul trăsnit care:\n" |
250 "- Vă spune la autentificare cine a scris acest program\n" | |
6546 | 251 "- Inversează textul mesajelor primite\n" |
6949 | 252 "- Trimite la autentificare un mesaj contactelor din listă" |
3462 | 253 |
6662 | 254 #. Configuration frame |
255 #: plugins/gestures/gestures.c:220 | |
256 msgid "Mouse Gestures Configuration" | |
257 msgstr "Configurare gesturi de mouse" | |
258 | |
259 #: plugins/gestures/gestures.c:227 | |
260 msgid "Middle mouse button" | |
261 msgstr "Butonul din mijloc" | |
262 | |
263 #: plugins/gestures/gestures.c:232 | |
264 msgid "Right mouse button" | |
265 msgstr "Butonul din dreapta" | |
266 | |
267 #. "Visual gesture display" checkbox | |
268 #: plugins/gestures/gestures.c:244 | |
269 msgid "_Visual gesture display" | |
270 msgstr "Desenează _explicit gesturile" | |
271 | |
272 #. *< api_version | |
273 #. *< type | |
274 #. *< ui_requirement | |
275 #. *< flags | |
276 #. *< dependencies | |
277 #. *< priority | |
278 #. *< id | |
279 #: plugins/gestures/gestures.c:271 | |
280 msgid "Mouse Gestures" | |
281 msgstr "Gesturi de mouse" | |
282 | |
283 #. *< name | |
284 #. *< version | |
285 #. * summary | |
286 #: plugins/gestures/gestures.c:274 | |
287 msgid "Provides support for mouse gestures" | |
288 msgstr "Oferă suport pentru gesturile de mouse" | |
289 | |
290 #. * description | |
291 #: plugins/gestures/gestures.c:276 | |
292 msgid "" | |
293 "Allows support for mouse gestures in conversation windows.\n" | |
294 "Drag the middle mouse button to perform certain actions:\n" | |
295 "\n" | |
296 "Drag down and then to the right to close a conversation.\n" | |
297 "Drag up and then to the left to switch to the previous conversation.\n" | |
298 "Drag up and then to the right to switch to the next conversation." | |
299 msgstr "" | |
300 "Adaugă suport pentru gesturi de mouse în ferestrele de discuţii.\n" | |
301 "Trageţi cu butonul din mijloc pentru a efectua anumite acţiuni:\n" | |
302 "\n" | |
303 "Trageţi în jos şi apoi către dreapta pentru a închide o discuţie.\n" | |
304 "Trageţi în sus şi apoi către stânga pentru a trece în discuţia anterioară.\n" | |
305 "Trageţi în sus şi apoi către dreapta pentru a trece în discuţia următoare." | |
306 | |
4208 | 307 #: plugins/gtik.c:719 |
3462 | 308 msgid "Gnome Stock Ticker Properties" |
6546 | 309 msgstr "Proprietăţile indicatorului de acţiuni Gnome" |
3462 | 310 |
4208 | 311 #: plugins/gtik.c:731 |
3462 | 312 msgid "Update Frequency in min" |
6546 | 313 msgstr "Frecvenţa reactualizării în minute" |
3462 | 314 |
4208 | 315 #: plugins/gtik.c:747 |
3462 | 316 msgid "Enter symbols delimited with \"+\" in the box below." |
6662 | 317 msgstr "Introduceţi simbolurile delimitate prin „+“ în căsuţa de mai jos." |
3462 | 318 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
319 #. OUTPUT FORMAT and SCROLL DIRECTION |
4208 | 320 #: plugins/gtik.c:757 |
3462 | 321 msgid "Check this box to display only symbols and price:" |
6546 | 322 msgstr "Bifaţi această căsuţă pentru a afişa doar simboluri şi preţuri:" |
3462 | 323 |
4208 | 324 #: plugins/gtik.c:758 |
3462 | 325 msgid "Check this box to scroll left to right:" |
6546 | 326 msgstr "Bifaţi această căsuţă pentru glisare de la stânga la dreapta:" |
3462 | 327 |
4208 | 328 #: plugins/gtik.c:994 |
3462 | 329 msgid "(No" |
330 msgstr "(Nu" | |
331 | |
4208 | 332 #: plugins/gtik.c:995 |
3462 | 333 msgid "Change" |
6546 | 334 msgstr "Schimbă" |
3462 | 335 |
7375 | 336 #: plugins/history.c:96 |
4584 | 337 msgid "History" |
338 msgstr "Istoric" | |
339 | |
7375 | 340 #: plugins/history.c:98 |
5348 | 341 msgid "Shows recently logged conversations in new conversations." |
6949 | 342 msgstr "Arată discuţiile recent înregistrate în noile discuţii " |
343 | |
7375 | 344 #: plugins/history.c:99 |
5348 | 345 msgid "" |
346 "When a new conversation is opened this plugin will insert the last XXX of " | |
347 "the last conversation into the current conversation." | |
348 msgstr "" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
349 "La iniţierea unei noi discuţii acest modul va insera ultimele replici din " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
350 "ultima discuţie." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
351 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
352 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
353 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
354 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
355 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
356 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
357 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
358 #. *< id |
6662 | 359 #: plugins/iconaway.c:80 |
5348 | 360 msgid "Iconify on Away" |
6662 | 361 msgstr "Minimizare la trecerea în absenţă" |
4584 | 362 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
363 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
364 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
365 #. * summary |
6662 | 366 #: plugins/iconaway.c:83 plugins/iconaway.c:85 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
367 msgid "Iconifies the buddy list and your conversations when you go away." |
6546 | 368 msgstr "Minimizează lista de contacte şi discuţiile la trecerea în absenţă." |
6362 | 369 |
370 #: plugins/idle.c:70 | |
4584 | 371 msgid "Idle Time" |
372 msgstr "Timp de inactivitate" | |
373 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
374 #: plugins/idle.c:78 |
4584 | 375 msgid "Set" |
6546 | 376 msgstr "Setează" |
4584 | 377 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
378 #: plugins/idle.c:83 |
4584 | 379 msgid "idle for" |
380 msgstr "inactiv pentru" | |
381 | |
7375 | 382 #: plugins/idle.c:90 plugins/timestamp.c:109 |
4584 | 383 msgid "minutes." |
384 msgstr "minute." | |
385 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
386 #: plugins/idle.c:96 |
4584 | 387 msgid "_Set" |
6546 | 388 msgstr "_Setează" |
4584 | 389 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
390 #: plugins/idle.c:119 |
5348 | 391 msgid "I'dle Mak'er" |
392 msgstr "Falsificator inactivitate" | |
393 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
394 #: plugins/idle.c:121 plugins/idle.c:122 |
5348 | 395 msgid "Allows you to hand-configure how long you've been idle for" |
6662 | 396 msgstr "Permite setarea manuală a unei false perioade de inactivitate." |
397 | |
6949 | 398 #. *< api_version |
399 #. *< type | |
400 #. *< ui_requirement | |
401 #. *< flags | |
402 #. *< dependencies | |
403 #. *< priority | |
404 #. *< id | |
405 #: plugins/ipc-test-client.c:84 | |
406 msgid "IPC Test Client" | |
407 msgstr "Client de test IPC" | |
408 | |
409 #. *< name | |
410 #. *< version | |
411 #. * summary | |
412 #: plugins/ipc-test-client.c:87 | |
413 msgid "Test plugin IPC support, as a client." | |
414 msgstr "Modul de test pentru suport IPC, ca client." | |
415 | |
416 #. * description | |
417 #: plugins/ipc-test-client.c:89 | |
418 msgid "" | |
419 "Test plugin IPC support, as a client. This locates the server plugin and " | |
420 "calls the commands registered." | |
421 msgstr "" | |
422 "Modul de test pentru suport IPC, ca client. Acesta localizează modulul de " | |
423 "server şi dă comenzile IPC." | |
424 | |
425 #. *< api_version | |
426 #. *< type | |
427 #. *< ui_requirement | |
428 #. *< flags | |
429 #. *< dependencies | |
430 #. *< priority | |
431 #. *< id | |
432 #: plugins/ipc-test-server.c:71 | |
433 msgid "IPC Test Server" | |
434 msgstr "Server de test IPC" | |
435 | |
436 #. *< name | |
437 #. *< version | |
438 #. * summary | |
439 #: plugins/ipc-test-server.c:74 | |
440 msgid "Test plugin IPC support, as a server." | |
441 msgstr "Modul de test pentru suport IPC, ca server." | |
442 | |
443 #. * description | |
444 #: plugins/ipc-test-server.c:76 | |
445 msgid "Test plugin IPC support, as a server. This registers the IPC commands." | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
446 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
447 "Modul de test pentru suportul IPC, ca server. Acesta primeşte comenzile IPC." |
6949 | 448 |
6662 | 449 #: plugins/mailchk.c:156 |
5348 | 450 msgid "Mail Checker" |
451 msgstr "Verificare mail" | |
452 | |
6662 | 453 #: plugins/mailchk.c:158 plugins/mailchk.c:159 |
5348 | 454 msgid "Checks for new local mail." |
6546 | 455 msgstr "Verifică mailul local." |
5348 | 456 |
6362 | 457 #. ---------- "Notify For" ---------- |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
458 #: plugins/notify.c:572 |
5348 | 459 msgid "Notify For" |
6546 | 460 msgstr "Notifică la" |
5348 | 461 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
462 #: plugins/notify.c:576 |
5348 | 463 msgid "_IM windows" |
464 msgstr "Ferestre _mesaje" | |
465 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
466 #: plugins/notify.c:583 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
467 msgid "C_hat windows" |
5348 | 468 msgstr "Ferestre de _chat" |
469 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
470 #: plugins/notify.c:590 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
471 msgid "_Focused windows" |
7375 | 472 msgstr "Ferestre _focalizate" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
473 |
6362 | 474 #. ---------- "Notification Methods" ---------- |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
475 #: plugins/notify.c:598 |
5348 | 476 msgid "Notification Methods" |
477 msgstr "Mijloace de notificare" | |
478 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
479 #: plugins/notify.c:605 |
6362 | 480 msgid "Prepend _string into window title:" |
6546 | 481 msgstr "Adaugă acest şir în _titlu:" |
6362 | 482 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
483 #. Count method button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
484 #: plugins/notify.c:624 |
5348 | 485 msgid "Insert c_ount of new messages into window title" |
6546 | 486 msgstr "Inserează _numărul de noi mesaje în titlul ferestrei" |
5348 | 487 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
488 #. Urgent method button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
489 #: plugins/notify.c:633 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
490 msgid "Set window manager \"_URGENT\" hint" |
7375 | 491 msgstr "Setează starea „_URGENT“ în administratorul de ferestre" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
492 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
493 #. ---------- "Notification Removals" ---------- |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
494 #: plugins/notify.c:640 |
5348 | 495 msgid "Notification Removal" |
6546 | 496 msgstr "Înlăturarea notificării" |
5348 | 497 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
498 #. Remove on focus button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
499 #: plugins/notify.c:646 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
500 msgid "Remove when conversation window _gains focus" |
6546 | 501 msgstr "Înlătură când fereastra de discuţii primeşte _focus" |
4584 | 502 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
503 #. Remove on click button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
504 #: plugins/notify.c:654 |
4208 | 505 msgid "Remove when conversation window _receives click" |
6546 | 506 msgstr "Înlătură la _primul click în fereastra de discuţii" |
4584 | 507 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
508 #. Remove on type button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
509 #: plugins/notify.c:662 |
4208 | 510 msgid "Remove when _typing in conversation window" |
6546 | 511 msgstr "Înlătură când încep să _scriu în fereastra de discuţii" |
4584 | 512 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
513 #. Remove on message send button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
514 #: plugins/notify.c:670 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
515 msgid "Remove when a _message gets sent" |
7375 | 516 msgstr "Înlătură după ce am trimis un _mesaj" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
517 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
518 #. Remove on conversation switch button |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
519 #: plugins/notify.c:679 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
520 msgid "Remove on conversation ta_b switch" |
7375 | 521 msgstr "Înlătură la schimbarea ta_bului curent" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
522 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
523 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
524 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
525 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
526 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
527 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
528 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
529 #. *< id |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
530 #: plugins/notify.c:762 |
5348 | 531 msgid "Message Notification" |
6546 | 532 msgstr "Notificări mesaje" |
5348 | 533 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
534 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
535 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
536 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
537 #: plugins/notify.c:765 plugins/notify.c:767 |
5348 | 538 msgid "Provides a variety of ways of notifying you of unread messages." |
6546 | 539 msgstr "Oferă mai multe moduri de evidenţiere a mesajelor necitite." |
5348 | 540 |
6662 | 541 #. *< api_version |
542 #. *< type | |
543 #. *< ui_requirement | |
544 #. *< flags | |
545 #. *< dependencies | |
546 #. *< priority | |
547 #. *< id | |
548 #: plugins/perl/perl.c:524 | |
549 msgid "Perl Plugin Loader" | |
6949 | 550 msgstr "Încărcare module Perl" |
6662 | 551 |
552 #. *< name | |
553 #. *< version | |
554 #: plugins/perl/perl.c:526 plugins/perl/perl.c:527 | |
555 msgid "Provides support for loading perl plugins." | |
6949 | 556 msgstr "Permite încărcarea de module Perl." |
557 | |
558 #: plugins/raw.c:154 | |
5348 | 559 msgid "Raw" |
560 msgstr "Brut" | |
561 | |
6949 | 562 #: plugins/raw.c:156 |
5424 | 563 msgid "Lets you send raw input to text-based protocols." |
6362 | 564 msgstr "" |
6546 | 565 "Permite introducerea brută a comenzilor în protocoalele bazate pe text." |
5348 | 566 |
6949 | 567 #: plugins/raw.c:157 |
5348 | 568 msgid "" |
5424 | 569 "Lets you send raw input to text-based protocols (Jabber, MSN, IRC, TOC). Hit " |
5348 | 570 "'Enter' in the entry box to send. Watch the debug window." |
571 msgstr "" | |
6546 | 572 "Permite introducerea brută a comenzilor în protocoalele bazate pe text " |
573 "(Jabber, MSN, IRC, TOC). Comenzile se trimit cu ENTER. Urmăriţi rezultatul " | |
574 "comenzilor în fereastra de depanare." | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
575 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
576 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
577 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
578 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
579 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
580 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
581 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
582 #. *< id |
6662 | 583 #: plugins/signals-test.c:502 |
584 msgid "Signals Test" | |
585 msgstr "Test semnale" | |
586 | |
587 #. *< name | |
588 #. *< version | |
589 #. * summary | |
590 #: plugins/signals-test.c:505 plugins/signals-test.c:507 | |
591 msgid "Test to see that all signals are working properly." | |
592 msgstr "Testează toate semnalele pentru a verifica funcţionarea corectă." | |
593 | |
594 #. *< api_version | |
595 #. *< type | |
596 #. *< ui_requirement | |
597 #. *< flags | |
598 #. *< dependencies | |
599 #. *< priority | |
600 #. *< id | |
6949 | 601 #: plugins/simple.c:31 |
5348 | 602 msgid "Simple Plugin" |
6949 | 603 msgstr "Modul simplu" |
5348 | 604 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
605 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
606 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
607 #. * summary |
6949 | 608 #: plugins/simple.c:34 plugins/simple.c:36 |
5348 | 609 msgid "Tests to see that most things are working." |
6546 | 610 msgstr "Testează dacă lucrurile merg cum trebuie." |
5348 | 611 |
6949 | 612 #: plugins/spellchk.c:412 |
5348 | 613 msgid "Text Replacements" |
6546 | 614 msgstr "Cuvinte de înlocuit" |
5348 | 615 |
6949 | 616 #: plugins/spellchk.c:436 |
5348 | 617 msgid "You type" |
6546 | 618 msgstr "Dacă scrieţi" |
5348 | 619 |
6949 | 620 #: plugins/spellchk.c:448 |
5348 | 621 msgid "You send" |
6546 | 622 msgstr "Schimb în" |
5348 | 623 |
6949 | 624 #: plugins/spellchk.c:474 |
5348 | 625 msgid "Add a new text replacement" |
6546 | 626 msgstr "Adăugaţi un alt cuvânt de înlocuit" |
5348 | 627 |
6949 | 628 #: plugins/spellchk.c:481 |
5348 | 629 msgid "You _type:" |
6546 | 630 msgstr "_Dacă scrieţi:" |
5348 | 631 |
6949 | 632 #: plugins/spellchk.c:495 |
5348 | 633 msgid "You _send:" |
6546 | 634 msgstr "_Schimb în:" |
5348 | 635 |
6949 | 636 #: plugins/spellchk.c:535 |
5348 | 637 msgid "Text replacement" |
638 msgstr "Schimbare text" | |
639 | |
6949 | 640 #: plugins/spellchk.c:537 plugins/spellchk.c:538 |
5348 | 641 msgid "Replaces text in outgoing messages according to user-defined rules." |
6546 | 642 msgstr "Schimbă mesajele trimise după reguli predefinite de utilizator." |
5348 | 643 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
644 #. *< api_version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
645 #. *< type |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
646 #. *< ui_requirement |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
647 #. *< flags |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
648 #. *< dependencies |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
649 #. *< priority |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
650 #. *< id |
7375 | 651 #: plugins/ssl/ssl-gnutls.c:192 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
652 msgid "GNUTLS" |
7375 | 653 msgstr "GNUTLS" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
654 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
655 #. *< name |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
656 #. *< version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
657 #. * summary |
7375 | 658 #: plugins/ssl/ssl-gnutls.c:195 plugins/ssl/ssl-gnutls.c:197 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
659 msgid "Provides SSL support through GNUTLS." |
7375 | 660 msgstr "Oferă suport SSL prin bibliotecile GNUTLS" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
661 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
662 #. *< api_version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
663 #. *< type |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
664 #. *< ui_requirement |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
665 #. *< flags |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
666 #. *< dependencies |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
667 #. *< priority |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
668 #. *< id |
7375 | 669 #: plugins/ssl/ssl-nss.c:290 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
670 msgid "NSS" |
7375 | 671 msgstr "NSS" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
672 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
673 #. *< name |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
674 #. *< version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
675 #. * summary |
7375 | 676 #: plugins/ssl/ssl-nss.c:293 plugins/ssl/ssl-nss.c:295 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
677 msgid "Provides SSL support through Mozilla NSS." |
7375 | 678 msgstr "Oferă suport SSL prin bibliotecile Mozilla NSS" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
679 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
680 #. *< api_version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
681 #. *< type |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
682 #. *< ui_requirement |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
683 #. *< flags |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
684 #. *< dependencies |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
685 #. *< priority |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
686 #. *< id |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
687 #: plugins/ssl/ssl.c:91 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
688 msgid "SSL" |
7375 | 689 msgstr "SSL" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
690 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
691 #. *< name |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
692 #. *< version |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
693 #. * summary |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
694 #: plugins/ssl/ssl.c:94 plugins/ssl/ssl.c:96 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
695 msgid "Provides a wrapper around SSL support libraries." |
7375 | 696 msgstr "Oferă suport SSL prin bibliotecile aferente" |
697 | |
698 #: plugins/statenotify.c:30 src/gtkpounce.c:793 | |
6662 | 699 #, c-format |
700 msgid "%s has gone away." | |
701 msgstr "%s a intrat în absenţă." | |
702 | |
703 #: plugins/statenotify.c:36 | |
704 #, c-format | |
705 msgid "%s is no longer away." | |
706 msgstr "%s a revenit din absenţă." | |
707 | |
708 #: plugins/statenotify.c:42 | |
709 #, c-format | |
710 msgid "%s has become idle." | |
711 msgstr "%s a intrat în inactivitate" | |
712 | |
713 #: plugins/statenotify.c:48 | |
714 #, c-format | |
715 msgid "%s is no longer idle." | |
716 msgstr "%s a ieşit din inactivitate." | |
717 | |
718 #. *< api_version | |
719 #. *< type | |
720 #. *< ui_requirement | |
721 #. *< flags | |
722 #. *< dependencies | |
723 #. *< priority | |
724 #. *< id | |
725 #: plugins/statenotify.c:78 | |
726 msgid "Buddy State Notification" | |
727 msgstr "Notificări ale stării contactului" | |
728 | |
729 #. *< name | |
730 #. *< version | |
731 #. * summary | |
732 #: plugins/statenotify.c:81 plugins/statenotify.c:84 | |
733 msgid "" | |
734 "Notifies in a conversation window when a buddy goes or returns from away or " | |
735 "idle." | |
736 msgstr "" | |
737 "Atenţionează în fereastra de discuţii la trecerea în absenţă sau revenirea " | |
738 "din absenţă a unui contact." | |
739 | |
6949 | 740 #: plugins/tcl/tcl.c:344 |
741 msgid "Tcl Plugin Loader" | |
742 msgstr "Încărcare module Tcl" | |
743 | |
744 #: plugins/tcl/tcl.c:346 plugins/tcl/tcl.c:347 | |
745 msgid "Provides support for loading Tcl plugins" | |
746 msgstr "Permite încărcarea de module Tcl." | |
747 | |
6662 | 748 #. *< api_version |
749 #. *< type | |
750 #. *< ui_requirement | |
751 #. *< flags | |
752 #. *< dependencies | |
753 #. *< priority | |
754 #. *< id | |
6949 | 755 #: plugins/ticker/ticker.c:74 plugins/ticker/ticker.c:330 |
6662 | 756 msgid "Buddy Ticker" |
757 msgstr "Listă glisantă contacte" | |
758 | |
759 #. *< name | |
760 #. *< version | |
761 #. * summary | |
6949 | 762 #: plugins/ticker/ticker.c:333 plugins/ticker/ticker.c:335 |
6662 | 763 msgid "A horizontal scrolling version of the buddy list." |
764 msgstr "O versiune glisantă pe orizontală a listei de contacte." | |
765 | |
7375 | 766 #: plugins/timestamp.c:95 |
4584 | 767 msgid "iChat Timestamp" |
6546 | 768 msgstr "Datare în stil iChat" |
4584 | 769 |
7375 | 770 #: plugins/timestamp.c:102 |
5348 | 771 msgid "Delay" |
6546 | 772 msgstr "Întârziere" |
5348 | 773 |
7375 | 774 #: plugins/timestamp.c:115 |
4584 | 775 msgid "_Apply" |
6546 | 776 msgstr "_Aplică" |
4584 | 777 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
778 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
779 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
780 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
781 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
782 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
783 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
784 #. *< id |
7375 | 785 #: plugins/timestamp.c:173 |
4208 | 786 msgid "Timestamp" |
4584 | 787 msgstr "Marcaje de timp" |
788 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
789 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
790 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
791 #. * summary |
7375 | 792 #: plugins/timestamp.c:176 plugins/timestamp.c:178 |
4584 | 793 msgid "Adds iChat-style timestamps to conversations every N minutes." |
6546 | 794 msgstr "Adaugă marcaje de timp în stil iChat la fiecare N minute." |
4584 | 795 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
796 #: plugins/win32/transparency/win2ktrans.c:133 |
6662 | 797 #: plugins/win32/transparency/win2ktrans.c:348 |
798 #: plugins/win32/transparency/win2ktrans.c:379 | |
5348 | 799 msgid "Opacity:" |
800 msgstr "Opacitate:" | |
801 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
802 #. IM Convo trans options |
6662 | 803 #: plugins/win32/transparency/win2ktrans.c:329 |
5348 | 804 msgid "IM Conversation Windows" |
6546 | 805 msgstr "Ferestre de discuţii" |
5348 | 806 |
6662 | 807 #: plugins/win32/transparency/win2ktrans.c:330 |
5348 | 808 msgid "_IM window transparency" |
6546 | 809 msgstr "Transparenţa ferestrelor cu _mesaje" |
5348 | 810 |
6662 | 811 #: plugins/win32/transparency/win2ktrans.c:340 |
5348 | 812 msgid "_Show slider bar in IM window" |
6546 | 813 msgstr "Arată _bara de derulare în fereastra de mesaje" |
5348 | 814 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
815 #. Buddy List trans options |
7375 | 816 #: plugins/win32/transparency/win2ktrans.c:365 src/gtkprefs.c:844 |
5348 | 817 msgid "Buddy List Window" |
818 msgstr "Fereastra listei de contacte" | |
819 | |
6662 | 820 #: plugins/win32/transparency/win2ktrans.c:366 |
5348 | 821 msgid "_Buddy List window transparency" |
6546 | 822 msgstr "_Transparenţa fereastrei listei de contacte" |
5348 | 823 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
824 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
825 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
826 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
827 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
828 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
829 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
830 #. *< id |
6662 | 831 #: plugins/win32/transparency/win2ktrans.c:422 |
5348 | 832 msgid "Transparency" |
6546 | 833 msgstr "Transparenţă" |
5348 | 834 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
835 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
836 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
837 #. * summary |
6662 | 838 #: plugins/win32/transparency/win2ktrans.c:425 |
839 #: plugins/win32/transparency/win2ktrans.c:427 | |
5348 | 840 msgid "" |
841 "This plugin enables variable alpha transparency on conversation windows.\n" | |
842 "\n" | |
843 "* Note: This plugin requires Win2000 or WinXP." | |
844 msgstr "" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
845 "Acest modul adaugă transparenţă alpha variabilă în fereastra de discuţii.\n" |
5348 | 846 "\n" |
6949 | 847 "* Notă: Acest modul necesită Windows 2000 sau Windows XP." |
5348 | 848 |
6662 | 849 #: plugins/win32/winprefs/winprefs.c:348 |
850 msgid "GTK+ Runtime Version" | |
851 msgstr "Versiunea GTK+ utilizată" | |
852 | |
853 #. Autostart | |
854 #: plugins/win32/winprefs/winprefs.c:356 | |
5348 | 855 msgid "Startup" |
856 msgstr "Pornire" | |
857 | |
6662 | 858 #: plugins/win32/winprefs/winprefs.c:357 |
5348 | 859 msgid "_Start Gaim on Windows startup" |
6546 | 860 msgstr "_Porneşte Gaim odată cu Windows" |
5348 | 861 |
6662 | 862 #. Buddy List |
7375 | 863 #: plugins/win32/winprefs/winprefs.c:366 src/gtkblist.c:2109 |
864 #: src/gtkprefs.c:2259 | |
6662 | 865 msgid "Buddy List" |
866 msgstr "Listă contacte" | |
867 | |
868 #: plugins/win32/winprefs/winprefs.c:367 | |
869 msgid "_Dockable Buddy List" | |
870 msgstr "Listă de contacte în _dock" | |
871 | |
872 #. Docked Blist On Top | |
873 #: plugins/win32/winprefs/winprefs.c:371 | |
874 msgid "Docked _Buddy List is always on top" | |
875 msgstr "Păstrează lista de contacte deasupra în doc_k" | |
876 | |
877 #. Blist On Top | |
878 #: plugins/win32/winprefs/winprefs.c:381 | |
879 msgid "_Keep Buddy List window on top" | |
880 msgstr "_Păstrează fereastra listei de contacte deasupra" | |
881 | |
882 #. Conversations | |
7375 | 883 #: plugins/win32/winprefs/winprefs.c:386 src/gtkprefs.c:880 |
884 #: src/gtkprefs.c:2260 | |
6662 | 885 msgid "Conversations" |
886 msgstr "Discuţii" | |
887 | |
888 #: plugins/win32/winprefs/winprefs.c:387 | |
889 msgid "_Flash Window when messages are received" | |
890 msgstr "_Evidenţiează fereastra la primirea unui mesaj" | |
891 | |
892 #: plugins/win32/winprefs/winprefs.c:409 | |
5348 | 893 msgid "WinGaim Options" |
6546 | 894 msgstr "Opţiuni WinGaim" |
5348 | 895 |
6662 | 896 #: plugins/win32/winprefs/winprefs.c:411 plugins/win32/winprefs/winprefs.c:412 |
5348 | 897 msgid "Options specific to Windows Gaim." |
6546 | 898 msgstr "Opţiuni specifice pentru versiunea de Windows" |
5348 | 899 |
6662 | 900 #: src/about.c:57 |
901 #, c-format | |
902 msgid "About Gaim v%s" | |
903 msgstr "Despre Gaim v%s" | |
904 | |
905 #: src/about.c:89 | |
906 msgid "" | |
907 "Gaim is a modular Instant Messaging client capable of using AIM, ICQ, " | |
908 "Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, and Gadu-Gadu all at once. It is " | |
909 "written using Gtk+ and is licensed under the GPL.<BR><BR>" | |
910 msgstr "" | |
911 "Gaim este un client modular de Instant Messaging capabil să utilizeze " | |
912 "simultan protocoalele AIM, ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr şi " | |
913 "Gadu-Gadu. Utilizează Gtk+ şi are licenţă GPL.<BR><BR>" | |
914 | |
915 #: src/about.c:99 | |
916 msgid "<FONT SIZE=\"3\">IRC:</FONT> #gaim on irc.freenode.net<BR><BR>" | |
917 msgstr "<FONT SIZE=\"3\">IRC:</FONT> #gaim pe irc.freenode.net<BR><BR>" | |
918 | |
919 #: src/about.c:104 | |
920 msgid "Active Developers" | |
921 msgstr "Dezvoltatori activi" | |
922 | |
923 #: src/about.c:105 | |
924 msgid "maintainer" | |
925 msgstr "coordonator" | |
926 | |
927 #: src/about.c:107 | |
928 msgid "lead developer" | |
929 msgstr "programator principal" | |
930 | |
931 #: src/about.c:110 | |
932 msgid "developer & webmaster" | |
933 msgstr "programator şi editor web" | |
934 | |
935 #: src/about.c:111 | |
936 msgid "win32 port" | |
937 msgstr "portare win32" | |
938 | |
6949 | 939 #: src/about.c:114 src/about.c:115 src/about.c:116 |
6662 | 940 msgid "developer" |
941 msgstr "programator" | |
942 | |
6949 | 943 #: src/about.c:117 |
6662 | 944 msgid "support" |
945 msgstr "suport" | |
946 | |
6949 | 947 #: src/about.c:124 |
6662 | 948 msgid "Crazy Patch Writers" |
949 msgstr "Contributori" | |
950 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
951 #: src/about.c:144 |
6662 | 952 msgid "Retired Developers" |
953 msgstr "Programatori inactivi" | |
954 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
955 #: src/about.c:145 |
6662 | 956 msgid "former libfaim maintainer" |
957 msgstr "fost coordonator libfaim" | |
958 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
959 #: src/about.c:146 |
6662 | 960 msgid "former lead developer" |
961 msgstr "fost programator principal" | |
962 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
963 #: src/about.c:149 |
6662 | 964 msgid "former maintainer" |
965 msgstr "fost coordonator" | |
966 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
967 #: src/about.c:150 |
6662 | 968 msgid "former Jabber developer" |
969 msgstr "fost programator Jabber" | |
970 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
971 #: src/about.c:151 |
6662 | 972 msgid "original author" |
973 msgstr "autorul iniţial" | |
974 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
975 #: src/about.c:154 |
6662 | 976 msgid "hacker and designated driver [lazy bum]" |
977 msgstr "hacker" | |
978 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
979 #: src/about.c:162 |
6662 | 980 msgid "Current Translators" |
981 msgstr "Traducători activi" | |
982 | |
7375 | 983 #: src/about.c:163 src/about.c:193 |
6662 | 984 msgid "Catalan" |
985 msgstr "Catalană" | |
986 | |
7375 | 987 #: src/about.c:164 src/about.c:194 |
6662 | 988 msgid "Czech" |
989 msgstr "Cehă" | |
990 | |
6949 | 991 #: src/about.c:165 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
992 msgid "Danish" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
993 msgstr "Daneză" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
994 |
7375 | 995 #: src/about.c:166 src/about.c:195 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
996 msgid "German" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
997 msgstr "Germană" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
998 |
7375 | 999 #: src/about.c:167 src/about.c:196 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1000 msgid "Spanish" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1001 msgstr "Spaniolă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1002 |
7375 | 1003 #: src/about.c:168 |
1004 msgid "Finnish" | |
1005 msgstr "Finlandeză" | |
1006 | |
1007 #: src/about.c:169 src/about.c:197 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1008 msgid "French" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1009 msgstr "Franceză" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1010 |
7375 | 1011 #: src/about.c:170 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1012 msgid "Hindi" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1013 msgstr "Indiană" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1014 |
7375 | 1015 #: src/about.c:171 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1016 msgid "Hungarian" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1017 msgstr "Maghiară" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1018 |
7375 | 1019 #: src/about.c:172 src/about.c:199 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1020 msgid "Italian" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1021 msgstr "Italiană" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1022 |
7375 | 1023 #: src/about.c:173 src/about.c:201 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1024 msgid "Korean" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1025 msgstr "Coreeană" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1026 |
7375 | 1027 #: src/about.c:174 |
6662 | 1028 msgid "Dutch; Flemish" |
1029 msgstr "Flamandă" | |
1030 | |
7375 | 1031 #: src/about.c:175 src/about.c:203 |
6949 | 1032 msgid "Polish" |
1033 msgstr "Poloneză" | |
1034 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1035 #: src/about.c:176 |
7375 | 1036 msgid "Portuguese" |
6949 | 1037 msgstr "Portugheză" |
1038 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1039 #: src/about.c:177 |
7375 | 1040 msgid "Portuguese-Brazil" |
1041 msgstr "Portugheză braziliană" | |
1042 | |
1043 #: src/about.c:178 | |
6662 | 1044 msgid "Romanian" |
1045 msgstr "Română" | |
1046 | |
7375 | 1047 #: src/about.c:179 src/about.c:204 |
6662 | 1048 msgid "Russian" |
1049 msgstr "Rusă" | |
1050 | |
7375 | 1051 #: src/about.c:180 |
6949 | 1052 msgid "Serbian" |
1053 msgstr "Sârbă" | |
1054 | |
7375 | 1055 #: src/about.c:181 src/about.c:206 |
6949 | 1056 msgid "Swedish" |
1057 msgstr "Suedeză" | |
1058 | |
7375 | 1059 #: src/about.c:182 |
6949 | 1060 msgid "Simplified Chinese" |
1061 msgstr "Chineză simplificată" | |
1062 | |
7375 | 1063 #: src/about.c:183 |
6949 | 1064 msgid "Traditional Chinese" |
1065 msgstr "Chineză tradiţională" | |
1066 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1067 #: src/about.c:190 |
7375 | 1068 msgid "Past Translators" |
1069 msgstr "Traducători inactivi" | |
1070 | |
1071 #: src/about.c:191 | |
6949 | 1072 msgid "Amharic" |
1073 msgstr "Amharic" | |
1074 | |
7375 | 1075 #: src/about.c:192 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1076 msgid "Bulgarian" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1077 msgstr "Bulgară" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1078 |
7375 | 1079 #: src/about.c:198 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1080 msgid "Hebrew" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1081 msgstr "Ebraică" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1082 |
7375 | 1083 #: src/about.c:200 |
6949 | 1084 msgid "Japanese" |
1085 msgstr "Japoneză" | |
1086 | |
7375 | 1087 #: src/about.c:202 |
6949 | 1088 msgid "Norwegian" |
1089 msgstr "Norvegiană" | |
1090 | |
7375 | 1091 #: src/about.c:205 |
6662 | 1092 msgid "Slovak" |
1093 msgstr "Slovacă" | |
1094 | |
7375 | 1095 #: src/about.c:207 |
6662 | 1096 msgid "Chinese" |
1097 msgstr "Chineză" | |
1098 | |
7375 | 1099 #: src/about.c:220 src/dialogs.c:2282 src/gtkrequest.c:205 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1100 #: src/protocols/msn/msn.c:247 |
6662 | 1101 msgid "Close" |
1102 msgstr "Închide" | |
1103 | |
7375 | 1104 #: src/account.c:275 src/protocols/jabber/jabber.c:942 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1105 msgid "New passwords do not match." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1106 msgstr "Parola nouă a fost confirmată greşit" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1107 |
7375 | 1108 #: src/account.c:283 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1109 msgid "Fill out all fields completely." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1110 msgstr "E necesară completarea tuturor câmpurilor." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1111 |
7375 | 1112 #: src/account.c:308 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1113 msgid "Original password" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1114 msgstr "Vechea parolă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1115 |
7375 | 1116 #: src/account.c:314 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1117 msgid "New password" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1118 msgstr "Noua parolă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1119 |
7375 | 1120 #: src/account.c:320 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1121 msgid "New password (again)" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1122 msgstr "Noua parolă (din nou)" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1123 |
7375 | 1124 #: src/account.c:325 |
1125 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1126 msgid "Change password for %s" |
7375 | 1127 msgstr "Schimbă parola pentru %s:" |
1128 | |
1129 #: src/account.c:331 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1130 msgid "Please enter your current password and your new password." |
7375 | 1131 msgstr "Introduceţi vechea parolă şi pe cea nouă." |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1132 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1133 #. * |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1134 #. * A wrapper for gaim_request_action() that uses OK and Cancel buttons. |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1135 #. |
7375 | 1136 #: src/account.c:334 src/connection.c:193 src/dialogs.c:1813 |
1137 #: src/dialogs.c:1830 src/dialogs.c:1873 src/gtkblist.c:1472 | |
1138 #: src/gtkrequest.c:202 src/protocols/jabber/jabber.c:987 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1139 #: src/protocols/msn/msn.c:181 src/protocols/msn/msn.c:192 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1140 #: src/protocols/msn/msn.c:203 src/protocols/msn/msn.c:214 |
7375 | 1141 #: src/protocols/oscar/oscar.c:2454 src/protocols/oscar/oscar.c:2534 |
1142 #: src/protocols/oscar/oscar.c:6136 src/protocols/oscar/oscar.c:6232 | |
1143 #: src/protocols/oscar/oscar.c:6281 src/protocols/oscar/oscar.c:6363 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1144 #: src/protocols/yahoo/yahoo.c:2232 src/request.h:852 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1145 msgid "OK" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1146 msgstr "OK" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1147 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1148 #. Cancel button. |
7375 | 1149 #: src/account.c:335 src/account.c:369 src/buddy_chat.c:375 |
1150 #: src/connection.c:194 src/dialogs.c:467 src/dialogs.c:479 src/dialogs.c:492 | |
1151 #: src/dialogs.c:513 src/dialogs.c:898 src/dialogs.c:1647 src/dialogs.c:1814 | |
1152 #: src/dialogs.c:1831 src/dialogs.c:1874 src/dialogs.c:1988 | |
1153 #: src/gtkaccount.c:1624 src/gtkaccount.c:2092 src/gtkblist.c:1473 | |
1154 #: src/gtkblist.c:3408 src/gtkconn.c:147 src/gtkprivacy.c:568 | |
1155 #: src/gtkprivacy.c:581 src/gtkprivacy.c:606 src/gtkprivacy.c:617 | |
1156 #: src/gtkrequest.c:203 src/protocols/icq/gaim_icq.c:277 | |
1157 #: src/protocols/jabber/buddy.c:520 src/protocols/jabber/jabber.c:631 | |
1158 #: src/protocols/jabber/jabber.c:988 src/protocols/msn/msn.c:182 | |
1159 #: src/protocols/msn/msn.c:193 src/protocols/msn/msn.c:204 | |
1160 #: src/protocols/msn/msn.c:215 src/protocols/msn/msn.c:228 | |
1161 #: src/protocols/oscar/oscar.c:2418 src/protocols/oscar/oscar.c:2455 | |
1162 #: src/protocols/oscar/oscar.c:2490 src/protocols/oscar/oscar.c:2535 | |
1163 #: src/protocols/oscar/oscar.c:5964 src/protocols/oscar/oscar.c:6137 | |
1164 #: src/protocols/oscar/oscar.c:6233 src/protocols/oscar/oscar.c:6282 | |
1165 #: src/protocols/oscar/oscar.c:6347 src/protocols/oscar/oscar.c:6364 | |
1166 #: src/protocols/trepia/trepia.c:338 src/protocols/yahoo/yahoo.c:2233 | |
1167 #: src/request.h:852 src/request.h:862 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1168 msgid "Cancel" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1169 msgstr "Renunţă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1170 |
7375 | 1171 #: src/account.c:361 |
1172 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1173 msgid "Change user information for %s" |
7375 | 1174 msgstr "Schimbă detaliile pentru %s" |
1175 | |
1176 #: src/account.c:368 src/dialogs.c:894 src/dialogs.c:1635 src/dialogs.c:2291 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1177 #: src/gtkrequest.c:209 src/protocols/jabber/buddy.c:519 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1178 #: src/protocols/trepia/trepia.c:337 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1179 msgid "Save" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1180 msgstr "Salvează" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1181 |
6949 | 1182 #: src/away.c:208 |
6662 | 1183 msgid "Gaim - Away!" |
1184 msgstr "Gaim - Absent!" | |
1185 | |
6949 | 1186 #: src/away.c:269 |
6662 | 1187 msgid "I'm Back!" |
1188 msgstr "M-am întors!" | |
1189 | |
6949 | 1190 #: src/away.c:368 |
6662 | 1191 msgid "New Away Message" |
1192 msgstr "Nou mesaj în absenţă" | |
1193 | |
6949 | 1194 #: src/away.c:388 |
6662 | 1195 msgid "Remove Away Message" |
1196 msgstr "Şterge mesajul în absenţă" | |
1197 | |
6949 | 1198 #: src/away.c:583 |
6662 | 1199 msgid "Set All Away" |
1200 msgstr "Trece totul în absenţă" | |
1201 | |
7375 | 1202 #: src/blist.c:548 src/gtkprefs.c:2262 |
6662 | 1203 msgid "Chats" |
1204 msgstr "Chat-uri" | |
1205 | |
7375 | 1206 #: src/blist.c:643 src/blist.c:830 src/blist.c:2038 src/gtkblist.c:2886 |
1207 #: src/protocols/jabber/roster.c:66 src/protocols/msn/notification.c:1159 | |
6662 | 1208 msgid "Buddies" |
1209 msgstr "Contacte" | |
1210 | |
7375 | 1211 #: src/blist.c:1130 |
6662 | 1212 #, c-format |
1213 msgid "" | |
1214 "%d buddy from group %s was not removed because its account was not logged " | |
1215 "in. This buddy and the group were not removed.\n" | |
1216 msgid_plural "" | |
1217 "%d buddies from group %s were not removed because their accounts were not " | |
1218 "logged in. These buddies and the group were not removed.\n" | |
1219 msgstr[0] "" | |
1220 "%d contact din grupul %s nu a fost şters deoarece nu era autentificat cu " | |
1221 "contul său. Acest contact şi grupul său nu a fost şters.\n" | |
1222 msgstr[1] "" | |
1223 "%d contacte din grupul %s nu au fost şterse deoarece nu erau autentificate " | |
1224 "cu conturile lor. Aceste contacte şi grupul lor nu au fost şterse.\n" | |
1225 | |
7375 | 1226 #: src/blist.c:1139 |
6662 | 1227 msgid "Group not removed" |
1228 msgstr "Grupul nu a fost şters" | |
1229 | |
7375 | 1230 #: src/blist.c:1189 src/gtkaccount.c:159 src/gtkutils.c:839 |
1231 #: src/protocols/jabber/auth.c:110 src/protocols/jabber/buddy.c:571 | |
6662 | 1232 msgid "Unknown" |
1233 msgstr "Necunoscut" | |
1234 | |
7375 | 1235 #: src/blist.c:1512 |
6662 | 1236 msgid "Invalid Groupname" |
1237 msgstr "Nume invalid de grup" | |
1238 | |
7375 | 1239 #: src/blist.c:2155 |
6662 | 1240 msgid "" |
1241 "An error was encountered parsing your buddy list. It has not been loaded." | |
1242 msgstr "" | |
1243 "A apărut o eroare la prelucrarea listei de contacte. Nu a mai fost încărcată." | |
1244 | |
7375 | 1245 #: src/blist.c:2157 |
6662 | 1246 msgid "Buddy List Error" |
1247 msgstr "Eroare în lista de contacte" | |
1248 | |
7375 | 1249 #: src/buddy_chat.c:316 src/gtkblist.c:3300 |
6662 | 1250 msgid "" |
1251 "You are not currently signed on with any protocols that have the ability to " | |
1252 "chat." | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1253 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1254 "Nu sunteţi logat cu nici un protocol prin care să puteţi purtaţi chat-uri." |
6662 | 1255 |
1256 #: src/buddy_chat.c:330 | |
1257 msgid "Join Chat" | |
1258 msgstr "Intră în chat" | |
1259 | |
1260 #: src/buddy_chat.c:336 | |
1261 msgid "Buddy Chat" | |
1262 msgstr "Chat cu un contact" | |
1263 | |
1264 #: src/buddy_chat.c:346 | |
1265 msgid "Join Chat As:" | |
1266 msgstr "Intră în chat ca:" | |
1267 | |
1268 #. Join button. | |
1269 #: src/buddy_chat.c:369 | |
1270 msgid "Join" | |
1271 msgstr "Intră" | |
1272 | |
1273 #: src/connection.c:117 src/connection.c:165 | |
1274 #, c-format | |
1275 msgid "Missing protocol plugin for %s" | |
6949 | 1276 msgstr "Lipseşte modulul de protocol pentru %s" |
6662 | 1277 |
1278 #: src/connection.c:122 | |
1279 msgid "Registration Error" | |
6949 | 1280 msgstr "Eroare la înregistrare" |
6662 | 1281 |
1282 #: src/connection.c:170 src/gtkconn.c:278 | |
1283 msgid "Connection Error" | |
1284 msgstr "Eroare la conectare" | |
1285 | |
1286 #: src/connection.c:191 | |
1287 #, c-format | |
1288 msgid "Enter password for %s" | |
1289 msgstr "Introduceţi parola pentru %s" | |
1290 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1291 #: src/conversation.c:324 |
6662 | 1292 msgid "Unable to send message. The message is too large." |
1293 msgstr "Nu pot trimite mesajul. Mesajul este prea mare" | |
1294 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1295 #: src/conversation.c:332 |
6662 | 1296 msgid "Unable to send message." |
1297 msgstr "Nu pot trimite mesajul." | |
1298 | |
7375 | 1299 #: src/conversation.c:1903 |
6662 | 1300 #, c-format |
1301 msgid "%s entered the room." | |
1302 msgstr "%s a intrat în chat." | |
1303 | |
7375 | 1304 #: src/conversation.c:1906 |
6662 | 1305 #, c-format |
1306 msgid "%s [<I>%s</I>] entered the room." | |
1307 msgstr "%s [<I>%s</I>] a intrat în chat." | |
1308 | |
7375 | 1309 #: src/conversation.c:1991 |
6662 | 1310 #, c-format |
1311 msgid "%s is now known as %s" | |
1312 msgstr "%s este acum %s" | |
1313 | |
7375 | 1314 #: src/conversation.c:2033 |
6662 | 1315 #, c-format |
1316 msgid "%s left the room (%s)." | |
1317 msgstr "%s a ieşit din chat (%s)" | |
1318 | |
7375 | 1319 #: src/conversation.c:2035 |
6662 | 1320 #, c-format |
1321 msgid "%s left the room." | |
1322 msgstr "%s a ieşit din chat." | |
1323 | |
7375 | 1324 #: src/conversation.c:2108 |
6662 | 1325 #, c-format |
1326 msgid "(+%d more)" | |
1327 msgstr "(încă +%d)" | |
1328 | |
7375 | 1329 #: src/conversation.c:2110 |
6662 | 1330 #, c-format |
1331 msgid " left the room (%s)." | |
1332 msgstr " a ieşit din chat (%s)." | |
1333 | |
7375 | 1334 #: src/conversation.c:2392 |
6662 | 1335 msgid "Last created window" |
1336 msgstr "În ultima fereastră creată" | |
1337 | |
7375 | 1338 #: src/conversation.c:2394 |
6662 | 1339 msgid "New window" |
1340 msgstr "În fereastră nouă" | |
1341 | |
7375 | 1342 #: src/conversation.c:2396 |
6662 | 1343 msgid "By group" |
1344 msgstr "După grup" | |
1345 | |
7375 | 1346 #: src/conversation.c:2398 |
6662 | 1347 msgid "By account" |
1348 msgstr "După cont" | |
1349 | |
7375 | 1350 #: src/dialogs.c:315 |
6662 | 1351 msgid "Warn User" |
1352 msgstr "Avertizează utilizatorul" | |
1353 | |
7375 | 1354 #: src/dialogs.c:318 |
6662 | 1355 msgid "_Warn" |
1356 msgstr "_Avertizare" | |
1357 | |
7375 | 1358 #: src/dialogs.c:334 |
6662 | 1359 #, c-format |
1360 msgid "" | |
1361 "<span weight=\"bold\" size=\"larger\">Warn %s?</span>\n" | |
1362 "\n" | |
1363 "This will increase %s's warning level and he or she will be subject to " | |
1364 "harsher rate limiting.\n" | |
1365 msgstr "" | |
1366 "<span weight=\"bold\" size=\"larger\">Îl avertizez pe %s?</span>\n" | |
1367 "\n" | |
1368 "Nivelul de avertizare al lui %s va creşte şi va suferi o rată de limitare " | |
1369 "mai dură.\n" | |
1370 | |
7375 | 1371 #: src/dialogs.c:343 |
6662 | 1372 msgid "Warn _anonymously?" |
1373 msgstr "Avertizare _anonimă?" | |
1374 | |
7375 | 1375 #: src/dialogs.c:350 |
6662 | 1376 msgid "<b>Anonymous warnings are less severe.</b>" |
1377 msgstr "<b>Avertizările anonime sunt mai puţin supărătoare.</b>" | |
1378 | |
7375 | 1379 #: src/dialogs.c:463 |
6662 | 1380 #, c-format |
1381 msgid "" | |
1382 "You are about to remove %s from your buddy list. Do you want to continue?" | |
1383 msgstr "" | |
1384 "Sunteţi pe cale să îl/o ştergeţi pe %s din lista de contacte. Doriţi să " | |
1385 "continuaţi?" | |
1386 | |
7375 | 1387 #: src/dialogs.c:465 src/dialogs.c:466 |
6662 | 1388 msgid "Remove Buddy" |
1389 msgstr "Şterge contactul" | |
1390 | |
7375 | 1391 #: src/dialogs.c:475 |
6662 | 1392 #, c-format |
1393 msgid "" | |
1394 "You are about to remove the chat %s from your buddy list. Do you want to " | |
1395 "continue?" | |
1396 msgstr "" | |
1397 "Sunteţi pe cale să ştergeţi chat-ul %s din lista de contacte. Doriţi să " | |
1398 "continuaţi?" | |
1399 | |
7375 | 1400 #: src/dialogs.c:477 src/dialogs.c:478 |
6662 | 1401 msgid "Remove Chat" |
1402 msgstr "Ştergere chat" | |
1403 | |
7375 | 1404 #: src/dialogs.c:487 |
6662 | 1405 #, c-format |
1406 msgid "" | |
1407 "You are about to remove the group %s and all its members from your buddy " | |
1408 "list. Do you want to continue?" | |
1409 msgstr "" | |
1410 "Sunteţi pe cale să ştergeţi grupul %s şi toţi membrii săi din lista de " | |
1411 "contacte. Doriţi să continuaţi?" | |
1412 | |
7375 | 1413 #: src/dialogs.c:490 src/dialogs.c:491 |
6662 | 1414 msgid "Remove Group" |
1415 msgstr "Ştergere grup" | |
1416 | |
7375 | 1417 #: src/dialogs.c:508 |
6949 | 1418 #, c-format |
1419 msgid "" | |
1420 "You are about to remove the contact containing %s and %d other buddies from " | |
1421 "your buddy list. Do you want to continue?" | |
1422 msgstr "" | |
1423 "Sunteţi pe cale să ştergeţi contactul %s şi %d alte contacte din lista de " | |
1424 "contacte. Doriţi să continuaţi?" | |
1425 | |
7375 | 1426 #: src/dialogs.c:511 src/dialogs.c:512 |
6949 | 1427 msgid "Remove Contact" |
1428 msgstr "Ştergere contact" | |
1429 | |
7375 | 1430 #: src/dialogs.c:660 |
6662 | 1431 msgid "New Message" |
1432 msgstr "Mesaj nou" | |
1433 | |
7375 | 1434 #: src/dialogs.c:678 |
6662 | 1435 msgid "Please enter the screenname of the person you would like to IM.\n" |
1436 msgstr "Introduceţi numele ales al persoanei pe care doriţi să o contactaţi.\n" | |
1437 | |
7375 | 1438 #: src/dialogs.c:694 src/dialogs.c:771 |
6662 | 1439 msgid "_Screenname:" |
1440 msgstr "_Nume ales:" | |
1441 | |
7375 | 1442 #: src/dialogs.c:709 src/dialogs.c:787 src/gtkpounce.c:358 |
6662 | 1443 msgid "_Account:" |
1444 msgstr "_Cont:" | |
1445 | |
7375 | 1446 #: src/dialogs.c:740 |
6662 | 1447 msgid "Get User Info" |
1448 msgstr "Caută detalii" | |
1449 | |
7375 | 1450 #: src/dialogs.c:759 |
6662 | 1451 msgid "" |
1452 "Please enter the screenname of the person whose info you would like to " | |
1453 "view.\n" | |
1454 msgstr "" | |
1455 "Introduceţi numele ales al persoanei căreia vreţi să-i vedeţi detaliile " | |
1456 "personale.\n" | |
1457 | |
7375 | 1458 #: src/dialogs.c:853 src/protocols/jabber/jabber.c:998 |
1459 #: src/protocols/oscar/oscar.c:6432 src/protocols/toc/toc.c:1532 | |
6662 | 1460 msgid "Set User Info" |
1461 msgstr "Detalii utilizator" | |
1462 | |
7375 | 1463 #: src/dialogs.c:862 |
6662 | 1464 #, c-format |
1465 msgid "Changing info for %s:" | |
1466 msgstr "Schimb detaliile pentru %s:" | |
1467 | |
7375 | 1468 #: src/dialogs.c:964 |
6662 | 1469 msgid "Log Conversation" |
6949 | 1470 msgstr "Înregistrează discuţia" |
1471 | |
7375 | 1472 #: src/dialogs.c:1060 |
6662 | 1473 msgid "Insert Link" |
1474 msgstr "Inseraţi o adresă" | |
1475 | |
7375 | 1476 #: src/dialogs.c:1062 |
6662 | 1477 msgid "Insert" |
1478 msgstr "Inserare" | |
1479 | |
7375 | 1480 #: src/dialogs.c:1084 |
6662 | 1481 msgid "" |
1482 "Please enter the URL and description of the link that you want to insert. " | |
1483 "The description is optional.\n" | |
1484 msgstr "" | |
1485 "Introduceţi adresa pe care doriţi să o inseraţi şi descrierea ei. Descrierea " | |
1486 "este opţională.\n" | |
1487 | |
7375 | 1488 #: src/dialogs.c:1102 src/protocols/jabber/buddy.c:257 |
1489 #: src/protocols/jabber/jabber.c:612 | |
6662 | 1490 msgid "URL" |
1491 msgstr "URL" | |
1492 | |
7375 | 1493 #: src/dialogs.c:1112 src/gtkprefs.c:601 src/gtkprefs.c:1798 |
1494 #: src/protocols/jabber/buddy.c:271 src/protocols/jabber/buddy.c:746 | |
6662 | 1495 msgid "Description" |
1496 msgstr "Descriere" | |
1497 | |
7375 | 1498 #: src/dialogs.c:1248 src/dialogs.c:1265 |
6662 | 1499 msgid "Select Text Color" |
1500 msgstr "Selectaţi culoarea textului" | |
1501 | |
7375 | 1502 #: src/dialogs.c:1300 src/dialogs.c:1317 |
6662 | 1503 msgid "Select Background Color" |
1504 msgstr "Selectaţi culoarea fundalului" | |
1505 | |
7375 | 1506 #: src/dialogs.c:1402 src/dialogs.c:1428 |
6662 | 1507 msgid "Select Font" |
1508 msgstr "Alegeţi un font" | |
1509 | |
7375 | 1510 #: src/dialogs.c:1494 |
6662 | 1511 msgid "You cannot save an away message with a blank title" |
1512 msgstr "Nu puteţi crea un mesaj în absenţă fără titlu" | |
1513 | |
7375 | 1514 #: src/dialogs.c:1496 |
6662 | 1515 msgid "" |
1516 "Please give the message a title, or choose \"Use\" to use without saving." | |
1517 msgstr "" | |
1518 "Vă rugăm să daţi un titlu mesajului, sau alegeţi „Utilizează“ pentru a-l " | |
1519 "folosi fără a-l salva." | |
1520 | |
7375 | 1521 #: src/dialogs.c:1506 |
6662 | 1522 msgid "You cannot create an empty away message" |
1523 msgstr "Nu puteţi crea un mesaj în absenţă gol" | |
1524 | |
7375 | 1525 #: src/dialogs.c:1571 src/dialogs.c:1579 |
6662 | 1526 msgid "New away message" |
1527 msgstr "Nou mesaj în absenţă" | |
1528 | |
7375 | 1529 #: src/dialogs.c:1589 |
6662 | 1530 msgid "Away title: " |
1531 msgstr "Titlul mesajului în absenţă: " | |
1532 | |
7375 | 1533 #: src/dialogs.c:1639 |
6662 | 1534 msgid "Save & Use" |
1535 msgstr "Salvează şi utilizează" | |
1536 | |
7375 | 1537 #: src/dialogs.c:1643 |
6662 | 1538 msgid "Use" |
1539 msgstr "Utilizează" | |
1540 | |
1541 #. show everything | |
7375 | 1542 #: src/dialogs.c:1792 |
6662 | 1543 msgid "Smile!" |
1544 msgstr "Iconiţe simbolice" | |
1545 | |
7375 | 1546 #: src/dialogs.c:1810 |
6662 | 1547 msgid "Alias Chat" |
1548 msgstr "Alias chat" | |
1549 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1550 #: src/dialogs.c:1810 |
7375 | 1551 msgid "Alias chat" |
1552 msgstr "Alias chat" | |
1553 | |
1554 #: src/dialogs.c:1811 | |
6662 | 1555 msgid "Please enter an aliased name for this chat." |
1556 msgstr "Introduceţi un nou alias pentru chat-ul selectat." | |
1557 | |
7375 | 1558 #: src/dialogs.c:1827 |
1559 msgid "Alias Contact" | |
1560 msgstr "Alias contact" | |
1561 | |
1562 #: src/dialogs.c:1827 | |
1563 msgid "Alias contact" | |
1564 msgstr "Alias contact" | |
1565 | |
1566 #: src/dialogs.c:1828 | |
1567 msgid "Please enter an aliased name for this contact." | |
1568 msgstr "Introduceţi un nou alias pentru contactul selectat." | |
1569 | |
1570 #: src/dialogs.c:1859 | |
6662 | 1571 msgid "_Screenname" |
1572 msgstr "_Nume ales" | |
1573 | |
7375 | 1574 #: src/dialogs.c:1864 src/gtkblist.c:810 src/gtkblist.c:903 src/gtkblist.c:909 |
6662 | 1575 msgid "_Alias" |
1576 msgstr "_Alias" | |
1577 | |
7375 | 1578 #: src/dialogs.c:1868 |
6662 | 1579 msgid "Alias Buddy" |
1580 msgstr "Alias contact" | |
1581 | |
7375 | 1582 #: src/dialogs.c:1869 |
6662 | 1583 msgid "Alias buddy" |
1584 msgstr "Alias contact" | |
1585 | |
7375 | 1586 #: src/dialogs.c:1870 |
6662 | 1587 msgid "" |
1588 "Please enter an aliased name for the person below, or rename this contact in " | |
1589 "your buddy list." | |
1590 msgstr "" | |
1591 "Introduceţi un alias pentru persoana de mai jos sau redenumiţi acest contact " | |
1592 "în lista de contacte." | |
1593 | |
7375 | 1594 #: src/dialogs.c:1906 src/dialogs.c:1913 |
6662 | 1595 #, c-format |
1596 msgid "Couldn't write to %s." | |
1597 msgstr "Nu am putut scrie în %s." | |
1598 | |
7375 | 1599 #: src/dialogs.c:1937 |
6662 | 1600 msgid "Save Log File" |
6949 | 1601 msgstr "Salvare fişier de înregistrare" |
1602 | |
7375 | 1603 #: src/dialogs.c:1965 |
6662 | 1604 #, c-format |
1605 msgid "Couldn't remove file %s." | |
1606 msgstr "Nu am putut şterge fişierul %s." | |
1607 | |
7375 | 1608 #: src/dialogs.c:1982 |
1609 #, c-format | |
1610 msgid "You are about to remove the log file for %s. Do you want to continue?" | |
1611 msgstr "Sunteţi pe cale să ştergeţi fişierele de înregistrare pentru %s. " | |
1612 "Doriţi să continuaţi?" | |
1613 | |
1614 #: src/dialogs.c:1984 src/dialogs.c:1986 | |
1615 msgid "Remove Log" | |
6949 | 1616 msgstr "Şterge înregistrările" |
1617 | |
7375 | 1618 #: src/dialogs.c:2012 src/dialogs.c:2185 |
6662 | 1619 #, c-format |
1620 msgid "Couldn't open log file %s." | |
6949 | 1621 msgstr "Nu am putut deschide înregistrarea %s." |
1622 | |
7375 | 1623 #: src/dialogs.c:2162 |
6662 | 1624 #, c-format |
1625 msgid "Conversations with %s" | |
1626 msgstr "Discuţii cu %s" | |
1627 | |
7375 | 1628 #: src/dialogs.c:2164 |
6662 | 1629 msgid "System Log" |
6949 | 1630 msgstr "Înregistrări Gaim" |
1631 | |
7375 | 1632 #: src/dialogs.c:2206 src/protocols/jabber/jabber.c:617 |
6662 | 1633 msgid "Date" |
1634 msgstr "Dată" | |
1635 | |
7375 | 1636 #: src/dialogs.c:2263 |
6662 | 1637 msgid "Log" |
6949 | 1638 msgstr "Înregistrare" |
1639 | |
7375 | 1640 #: src/dialogs.c:2286 |
6662 | 1641 msgid "Clear" |
1642 msgstr "Şterge" | |
1643 | |
1644 #: src/ft.c:123 | |
1645 #, c-format | |
1646 msgid "%s is not a valid filename.\n" | |
1647 msgstr "%s nu este un nume de fişier valid.\n" | |
1648 | |
1649 #: src/ft.c:137 | |
1650 #, c-format | |
1651 msgid "%s was not found.\n" | |
1652 msgstr "%s nu a fost găsit.\n" | |
1653 | |
1654 #: src/ft.c:693 | |
1655 #, c-format | |
1656 msgid "File transfer to %s aborted.\n" | |
1657 msgstr "Transferul fişierului către %s a fost abandonat.\n" | |
1658 | |
1659 #: src/ft.c:695 | |
1660 #, c-format | |
1661 msgid "File transfer from %s aborted.\n" | |
1662 msgstr "Transferul fişierului de la %s a fost abandonat.\n" | |
1663 | |
1664 #: src/gaim-disclosure.c:253 | |
1665 msgid "Expander Size" | |
1666 msgstr "Mărime expandare" | |
1667 | |
1668 #: src/gaim-disclosure.c:254 | |
1669 msgid "Size of the expander arrow" | |
1670 msgstr "Mărimea săgeţii de expandare" | |
1671 | |
1672 #: src/gaim-remote.c:33 | |
1673 #, c-format | |
1674 msgid "" | |
1675 "Usage: %s command [OPTIONS] [URI]\n" | |
1676 "\n" | |
1677 " COMMANDS:\n" | |
1678 " uri Handle AIM: URI\n" | |
1679 " quit Close running copy of Gaim\n" | |
1680 "\n" | |
1681 " OPTIONS:\n" | |
1682 " -h, --help [commmand] Show help for command\n" | |
1683 msgstr "" | |
1684 "Utilizare: %s comandă [OPŢIUNI] [URI]\n" | |
1685 "\n" | |
1686 " COMENZI:\n" | |
1687 " uri Deschide AIM: URI\n" | |
1688 " quit Închide Gaim\n" | |
1689 "\n" | |
1690 " OPŢIUNI:\n" | |
1691 " -h, --help [commandă] Arată ajutorul pentru comanda precizată\n" | |
1692 | |
1693 #: src/gaim-remote.c:139 src/gaim-remote.c:155 | |
1694 msgid "Gaim not running (on session 0)\n" | |
1695 msgstr "Gaim nu este activ (în sesiunea 0)\n" | |
1696 | |
1697 #: src/gaim-remote.c:167 | |
1698 msgid "" | |
1699 "\n" | |
1700 "Using AIM: URIs:\n" | |
1701 "Sending an IM to a screenname:\n" | |
1702 "\tgaim-remote uri 'aim:goim?screenname=Penguin&message=hello+world'\n" | |
1703 "In this case, 'Penguin' is the screenname we wish to IM, and 'hello world'\n" | |
1704 "is the message to be sent. '+' must be used in place of spaces.\n" | |
1705 "Please note the quoting used above - if you run this from a shell the '&'\n" | |
1706 "needs to be escaped, or the command will stop at that point.\n" | |
1707 "Also,the following will just open a conversation window to a screenname,\n" | |
1708 "with no message:\n" | |
1709 "\tgaim-remote uri aim:goim?screenname=Penguin\n" | |
1710 "\n" | |
1711 "Joining a chat:\n" | |
1712 "\tgaim-remote uri aim:gochat?roomname=PenguinLounge\n" | |
1713 "...joins the 'PenguinLounge' chat room.\n" | |
1714 "\n" | |
1715 "Adding a buddy to your buddy list:\n" | |
1716 "\tgaim-remote uri aim:addbuddy?screenname=Penguin\n" | |
1717 "...prompts you to add 'Penguin' to your buddy list.\n" | |
1718 msgstr "" | |
1719 "\n" | |
1720 "Utilizare AIM: URI-uri:\n" | |
1721 "Trimitere mesaj instant către un contact:\n" | |
1722 "\tgaim-remote uri 'aim:goim?screenname=Cineva&message=Salut+omule'\n" | |
1723 "În acest caz „Cineva“ este numele contactului, iar „Salut omule“\n" | |
6949 | 1724 "este mesajul ce va fi trimis. Între cuvinte folosiţi „+“ în loc de spaţiu.\n" |
6662 | 1725 "Observaţi citarea folosită, dacă daţi această comandă din shell, caracterul " |
1726 "'&'\n" | |
1727 "trebuie să fie „escaped“, altfel comanda nu va avea efectul dorit.\n" | |
1728 "De asemenea, comanda următoare va deshide o fereastră de discuţie cu un " | |
1729 "contact,\n" | |
1730 "dar fără a trimite vreun mesaj:\n" | |
1731 "\tgaim-remote uri aim:goim?screenname=Cineva\n" | |
1732 "\n" | |
1733 "Intrare în camere de chat:\n" | |
1734 "\tgaim-remote uri aim:gochat?roomname=Undeva\n" | |
1735 "...intră în camera „Undeva“.\n" | |
1736 "\n" | |
1737 "Adăugare unui contact în lista de contacte:\n" | |
1738 "\tgaim-remote uri aim:addbuddy?screenname=Cineva\n" | |
1739 "...vă va cere acordul pentru adăugarea contactului „Cineva“ în listă.\n" | |
1740 | |
1741 #: src/gaim-remote.c:187 | |
1742 msgid "" | |
1743 "\n" | |
1744 "Close running copy of Gaim\n" | |
1745 msgstr "" | |
1746 "\n" | |
1747 "Închideţi copia activă Gaim\n" | |
1748 | |
1749 #. for people like myself, who are too lazy to add an away msg :) | |
1750 #: src/gaimrc.c:44 | |
1751 msgid "sorry, i ran out for a while. bbl" | |
1752 msgstr "Scuze, am ieşit puţin. Vin imediat" | |
1753 | |
6949 | 1754 #: src/gaimrc.c:369 src/gaimrc.c:1460 |
6662 | 1755 msgid "boring default" |
1756 msgstr "mesajul implicit" | |
1757 | |
7375 | 1758 #: src/gaimrc.c:1267 src/gtkblist.c:2070 |
6662 | 1759 msgid "Alphabetical" |
1760 msgstr "Alfabetic" | |
1761 | |
7375 | 1762 #: src/gaimrc.c:1269 src/gtkblist.c:2071 |
6662 | 1763 msgid "By status" |
1764 msgstr "După status" | |
1765 | |
7375 | 1766 #: src/gaimrc.c:1271 src/gtkblist.c:2072 |
6662 | 1767 msgid "By log size" |
6949 | 1768 msgstr "După mărimea înregistrărilor" |
1769 | |
1770 #: src/gaimrc.c:1558 | |
6662 | 1771 #, c-format |
1772 msgid "Could not open config file %s." | |
1773 msgstr "Nu am putut deschide fişierul de configurare %s." | |
1774 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1775 #: src/gtkaccount.c:287 |
6662 | 1776 #, c-format |
1777 msgid "" | |
1778 "<b>File:</b> %s\n" | |
1779 "<b>File size:</b> %s\n" | |
1780 "<b>Image size:</b> %dx%d" | |
1781 msgstr "" | |
1782 "<b>Fişier:</b> %s\n" | |
1783 "<b>Mărime fişier:</b> %s\n" | |
1784 "<b>Mărime imagine:</b> %dx%d" | |
1785 | |
7375 | 1786 #: src/gtkaccount.c:318 src/protocols/oscar/oscar.c:3070 |
6662 | 1787 msgid "Buddy Icon" |
1788 msgstr "Iconiţă" | |
1789 | |
1790 #. Build the login options frame. | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1791 #: src/gtkaccount.c:369 |
6662 | 1792 msgid "Login Options" |
1793 msgstr "Opţiuni autentificare" | |
1794 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1795 #: src/gtkaccount.c:386 |
6662 | 1796 msgid "Protocol:" |
1797 msgstr "Protocol:" | |
1798 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1799 #: src/gtkaccount.c:391 |
6662 | 1800 msgid "Screenname:" |
1801 msgstr "Nume ales:" | |
1802 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1803 #: src/gtkaccount.c:464 src/main.c:307 src/protocols/irc/irc.c:161 |
7375 | 1804 #: src/protocols/jabber/chat.c:56 |
6662 | 1805 msgid "Password:" |
1806 msgstr "Parolă:" | |
1807 | |
7375 | 1808 #: src/gtkaccount.c:469 src/gtkblist.c:3040 src/gtkblist.c:3359 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1809 msgid "Alias:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1810 msgstr "Alias:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1811 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1812 #: src/gtkaccount.c:473 |
6662 | 1813 msgid "Remember password" |
1814 msgstr "Reţine parola" | |
1815 | |
1816 #. Build the user options frame. | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1817 #: src/gtkaccount.c:527 |
6662 | 1818 msgid "User Options" |
1819 msgstr "Opţiuni personale" | |
1820 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1821 #: src/gtkaccount.c:540 |
6662 | 1822 msgid "New mail notifications" |
1823 msgstr "Notificare la mail nou" | |
1824 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1825 #: src/gtkaccount.c:549 |
6662 | 1826 msgid "Buddy icon file:" |
1827 msgstr "Iconiţă contact:" | |
1828 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1829 #: src/gtkaccount.c:558 |
6662 | 1830 msgid "_Browse" |
1831 msgstr "_Alegere" | |
1832 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1833 #: src/gtkaccount.c:564 |
6662 | 1834 msgid "_Reset" |
1835 msgstr "_Resetare" | |
1836 | |
1837 #. Build the protocol options frame. | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1838 #: src/gtkaccount.c:626 |
6662 | 1839 #, c-format |
1840 msgid "%s Options" | |
1841 msgstr "Opţiuni %s" | |
1842 | |
1843 #. Use Global Proxy Settings | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1844 #: src/gtkaccount.c:747 |
6662 | 1845 msgid "Use Global Proxy Settings" |
1846 msgstr "Utilizează setările generale Proxy" | |
1847 | |
1848 #. No Proxy | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1849 #: src/gtkaccount.c:754 |
6662 | 1850 msgid "No Proxy" |
1851 msgstr "Fără Proxy" | |
1852 | |
1853 #. HTTP | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1854 #: src/gtkaccount.c:761 |
6662 | 1855 msgid "HTTP" |
1856 msgstr "HTTP" | |
1857 | |
1858 #. SOCKS 4 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1859 #: src/gtkaccount.c:768 |
6662 | 1860 msgid "SOCKS 4" |
1861 msgstr "SOCKS 4" | |
1862 | |
1863 #. SOCKS 5 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1864 #: src/gtkaccount.c:775 |
6662 | 1865 msgid "SOCKS 5" |
1866 msgstr "SOCKS 5" | |
1867 | |
1868 #. Use Environmental Settings | |
7375 | 1869 #: src/gtkaccount.c:782 src/gtkprefs.c:1101 |
6662 | 1870 msgid "Use Environmental Settings" |
1871 msgstr "Utilizează setările sistemului" | |
1872 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1873 #: src/gtkaccount.c:815 |
6662 | 1874 msgid "you can see the butterflies mating" |
1875 msgstr "puteţi vedea fluturii cum se împerechează..." | |
1876 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1877 #: src/gtkaccount.c:819 |
6662 | 1878 msgid "If you look real closely" |
1879 msgstr "Dacă vă uitaţi cu atenţie" | |
1880 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1881 #: src/gtkaccount.c:835 |
6662 | 1882 msgid "Proxy Options" |
1883 msgstr "Opţiuni proxy" | |
1884 | |
7375 | 1885 #: src/gtkaccount.c:851 src/gtkprefs.c:1095 |
6662 | 1886 msgid "Proxy _type:" |
1887 msgstr "_Tip Proxy" | |
1888 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1889 #: src/gtkaccount.c:860 |
6662 | 1890 msgid "_Host:" |
1891 msgstr "_Gazdă:" | |
1892 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1893 #: src/gtkaccount.c:864 |
6662 | 1894 msgid "_Port:" |
1895 msgstr "_Port:" | |
1896 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1897 #: src/gtkaccount.c:872 |
6662 | 1898 msgid "_Username:" |
1899 msgstr "Nume _utilizator:" | |
1900 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1901 #: src/gtkaccount.c:877 |
6662 | 1902 msgid "Pa_ssword:" |
1903 msgstr "_Parolă:" | |
1904 | |
7375 | 1905 #: src/gtkaccount.c:1220 |
6662 | 1906 msgid "Add Account" |
1907 msgstr "Adăugare cont" | |
1908 | |
7375 | 1909 #: src/gtkaccount.c:1222 |
6662 | 1910 msgid "Modify Account" |
1911 msgstr "Modificare cont" | |
1912 | |
1913 #. Add the disclosure | |
7375 | 1914 #: src/gtkaccount.c:1246 |
6662 | 1915 msgid "Show more options" |
6949 | 1916 msgstr "Mai multe opţiuni" |
1917 | |
7375 | 1918 #: src/gtkaccount.c:1247 |
6662 | 1919 msgid "Show fewer options" |
6949 | 1920 msgstr "Mai puţine opţiuni" |
6662 | 1921 |
1922 #. Register button | |
7375 | 1923 #: src/gtkaccount.c:1274 src/protocols/jabber/jabber.c:630 |
6662 | 1924 msgid "Register" |
6949 | 1925 msgstr "Înregistrează contul" |
1926 | |
7375 | 1927 #: src/gtkaccount.c:1619 |
6662 | 1928 #, c-format |
1929 msgid "Are you sure you want to delete %s?" | |
1930 msgstr "Sunteţi sigur că doriţi să ştergeţi %s?" | |
1931 | |
7375 | 1932 #: src/gtkaccount.c:1623 src/gtkrequest.c:206 |
6662 | 1933 msgid "Delete" |
1934 msgstr "Şterge" | |
1935 | |
7375 | 1936 #: src/gtkaccount.c:1736 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1937 msgid "Screen Name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1938 msgstr "Nume ales" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1939 |
7375 | 1940 #: src/gtkaccount.c:1759 src/protocols/jabber/jabber.c:890 |
1941 #: src/protocols/oscar/oscar.c:2845 src/protocols/oscar/oscar.c:4537 | |
1942 #: src/protocols/oscar/oscar.c:6085 src/protocols/yahoo/yahoo.c:2032 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1943 #: src/protocols/zephyr/zephyr.c:886 src/protocols/zephyr/zephyr.c:896 |
6662 | 1944 msgid "Online" |
1945 msgstr "Conectat" | |
1946 | |
7375 | 1947 #: src/gtkaccount.c:1777 |
6662 | 1948 msgid "Protocol" |
1949 msgstr "Protocol" | |
1950 | |
7375 | 1951 #: src/gtkaccount.c:2067 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1952 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1953 msgid "%s%s%s%s has made %s his or her buddy%s%s%s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1954 msgstr "%s%s%s%s l-a făcut pe %s contactul său%s%s%s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1955 |
7375 | 1956 #: src/gtkaccount.c:2081 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1957 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1958 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1959 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1960 "Do you wish to add him or her to your buddy list?" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1961 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1962 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1963 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1964 "Doriţi să-l adăugaţi listei de contacte?" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1965 |
7375 | 1966 #: src/gtkaccount.c:2085 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1967 msgid "Gaim - Information" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1968 msgstr "Gaim - Informaţii" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1969 |
7375 | 1970 #: src/gtkaccount.c:2089 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1971 msgid "Add buddy to your list?" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1972 msgstr "Adaug utilizatorul în lista de contacte?" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1973 |
7375 | 1974 #: src/gtkaccount.c:2091 src/gtkblist.c:3407 src/gtkconv.c:1234 |
1975 #: src/gtkconv.c:3123 src/gtkconv.c:4304 src/gtkrequest.c:207 | |
1976 #: src/protocols/icq/gaim_icq.c:277 src/protocols/oscar/oscar.c:2687 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1977 msgid "Add" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1978 msgstr "Adaugă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
1979 |
7375 | 1980 #: src/gtkblist.c:783 |
6662 | 1981 msgid "_Get Info" |
6949 | 1982 msgstr "_Caută detalii" |
1983 | |
7375 | 1984 #: src/gtkblist.c:786 |
6949 | 1985 msgid "_IM" |
1986 msgstr "_Mesaj" | |
6662 | 1987 |
7375 | 1988 #: src/gtkblist.c:788 |
6949 | 1989 msgid "Add Buddy _Pounce" |
1990 msgstr "Adaugă î_ntâmpinare" | |
6662 | 1991 |
7375 | 1992 #: src/gtkblist.c:790 |
6662 | 1993 msgid "View _Log" |
6949 | 1994 msgstr "Arată în_registrările" |
1995 | |
7375 | 1996 #: src/gtkblist.c:812 src/gtkblist.c:905 src/gtkblist.c:914 |
6949 | 1997 msgid "_Remove" |
1998 msgstr "Şter_ge" | |
1999 | |
7375 | 2000 #: src/gtkblist.c:884 |
6949 | 2001 msgid "Add a _Buddy" |
2002 msgstr "_Adăugare contact" | |
2003 | |
7375 | 2004 #: src/gtkblist.c:886 |
6949 | 2005 msgid "Add a C_hat" |
2006 msgstr "Adaugare c_hat" | |
2007 | |
7375 | 2008 #: src/gtkblist.c:888 |
6949 | 2009 msgid "_Delete Group" |
2010 msgstr "Şter_gere grup" | |
2011 | |
7375 | 2012 #: src/gtkblist.c:890 |
6949 | 2013 msgid "_Rename" |
2014 msgstr "_Redenumire" | |
2015 | |
7375 | 2016 #: src/gtkblist.c:898 |
6949 | 2017 msgid "_Join" |
2018 msgstr "_Intră" | |
2019 | |
7375 | 2020 #: src/gtkblist.c:900 |
6949 | 2021 msgid "Auto-Join" |
2022 msgstr "Intră automat" | |
2023 | |
7375 | 2024 #: src/gtkblist.c:911 src/gtkblist.c:941 |
6949 | 2025 msgid "_Collapse" |
2026 msgstr "_Strânge" | |
2027 | |
7375 | 2028 #: src/gtkblist.c:946 |
6949 | 2029 msgid "_Expand" |
2030 msgstr "Des_fă" | |
6662 | 2031 |
2032 #. Buddies menu | |
7375 | 2033 #: src/gtkblist.c:1422 |
6662 | 2034 msgid "/_Buddies" |
2035 msgstr "/_Contacte" | |
2036 | |
7375 | 2037 #: src/gtkblist.c:1423 |
6662 | 2038 msgid "/Buddies/New _Instant Message..." |
2039 msgstr "/Contacte/Trimite un _nou mesaj..." | |
2040 | |
7375 | 2041 #: src/gtkblist.c:1424 |
6662 | 2042 msgid "/Buddies/Join a _Chat..." |
2043 msgstr "/Contacte/Intră într-un _chat..." | |
2044 | |
7375 | 2045 #: src/gtkblist.c:1425 |
6662 | 2046 msgid "/Buddies/Get _User Info..." |
2047 msgstr "/Contacte/Caută detal_ii..." | |
2048 | |
7375 | 2049 #: src/gtkblist.c:1427 |
6662 | 2050 msgid "/Buddies/Show _Offline Buddies" |
7375 | 2051 msgstr "/Contacte/Arată contactele n_eautentificate" |
2052 | |
2053 #: src/gtkblist.c:1428 | |
6662 | 2054 msgid "/Buddies/Show _Empty Groups" |
2055 msgstr "/Contacte/Arată grupurile _fără contacte" | |
2056 | |
7375 | 2057 #: src/gtkblist.c:1429 |
6662 | 2058 msgid "/Buddies/_Add a Buddy..." |
2059 msgstr "/Contacte/_Adaugă un contact..." | |
2060 | |
7375 | 2061 #: src/gtkblist.c:1430 |
6662 | 2062 msgid "/Buddies/Add a C_hat..." |
2063 msgstr "/Contacte/Adaugă un c_hat..." | |
2064 | |
7375 | 2065 #: src/gtkblist.c:1431 |
6662 | 2066 msgid "/Buddies/Add a _Group..." |
2067 msgstr "/Contacte/Adaugă un _grup..." | |
2068 | |
7375 | 2069 #: src/gtkblist.c:1433 |
6662 | 2070 msgid "/Buddies/_Signoff" |
2071 msgstr "/Contacte/_Deautentificare" | |
2072 | |
7375 | 2073 #: src/gtkblist.c:1434 |
6662 | 2074 msgid "/Buddies/_Quit" |
2075 msgstr "/Contacte/_Ieşire" | |
2076 | |
2077 #. Tools | |
7375 | 2078 #: src/gtkblist.c:1437 |
6662 | 2079 msgid "/_Tools" |
2080 msgstr "/_Unelte" | |
2081 | |
7375 | 2082 #: src/gtkblist.c:1438 |
6662 | 2083 msgid "/Tools/_Away" |
2084 msgstr "/Unelte/_Absenţă" | |
2085 | |
7375 | 2086 #: src/gtkblist.c:1439 |
6662 | 2087 msgid "/Tools/Buddy _Pounce" |
2088 msgstr "/Unelte/Î_ntâmpinare" | |
2089 | |
7375 | 2090 #: src/gtkblist.c:1440 |
6662 | 2091 msgid "/Tools/P_rotocol Actions" |
2092 msgstr "/Unelte/Acţiuni _specifice" | |
2093 | |
7375 | 2094 #: src/gtkblist.c:1442 |
6662 | 2095 msgid "/Tools/A_ccounts" |
2096 msgstr "/Unelte/_Conturi..." | |
2097 | |
7375 | 2098 #: src/gtkblist.c:1443 |
6662 | 2099 msgid "/Tools/_File Transfers..." |
7375 | 2100 msgstr "/Unelte/_Transfer fişiere..." |
2101 | |
2102 #: src/gtkblist.c:1444 | |
6662 | 2103 msgid "/Tools/Preferences" |
2104 msgstr "/Unelte/Preferinţe" | |
2105 | |
7375 | 2106 #: src/gtkblist.c:1445 |
6662 | 2107 msgid "/Tools/Pr_ivacy" |
6949 | 2108 msgstr "/Unelte/Securi_tate" |
2109 | |
7375 | 2110 #: src/gtkblist.c:1447 |
6662 | 2111 msgid "/Tools/View System _Log" |
6949 | 2112 msgstr "/Unelte/Arată în_registrările Gaim..." |
6662 | 2113 |
2114 #. Help | |
7375 | 2115 #: src/gtkblist.c:1450 |
6662 | 2116 msgid "/_Help" |
2117 msgstr "/_Ajutor" | |
2118 | |
7375 | 2119 #: src/gtkblist.c:1451 |
6662 | 2120 msgid "/Help/Online _Help" |
2121 msgstr "/Ajutor/Ajutor pe _net" | |
2122 | |
7375 | 2123 #: src/gtkblist.c:1452 |
6662 | 2124 msgid "/Help/_Debug Window" |
2125 msgstr "/Ajutor/_Fereastră de depanare" | |
2126 | |
7375 | 2127 #: src/gtkblist.c:1453 |
6662 | 2128 msgid "/Help/_About" |
2129 msgstr "/Ajutor/_Despre" | |
2130 | |
7375 | 2131 #: src/gtkblist.c:1469 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2132 msgid "Rename Group" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2133 msgstr "Redenumire grup" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2134 |
7375 | 2135 #: src/gtkblist.c:1469 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2136 msgid "New group name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2137 msgstr "Nou nume pentru grup" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2138 |
7375 | 2139 #: src/gtkblist.c:1470 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2140 msgid "Please enter a new name for the selected group." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2141 msgstr "Introduceţi un nou nume pentru grupul selectat." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2142 |
7375 | 2143 #: src/gtkblist.c:1499 |
6662 | 2144 #, c-format |
2145 msgid "" | |
2146 "\n" | |
2147 "<b>Account:</b> %s" | |
2148 msgstr "" | |
2149 "\n" | |
2150 "<b>Cont:</b> %s" | |
2151 | |
7375 | 2152 #: src/gtkblist.c:1562 src/protocols/oscar/oscar.c:5465 |
6662 | 2153 msgid "<b>Status:</b> Offline" |
2154 msgstr "<b>Status:</b> Deautentificat" | |
2155 | |
7375 | 2156 #: src/gtkblist.c:1574 |
6662 | 2157 #, c-format |
2158 msgid "%d%%" | |
2159 msgstr "%d%%" | |
2160 | |
7375 | 2161 #: src/gtkblist.c:1589 |
6662 | 2162 msgid "" |
2163 "\n" | |
2164 "<b>Account:</b>" | |
2165 msgstr "" | |
2166 "\n" | |
2167 "<b>Cont:</b>" | |
2168 | |
7375 | 2169 #: src/gtkblist.c:1590 |
2170 msgid "" | |
2171 "\n" | |
2172 "<b>Contact Alias:</b>" | |
2173 msgstr "" | |
2174 "\n" | |
2175 "<b>Alias contact:</b>" | |
2176 | |
2177 #: src/gtkblist.c:1591 | |
6662 | 2178 msgid "" |
2179 "\n" | |
2180 "<b>Alias:</b>" | |
2181 msgstr "" | |
2182 "\n" | |
2183 "<b>Alias:</b>" | |
2184 | |
7375 | 2185 #: src/gtkblist.c:1592 |
6662 | 2186 msgid "" |
2187 "\n" | |
2188 "<b>Nickname:</b>" | |
2189 msgstr "" | |
2190 "\n" | |
2191 "<b>Pseudonim:</b>" | |
2192 | |
7375 | 2193 #: src/gtkblist.c:1593 |
6662 | 2194 msgid "" |
2195 "\n" | |
2196 "<b>Idle:</b>" | |
2197 msgstr "" | |
2198 "\n" | |
2199 "<b>Inactiv:</b>" | |
2200 | |
7375 | 2201 #: src/gtkblist.c:1594 |
6662 | 2202 msgid "" |
2203 "\n" | |
2204 "<b>Warned:</b>" | |
2205 msgstr "" | |
2206 "\n" | |
2207 "<b>Avertizat:</b>" | |
2208 | |
7375 | 2209 #: src/gtkblist.c:1596 |
6662 | 2210 msgid "" |
2211 "\n" | |
2212 "<b>Description:</b> Spooky" | |
2213 msgstr "" | |
2214 "\n" | |
2215 "<b>Descriere:</b> Fantomatic" | |
2216 | |
7375 | 2217 #: src/gtkblist.c:1597 |
6662 | 2218 msgid "" |
2219 "\n" | |
2220 "<b>Status</b>: Awesome" | |
2221 msgstr "" | |
2222 "\n" | |
2223 "<b>Status:</b> Excelent" | |
2224 | |
7375 | 2225 #: src/gtkblist.c:1598 |
6662 | 2226 msgid "" |
2227 "\n" | |
2228 "<b>Status</b>: Rockin'" | |
2229 msgstr "" | |
2230 "\n" | |
2231 "<b>Status:</b> Beton!" | |
2232 | |
7375 | 2233 #: src/gtkblist.c:1866 |
6662 | 2234 #, c-format |
2235 msgid "Idle (%dh%02dm) " | |
2236 msgstr "Inactiv (%do%02dm) " | |
2237 | |
7375 | 2238 #: src/gtkblist.c:1868 |
6662 | 2239 #, c-format |
2240 msgid "Idle (%dm) " | |
2241 msgstr "Inactiv (%dm)" | |
2242 | |
7375 | 2243 #: src/gtkblist.c:1873 |
6662 | 2244 #, c-format |
2245 msgid "Warned (%d%%) " | |
2246 msgstr "Avertizat (%d%%)" | |
2247 | |
7375 | 2248 #: src/gtkblist.c:1876 |
6662 | 2249 msgid "Offline " |
2250 msgstr "Deautentificat " | |
2251 | |
7375 | 2252 #: src/gtkblist.c:2068 src/gtkprefs.c:841 src/gtkprefs.c:1490 |
6662 | 2253 msgid "None" |
2254 msgstr "Fără" | |
2255 | |
7375 | 2256 #: src/gtkblist.c:2133 |
6662 | 2257 msgid "/Tools/Away" |
2258 msgstr "/Unelte/Absenţă" | |
2259 | |
7375 | 2260 #: src/gtkblist.c:2136 |
6662 | 2261 msgid "/Tools/Buddy Pounce" |
2262 msgstr "/Unelte/Întâmpinare" | |
2263 | |
7375 | 2264 #: src/gtkblist.c:2139 |
6662 | 2265 msgid "/Tools/Protocol Actions" |
2266 msgstr "/Unelte/Acţiuni specifice" | |
2267 | |
2268 #. set the Show Offline Buddies option. must be done | |
2269 #. * after the treeview or faceprint gets mad. -Robot101 | |
2270 #. | |
7375 | 2271 #: src/gtkblist.c:2223 |
6662 | 2272 msgid "/Buddies/Show Offline Buddies" |
2273 msgstr "/Contacte/Arată contactele deautentificate" | |
2274 | |
7375 | 2275 #: src/gtkblist.c:2225 |
6662 | 2276 msgid "/Buddies/Show Empty Groups" |
2277 msgstr "/Contacte/Arată grupurile fără contacte" | |
2278 | |
7375 | 2279 #: src/gtkblist.c:2243 src/gtkconv.c:1193 |
6662 | 2280 msgid "IM" |
2281 msgstr "Mesaj" | |
2282 | |
7375 | 2283 #: src/gtkblist.c:2249 |
6662 | 2284 msgid "Send a message to the selected buddy" |
2285 msgstr "Trimite un mesaj către contactul selectat" | |
2286 | |
7375 | 2287 #: src/gtkblist.c:2252 src/protocols/napster/napster.c:529 |
6662 | 2288 msgid "Get Info" |
2289 msgstr "Detalii" | |
2290 | |
7375 | 2291 #: src/gtkblist.c:2258 |
6662 | 2292 msgid "Get information on the selected buddy" |
2293 msgstr "Caută detalii despre contactul selectat" | |
2294 | |
7375 | 2295 #: src/gtkblist.c:2261 src/protocols/oscar/oscar.c:3079 |
6662 | 2296 msgid "Chat" |
2297 msgstr "Chat" | |
2298 | |
7375 | 2299 #: src/gtkblist.c:2266 |
6662 | 2300 msgid "Join a chat room" |
2301 msgstr "Intră într-o cameră de chat" | |
2302 | |
7375 | 2303 #: src/gtkblist.c:2274 |
6662 | 2304 msgid "Set an away message" |
2305 msgstr "Setează un mesaj în absenţă" | |
2306 | |
7375 | 2307 #: src/gtkblist.c:2982 src/protocols/yahoo/yahoo.c:2166 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2308 msgid "Add Buddy" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2309 msgstr "Adaugă contact" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2310 |
7375 | 2311 #: src/gtkblist.c:3005 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2312 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2313 "Please enter the screen name of the person you would like to add to your " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2314 "buddy list. You may optionally enter an alias, or nickname, for the buddy. " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2315 "The alias will be displayed in place of the screen name whenever possible.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2316 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2317 "Introduceţi numele ales al persoanei pe care doriţi să o adăugaţi în lista " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2318 "de contacte. Puteţi opţional introduce un alias ori un pseudonim. Aliasul va " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2319 "fi afişat în locul numelui ales de câte ori este posibil.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2320 |
7375 | 2321 #: src/gtkblist.c:3027 src/main.c:289 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2322 msgid "Screen Name:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2323 msgstr "Nume ales: " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2324 |
7375 | 2325 #: src/gtkblist.c:3053 src/gtkblist.c:3370 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2326 msgid "Group:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2327 msgstr "Grup:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2328 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2329 #. Set up stuff for the account box |
7375 | 2330 #: src/gtkblist.c:3062 src/gtkblist.c:3340 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2331 msgid "Account:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2332 msgstr "Cont:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2333 |
7375 | 2334 #: src/gtkblist.c:3307 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2335 msgid "Add Chat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2336 msgstr "Adaugă un chat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2337 |
7375 | 2338 #: src/gtkblist.c:3330 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2339 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2340 "Please enter an alias, and the appropriate information about the chat you " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2341 "would like to add to your buddy list.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2342 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2343 "Introduceţi un alias şi informaţiile necesare pentru chat-ul pe care doriţi " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2344 "să-l adăugaţi în lista de contacte.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2345 |
7375 | 2346 #: src/gtkblist.c:3404 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2347 msgid "Add Group" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2348 msgstr "Adaugă grupul" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2349 |
7375 | 2350 #: src/gtkblist.c:3404 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2351 msgid "Add a new group" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2352 msgstr "Adaugă un nou grup" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2353 |
7375 | 2354 #: src/gtkblist.c:3405 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2355 msgid "Please enter the name of the group to be added." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2356 msgstr "Introduceţi numele grupului de adăugat." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2357 |
7375 | 2358 #: src/gtkblist.c:3920 |
6662 | 2359 msgid "No actions available" |
2360 msgstr "Nici o acţiune nu e disponibilă" | |
2361 | |
2362 #: src/gtkconn.c:57 src/gtkconn.c:241 src/gtkconn.c:252 | |
2363 msgid "Done." | |
2364 msgstr "Gata." | |
2365 | |
2366 #: src/gtkconn.c:136 | |
2367 msgid "Signon: " | |
2368 msgstr "Autentificare: " | |
2369 | |
2370 #: src/gtkconn.c:194 | |
2371 msgid "Signon" | |
2372 msgstr "Autentificare" | |
2373 | |
2374 #: src/gtkconn.c:207 | |
2375 msgid "Cancel All" | |
2376 msgstr "Renunţă la toate" | |
2377 | |
2378 #: src/gtkconn.c:274 | |
2379 #, c-format | |
2380 msgid "%s has been disconnected" | |
2381 msgstr "%s a fost deconectat" | |
2382 | |
2383 #: src/gtkconn.c:277 | |
2384 msgid "Reason Unknown." | |
2385 msgstr "Motiv necunoscut." | |
2386 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2387 #: src/gtkconv.c:185 |
6662 | 2388 msgid "That file already exists" |
2389 msgstr "Acest fişier există deja." | |
2390 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2391 #: src/gtkconv.c:186 src/gtkft.c:1034 |
6662 | 2392 msgid "Would you like to overwrite it?" |
2393 msgstr "Doriţi să îl suprascrieţi?" | |
2394 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2395 #: src/gtkconv.c:241 |
7375 | 2396 #, c-format |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2397 msgid "Failed to store image: %s\n" |
7375 | 2398 msgstr "Nu am reuşit stocarea imaginii: %s\n" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2399 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2400 #: src/gtkconv.c:303 |
6662 | 2401 msgid "Gaim - Insert Image" |
2402 msgstr "Gaim - Inserare imagine" | |
2403 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2404 #: src/gtkconv.c:607 |
6662 | 2405 msgid "Gaim - Invite Buddy Into Chat Room" |
2406 msgstr "Gaim - Invită contactul în camera de chat" | |
2407 | |
2408 #. Put our happy label in it. | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2409 #: src/gtkconv.c:635 |
5348 | 2410 msgid "" |
6662 | 2411 "Please enter the name of the user you wish to invite, along with an optional " |
2412 "invite message." | |
2413 msgstr "" | |
2414 "Introduceţi numele utilizatorului pe care doriţi să-l invitaţi. Puteţi " | |
2415 "adăuga un mesaj de invitare opţional." | |
2416 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2417 #: src/gtkconv.c:656 |
6662 | 2418 msgid "_Buddy:" |
2419 msgstr "_Contact:" | |
2420 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2421 #: src/gtkconv.c:676 |
6662 | 2422 msgid "_Message:" |
2423 msgstr "_Mesaj:" | |
2424 | |
7375 | 2425 #: src/gtkconv.c:772 |
2426 msgid "" | |
2427 "<span weight='bold' size='larger'>Enter a search phrase\n" | |
2428 "</span>" | |
2429 msgstr "" | |
2430 "<span weight='bold' size='larger'>Introduceţi termenii de căutare\n" | |
2431 "</span>" | |
2432 | |
2433 #: src/gtkconv.c:779 | |
2434 msgid "Search term: " | |
2435 msgstr "Termen de căutare" | |
2436 | |
2437 #: src/gtkconv.c:1201 | |
6662 | 2438 msgid "Un-Ignore" |
2439 msgstr "Nu ignora" | |
2440 | |
7375 | 2441 #: src/gtkconv.c:1203 src/gtkprefs.c:774 |
6662 | 2442 msgid "Ignore" |
2443 msgstr "Ignoră" | |
2444 | |
2445 #. Info button | |
7375 | 2446 #: src/gtkconv.c:1212 src/gtkconv.c:3146 |
6662 | 2447 msgid "Info" |
2448 msgstr "Detalii" | |
2449 | |
7375 | 2450 #: src/gtkconv.c:1221 |
6662 | 2451 msgid "Get Away Msg" |
2452 msgstr "Mesajul în absenţă" | |
2453 | |
7375 | 2454 #: src/gtkconv.c:1232 src/gtkconv.c:3129 src/gtkconv.c:4289 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2455 #: src/gtkrequest.c:208 |
6662 | 2456 msgid "Remove" |
2457 msgstr "Ştergere" | |
2458 | |
7375 | 2459 #: src/gtkconv.c:2349 |
6662 | 2460 msgid "User is typing..." |
2461 msgstr "Utilizatorul scrie..." | |
2462 | |
7375 | 2463 #: src/gtkconv.c:2357 |
6662 | 2464 msgid "User has typed something and paused" |
2465 msgstr "Utilizatorul a scris ceva şi s-a oprit" | |
2466 | |
2467 #. Build the Send As menu | |
7375 | 2468 #: src/gtkconv.c:2460 |
6662 | 2469 msgid "_Send As" |
2470 msgstr "_Cont" | |
2471 | |
7375 | 2472 #: src/gtkconv.c:2920 |
6662 | 2473 msgid "Gaim - Save Conversation" |
2474 msgstr "Gaim - Salvează discuţia" | |
2475 | |
2476 #. Conversation menu | |
7375 | 2477 #: src/gtkconv.c:2937 |
6662 | 2478 msgid "/_Conversation" |
2479 msgstr "/_Discuţie" | |
2480 | |
7375 | 2481 #: src/gtkconv.c:2939 |
6662 | 2482 msgid "/Conversation/_Save As..." |
2483 msgstr "/Discuţie/_Salvează ca..." | |
2484 | |
7375 | 2485 #: src/gtkconv.c:2941 |
2486 msgid "/Conversation/View _Log" | |
2487 msgstr "/Discuţie/Arată în_registrările" | |
2488 | |
2489 #: src/gtkconv.c:2942 | |
2490 msgid "/Conversation/Search..." | |
2491 msgstr "/Discuţie/Caută..." | |
2492 | |
2493 #: src/gtkconv.c:2946 | |
6662 | 2494 msgid "/Conversation/Add Buddy _Pounce..." |
2495 msgstr "/Discuţie/A_daugă întâmpinare..." | |
2496 | |
7375 | 2497 #: src/gtkconv.c:2948 |
6662 | 2498 msgid "/Conversation/A_lias..." |
2499 msgstr "/Discuţie/_Alias..." | |
2500 | |
7375 | 2501 #: src/gtkconv.c:2950 |
6662 | 2502 msgid "/Conversation/_Get Info..." |
2503 msgstr "/Discuţie/_Caută detalii..." | |
2504 | |
7375 | 2505 #: src/gtkconv.c:2952 |
6662 | 2506 msgid "/Conversation/In_vite..." |
2507 msgstr "/Discuţie/In_vită..." | |
2508 | |
7375 | 2509 #: src/gtkconv.c:2957 |
6662 | 2510 msgid "/Conversation/Insert _URL..." |
2511 msgstr "/Discuţie/Inserează un _URL..." | |
2512 | |
7375 | 2513 #: src/gtkconv.c:2959 |
6662 | 2514 msgid "/Conversation/Insert _Image..." |
2515 msgstr "/Discuţie/Inserează o _imagine..." | |
2516 | |
7375 | 2517 #: src/gtkconv.c:2964 |
6662 | 2518 msgid "/Conversation/_Warn..." |
2519 msgstr "/Discuţie/A_vertizează..." | |
2520 | |
7375 | 2521 #: src/gtkconv.c:2966 |
6662 | 2522 msgid "/Conversation/_Block..." |
2523 msgstr "/Discuţie/_Blochează..." | |
2524 | |
7375 | 2525 #: src/gtkconv.c:2968 |
6662 | 2526 msgid "/Conversation/_Add..." |
2527 msgstr "/Discuţie/A_daugă..." | |
2528 | |
7375 | 2529 #: src/gtkconv.c:2970 |
6662 | 2530 msgid "/Conversation/_Remove..." |
2531 msgstr "/Discuţie/Şter_ge..." | |
2532 | |
7375 | 2533 #: src/gtkconv.c:2975 |
6662 | 2534 msgid "/Conversation/_Close" |
2535 msgstr "/Discuţie/Î_nchide" | |
2536 | |
2537 #. Options | |
7375 | 2538 #: src/gtkconv.c:2979 |
6662 | 2539 msgid "/_Options" |
2540 msgstr "/_Opţiuni" | |
2541 | |
7375 | 2542 #: src/gtkconv.c:2980 |
6662 | 2543 msgid "/Options/Enable _Logging" |
6949 | 2544 msgstr "/Opţiuni/Activează în_registrarea" |
2545 | |
7375 | 2546 #: src/gtkconv.c:2981 |
6662 | 2547 msgid "/Options/Enable _Sounds" |
2548 msgstr "/Opţiuni/Activează _sunetul" | |
2549 | |
7375 | 2550 #: src/gtkconv.c:2982 |
2551 msgid "/Options/Show Formatting _Toolbar" | |
2552 msgstr "/Opţiuni/Arată bara cu _unelte" | |
2553 | |
2554 #: src/gtkconv.c:3022 | |
2555 msgid "/Conversation/View Log" | |
2556 msgstr "/Discuţie/Arată înregistrările" | |
2557 | |
2558 #: src/gtkconv.c:3027 | |
6949 | 2559 msgid "/Conversation/Add Buddy Pounce..." |
2560 msgstr "/Discuţie/Adaugă o întâmpinare..." | |
6662 | 2561 |
7375 | 2562 #: src/gtkconv.c:3031 |
6949 | 2563 msgid "/Conversation/Alias..." |
2564 msgstr "/Discuţie/Alias..." | |
2565 | |
7375 | 2566 #: src/gtkconv.c:3035 |
6662 | 2567 msgid "/Conversation/Get Info..." |
2568 msgstr "/Discuţie/Caută detalii..." | |
2569 | |
7375 | 2570 #: src/gtkconv.c:3039 |
6662 | 2571 msgid "/Conversation/Invite..." |
2572 msgstr "/Discuţie/Invită..." | |
2573 | |
7375 | 2574 #: src/gtkconv.c:3045 |
6662 | 2575 msgid "/Conversation/Insert URL..." |
2576 msgstr "/Discuţie/Inserează un URL..." | |
2577 | |
7375 | 2578 #: src/gtkconv.c:3049 |
6662 | 2579 msgid "/Conversation/Insert Image..." |
2580 msgstr "/Discuţie/Inserează o imagine..." | |
2581 | |
7375 | 2582 #: src/gtkconv.c:3055 |
6662 | 2583 msgid "/Conversation/Warn..." |
2584 msgstr "/Discuţie/Avertizează.." | |
2585 | |
7375 | 2586 #: src/gtkconv.c:3059 |
6662 | 2587 msgid "/Conversation/Block..." |
2588 msgstr "/Discuţie/Blochează..." | |
2589 | |
7375 | 2590 #: src/gtkconv.c:3063 |
6662 | 2591 msgid "/Conversation/Add..." |
2592 msgstr "/Discuţie/Adaugă..." | |
2593 | |
7375 | 2594 #: src/gtkconv.c:3067 |
6662 | 2595 msgid "/Conversation/Remove..." |
2596 msgstr "/Discuţie/Şterge..." | |
2597 | |
7375 | 2598 #: src/gtkconv.c:3073 |
6662 | 2599 msgid "/Options/Enable Logging" |
6949 | 2600 msgstr "/Opţiuni/Activează înregistrarea" |
2601 | |
7375 | 2602 #: src/gtkconv.c:3076 |
6662 | 2603 msgid "/Options/Enable Sounds" |
2604 msgstr "/Opţiuni/Activează sunetul" | |
2605 | |
7375 | 2606 #: src/gtkconv.c:3079 |
2607 msgid "/Options/Show Formatting Toolbar" | |
2608 msgstr "/Opţiuni/Arată bara cu unelte" | |
2609 | |
6662 | 2610 #. From right to left... |
2611 #. Send button | |
7375 | 2612 #: src/gtkconv.c:3103 src/gtkconv.c:3105 src/gtkconv.c:3203 src/gtkconv.c:3205 |
2613 #: src/gtkconv.c:6111 | |
6662 | 2614 msgid "Send" |
2615 msgstr "Trimitere" | |
2616 | |
7375 | 2617 #: src/gtkconv.c:3126 src/gtkconv.c:4307 |
6662 | 2618 msgid "Add the user to your buddy list" |
2619 msgstr "Adaugă utilizatorul în lista de contacte" | |
2620 | |
7375 | 2621 #: src/gtkconv.c:3132 src/gtkconv.c:4292 |
6662 | 2622 msgid "Remove the user from your buddy list" |
2623 msgstr "Şterge utilizatorul din lista de contacte" | |
2624 | |
2625 #. Warn button | |
7375 | 2626 #: src/gtkconv.c:3139 |
6662 | 2627 msgid "Warn" |
2628 msgstr "Avertizare" | |
2629 | |
7375 | 2630 #: src/gtkconv.c:3143 |
6662 | 2631 msgid "Warn the user" |
2632 msgstr "Avertizează utilizatorul" | |
2633 | |
7375 | 2634 #: src/gtkconv.c:3150 src/gtkconv.c:3588 |
6662 | 2635 msgid "Get the user's information" |
2636 msgstr "Caută detalii despre utilizator" | |
2637 | |
2638 #. Block button | |
7375 | 2639 #: src/gtkconv.c:3153 src/gtkprivacy.c:605 src/gtkprivacy.c:616 |
6662 | 2640 msgid "Block" |
2641 msgstr "Blocare" | |
2642 | |
7375 | 2643 #: src/gtkconv.c:3157 |
6662 | 2644 msgid "Block the user" |
2645 msgstr "Blochează utilizatorul" | |
2646 | |
2647 #. Invite | |
7375 | 2648 #: src/gtkconv.c:3215 src/gtkconv.c:6114 |
6662 | 2649 msgid "Invite" |
2650 msgstr "Invită" | |
2651 | |
7375 | 2652 #: src/gtkconv.c:3218 |
6662 | 2653 msgid "Invite a user" |
2654 msgstr "Invită un utilizator" | |
2655 | |
7375 | 2656 #: src/gtkconv.c:3257 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2657 msgid "Bold" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2658 msgstr "Îngroşat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2659 |
7375 | 2660 #: src/gtkconv.c:3268 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2661 msgid "Italic" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2662 msgstr "Înclinat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2663 |
7375 | 2664 #: src/gtkconv.c:3279 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2665 msgid "Underline" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2666 msgstr "Subliniat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2667 |
7375 | 2668 #: src/gtkconv.c:3295 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2669 msgid "Larger font size" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2670 msgstr "Font mai mare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2671 |
7375 | 2672 #: src/gtkconv.c:3307 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2673 msgid "Normal font size" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2674 msgstr "Font de mărime normală" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2675 |
7375 | 2676 #: src/gtkconv.c:3319 |
6662 | 2677 msgid "Smaller font size" |
2678 msgstr "Font mai mic" | |
2679 | |
7375 | 2680 #: src/gtkconv.c:3336 |
6662 | 2681 msgid "Font Face" |
2682 msgstr "Tipul fontului" | |
2683 | |
7375 | 2684 #: src/gtkconv.c:3348 |
6662 | 2685 msgid "Foreground font color" |
2686 msgstr "Culoarea textului" | |
2687 | |
7375 | 2688 #: src/gtkconv.c:3360 |
6662 | 2689 msgid "Background color" |
2690 msgstr "Culoarea fundalului" | |
2691 | |
7375 | 2692 #: src/gtkconv.c:3375 |
6662 | 2693 msgid "Insert image" |
2694 msgstr "Inserează o imagine" | |
2695 | |
7375 | 2696 #: src/gtkconv.c:3386 |
6662 | 2697 msgid "Insert link" |
2698 msgstr "Inserează o adresă" | |
2699 | |
7375 | 2700 #: src/gtkconv.c:3397 |
6662 | 2701 msgid "Insert smiley" |
2702 msgstr "Inserează o iconiţă simbolică" | |
2703 | |
7375 | 2704 #: src/gtkconv.c:3457 |
6662 | 2705 msgid "Topic:" |
2706 msgstr "Topic:" | |
2707 | |
2708 #. Setup the label telling how many people are in the room. | |
7375 | 2709 #: src/gtkconv.c:3508 |
6662 | 2710 msgid "0 people in room" |
2711 msgstr "0 persoane în chat" | |
2712 | |
7375 | 2713 #: src/gtkconv.c:3565 |
6662 | 2714 msgid "IM the user" |
6949 | 2715 msgstr "Mesaj către utilizator" |
2716 | |
7375 | 2717 #: src/gtkconv.c:3577 |
6662 | 2718 msgid "Ignore the user" |
2719 msgstr "Ignoră utilizatorul" | |
2720 | |
7375 | 2721 #: src/gtkconv.c:4072 src/server.c:1382 |
6662 | 2722 #, c-format |
2723 msgid "<HR><BR><H3 Align=Center> ---- New Conversation @ %s ----</H3><BR>\n" | |
2724 msgstr "<HR><BR><H3 Align=Center> ---- Discuţie nouă @ %s ----</H3><BR>\n" | |
2725 | |
7375 | 2726 #: src/gtkconv.c:4076 src/server.c:1385 |
6662 | 2727 #, c-format |
2728 msgid "---- New Conversation @ %s ----\n" | |
2729 msgstr "---- Discuţie nouă @ %s ----\n" | |
2730 | |
7375 | 2731 #: src/gtkconv.c:4112 |
6662 | 2732 msgid "Close conversation" |
2733 msgstr "Încheie discuţia" | |
2734 | |
7375 | 2735 #: src/gtkconv.c:4805 src/gtkconv.c:4837 src/gtkconv.c:4958 src/gtkconv.c:5025 |
6662 | 2736 #, c-format |
2737 msgid "%d person in room" | |
2738 msgid_plural "%d people in room" | |
2739 msgstr[0] "%d persoană în chat" | |
2740 msgstr[1] "%d persoane în chat" | |
2741 | |
7375 | 2742 #: src/gtkconv.c:5358 |
2743 msgid "Animate" | |
2744 msgstr "Animează" | |
2745 | |
2746 #: src/gtkconv.c:5363 | |
6662 | 2747 msgid "Hide Icon" |
2748 msgstr "Ascunde iconiţa" | |
2749 | |
7375 | 2750 #: src/gtkconv.c:5369 |
6662 | 2751 msgid "Save Icon As..." |
2752 msgstr "Salvează iconiţa ca..." | |
2753 | |
7375 | 2754 #: src/gtkconv.c:5848 src/gtkconv.c:5851 |
6662 | 2755 msgid "<main>/Conversation/Close" |
2756 msgstr "<main>/Discuţie/Închide" | |
2757 | |
2758 #: src/gtkdebug.c:133 | |
2759 msgid "Debug Window" | |
2760 msgstr "Fereastră de depanare" | |
2761 | |
2762 #: src/gtkdebug.c:173 | |
2763 msgid "Pause" | |
2764 msgstr "Pauză" | |
2765 | |
2766 #: src/gtkdebug.c:179 | |
2767 msgid "Timestamps" | |
2768 msgstr "Marcaje de timp" | |
2769 | |
2770 #: src/gtkft.c:126 | |
2771 #, c-format | |
2772 msgid "%.2f KB/s" | |
2773 msgstr "%.2f KO/s" | |
2774 | |
2775 #: src/gtkft.c:200 | |
2776 msgid "<b>Receiving From:</b>" | |
2777 msgstr "<b>Primesc de la:</b>" | |
2778 | |
2779 #: src/gtkft.c:203 | |
2780 msgid "<b>Sending To:</b>" | |
2781 msgstr "<b>Trimit către:</b>" | |
2782 | |
2783 #: src/gtkft.c:436 | |
2784 msgid "Progress" | |
2785 msgstr "Progres" | |
2786 | |
2787 #: src/gtkft.c:443 | |
2788 msgid "Filename" | |
2789 msgstr "Nume fişier" | |
2790 | |
2791 #: src/gtkft.c:450 | |
2792 msgid "Size" | |
2793 msgstr "Mărime" | |
2794 | |
2795 #: src/gtkft.c:457 | |
2796 msgid "Remaining" | |
2797 msgstr "Rămas" | |
2798 | |
2799 #: src/gtkft.c:487 | |
2800 msgid "Filename:" | |
2801 msgstr "Nume fişier:" | |
2802 | |
2803 #: src/gtkft.c:488 | |
2804 msgid "Status:" | |
2805 msgstr "Status:" | |
2806 | |
2807 #: src/gtkft.c:489 | |
2808 msgid "Speed:" | |
2809 msgstr "Viteză:" | |
2810 | |
2811 #: src/gtkft.c:490 | |
2812 msgid "Time Elapsed:" | |
2813 msgstr "Timp trecut:" | |
2814 | |
2815 #: src/gtkft.c:491 | |
2816 msgid "Time Remaining:" | |
2817 msgstr "Timp rămas:" | |
2818 | |
2819 #: src/gtkft.c:588 | |
2820 msgid "_Keep the dialog open" | |
2821 msgstr "_Păstrează fereastra deschisă" | |
2822 | |
2823 #: src/gtkft.c:598 | |
2824 msgid "_Clear finished transfers" | |
2825 msgstr "Şter_ge transferurile terminate" | |
2826 | |
2827 #. "Download Details" arrow | |
2828 #: src/gtkft.c:607 | |
2829 msgid "Show download details" | |
7375 | 2830 msgstr "Arată detaliile de transfer" |
6662 | 2831 |
2832 #: src/gtkft.c:608 | |
2833 msgid "Hide download details" | |
7375 | 2834 msgstr "Ascunde detaliile de transfer" |
6662 | 2835 |
2836 #. Pause button | |
2837 #: src/gtkft.c:650 src/stock.c:86 | |
2838 msgid "_Pause" | |
2839 msgstr "_Pauză" | |
2840 | |
2841 #. Resume button | |
2842 #: src/gtkft.c:660 | |
2843 msgid "_Resume" | |
2844 msgstr "_Reluare" | |
2845 | |
2846 #: src/gtkft.c:1011 | |
2847 msgid "That file does not exist." | |
2848 msgstr "Acest fişier nu există." | |
2849 | |
2850 #: src/gtkft.c:1020 | |
2851 msgid "Cannot send a file of 0 bytes." | |
2852 msgstr "Nu pot trimite un fişier de 0 octeţi." | |
2853 | |
2854 #: src/gtkft.c:1033 | |
2855 msgid "That file already exists." | |
2856 msgstr "Acest fişier există deja." | |
2857 | |
2858 #: src/gtkft.c:1058 | |
2859 msgid "Gaim - Open..." | |
2860 msgstr "Gaim - Deschide..." | |
2861 | |
7375 | 2862 #: src/gtkft.c:1060 src/protocols/toc/toc.c:2042 |
6662 | 2863 msgid "Gaim - Save As..." |
2864 msgstr "Gaim - Salvează ca..." | |
2865 | |
2866 #: src/gtkft.c:1107 | |
2867 #, c-format | |
2868 msgid "%s wants to send you %s (%s)" | |
2869 msgstr "%s doreşte să vă trimită %s (%s)" | |
2870 | |
7375 | 2871 #: src/gtkimhtml.c:605 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2872 msgid "_Copy E-Mail Address" |
7375 | 2873 msgstr "C_opiază adresa de mail" |
2874 | |
2875 #: src/gtkimhtml.c:617 | |
6662 | 2876 msgid "_Copy Link Location" |
2877 msgstr "_Copiază locaţia adresei" | |
2878 | |
7375 | 2879 #: src/gtkimhtml.c:627 |
6662 | 2880 msgid "_Open Link in Browser" |
2881 msgstr "_Deschide adresa în navigator" | |
2882 | |
7375 | 2883 #: src/gtkimhtml.c:1733 |
6662 | 2884 msgid "" |
2885 "Unable to guess the image type based on the file extension supplied. " | |
2886 "Defaulting to PNG." | |
2887 msgstr "" | |
2888 "Gaim nu a putut ghici tipul imaginii după extensia dată fişierului. " | |
2889 "Presupunem formatul implicit: PNG." | |
2890 | |
7375 | 2891 #: src/gtkimhtml.c:1741 |
6662 | 2892 #, c-format |
2893 msgid "Error saving image: %s" | |
2894 msgstr "Eroare la salvarea imaginii: %s" | |
2895 | |
7375 | 2896 #: src/gtkimhtml.c:1750 |
6662 | 2897 msgid "Save Image" |
2898 msgstr "Salvează imaginea" | |
2899 | |
7375 | 2900 #: src/gtkimhtml.c:1773 |
6662 | 2901 msgid "_Save Image..." |
2902 msgstr "_Salvează imaginea..." | |
2903 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2904 #: src/gtknotify.c:209 |
6662 | 2905 #, c-format |
2906 msgid "%s has %d new message." | |
2907 msgid_plural "%s has %d new messages." | |
2908 msgstr[0] "%s are %d mesaj nou." | |
2909 msgstr[1] "%s are %d mesaje noi." | |
2910 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2911 #: src/gtknotify.c:217 |
6662 | 2912 #, c-format |
2913 msgid "<span weight=\"bold\">From:</span> %s\n" | |
2914 msgstr "<span weight=\"bold\">Expeditor:</span> %s\n" | |
2915 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2916 #: src/gtknotify.c:222 |
6662 | 2917 #, c-format |
2918 msgid "<span weight=\"bold\">Subject:</span> %s\n" | |
2919 msgstr "<span weight=\"bold\">Subiect:</span> %s\n" | |
2920 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2921 #: src/gtknotify.c:226 |
6662 | 2922 #, c-format |
2923 msgid "" | |
2924 "<span weight=\"bold\" size=\"larger\">You have mail!</span>\n" | |
2925 "\n" | |
2926 "%s%s%s%s" | |
2927 msgstr "" | |
2928 "<span weight=\"bold\" size=\"larger\">Aveţi mail nou!</span>\n" | |
2929 "\n" | |
2930 "%s%s%s%s" | |
2931 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2932 #: src/gtknotify.c:241 |
6662 | 2933 #, c-format |
2934 msgid "" | |
2935 "<span weight=\"bold\" size=\"larger\">You have mail!</span>\n" | |
2936 "\n" | |
2937 "%s" | |
2938 msgstr "" | |
2939 "<span weight=\"bold\" size=\"larger\">Aveţi mail nou!</span>\n" | |
2940 "\n" | |
2941 "%s" | |
2942 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2943 #: src/gtknotify.c:412 src/gtknotify.c:432 src/gtknotify.c:440 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2944 msgid "Unable to open URL" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2945 msgstr "Nu pot deschide acest URL" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2946 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2947 #: src/gtknotify.c:413 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2948 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2949 "The 'Manual' browser command has been chosen, but no command has been set." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2950 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2951 "Aţi ales să precizaţi o comandă pentru lansarea unui navigator, dar nu aţi " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2952 "introdus-o." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2953 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2954 #: src/gtknotify.c:430 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2955 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2956 msgid "The browser \"%s\" is invalid." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2957 msgstr "Navigatorul „%s“ este invalid." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2958 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2959 #: src/gtknotify.c:437 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2960 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2961 msgid "Error launching \"command\": %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2962 msgstr "Eroare la lansarea comenzii: %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
2963 |
6662 | 2964 #: src/gtkpounce.c:140 |
2965 msgid "Select a file" | |
2966 msgstr "Selectaţi un fişier" | |
2967 | |
2968 #: src/gtkpounce.c:189 | |
2969 msgid "Please enter a buddy to pounce." | |
2970 msgstr "Precizaţi un contact pentru întâmpinare." | |
2971 | |
2972 #. "New Buddy Pounce" | |
7375 | 2973 #: src/gtkpounce.c:333 src/gtkpounce.c:738 |
6662 | 2974 msgid "New Buddy Pounce" |
2975 msgstr "Întâmpinare nouă" | |
2976 | |
7375 | 2977 #: src/gtkpounce.c:333 |
6662 | 2978 msgid "Edit Buddy Pounce" |
2979 msgstr "Editare întâmpinare" | |
2980 | |
2981 #. Create the "Pounce Who" frame. | |
7375 | 2982 #: src/gtkpounce.c:351 |
6662 | 2983 msgid "Pounce Who" |
2984 msgstr "Tipul întâmpinării" | |
2985 | |
7375 | 2986 #: src/gtkpounce.c:377 |
6662 | 2987 msgid "_Buddy Name:" |
6949 | 2988 msgstr "_Nume contact:" |
6662 | 2989 |
2990 #. Create the "Pounce When" frame. | |
7375 | 2991 #: src/gtkpounce.c:399 |
6662 | 2992 msgid "Pounce When" |
2993 msgstr "Întâmpinare la" | |
2994 | |
7375 | 2995 #: src/gtkpounce.c:407 src/main.c:339 |
6662 | 2996 msgid "Sign on" |
2997 msgstr "Autentificare" | |
2998 | |
7375 | 2999 #: src/gtkpounce.c:409 |
6662 | 3000 msgid "Sign off" |
3001 msgstr "Deautentificare" | |
3002 | |
7375 | 3003 #: src/gtkpounce.c:413 |
6662 | 3004 msgid "Return from away" |
3005 msgstr "Întoarcere din absenţă" | |
3006 | |
7375 | 3007 #: src/gtkpounce.c:415 src/gtkprefs.c:1487 src/protocols/msn/state.c:30 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3008 #: src/protocols/yahoo/yahoo.c:2028 |
6662 | 3009 msgid "Idle" |
3010 msgstr "Inactiv" | |
3011 | |
7375 | 3012 #: src/gtkpounce.c:417 |
6662 | 3013 msgid "Return from idle" |
3014 msgstr "Întoarcere din inactivitate" | |
3015 | |
7375 | 3016 #: src/gtkpounce.c:419 |
6662 | 3017 msgid "Buddy starts typing" |
3018 msgstr "Începere mesaj" | |
3019 | |
7375 | 3020 #: src/gtkpounce.c:421 |
6662 | 3021 msgid "Buddy stops typing" |
3022 msgstr "Terminare mesaj" | |
3023 | |
3024 #. Create the "Pounce Action" frame. | |
7375 | 3025 #: src/gtkpounce.c:450 |
6662 | 3026 msgid "Pounce Action" |
3027 msgstr "Acţiune de întâmpinare" | |
3028 | |
7375 | 3029 #: src/gtkpounce.c:457 |
6662 | 3030 msgid "Open an IM window" |
3031 msgstr "Deschide o discuţie" | |
3032 | |
7375 | 3033 #: src/gtkpounce.c:458 |
6662 | 3034 msgid "Popup notification" |
3035 msgstr "Deschide o fereastră de notificare" | |
3036 | |
7375 | 3037 #: src/gtkpounce.c:459 |
6662 | 3038 msgid "Send a message" |
3039 msgstr "Trimite un mesaj" | |
3040 | |
7375 | 3041 #: src/gtkpounce.c:460 |
6662 | 3042 msgid "Execute a command" |
3043 msgstr "Execută o comandă" | |
3044 | |
7375 | 3045 #: src/gtkpounce.c:461 |
6662 | 3046 msgid "Play a sound" |
3047 msgstr "Redă un sunet" | |
3048 | |
7375 | 3049 #: src/gtkpounce.c:465 src/gtkpounce.c:467 |
6662 | 3050 msgid "Browse" |
3051 msgstr "Alegere" | |
3052 | |
7375 | 3053 #: src/gtkpounce.c:468 src/gtkprefs.c:2076 |
6662 | 3054 msgid "Test" |
3055 msgstr "Testare" | |
3056 | |
7375 | 3057 #: src/gtkpounce.c:551 |
6662 | 3058 msgid "_Save this pounce after activation" |
6949 | 3059 msgstr "Sal_vează această întâmpinare după activare" |
6662 | 3060 |
3061 #. "Remove Buddy Pounce" | |
7375 | 3062 #: src/gtkpounce.c:745 |
6662 | 3063 msgid "Remove Buddy Pounce" |
3064 msgstr "Şterge întâmpinarea" | |
3065 | |
7375 | 3066 #: src/gtkpounce.c:786 |
6662 | 3067 #, c-format |
3068 msgid "%s has started typing to you" | |
3069 msgstr "%s a început să vă scrie" | |
3070 | |
7375 | 3071 #: src/gtkpounce.c:787 |
6662 | 3072 #, c-format |
3073 msgid "%s has signed on" | |
3074 msgstr "%s s-a autentificat" | |
3075 | |
7375 | 3076 #: src/gtkpounce.c:788 |
6662 | 3077 #, c-format |
3078 msgid "%s has returned from being idle" | |
3079 msgstr "%s s-a întors din inactivitate" | |
3080 | |
7375 | 3081 #: src/gtkpounce.c:789 |
6662 | 3082 #, c-format |
3083 msgid "%s has returned from being away" | |
3084 msgstr "%s s-a întors din absenţă" | |
3085 | |
7375 | 3086 #: src/gtkpounce.c:790 |
6662 | 3087 #, c-format |
3088 msgid "%s has stopped typing to you" | |
3089 msgstr "%s s-a oprit din scris" | |
3090 | |
7375 | 3091 #: src/gtkpounce.c:791 |
6662 | 3092 #, c-format |
3093 msgid "%s has signed off" | |
3094 msgstr "%s s-a deautentificat" | |
3095 | |
7375 | 3096 #: src/gtkpounce.c:792 |
6662 | 3097 #, c-format |
3098 msgid "%s has become idle" | |
3099 msgstr "%s a intrat în inactivitate" | |
3100 | |
7375 | 3101 #: src/gtkpounce.c:794 |
6662 | 3102 msgid "Unknown pounce event. Please report this!" |
3103 msgstr "Eveniment necunoscut în întâmpinare. Raportaţi această eroare!" | |
3104 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3105 #: src/gtkprefs.c:373 |
6662 | 3106 msgid "Interface Options" |
3107 msgstr "Opţiuni interfaţă" | |
3108 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3109 #: src/gtkprefs.c:375 |
6662 | 3110 msgid "D_isplay remote nicknames if no alias is set" |
3111 msgstr "Arată _pseudonimele contactelor în lipsa unui alias" | |
3112 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3113 #: src/gtkprefs.c:561 |
6662 | 3114 msgid "" |
3115 "Select a smiley theme that you would like to use from the list below. New " | |
3116 "themes can be installed by dragging and dropping them onto the theme list." | |
5348 | 3117 msgstr "" |
6662 | 3118 "Selectaţi din lista de mai jos tema de iconiţe simbolice pe care doriţi să o " |
3119 "utilizaţi. Prin drag&drop puteţi adăuga teme noi în această listă." | |
3120 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3121 #: src/gtkprefs.c:594 |
6662 | 3122 msgid "Icon" |
3123 msgstr "Iconiţă" | |
3124 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3125 #: src/gtkprefs.c:668 |
6662 | 3126 msgid "Style" |
3127 msgstr "Stil" | |
3128 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3129 #: src/gtkprefs.c:669 |
6662 | 3130 msgid "_Bold" |
3131 msgstr "În_groşat" | |
3132 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3133 #: src/gtkprefs.c:671 |
6662 | 3134 msgid "_Italics" |
3135 msgstr "Încl_inat" | |
3136 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3137 #: src/gtkprefs.c:673 |
6662 | 3138 msgid "_Underline" |
3139 msgstr "_Subliniat" | |
3140 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3141 #: src/gtkprefs.c:675 |
6662 | 3142 msgid "_Strikethrough" |
3143 msgstr "Te_xt tăiat" | |
3144 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3145 #: src/gtkprefs.c:678 |
6662 | 3146 msgid "Face" |
3147 msgstr "Tip de caractere" | |
3148 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3149 #: src/gtkprefs.c:681 |
6662 | 3150 msgid "Use custo_m face" |
3151 msgstr "Utilizează caracterele _alese" | |
3152 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3153 #: src/gtkprefs.c:698 |
6662 | 3154 msgid "Use custom si_ze" |
3155 msgstr "Utilizează _mărimea aleasă" | |
3156 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3157 #: src/gtkprefs.c:711 |
6662 | 3158 msgid "Color" |
3159 msgstr "Culoare" | |
3160 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3161 #: src/gtkprefs.c:715 |
6662 | 3162 msgid "_Text color" |
3163 msgstr "Culoare _text" | |
3164 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3165 #: src/gtkprefs.c:734 |
6662 | 3166 msgid "Bac_kground color" |
7375 | 3167 msgstr "Culoare fun_dal" |
3168 | |
3169 #: src/gtkprefs.c:762 src/gtkprefs.c:992 src/gtkprefs.c:1045 | |
6662 | 3170 msgid "Display" |
3171 msgstr "Afişare" | |
3172 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3173 #: src/gtkprefs.c:763 |
6949 | 3174 msgid "Show graphical _smileys" |
3175 msgstr "Substituie _iconiţe simbolice" | |
3176 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3177 #: src/gtkprefs.c:765 |
6949 | 3178 msgid "Show _timestamp on messages" |
3179 msgstr "_Datează toate mesajele" | |
3180 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3181 #: src/gtkprefs.c:767 |
6949 | 3182 msgid "Show _URLs as links" |
3183 msgstr "Arată _URL-urile ca legături active" | |
6662 | 3184 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3185 #: src/gtkprefs.c:771 |
6949 | 3186 msgid "_Highlight misspelled words" |
3187 msgstr "_Evidenţiază cuvintele incorect scrise" | |
6662 | 3188 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3189 #: src/gtkprefs.c:775 |
6662 | 3190 msgid "Ignore c_olors" |
7375 | 3191 msgstr "Ig_noră culorile" |
6662 | 3192 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3193 #: src/gtkprefs.c:777 |
6662 | 3194 msgid "Ignore font _faces" |
3195 msgstr "Ignoră caracterele _speciale" | |
3196 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3197 #: src/gtkprefs.c:779 |
6662 | 3198 msgid "Ignore font si_zes" |
3199 msgstr "Ignoră _alte mărimi de fonturi" | |
3200 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3201 #: src/gtkprefs.c:792 |
6662 | 3202 msgid "Send Message" |
3203 msgstr "Trimite mesajul:" | |
3204 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3205 #: src/gtkprefs.c:793 |
6662 | 3206 msgid "Enter _sends message" |
3207 msgstr "_Enter expediază mesajul" | |
3208 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3209 #: src/gtkprefs.c:795 |
6949 | 3210 msgid "C_ontrol-Enter sends message" |
3211 msgstr "C_ontrol-Enter expediază mesajul" | |
3212 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3213 #: src/gtkprefs.c:798 |
6949 | 3214 msgid "Window Closing" |
3215 msgstr "Închidere ferestre" | |
3216 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3217 #: src/gtkprefs.c:799 |
6949 | 3218 msgid "_Escape closes window" |
3219 msgstr "E_scape închide fereastra" | |
6662 | 3220 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3221 #: src/gtkprefs.c:802 |
6949 | 3222 msgid "Insertions" |
3223 msgstr "Inserări" | |
6662 | 3224 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3225 #: src/gtkprefs.c:803 |
6662 | 3226 msgid "Control-{B/I/U} inserts _HTML tags" |
3227 msgstr "Control-{B/I/U/S} introduce taguri _HTML" | |
3228 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3229 #: src/gtkprefs.c:805 |
6662 | 3230 msgid "Control-(number) _inserts smileys" |
3231 msgstr "Control-(număr) introduce _iconiţe simbolice în chat" | |
3232 | |
7375 | 3233 #: src/gtkprefs.c:821 |
6662 | 3234 msgid "Buddy List Sorting" |
3235 msgstr "Sortare listă de contacte" | |
3236 | |
7375 | 3237 #: src/gtkprefs.c:830 |
6662 | 3238 msgid "Sorting:" |
3239 msgstr "Sortare:" | |
3240 | |
7375 | 3241 #: src/gtkprefs.c:835 |
6662 | 3242 msgid "Buddy List Toolbar" |
3243 msgstr "Bara cu unelte a listei de contacte" | |
3244 | |
7375 | 3245 #: src/gtkprefs.c:836 src/gtkprefs.c:962 src/gtkprefs.c:1018 |
6662 | 3246 msgid "Show _buttons as:" |
3247 msgstr "Arată _butoanele ca:" | |
3248 | |
7375 | 3249 #: src/gtkprefs.c:838 src/gtkprefs.c:964 src/gtkprefs.c:1020 |
6662 | 3250 msgid "Pictures" |
3251 msgstr "Iconiţe" | |
3252 | |
7375 | 3253 #: src/gtkprefs.c:839 src/gtkprefs.c:965 src/gtkprefs.c:1021 |
6662 | 3254 msgid "Text" |
3255 msgstr "Text" | |
3256 | |
7375 | 3257 #: src/gtkprefs.c:840 src/gtkprefs.c:966 src/gtkprefs.c:1022 |
6662 | 3258 msgid "Pictures and text" |
3259 msgstr "Iconiţe şi text" | |
3260 | |
7375 | 3261 #: src/gtkprefs.c:845 src/gtkprefs.c:980 src/gtkprefs.c:1036 |
6662 | 3262 msgid "_Raise window on events" |
3263 msgstr "_Ridică deasupra fereastra la evenimente noi" | |
3264 | |
7375 | 3265 #: src/gtkprefs.c:848 |
6662 | 3266 msgid "Group Display" |
3267 msgstr "Afişare grupuri" | |
3268 | |
7375 | 3269 #: src/gtkprefs.c:849 |
6662 | 3270 msgid "Show _numbers in groups" |
3271 msgstr "Arată _numerele în grupuri" | |
3272 | |
7375 | 3273 #: src/gtkprefs.c:852 |
6662 | 3274 msgid "Buddy Display" |
3275 msgstr "Afişare contacte" | |
3276 | |
7375 | 3277 #: src/gtkprefs.c:853 src/gtkprefs.c:987 |
6662 | 3278 msgid "Show buddy _icons" |
3279 msgstr "Arată ic_oniţele contactelor" | |
3280 | |
7375 | 3281 #: src/gtkprefs.c:855 |
6662 | 3282 msgid "Show _warning levels" |
3283 msgstr "Arată nivelul de a_vertizare" | |
3284 | |
7375 | 3285 #: src/gtkprefs.c:857 |
6662 | 3286 msgid "Show idle _times" |
3287 msgstr "Arată _timpul de inactivitate" | |
3288 | |
7375 | 3289 #: src/gtkprefs.c:859 |
6662 | 3290 msgid "Dim i_dle buddies" |
3291 msgstr "Contacte inactive în _gri" | |
3292 | |
7375 | 3293 #: src/gtkprefs.c:884 |
6662 | 3294 msgid "_Placement:" |
3295 msgstr "_Plasament:" | |
3296 | |
7375 | 3297 #: src/gtkprefs.c:891 |
6662 | 3298 msgid "Send _URLs as Links" |
3299 msgstr "Trimite _URL-urile ca legături active" | |
3300 | |
7375 | 3301 #: src/gtkprefs.c:894 |
3302 msgid "Show Formatting Toolbar" | |
3303 msgstr "Arată bara cu unelte" | |
3304 | |
3305 #: src/gtkprefs.c:897 | |
6662 | 3306 msgid "Tab Options" |
3307 msgstr "Opţiuni taburi" | |
3308 | |
7375 | 3309 #: src/gtkprefs.c:899 |
6662 | 3310 msgid "_Tab Placement:" |
7375 | 3311 msgstr "Plasamentul _taburilor:" |
3312 | |
3313 #: src/gtkprefs.c:901 | |
6662 | 3314 msgid "Top" |
3315 msgstr "Sus" | |
3316 | |
7375 | 3317 #: src/gtkprefs.c:902 |
6662 | 3318 msgid "Bottom" |
3319 msgstr "Jos" | |
3320 | |
7375 | 3321 #: src/gtkprefs.c:903 |
6662 | 3322 msgid "Left" |
3323 msgstr "La stânga" | |
3324 | |
7375 | 3325 #: src/gtkprefs.c:904 |
6662 | 3326 msgid "Right" |
3327 msgstr "La dreapta" | |
3328 | |
7375 | 3329 #: src/gtkprefs.c:910 |
6662 | 3330 msgid "Show IMs and chats in _tabbed windows" |
7375 | 3331 msgstr "Arată _discuţiile şi chat-urile în taburi" |
3332 | |
3333 #: src/gtkprefs.c:913 | |
6949 | 3334 msgid "Show IMs and chats in _same tabbed window" |
3335 msgstr "Nu deschide _altă fereastră pentru taburile de chat" | |
6662 | 3336 |
7375 | 3337 #: src/gtkprefs.c:923 |
6662 | 3338 msgid "Show _close button on tabs" |
6949 | 3339 msgstr "Arată _butoanele de închidere a taburilor" |
6662 | 3340 |
7375 | 3341 #: src/gtkprefs.c:934 |
6662 | 3342 msgid "Show status _icons on tabs" |
6949 | 3343 msgstr "Arată _iconiţele de status în taburi" |
6662 | 3344 |
7375 | 3345 #: src/gtkprefs.c:961 src/gtkprefs.c:1017 |
6662 | 3346 msgid "Window" |
3347 msgstr "Ferestre" | |
3348 | |
7375 | 3349 #: src/gtkprefs.c:971 src/gtkprefs.c:1027 |
6662 | 3350 msgid "New window _width:" |
3351 msgstr "_Lăţimea unei ferestre noi:" | |
3352 | |
7375 | 3353 #: src/gtkprefs.c:974 src/gtkprefs.c:1030 |
6662 | 3354 msgid "New window _height:" |
3355 msgstr "Î_nălţimea unei ferestre noi:" | |
3356 | |
7375 | 3357 #: src/gtkprefs.c:977 src/gtkprefs.c:1033 |
6662 | 3358 msgid "_Entry field height:" |
7375 | 3359 msgstr "Înălţimea intrărilor _de text:" |
3360 | |
3361 #: src/gtkprefs.c:982 | |
3362 msgid "Hide window on _send" | |
3363 msgstr "A_scunde fereastra la trimitere" | |
3364 | |
3365 #: src/gtkprefs.c:986 | |
3366 msgid "Buddy Icons" | |
3367 msgstr "Iconiţe contacte" | |
3368 | |
3369 #: src/gtkprefs.c:989 | |
3370 msgid "Enable buddy icon a_nimation" | |
3371 msgstr "Activea_ză animaţiile iconiţelor contactelor" | |
6662 | 3372 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3373 #: src/gtkprefs.c:993 |
6662 | 3374 msgid "Show _logins in window" |
3375 msgstr "Arată autentificările în _fereastră" | |
3376 | |
7375 | 3377 #: src/gtkprefs.c:995 |
6662 | 3378 msgid "Show a_liases in tabs/titles" |
7375 | 3379 msgstr "Arată _aliasurile în taburi sau titluri" |
3380 | |
3381 #: src/gtkprefs.c:998 | |
6662 | 3382 msgid "Typing Notification" |
3383 msgstr "Fereastră de notificare" | |
3384 | |
7375 | 3385 #: src/gtkprefs.c:999 |
6662 | 3386 msgid "Notify buddies that you are _typing to them" |
7375 | 3387 msgstr "_Notifică contactele când le scriu" |
3388 | |
3389 #: src/gtkprefs.c:1039 | |
6662 | 3390 msgid "Tab Completion" |
3391 msgstr "Completare automată cu Tab" | |
3392 | |
7375 | 3393 #: src/gtkprefs.c:1040 |
6662 | 3394 msgid "_Tab-complete nicks" |
7375 | 3395 msgstr "Tab completează _pseudonimele" |
3396 | |
3397 #: src/gtkprefs.c:1042 | |
6662 | 3398 msgid "_Old-style tab completion" |
3399 msgstr "Completare automată de stil _vechi" | |
3400 | |
7375 | 3401 #: src/gtkprefs.c:1046 |
6662 | 3402 msgid "_Show people joining in window" |
7375 | 3403 msgstr "Arată în fereastră persoanele ce _intră" |
3404 | |
3405 #: src/gtkprefs.c:1048 | |
6662 | 3406 msgid "_Show people leaving in window" |
7375 | 3407 msgstr "Arată în fereastră persoanele ce i_es" |
3408 | |
3409 #: src/gtkprefs.c:1050 | |
6662 | 3410 msgid "Co_lorize screennames" |
7375 | 3411 msgstr "Colorea_ză numele alese" |
3412 | |
3413 #: src/gtkprefs.c:1094 | |
6662 | 3414 msgid "Proxy Type" |
3415 msgstr "Tip Proxy" | |
3416 | |
7375 | 3417 #: src/gtkprefs.c:1097 |
6662 | 3418 msgid "No proxy" |
3419 msgstr "Fără Proxy" | |
3420 | |
7375 | 3421 #: src/gtkprefs.c:1104 |
6662 | 3422 msgid "Proxy Server" |
3423 msgstr "Server Proxy" | |
3424 | |
7375 | 3425 #: src/gtkprefs.c:1125 |
6662 | 3426 msgid "_Host" |
3427 msgstr "_Gazdă" | |
3428 | |
7375 | 3429 #: src/gtkprefs.c:1142 src/protocols/irc/irc.c:553 |
3430 #: src/protocols/jabber/jabber.c:1111 src/protocols/msn/msn.c:1635 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3431 #: src/protocols/napster/napster.c:642 src/protocols/trepia/trepia.c:1335 |
6662 | 3432 msgid "Port" |
3433 msgstr "Port" | |
3434 | |
7375 | 3435 #: src/gtkprefs.c:1160 |
6662 | 3436 msgid "_User" |
3437 msgstr "_Utilizator" | |
3438 | |
7375 | 3439 #: src/gtkprefs.c:1177 |
6662 | 3440 msgid "Pa_ssword" |
3441 msgstr "_Parolă" | |
3442 | |
7375 | 3443 #: src/gtkprefs.c:1214 |
6662 | 3444 msgid "Opera" |
3445 msgstr "Opera" | |
3446 | |
7375 | 3447 #: src/gtkprefs.c:1215 |
6662 | 3448 msgid "Netscape" |
3449 msgstr "Netscape" | |
3450 | |
7375 | 3451 #: src/gtkprefs.c:1216 |
6662 | 3452 msgid "Mozilla" |
3453 msgstr "Mozilla" | |
3454 | |
7375 | 3455 #: src/gtkprefs.c:1217 |
6662 | 3456 msgid "Konqueror" |
3457 msgstr "Konqueror" | |
3458 | |
7375 | 3459 #: src/gtkprefs.c:1218 |
6662 | 3460 msgid "Galeon" |
3461 msgstr "Galeon" | |
3462 | |
7375 | 3463 #: src/gtkprefs.c:1227 |
6662 | 3464 msgid "Manual" |
3465 msgstr "Manual" | |
3466 | |
7375 | 3467 #: src/gtkprefs.c:1268 |
6662 | 3468 msgid "Browser Selection" |
3469 msgstr "Navigatorul preferat" | |
3470 | |
7375 | 3471 #: src/gtkprefs.c:1272 |
6662 | 3472 msgid "_Browser:" |
3473 msgstr "_Navigator" | |
3474 | |
7375 | 3475 #: src/gtkprefs.c:1282 |
6662 | 3476 #, c-format |
3477 msgid "" | |
3478 "_Manual:\n" | |
3479 "(%s for URL)" | |
3480 msgstr "" | |
3481 "_Manual:\n" | |
3482 "(%s pentru URL)" | |
3483 | |
7375 | 3484 #: src/gtkprefs.c:1303 |
6662 | 3485 msgid "Browser Options" |
3486 msgstr "Opţiuni navigator" | |
3487 | |
7375 | 3488 #: src/gtkprefs.c:1304 |
6662 | 3489 msgid "Open new _window by default" |
3490 msgstr "Deschide implicit o nouă _fereastră" | |
3491 | |
7375 | 3492 #: src/gtkprefs.c:1319 |
6662 | 3493 msgid "Message Logs" |
6949 | 3494 msgstr "Mesaje înregistrate" |
3495 | |
7375 | 3496 #: src/gtkprefs.c:1320 |
6662 | 3497 msgid "_Log all instant messages" |
6949 | 3498 msgstr "Înregistrează toate _mesajele" |
3499 | |
7375 | 3500 #: src/gtkprefs.c:1322 |
6662 | 3501 msgid "Log all c_hats" |
7375 | 3502 msgstr "Înregistrează _toate chat-urile" |
3503 | |
3504 #: src/gtkprefs.c:1324 | |
6662 | 3505 msgid "Strip _HTML from logs" |
6949 | 3506 msgstr "Nu include codul _HTML în înregistrări" |
3507 | |
7375 | 3508 #: src/gtkprefs.c:1327 |
6662 | 3509 msgid "System Logs" |
6949 | 3510 msgstr "Arată înregistrările Gaim" |
3511 | |
7375 | 3512 #: src/gtkprefs.c:1328 |
6662 | 3513 msgid "Log when buddies _sign on/sign off" |
6949 | 3514 msgstr "Înregistrează (_de)autentificările contactelor" |
3515 | |
7375 | 3516 #: src/gtkprefs.c:1330 |
6662 | 3517 msgid "Log when buddies become _idle/un-idle" |
6949 | 3518 msgstr "Înregistrează schimbările stării de _activitate" |
3519 | |
7375 | 3520 #: src/gtkprefs.c:1332 |
6662 | 3521 msgid "Log when buddies go away/come _back" |
6949 | 3522 msgstr "Înregistrează absenţele şi _revenirile contactelor" |
3523 | |
7375 | 3524 #: src/gtkprefs.c:1334 |
6662 | 3525 msgid "Log your _own signons/idleness/awayness" |
6949 | 3526 msgstr "Înregistrează _propriile autentificări/absenţe/reveniri" |
3527 | |
7375 | 3528 #: src/gtkprefs.c:1336 |
6662 | 3529 msgid "I_ndividual log file for each buddy's signons" |
6949 | 3530 msgstr "Fişiere de înregistrare _individuale pentru autentificări" |
3531 | |
7375 | 3532 #: src/gtkprefs.c:1379 |
6662 | 3533 msgid "Sound Options" |
3534 msgstr "Opţiuni sunet" | |
3535 | |
7375 | 3536 #: src/gtkprefs.c:1380 |
6662 | 3537 msgid "_No sounds when you log in" |
3538 msgstr "_Fără sunete la propria autentificare" | |
3539 | |
7375 | 3540 #: src/gtkprefs.c:1382 |
6662 | 3541 msgid "_Sounds while away" |
3542 msgstr "Utilizează sunete în _absenţă" | |
3543 | |
7375 | 3544 #: src/gtkprefs.c:1386 |
6662 | 3545 msgid "Sound Method" |
3546 msgstr "Sistemul de sunet" | |
3547 | |
7375 | 3548 #: src/gtkprefs.c:1387 |
6662 | 3549 msgid "_Method:" |
3550 msgstr "_Sistem:" | |
3551 | |
7375 | 3552 #: src/gtkprefs.c:1389 |
6662 | 3553 msgid "Console beep" |
3554 msgstr "Speaker" | |
3555 | |
7375 | 3556 #: src/gtkprefs.c:1391 |
6662 | 3557 msgid "Automatic" |
3558 msgstr "Automat" | |
3559 | |
7375 | 3560 #: src/gtkprefs.c:1398 |
6662 | 3561 msgid "Command" |
3562 msgstr "Comandă" | |
3563 | |
7375 | 3564 #: src/gtkprefs.c:1408 |
6662 | 3565 #, c-format |
3566 msgid "" | |
3567 "Sound c_ommand:\n" | |
3568 "(%s for filename)" | |
3569 msgstr "" | |
7375 | 3570 "Comandă de _redare sunet\n" |
6662 | 3571 "(%s pentru numele fişierului)" |
3572 | |
7375 | 3573 #: src/gtkprefs.c:1463 |
3574 msgid "_Sending messages removes away status" | |
3575 msgstr "Ieşi din _absenţă la trimiterea unui mesaj" | |
3576 | |
3577 #: src/gtkprefs.c:1465 | |
3578 msgid "_Queue new messages when away" | |
3579 msgstr "Încolonează mesajele _noi în absenţă" | |
3580 | |
3581 #: src/gtkprefs.c:1468 | |
3582 msgid "Auto-response" | |
3583 msgstr "Răspunsuri automate" | |
3584 | |
3585 #: src/gtkprefs.c:1471 | |
3586 msgid "Seconds before _resending:" | |
3587 msgstr "Secunde înainte de _retrimitere:" | |
3588 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3589 #: src/gtkprefs.c:1474 |
7375 | 3590 msgid "_Send auto-response" |
3591 msgstr "_Trimite răspuns automat" | |
6662 | 3592 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3593 #: src/gtkprefs.c:1476 |
6662 | 3594 msgid "_Only send auto-response when idle" |
3595 msgstr "Trimite răspuns automat doar când sunt _inactiv" | |
3596 | |
7375 | 3597 #: src/gtkprefs.c:1478 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3598 msgid "Send auto-response in _active conversations" |
7375 | 3599 msgstr "Trimite răspuns automat în _discuţiile active" |
3600 | |
3601 #: src/gtkprefs.c:1488 | |
6662 | 3602 msgid "Idle _time reporting:" |
3603 msgstr "Arată inactivitatea în _funcţie de:" | |
3604 | |
7375 | 3605 #: src/gtkprefs.c:1491 |
6662 | 3606 msgid "Gaim usage" |
3607 msgstr "Utilizarea Gaim" | |
3608 | |
7375 | 3609 #: src/gtkprefs.c:1494 |
6662 | 3610 msgid "X usage" |
3611 msgstr "Utilizarea X" | |
3612 | |
7375 | 3613 #: src/gtkprefs.c:1496 |
3614 msgid "Windows usage" | |
3615 msgstr "Folosirea ferestrelor" | |
3616 | |
3617 #: src/gtkprefs.c:1504 | |
3618 msgid "Auto-away" | |
3619 msgstr "Absenţe automate" | |
3620 | |
3621 #: src/gtkprefs.c:1505 | |
3622 msgid "Set away _when idle" | |
3623 msgstr "Treci în absenţă când sunt inacti_v" | |
3624 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3625 #: src/gtkprefs.c:1507 |
6662 | 3626 msgid "_Minutes before setting away:" |
6949 | 3627 msgstr "Număr de _minute inactive:" |
3628 | |
7375 | 3629 #: src/gtkprefs.c:1514 |
6662 | 3630 msgid "Away m_essage:" |
7375 | 3631 msgstr "Mesaje în a_bsenţă" |
3632 | |
3633 #: src/gtkprefs.c:1576 | |
6662 | 3634 #, c-format |
3635 msgid "" | |
3636 "<span size=\"larger\">%s %s</span>\n" | |
3637 "\n" | |
3638 "<span weight=\"bold\">Written by:</span>\t%s\n" | |
3639 "<span weight=\"bold\">Web site:</span>\t\t%s\n" | |
3640 "<span weight=\"bold\">File name:</span>\t%s" | |
3641 msgstr "" | |
3642 "<span size=\"larger\">%s %s</span>\n" | |
3643 "\n" | |
3644 "<span weight=\"bold\">Scris de:</span>\t%s\n" | |
3645 "<span weight=\"bold\">Pagină web:</span>\t\t%s\n" | |
3646 "<span weight=\"bold\">Nume fişier:</span>\t%s" | |
3647 | |
7375 | 3648 #: src/gtkprefs.c:1581 |
6662 | 3649 #, c-format |
3650 msgid "" | |
3651 "<span size=\"larger\">%s %s</span>\n" | |
3652 "\n" | |
3653 "<span weight=\"bold\">Written by:</span> %s\n" | |
3654 "<span weight=\"bold\">URL:</span> %s\n" | |
3655 "<span weight=\"bold\">File name:</span> %s" | |
3656 msgstr "" | |
3657 "<span size=\"larger\">%s %s</span>\n" | |
3658 "\n" | |
3659 "<span weight=\"bold\">Scris de:</span> %s\n" | |
3660 "<span weight=\"bold\">URL:</span> %s\n" | |
3661 "<span weight=\"bold\">Nume fişier:</span> %s" | |
3662 | |
7375 | 3663 #: src/gtkprefs.c:1762 |
6662 | 3664 msgid "Load" |
3665 msgstr "Încărcare" | |
3666 | |
7375 | 3667 #: src/gtkprefs.c:1769 src/protocols/jabber/jabber.c:562 |
3668 #: src/protocols/msn/msn.c:1323 src/protocols/trepia/trepia.c:392 | |
6662 | 3669 msgid "Name" |
3670 msgstr "Nume" | |
3671 | |
7375 | 3672 #: src/gtkprefs.c:1816 |
6662 | 3673 msgid "Details" |
3674 msgstr "Detalii" | |
3675 | |
7375 | 3676 #: src/gtkprefs.c:1943 |
6662 | 3677 msgid "Sound Selection" |
3678 msgstr "Selecţie sunet" | |
3679 | |
7375 | 3680 #: src/gtkprefs.c:2050 |
6662 | 3681 msgid "Play" |
3682 msgstr "Redare" | |
3683 | |
7375 | 3684 #: src/gtkprefs.c:2057 |
6662 | 3685 msgid "Event" |
3686 msgstr "Eveniment" | |
3687 | |
7375 | 3688 #: src/gtkprefs.c:2080 |
6662 | 3689 msgid "Reset" |
3690 msgstr "Resetare" | |
3691 | |
7375 | 3692 #: src/gtkprefs.c:2084 |
6662 | 3693 msgid "Choose..." |
3694 msgstr "Alegeţi..." | |
3695 | |
7375 | 3696 #: src/gtkprefs.c:2218 |
6662 | 3697 msgid "_Edit" |
3698 msgstr "_Editare" | |
3699 | |
7375 | 3700 #: src/gtkprefs.c:2254 |
6662 | 3701 msgid "Interface" |
3702 msgstr "Interfaţă" | |
3703 | |
7375 | 3704 #: src/gtkprefs.c:2255 |
6662 | 3705 msgid "Smiley Themes" |
3706 msgstr "Teme iconiţe" | |
3707 | |
7375 | 3708 #: src/gtkprefs.c:2256 |
6662 | 3709 msgid "Fonts" |
3710 msgstr "Fonturi" | |
3711 | |
7375 | 3712 #: src/gtkprefs.c:2257 |
6662 | 3713 msgid "Message Text" |
3714 msgstr "Text mesaj" | |
3715 | |
7375 | 3716 #: src/gtkprefs.c:2258 |
6662 | 3717 msgid "Shortcuts" |
3718 msgstr "Scurtături" | |
3719 | |
7375 | 3720 #: src/gtkprefs.c:2261 |
6662 | 3721 msgid "IMs" |
3722 msgstr "Mesaje" | |
3723 | |
7375 | 3724 #: src/gtkprefs.c:2263 |
6662 | 3725 msgid "Proxy" |
3726 msgstr "Proxy" | |
3727 | |
3728 #. We use the registered default browser in windows | |
7375 | 3729 #: src/gtkprefs.c:2266 |
6662 | 3730 msgid "Browser" |
3731 msgstr "Navigator" | |
3732 | |
7375 | 3733 #: src/gtkprefs.c:2268 |
6662 | 3734 msgid "Logging" |
6949 | 3735 msgstr "Înregistrare" |
3736 | |
7375 | 3737 #: src/gtkprefs.c:2269 |
6662 | 3738 msgid "Sounds" |
3739 msgstr "Sunete" | |
3740 | |
7375 | 3741 #: src/gtkprefs.c:2270 |
6662 | 3742 msgid "Sound Events" |
3743 msgstr "Evenimente sonore" | |
3744 | |
7375 | 3745 #: src/gtkprefs.c:2271 |
6662 | 3746 msgid "Away / Idle" |
3747 msgstr "Absenţă / Inactivitate" | |
3748 | |
7375 | 3749 #: src/gtkprefs.c:2272 |
6662 | 3750 msgid "Away Messages" |
3751 msgstr "Mesaje în absenţă" | |
3752 | |
7375 | 3753 #: src/gtkprefs.c:2275 |
6662 | 3754 msgid "Plugins" |
6949 | 3755 msgstr "Module" |
6662 | 3756 |
3757 #: src/gtkprivacy.c:86 | |
3758 msgid "Allow all users to contact me" | |
3759 msgstr "Permite tuturor să mă contacteze" | |
3760 | |
3761 #: src/gtkprivacy.c:87 | |
3762 msgid "Allow only the users on my buddy list" | |
3763 msgstr "Permite doar contactelor din listă" | |
3764 | |
3765 #: src/gtkprivacy.c:88 | |
3766 msgid "Allow only the users below" | |
3767 msgstr "Permite doar celor de mai jos" | |
3768 | |
3769 #: src/gtkprivacy.c:89 | |
3770 msgid "Block all users" | |
3771 msgstr "Blochează toţi utilizatorii" | |
3772 | |
3773 #: src/gtkprivacy.c:90 | |
3774 msgid "Block the users below" | |
3775 msgstr "Respinge doar pe cei de mai jos" | |
3776 | |
3777 #: src/gtkprivacy.c:368 | |
3778 msgid "Privacy" | |
6949 | 3779 msgstr "Securitate" |
6662 | 3780 |
3781 #: src/gtkprivacy.c:383 | |
3782 msgid "Changes to privacy settings take effect immediately." | |
6949 | 3783 msgstr "Setările de securitate intră în acţiune instantaneu." |
6662 | 3784 |
3785 #. "Set privacy for:" label | |
3786 #: src/gtkprivacy.c:395 | |
3787 msgid "Set privacy for:" | |
6949 | 3788 msgstr "Schimbă setările de securitate pentru:" |
6662 | 3789 |
3790 #: src/gtkprivacy.c:562 src/gtkprivacy.c:578 | |
3791 msgid "Permit User" | |
3792 msgstr "Permite utilizatorul" | |
3793 | |
3794 #: src/gtkprivacy.c:563 | |
3795 msgid "Type a user you permit to contact you." | |
3796 msgstr "Introduceţi un utilizator care să vă poată contacta." | |
3797 | |
3798 #: src/gtkprivacy.c:564 | |
3799 msgid "Please enter the name of the user you wish to be able to contact you." | |
3800 msgstr "Introduceţi numele utilizatorului care doriţi să vă poată contacta." | |
3801 | |
3802 #: src/gtkprivacy.c:567 src/gtkprivacy.c:580 | |
3803 msgid "Permit" | |
3804 msgstr "Permite" | |
3805 | |
3806 #: src/gtkprivacy.c:572 | |
3807 #, c-format | |
3808 msgid "Allow %s to contact you?" | |
3809 msgstr "Are voie %s să vă contacteze?" | |
3810 | |
3811 #: src/gtkprivacy.c:574 | |
3812 #, c-format | |
3813 msgid "Are you sure you wish to allow %s to contact you?" | |
3814 msgstr "Sunteţi sigur că doriţi ca %s să vă poată contacta?" | |
3815 | |
3816 #: src/gtkprivacy.c:601 src/gtkprivacy.c:614 | |
3817 msgid "Block User" | |
3818 msgstr "Blochează utilizatorul" | |
3819 | |
3820 #: src/gtkprivacy.c:602 | |
3821 msgid "Type a user to block." | |
3822 msgstr "Introduceţi un utilizator pe care să-l blocaţi." | |
3823 | |
3824 #: src/gtkprivacy.c:603 | |
3825 msgid "Please enter the name of the user you wish to block." | |
3826 msgstr "Introduceţi numele utilizatorului pe care doriţi să-l blocaţi." | |
3827 | |
3828 #: src/gtkprivacy.c:610 | |
3829 #, c-format | |
3830 msgid "Block %s?" | |
3831 msgstr "Îl blochez pe %s?" | |
3832 | |
3833 #: src/gtkprivacy.c:612 | |
3834 #, c-format | |
3835 msgid "Are you sure you want to block %s?" | |
3836 msgstr "Sunteţi sigur că doriţi ca %s să nu vă poată contacta?" | |
3837 | |
3838 #. * | |
3839 #. * A wrapper for gaim_request_action() that uses Yes and No buttons. | |
3840 #. | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3841 #: src/gtkrequest.c:200 src/protocols/gg/gg.c:660 src/request.h:843 |
6662 | 3842 msgid "Yes" |
3843 msgstr "Da" | |
3844 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3845 #: src/gtkrequest.c:201 src/protocols/gg/gg.c:660 src/request.h:843 |
6662 | 3846 msgid "No" |
3847 msgstr "Nu" | |
3848 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3849 #: src/gtkrequest.c:204 |
6662 | 3850 msgid "Apply" |
3851 msgstr "Aplică" | |
3852 | |
3853 #: src/gtksound.c:60 | |
3854 msgid "Buddy logs in" | |
3855 msgstr "Un contact se autentifică" | |
3856 | |
3857 #: src/gtksound.c:61 | |
3858 msgid "Buddy logs out" | |
3859 msgstr "Un contact se deautentifică" | |
3860 | |
3861 #: src/gtksound.c:62 | |
3862 msgid "Message received" | |
3863 msgstr "Mesaj primit" | |
3864 | |
3865 #: src/gtksound.c:63 | |
3866 msgid "Message received begins conversation" | |
3867 msgstr "Mesaj primit ce începe o discuţie" | |
3868 | |
3869 #: src/gtksound.c:64 | |
3870 msgid "Message sent" | |
3871 msgstr "Mesaj trimis" | |
3872 | |
3873 #: src/gtksound.c:65 | |
3874 msgid "Person enters chat" | |
3875 msgstr "Cineva intră în chat" | |
3876 | |
3877 #: src/gtksound.c:66 | |
3878 msgid "Person leaves chat" | |
3879 msgstr "Cineva iese din chat" | |
3880 | |
3881 #: src/gtksound.c:67 | |
3882 msgid "You talk in chat" | |
3883 msgstr "Spuneţi ceva într-un chat" | |
3884 | |
3885 #: src/gtksound.c:68 | |
3886 msgid "Others talk in chat" | |
3887 msgstr "Alţii spun ceva într-un chat" | |
3888 | |
3889 #: src/gtksound.c:71 | |
3890 msgid "Someone says your name in chat" | |
3891 msgstr "Cineva vă spune numele într-un chat" | |
3892 | |
3893 #: src/gtksound.c:153 | |
3894 #, c-format | |
3895 msgid "Unable to play sound because the chosen file (%s) does not exist." | |
3896 msgstr "Nu pot reda sunetul deoarece fişierul ales (%s) nu există." | |
3897 | |
3898 #: src/gtksound.c:169 | |
3899 msgid "" | |
3900 "Unable to play sound because the 'Command' sound method has been chosen, but " | |
3901 "no command has been set." | |
3902 msgstr "" | |
3903 "Nu pot reda sunetul deoarece aţi ales o comandă pentru redarea sunetului, " | |
3904 "dar nu aţi introdus-o." | |
3905 | |
3906 #: src/gtksound.c:178 | |
3907 #, c-format | |
3908 msgid "" | |
3909 "Unable to play sound because the configured sound command could not be " | |
3910 "launched: %s" | |
3911 msgstr "" | |
3912 "Nu am putut reda sunetul deoarece comanda aleasă nu a putut fi executată: %s" | |
3913 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3914 #: src/gtkutils.c:286 |
6662 | 3915 msgid "Can't save icon file to disk." |
3916 msgstr "Nu pot salva fişierul iconiţă." | |
3917 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
3918 #: src/gtkutils.c:321 |
6662 | 3919 msgid "Gaim - Save Icon" |
3920 msgstr "Gaim - Salvare iconiţă" | |
3921 | |
3922 #: src/log.c:30 | |
3923 msgid "Error in specifying buddy conversation." | |
3924 msgstr "Eroare la specificarea discuţiei cu un contact." | |
3925 | |
3926 #: src/log.c:36 | |
3927 msgid "Unable to find conversation log" | |
6949 | 3928 msgstr "Nu găsesc înregistrarea discuţiei." |
6662 | 3929 |
3930 #: src/log.c:119 src/log.c:140 src/log.c:153 | |
3931 #, c-format | |
3932 msgid "Unable to make directory %s for logging" | |
6949 | 3933 msgstr "Nu pot crea directorul %s pentru înregistrare." |
6662 | 3934 |
3935 #: src/log.c:207 src/log.c:223 | |
3936 #, c-format | |
3937 msgid "IM Sessions with %s\n" | |
3938 msgstr "Sesiuni de mesaje cu %s\n" | |
3939 | |
3940 #: src/log.c:210 src/log.c:226 | |
3941 #, c-format | |
3942 msgid "IM Sessions with %s" | |
3943 msgstr "Sesiuni de mesaje cu %s" | |
3944 | |
3945 #: src/log.c:270 | |
3946 #, c-format | |
3947 msgid "+++ %s (%s) signed on @ %s" | |
3948 msgstr "+++ %s (%s) s-a autentificat @ %s" | |
3949 | |
3950 #: src/log.c:275 | |
3951 #, c-format | |
3952 msgid "+++ %s (%s) signed off @ %s" | |
3953 msgstr "+++ %s (%s) s-a deautentificat @ %s" | |
3954 | |
3955 #: src/log.c:280 | |
3956 #, c-format | |
3957 msgid "+++ %s (%s) changed away state @ %s" | |
3958 msgstr "+++ %s (%s) şi-a schimbat starea în absenţă @ %s" | |
3959 | |
3960 #: src/log.c:285 | |
3961 #, c-format | |
3962 msgid "+++ %s (%s) came back @ %s" | |
3963 msgstr "+++ %s (%s) a revenit @ %s" | |
3964 | |
3965 #: src/log.c:290 | |
3966 #, c-format | |
3967 msgid "+++ %s (%s) became idle @ %s" | |
3968 msgstr "+++ %s (%s) a intrat în inactivitate @ %s" | |
3969 | |
3970 #: src/log.c:295 | |
3971 #, c-format | |
3972 msgid "+++ %s (%s) returned from idle @ %s" | |
3973 msgstr "+++ %s (%s) s-a întors din inactivitate @ %s" | |
3974 | |
3975 #: src/log.c:300 | |
3976 #, c-format | |
3977 msgid "+++ Program exit @ %s" | |
3978 msgstr "+++ Ieşire din program @ %s" | |
3979 | |
3980 #: src/log.c:307 | |
3981 #, c-format | |
3982 msgid "%s (%s) reported that %s (%s) signed on @ %s" | |
3983 msgstr "%s (%s) raportează că %s (%s) s-a autentificat @ %s" | |
3984 | |
3985 #: src/log.c:312 | |
3986 #, c-format | |
3987 msgid "%s (%s) reported that %s (%s) signed off @ %s" | |
3988 msgstr "%s (%s) raportează că %s (%s) s-a deautentificat @ %s" | |
3989 | |
3990 #: src/log.c:317 | |
3991 #, c-format | |
3992 msgid "%s (%s) reported that %s (%s) went away @ %s" | |
3993 msgstr "%s (%s) raportează că %s (%s) a intrat în absenţă @ %s" | |
3994 | |
3995 #: src/log.c:322 | |
3996 #, c-format | |
3997 msgid "%s (%s) reported that %s (%s) came back @ %s" | |
3998 msgstr "%s (%s) raportează că %s (%s) s-a reîntors @ %s" | |
3999 | |
4000 #: src/log.c:327 | |
4001 #, c-format | |
4002 msgid "%s (%s) reported that %s (%s) became idle @ %s" | |
4003 msgstr "%s (%s) raportează că %s (%s) a devenit inactiv @ %s" | |
4004 | |
4005 #: src/log.c:333 | |
4006 #, c-format | |
4007 msgid "%s (%s) reported that %s (%s) returned from idle @ %s" | |
4008 msgstr "%s (%s) raportează că %s (%s) s-a reîntors din inactivitate @ %s" | |
4009 | |
4010 #: src/log.c:345 | |
4011 #, c-format | |
4012 msgid "%s (%s) reported that %s signed on @ %s" | |
4013 msgstr "%s (%s) raportează că %s s-a autentificat @ %s" | |
4014 | |
4015 #: src/log.c:350 | |
4016 #, c-format | |
4017 msgid "%s (%s) reported that %s signed off @ %s" | |
4018 msgstr "%s (%s) raportează că %s s-a deautentificat @ %s" | |
4019 | |
4020 #: src/log.c:355 | |
4021 #, c-format | |
4022 msgid "%s (%s) reported that %s went away @ %s" | |
4023 msgstr "%s (%s) raportează că %s a intrat în absenţă @ %s" | |
4024 | |
4025 #: src/log.c:360 | |
4026 #, c-format | |
4027 msgid "%s (%s) reported that %s came back @ %s" | |
4028 msgstr "%s (%s) raportează că %s s-a reîntors @ %s" | |
4029 | |
4030 #: src/log.c:365 | |
4031 #, c-format | |
4032 msgid "%s (%s) reported that %s became idle @ %s" | |
4033 msgstr "%s (%s) raportează că %s a devenit inactiv @ %s" | |
4034 | |
4035 #: src/log.c:371 | |
4036 #, c-format | |
4037 msgid "%s (%s) reported that %s returned from idle @ %s" | |
4038 msgstr "%s (%s) raportează că %s a ieşit din inactivitate @ %s" | |
4039 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4040 #: src/main.c:148 |
6662 | 4041 msgid "Please enter your login." |
4042 msgstr "Vă rugăm să vă autentificaţi." | |
4043 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4044 #: src/main.c:231 |
6662 | 4045 msgid "<New User>" |
4046 msgstr "<Utilizator nou>" | |
4047 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4048 #: src/main.c:273 |
6662 | 4049 msgid "Login" |
4050 msgstr "Autentificare" | |
4051 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4052 #. full help text |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4053 #: src/main.c:550 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4054 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4055 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4056 "Gaim %s\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4057 "Usage: %s [OPTION]...\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4058 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4059 " -a, --acct display account editor window\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4060 " -w, --away[=MESG] make away on signon (optional argument MESG specifies\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4061 " name of away message to use)\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4062 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4063 " account(s) to use, seperated by commas)\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4064 " -n, --loginwin don't automatically login; show login window\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4065 " -u, --user=NAME use account NAME\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4066 " -f, --file=FILE use FILE as config\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4067 " -d, --debug print debugging messages to stdout\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4068 " -v, --version display the current version and exit\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4069 " -h, --help display this help and exit\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4070 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4071 "Gaim %s\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4072 "Utilizare: %s [OPŢIUNE]...\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4073 "\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4074 " -a, --acct arată fereastra editorului de conturi\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4075 " -w, --away[=MESAJ] intră în absenţă la autentificare (argumentul opţional " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4076 "MESAJ\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4077 " specifică numele mesajului în absenţă ce va fi " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4078 "folosit)\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4079 " -l, --login[=NUME] autentificare automată (argumentul opţional NUME " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4080 "specifică\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4081 " contul/conturile de utilizat, despărţite prin " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4082 "virgulă)\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4083 " -n, --loginwin fără autentificare automată, arată fereastra de " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4084 "autentificare\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4085 " -u, --user=NUME utilizează contul NUME\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4086 " -f, --file=FIŞIER utilizează FIŞIER pentru configurare\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4087 " -d, --debug afişează mesajele de depanare în ieşirea standard " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4088 "(stdout)\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4089 " -v, --version arată versiunea curentă şi ieşi\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4090 " -h, --help afişează aceste mesaje de ajutor şi ieşi\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4091 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4092 #. short message |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4093 #: src/main.c:565 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4094 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4095 msgid "Gaim %s. Try `%s -h' for more information.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4096 msgstr "Gaim %s. Încercaţi „%s -h“ pentru mai multe informaţii.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4097 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4098 #: src/plugin.c:260 |
6662 | 4099 #, c-format |
4100 msgid "" | |
4101 "The required plugin %s was not found. Please install this plugin and try " | |
4102 "again." | |
4103 msgstr "" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4104 "Modulul %s cerut nu a fost găsit. Instalaţi acest modul şi încercaţi din nou." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4105 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4106 #: src/plugin.c:265 src/plugin.c:293 |
6662 | 4107 msgid "Gaim was unable to load your plugin." |
6949 | 4108 msgstr "Gaim nu a putut încărca acest modul." |
4109 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4110 #: src/plugin.c:289 |
6662 | 4111 #, c-format |
4112 msgid "The required plugin %s was unable to load." | |
6949 | 4113 msgstr "Modulul %s cerut nu a putut fi încărcat." |
4114 | |
4115 #: src/prefs.c:111 src/status.c:270 | |
6662 | 4116 msgid "Slightly less boring default" |
4117 msgstr "Mesajul implicit" | |
4118 | |
7375 | 4119 #: src/protocols/gg/gg.c:49 src/protocols/jabber/jutil.c:110 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4120 #: src/protocols/msn/msn.c:344 src/protocols/msn/state.c:27 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4121 #: src/protocols/msn/state.c:28 src/protocols/msn/state.c:35 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4122 #: src/protocols/msn/state.c:36 src/protocols/yahoo/yahoo.c:2304 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4123 #: src/protocols/yahoo/yahoo.c:2405 |
3462 | 4124 msgid "Available" |
4125 msgstr "Disponibil" | |
4126 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4127 #: src/protocols/gg/gg.c:50 |
3462 | 4128 msgid "Available for friends only" |
4129 msgstr "Disponibil doar pentru prieteni" | |
4130 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4131 #: src/protocols/gg/gg.c:52 |
3462 | 4132 msgid "Away for friends only" |
4133 msgstr "Absent doar pentru prieteni" | |
4134 | |
7375 | 4135 #: src/protocols/gg/gg.c:53 src/protocols/jabber/jabber.c:895 |
4136 #: src/protocols/jabber/presence.c:91 src/protocols/oscar/oscar.c:2843 | |
4137 #: src/protocols/oscar/oscar.c:4527 src/protocols/oscar/oscar.c:4554 | |
4138 #: src/protocols/oscar/oscar.c:6091 src/protocols/yahoo/yahoo.c:2026 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4139 #: src/protocols/yahoo/yahoo.c:2324 src/protocols/yahoo/yahoo.c:2415 |
3462 | 4140 msgid "Invisible" |
4141 msgstr "Invizibil" | |
4142 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4143 #: src/protocols/gg/gg.c:54 |
3462 | 4144 msgid "Invisible for friends only" |
4145 msgstr "Invizibil doar pentru prieteni" | |
4146 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4147 #: src/protocols/gg/gg.c:55 |
3462 | 4148 msgid "Unavailable" |
4149 msgstr "Nedisponibil" | |
4150 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4151 #: src/protocols/gg/gg.c:136 |
3462 | 4152 msgid "Unable to resolve hostname." |
6362 | 4153 msgstr "Nu pot rezolva numele serverului." |
3462 | 4154 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4155 #: src/protocols/gg/gg.c:139 |
3462 | 4156 msgid "Unable to connect to server." |
6546 | 4157 msgstr "Nu mă pot conecta la server." |
3462 | 4158 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4159 #: src/protocols/gg/gg.c:142 |
3462 | 4160 msgid "Invalid response from server." |
6546 | 4161 msgstr "Răspuns invalid de la server." |
3462 | 4162 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4163 #: src/protocols/gg/gg.c:145 |
5348 | 4164 msgid "Error while reading from socket." |
6362 | 4165 msgstr "Eroare la citirea din socket." |
5348 | 4166 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4167 #: src/protocols/gg/gg.c:148 |
5348 | 4168 msgid "Error while writing to socket." |
6546 | 4169 msgstr "Eroare la scrierea în socket." |
5348 | 4170 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4171 #: src/protocols/gg/gg.c:151 |
5348 | 4172 msgid "Authentication failed." |
6546 | 4173 msgstr "Autentificare eşuată." |
5348 | 4174 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4175 #: src/protocols/gg/gg.c:154 |
3462 | 4176 msgid "Unknown Error Code." |
4177 msgstr "Cod necunoscut de eroare." | |
4178 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4179 #: src/protocols/gg/gg.c:259 |
3462 | 4180 #, c-format |
4181 msgid "Status: %s" | |
4182 msgstr "Status: %s" | |
4183 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4184 #: src/protocols/gg/gg.c:280 |
3462 | 4185 msgid "Could not connect" |
6546 | 4186 msgstr "Nu mă pot conecta" |
3462 | 4187 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4188 #: src/protocols/gg/gg.c:287 |
3462 | 4189 msgid "Unable to read socket" |
6362 | 4190 msgstr "Nu pot citi din socket" |
4191 | |
4192 #. we didn't successfully connect. tdt->toc_fd is valid here | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4193 #: src/protocols/gg/gg.c:399 src/protocols/icq/gaim_icq.c:344 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4194 #: src/protocols/toc/toc.c:200 |
3462 | 4195 msgid "Unable to connect." |
6546 | 4196 msgstr "Nu mă pot conecta." |
3462 | 4197 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4198 #: src/protocols/gg/gg.c:415 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4199 msgid "Reading data" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4200 msgstr "Citesc date" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4201 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4202 #: src/protocols/gg/gg.c:418 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4203 msgid "Balancer handshake" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4204 msgstr "Echilibrare sincronizare" |
3462 | 4205 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4206 #: src/protocols/gg/gg.c:421 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4207 msgid "Reading server key" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4208 msgstr "Primesc cheia serverului" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4209 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4210 #: src/protocols/gg/gg.c:424 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4211 msgid "Exchanging key hash" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4212 msgstr "Schimb key hash" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4213 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4214 #: src/protocols/gg/gg.c:434 |
3462 | 4215 msgid "Critical error in GG library\n" |
6949 | 4216 msgstr "Eroare critică în modulul GG\n" |
3462 | 4217 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4218 #: src/protocols/gg/gg.c:452 src/protocols/gg/gg.c:543 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4219 #: src/protocols/toc/toc.c:176 |
3462 | 4220 #, c-format |
4221 msgid "Connect to %s failed" | |
6546 | 4222 msgstr "Conectarea la %s a eşuat" |
3462 | 4223 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4224 #: src/protocols/gg/gg.c:500 |
4208 | 4225 msgid "Unable to ping server" |
6546 | 4226 msgstr "Serverul nu răspunde la ping" |
4208 | 4227 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4228 #: src/protocols/gg/gg.c:512 |
4208 | 4229 msgid "Send as message" |
4230 msgstr "Trimite ca mesaj" | |
4231 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4232 #: src/protocols/gg/gg.c:517 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4233 msgid "Looking up GG server" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4234 msgstr "Caut serverul GG" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4235 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4236 #: src/protocols/gg/gg.c:520 |
4208 | 4237 msgid "Invalid Gadu-Gadu UIN specified" |
6546 | 4238 msgstr "Aţi specificat un UIN Gadu-Gadu invalid" |
4208 | 4239 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4240 #: src/protocols/gg/gg.c:567 |
3462 | 4241 msgid "You are trying to send a message to an invalid Gadu-Gadu UIN." |
6546 | 4242 msgstr "Aţi încercat să trimiteţi un mesaj către un UIN Gadu-Gadu invalid." |
3462 | 4243 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4244 #: src/protocols/gg/gg.c:629 |
3462 | 4245 msgid "Couldn't get search results" |
6546 | 4246 msgstr "Nu am putut obţine rezultatele căutării" |
3462 | 4247 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4248 #: src/protocols/gg/gg.c:634 |
3462 | 4249 msgid "Gadu-Gadu Search Engine" |
6546 | 4250 msgstr "Motorul de căutare Gadu-Gadu" |
3462 | 4251 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4252 #: src/protocols/gg/gg.c:659 |
3462 | 4253 msgid "Active" |
4254 msgstr "Activ" | |
4255 | |
7375 | 4256 #: src/protocols/gg/gg.c:664 src/protocols/oscar/oscar.c:3907 |
5348 | 4257 msgid "UIN" |
4258 msgstr "UIN" | |
4259 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4260 #: src/protocols/gg/gg.c:668 |
5348 | 4261 msgid "First name" |
4262 msgstr "Prenume" | |
4584 | 4263 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4264 #. Last Name |
7375 | 4265 #: src/protocols/gg/gg.c:673 src/protocols/jabber/jabber.c:582 |
4266 #: src/protocols/oscar/oscar.c:3915 src/protocols/trepia/trepia.c:265 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4267 msgid "Last Name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4268 msgstr "Nume de familie" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4269 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4270 #: src/protocols/gg/gg.c:677 src/protocols/gg/gg.c:1389 |
7375 | 4271 #: src/protocols/irc/msgs.c:183 src/protocols/oscar/oscar.c:3909 |
3462 | 4272 msgid "Nick" |
4273 msgstr "Pseudonim" | |
4274 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4275 #: src/protocols/gg/gg.c:684 src/protocols/gg/gg.c:687 |
3462 | 4276 msgid "Birth year" |
6546 | 4277 msgstr "Anul naşterii" |
3462 | 4278 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4279 #: src/protocols/gg/gg.c:693 src/protocols/gg/gg.c:695 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4280 #: src/protocols/gg/gg.c:697 |
3462 | 4281 msgid "Sex" |
4282 msgstr "Sex" | |
4283 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4284 #. City |
7375 | 4285 #: src/protocols/gg/gg.c:701 src/protocols/jabber/jabber.c:592 |
4286 #: src/protocols/oscar/oscar.c:3961 src/protocols/oscar/oscar.c:3977 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4287 #: src/protocols/trepia/trepia.c:322 src/protocols/trepia/trepia.c:421 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4288 msgid "City" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4289 msgstr "Oraş" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4290 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4291 #. res[0] == username |
7375 | 4292 #: src/protocols/gg/gg.c:722 src/protocols/msn/msn.c:1261 |
4293 #: src/protocols/msn/msn.c:1503 src/protocols/napster/napster.c:387 | |
4294 #: src/protocols/oscar/oscar.c:2885 src/protocols/oscar/oscar.c:3190 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4295 #: src/protocols/toc/toc.c:498 src/protocols/yahoo/yahoo.c:2581 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4296 #: src/protocols/yahoo/yahoo.c:2603 src/protocols/yahoo/yahoo.c:2623 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4297 #: src/protocols/yahoo/yahoo.c:2810 src/protocols/zephyr/zephyr.c:355 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4298 msgid "Buddy Information" |
7375 | 4299 msgstr "Informaţii contact" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4300 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4301 #: src/protocols/gg/gg.c:741 |
3488 | 4302 msgid "There is no Buddy List stored on the Gadu-Gadu server." |
6546 | 4303 msgstr "Nu există nici o listă de contacte pe serverul Gadu-Gadu." |
3488 | 4304 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4305 #: src/protocols/gg/gg.c:749 |
4059 | 4306 msgid "Couldn't Import Buddy List from Server" |
3462 | 4307 msgstr "Nu am putut importa lista de contacte de pe server" |
4308 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4309 #: src/protocols/gg/gg.c:812 |
3488 | 4310 msgid "Buddy List successfully transferred to Gadu-Gadu server" |
6546 | 4311 msgstr "Lista de contacte a fost transferată cu succes pe serverul Gadu-Gadu" |
3488 | 4312 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4313 #: src/protocols/gg/gg.c:820 |
3488 | 4314 msgid "Couldn't transfer Buddy List to Gadu-Gadu server" |
4315 msgstr "Nu am putut transfera lista de contacte pe serverul Gadu-Gadu" | |
4316 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4317 #: src/protocols/gg/gg.c:828 |
4059 | 4318 msgid "Buddy List successfully deleted from Gadu-Gadu server" |
6546 | 4319 msgstr "Lista de contacte a fost ştearsă de pe serverul Gadu-Gadu" |
3488 | 4320 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4321 #: src/protocols/gg/gg.c:836 |
3488 | 4322 msgid "Couldn't delete Buddy List from Gadu-Gadu server" |
6546 | 4323 msgstr "Nu am putut şterge lista de contacte de pe serverul Gadu-Gadu" |
3488 | 4324 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4325 #: src/protocols/gg/gg.c:844 |
3462 | 4326 msgid "Password changed successfully" |
6546 | 4327 msgstr "Parola a fost schimbată cu succes" |
3462 | 4328 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4329 #: src/protocols/gg/gg.c:851 |
3462 | 4330 msgid "Password couldn't be changed" |
6546 | 4331 msgstr "Parola nu a putut fi schimbată" |
3462 | 4332 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4333 #: src/protocols/gg/gg.c:968 |
3488 | 4334 msgid "Error communicating with Gadu-Gadu server" |
6949 | 4335 msgstr "Eroare de comunicare cu serverul Gadu-Gadu" |
3488 | 4336 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4337 #: src/protocols/gg/gg.c:969 |
3488 | 4338 msgid "" |
4059 | 4339 "Gaim was unable to complete your request due to a problem communicating with " |
3488 | 4340 "the Gadu-Gadu HTTP server. Please try again later." |
4341 msgstr "" | |
6546 | 4342 "Gaim nu a putut da curs cererii dumneavoastră datorită unei probleme în " |
6949 | 4343 "comunicarea cu serverul HTTP Gadu-Gadu. Vă rugăm să încercaţi mai târziu." |
4584 | 4344 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4345 #: src/protocols/gg/gg.c:997 |
3488 | 4346 msgid "Unable to import Gadu-Gadu buddy list" |
4347 msgstr "Nu pot importa lista de contacte Gadu-Gadu" | |
4348 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4349 #: src/protocols/gg/gg.c:998 |
3488 | 4350 msgid "" |
4351 "Gaim was unable to connect to the Gadu-Gadu buddy list server. Please try " | |
4352 "again later." | |
4353 msgstr "" | |
6546 | 4354 "Gaim nu s-a putut conecta la serverul Gadu-Gadu cu listele de contact. Vă " |
4355 "rugăm încercaţi din nou mai târziu." | |
4208 | 4356 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4357 #: src/protocols/gg/gg.c:1071 |
3488 | 4358 msgid "Couldn't export buddy list" |
4359 msgstr "Nu am putut exporta lista de contacte" | |
4360 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4361 #: src/protocols/gg/gg.c:1072 src/protocols/gg/gg.c:1095 |
3488 | 4362 msgid "" |
4363 "Gaim was unable to connect to the buddy list server. Please try again later." | |
4364 msgstr "" | |
6546 | 4365 "Gaim nu s-a putut conecta la serverul cu lista de contacte. Încercaţi mai " |
4366 "târziu." | |
4208 | 4367 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4368 #: src/protocols/gg/gg.c:1094 |
3488 | 4369 msgid "Unable to delete Gadu-Gadu buddy list" |
6546 | 4370 msgstr "Nu pot şterge lista de contacte Gadu-Gadu" |
3488 | 4371 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4372 #: src/protocols/gg/gg.c:1143 |
6662 | 4373 msgid "Unable to access directory" |
4374 msgstr "Nu pot accesa directorul" | |
4375 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4376 #: src/protocols/gg/gg.c:1144 |
3488 | 4377 msgid "" |
4378 "Gaim was unable to search the Directory because it was unable to connect to " | |
4059 | 4379 "the directory server. Please try again later." |
3488 | 4380 msgstr "" |
6546 | 4381 "Gaim nu a putut căuta în director deoarece nu s-a putut conecta la server. " |
4382 "Vă rugăm încercaţi din nou mai târziu." | |
3488 | 4383 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4384 #: src/protocols/gg/gg.c:1177 |
3488 | 4385 msgid "Unable to change Gadu-Gadu password" |
4386 msgstr "Nu pot schimba parola Gadu-Gadu" | |
4387 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4388 #: src/protocols/gg/gg.c:1178 |
3488 | 4389 msgid "" |
4390 "Gaim was unable to change your password due to an error connecting to the " | |
4391 "Gadu-Gadu server. Please try again later." | |
4392 msgstr "" | |
6546 | 4393 "Gaim nu a putut schimba parola datorită unei erori de conectare la serverul " |
4394 "Gadu-Gadu. Vă rugăm încercaţi din nou mai târziu." | |
3488 | 4395 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4396 #: src/protocols/gg/gg.c:1195 |
3462 | 4397 msgid "Directory Search" |
6546 | 4398 msgstr "Căutare în director" |
3462 | 4399 |
7375 | 4400 #: src/protocols/gg/gg.c:1204 src/protocols/jabber/jabber.c:1005 |
4401 #: src/protocols/oscar/oscar.c:6446 src/protocols/toc/toc.c:1546 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4402 msgid "Change Password" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4403 msgstr "Schimbare parola" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4404 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4405 #: src/protocols/gg/gg.c:1212 |
4059 | 4406 msgid "Import Buddy List from Server" |
6546 | 4407 msgstr "Importă lista de contacte de pe server" |
3462 | 4408 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4409 #: src/protocols/gg/gg.c:1218 |
4059 | 4410 msgid "Export Buddy List to Server" |
6546 | 4411 msgstr "Exportă lista de contacte către server" |
3462 | 4412 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4413 #: src/protocols/gg/gg.c:1224 |
4059 | 4414 msgid "Delete Buddy List from Server" |
6546 | 4415 msgstr "Şterge lista de contacte de pe server" |
3462 | 4416 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4417 #: src/protocols/gg/gg.c:1257 |
3488 | 4418 msgid "Unable to access user profile." |
4419 msgstr "Nu pot accesa profilul utilizatorului." | |
4420 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4421 #: src/protocols/gg/gg.c:1258 |
3488 | 4422 msgid "" |
4059 | 4423 "Gaim was unable to access this user's profile due to an error connecting to " |
3488 | 4424 "the directory server. Please try again later." |
4425 msgstr "" | |
6546 | 4426 "Gaim nu a putut accesa profilul acestui utilizator datorită unei erori la " |
4427 "conectarea la serverul directorului. Vă rugăm încercaţi din nou mai târziu." | |
3488 | 4428 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4429 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4430 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4431 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4432 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4433 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4434 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4435 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4436 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4437 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4438 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4439 #: src/protocols/gg/gg.c:1370 src/protocols/gg/gg.c:1372 |
5348 | 4440 msgid "Gadu-Gadu Protocol Plugin" |
6949 | 4441 msgstr "Modul de protocol Gadu-Gadu" |
5348 | 4442 |
4443 #: src/protocols/icq/gaim_icq.c:224 | |
3488 | 4444 msgid "Gaim encountered an error communicating with the ICQ server." |
6949 | 4445 msgstr "Eroare la comunicarea cu serverul ICQ." |
3488 | 4446 |
5348 | 4447 #: src/protocols/icq/gaim_icq.c:294 |
4448 #, c-format | |
4449 msgid "The user %s (%s%s%s%s%s) wants you to authorize them." | |
6546 | 4450 msgstr "Utilizatorul %s (%s%s%s%s%s) doreşte să fie autorizat." |
5348 | 4451 |
7375 | 4452 #: src/protocols/icq/gaim_icq.c:297 src/protocols/jabber/presence.c:184 |
4453 #: src/protocols/msn/notification.c:948 src/protocols/msn/notification.c:1269 | |
4454 #: src/protocols/msn/notification.c:1435 src/protocols/oscar/oscar.c:2615 | |
4455 #: src/protocols/oscar/oscar.c:5085 | |
4208 | 4456 msgid "Authorize" |
6546 | 4457 msgstr "Autorizează" |
4584 | 4458 |
7375 | 4459 #: src/protocols/icq/gaim_icq.c:297 src/protocols/jabber/presence.c:185 |
4460 #: src/protocols/msn/notification.c:949 src/protocols/msn/notification.c:1271 | |
4461 #: src/protocols/msn/notification.c:1437 src/protocols/oscar/oscar.c:2617 | |
4462 #: src/protocols/oscar/oscar.c:5086 | |
4208 | 4463 msgid "Deny" |
6546 | 4464 msgstr "Refuză" |
4208 | 4465 |
5348 | 4466 #: src/protocols/icq/gaim_icq.c:310 |
3462 | 4467 msgid "Send message through server" |
4468 msgstr "Trimite mesajele prin server" | |
4469 | |
5348 | 4470 #: src/protocols/icq/gaim_icq.c:352 |
4471 msgid "Connecting..." | |
6362 | 4472 msgstr "Autentificare..." |
4473 | |
6662 | 4474 #: src/protocols/icq/gaim_icq.c:497 |
5348 | 4475 msgid "Nick:" |
4476 msgstr "Pseudonim:" | |
4477 | |
4478 #: src/protocols/icq/gaim_icq.c:498 | |
4208 | 4479 msgid "Gaim User" |
4584 | 4480 msgstr "Utilizator Gaim" |
4208 | 4481 |
6362 | 4482 #: src/protocols/irc/cmds.c:41 |
4483 #, c-format | |
4484 msgid "Unknown command: %s" | |
6546 | 4485 msgstr "Comandă necunoscută: %s" |
6362 | 4486 |
6662 | 4487 #: src/protocols/irc/cmds.c:135 |
4488 msgid "" | |
4489 "<B>Supported IRC Commands:</B><BR>AWAY INVITE JOIN KICK<BR>ME MODE MSG " | |
4490 "NAMES<BR>NICK OP DEOP OPERWALL<BR>PART PING QUERY QUIT<BR>QUOTE REMOVE TOPIC " | |
4491 "UMODE<BR>VOICE DEVOICE WALLOPS WHOIS<BR>" | |
4492 msgstr "" | |
4493 "<B>Comenzi IRC suportate:</B><BR>AWAY INVITE JOIN KICK<BR>ME MODE MSG " | |
4494 "NAMES<BR>NICK OP DEOP OPERWALL<BR>PART PING QUERY QUIT<BR>QUOTE REMOVE TOPIC " | |
4495 "UMODE<BR>VOICE DEVOICE WALLOPS WHOIS<BR>" | |
4496 | |
4497 #: src/protocols/irc/cmds.c:144 | |
4498 msgid "" | |
4499 "<B>Supported IRC Commands:</B><BR>AWAY JOIN ME MODE<BR>MSG NICK OPERWALL " | |
4500 "PING<BR>QUERY QUIT QUOTE UMODE<BR>WALLOPS WHOIS" | |
4501 msgstr "" | |
4502 "<B>Comenzi IRC suportate:</B><BR>AWAY JOIN ME MODE<BR>MSG NICK OPERWALL " | |
4503 "PING<BR>QUERY QUIT QUOTE UMODE<BR>WALLOPS WHOIS" | |
4504 | |
4505 #: src/protocols/irc/cmds.c:459 | |
6362 | 4506 #, c-format |
4507 msgid "current topic is: %s" | |
4508 msgstr "topic curent este: %s" | |
4509 | |
6662 | 4510 #: src/protocols/irc/cmds.c:461 |
4208 | 4511 msgid "No topic is set" |
6546 | 4512 msgstr "Nu există topic" |
4584 | 4513 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4514 #: src/protocols/irc/irc.c:64 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4515 msgid "Error displaying MOTD" |
7375 | 4516 msgstr "Eroare la afişarea MOTD" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4517 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4518 #: src/protocols/irc/irc.c:64 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4519 msgid "No MOTD available" |
7375 | 4520 msgstr "Nici s-a găsit un MOTD" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4521 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4522 #: src/protocols/irc/irc.c:65 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4523 msgid "There is no MOTD associated with this connection." |
7375 | 4524 msgstr "Nu există un MOTD asociat cu această conexiune." |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4525 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4526 #: src/protocols/irc/irc.c:68 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4527 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4528 msgid "MOTD for %s" |
7375 | 4529 msgstr "MOTD pentru %s" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4530 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4531 #: src/protocols/irc/irc.c:137 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4532 msgid "View MOTD" |
7375 | 4533 msgstr "Arată MOTD" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4534 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4535 #: src/protocols/irc/irc.c:156 |
6362 | 4536 msgid "Channel:" |
4537 msgstr "Canal:" | |
4538 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4539 #: src/protocols/irc/irc.c:180 |
6949 | 4540 msgid "IRC nicks may not contain whitespace" |
4541 msgstr "Pseudonimele IRC nu pot conţine spaţii" | |
4542 | |
7375 | 4543 #: src/protocols/irc/irc.c:199 src/protocols/toc/toc.c:228 |
5348 | 4544 #, c-format |
4545 msgid "Signon: %s" | |
4546 msgstr "Autentificare: %s" | |
4547 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4548 #: src/protocols/irc/irc.c:208 |
6362 | 4549 msgid "Couldn't create socket" |
4550 msgstr "Nu am putut crea un socket" | |
3462 | 4551 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4552 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4553 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4554 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4555 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4556 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4557 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4558 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4559 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4560 #. *< version |
7375 | 4561 #: src/protocols/irc/irc.c:532 |
5348 | 4562 msgid "IRC Protocol Plugin" |
6949 | 4563 msgstr "Modul de protocol IRC" |
6362 | 4564 |
4565 #. * summary | |
7375 | 4566 #: src/protocols/irc/irc.c:533 |
6362 | 4567 msgid "The IRC Protocol Plugin that Sucks Less" |
6949 | 4568 msgstr "Modul îmbunătăţit de protocol IRC" |
6362 | 4569 |
7375 | 4570 #: src/protocols/irc/irc.c:550 src/protocols/irc/msgs.c:197 |
4571 #: src/protocols/jabber/jabber.c:1101 src/protocols/napster/napster.c:637 | |
6362 | 4572 msgid "Server" |
4573 msgstr "Server" | |
4574 | |
7375 | 4575 #: src/protocols/irc/irc.c:556 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
4576 msgid "Encoding" |
6362 | 4577 msgstr "Codare" |
4578 | |
7375 | 4579 #: src/protocols/irc/irc.c:559 src/protocols/irc/msgs.c:191 |
4580 #: src/protocols/jabber/jabber.c:552 | |
4581 msgid "Username" | |
4582 msgstr "Nume utilizator" | |
4583 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4584 #: src/protocols/irc/msgs.c:98 |
6362 | 4585 msgid "Bad mode" |
6546 | 4586 msgstr "Mod greşit" |
6362 | 4587 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4588 #: src/protocols/irc/msgs.c:109 |
6362 | 4589 #, c-format |
4590 msgid "You are banned from %s." | |
6546 | 4591 msgstr "Aţi fost respins din %s." |
6362 | 4592 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4593 #: src/protocols/irc/msgs.c:110 |
6362 | 4594 msgid "Banned" |
4595 msgstr "Respins" | |
4596 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4597 #: src/protocols/irc/msgs.c:184 |
6362 | 4598 msgid " <i>(ircop)</i>" |
4599 msgstr " <i>(operator IRC)</i>" | |
4600 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4601 #: src/protocols/irc/msgs.c:185 |
6362 | 4602 msgid " <i>(identified)</i>" |
4603 msgstr " <i>(identificat)</i>" | |
4604 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4605 #: src/protocols/irc/msgs.c:192 src/protocols/yahoo/yahoo.c:2681 |
6362 | 4606 msgid "Realname" |
4607 msgstr "Nume real" | |
4608 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4609 #: src/protocols/irc/msgs.c:202 |
6362 | 4610 msgid "Currently on" |
4611 msgstr "Conectat" | |
4612 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4613 #: src/protocols/irc/msgs.c:207 |
6362 | 4614 #, c-format |
4615 msgid "<b>Idle for:</b> %s<br>" | |
6662 | 4616 msgstr "<b>Inactiv de:</b> %s<br>" |
6362 | 4617 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4618 #: src/protocols/irc/msgs.c:209 |
6362 | 4619 msgid "Online since" |
4620 msgstr "Conectat din" | |
4621 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4622 #: src/protocols/irc/msgs.c:212 |
6362 | 4623 msgid "<br><b>Defining adjective:</b> Glorious<br>" |
4624 msgstr "<br><b>Adjectiv definitoriu:</b> Glorios<br>" | |
4625 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4626 #: src/protocols/irc/msgs.c:219 |
7375 | 4627 #, c-format |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4628 msgid "Buddy Information for %s" |
7375 | 4629 msgstr "Detalii contact pentru %s" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4630 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4631 #: src/protocols/irc/msgs.c:247 |
6362 | 4632 #, c-format |
4633 msgid "%s has changed the topic to: %s" | |
6546 | 4634 msgstr "%s a schimbat topicul în: %s" |
6362 | 4635 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4636 #: src/protocols/irc/msgs.c:252 |
6362 | 4637 #, c-format |
4638 msgid "The topic for %s is: %s" | |
4639 msgstr "Topicul pentru %s este: %s" | |
4640 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4641 #: src/protocols/irc/msgs.c:266 |
6362 | 4642 #, c-format |
4643 msgid "Unknown message '%s'" | |
6662 | 4644 msgstr "Mesaj necunoscut „%s“" |
6362 | 4645 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4646 #: src/protocols/irc/msgs.c:267 |
6362 | 4647 msgid "Unknown message" |
4648 msgstr "Mesaj necunoscut" | |
4649 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4650 #: src/protocols/irc/msgs.c:267 |
6362 | 4651 msgid "Gaim has sent a message the IRC server did not understand." |
6546 | 4652 msgstr "Gaim a trimis un mesaj neînţeles de către serverul IRC." |
6362 | 4653 |
4654 #. does this happen? | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4655 #: src/protocols/irc/msgs.c:371 |
6362 | 4656 msgid "no such channel" |
6546 | 4657 msgstr "nu există un asemenea canal" |
6362 | 4658 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4659 #: src/protocols/irc/msgs.c:374 |
6362 | 4660 msgid "User is not logged in" |
4661 msgstr "Utilizator neconectat" | |
4662 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4663 #: src/protocols/irc/msgs.c:379 |
6362 | 4664 msgid "No such nick or channel" |
6546 | 4665 msgstr "Nu există un asemenea pseudonim sau canal" |
6362 | 4666 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4667 #: src/protocols/irc/msgs.c:399 |
6362 | 4668 msgid "Could not send" |
4669 msgstr "Nu am putut trimite" | |
4670 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4671 #: src/protocols/irc/msgs.c:455 |
6362 | 4672 #, c-format |
4673 msgid "Joining %s requires an invitation." | |
6546 | 4674 msgstr "Intrarea în %s necesită o invitaţie." |
6362 | 4675 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4676 #: src/protocols/irc/msgs.c:456 |
6362 | 4677 msgid "Invitation only" |
6546 | 4678 msgstr "Doar cu invitaţie" |
6362 | 4679 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4680 #: src/protocols/irc/msgs.c:552 |
6362 | 4681 #, c-format |
4682 msgid "You have been kicked by %s: (%s)" | |
6546 | 4683 msgstr "Aţi fost respins din %s: (%s)" |
6362 | 4684 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4685 #: src/protocols/irc/msgs.c:560 |
6362 | 4686 #, c-format |
4687 msgid "Kicked by %s (%s)" | |
4688 msgstr "Respins de %s: (%s)" | |
4689 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4690 #: src/protocols/irc/msgs.c:581 |
6362 | 4691 #, c-format |
4692 msgid "mode (%s %s) by %s" | |
6546 | 4693 msgstr "mod (%s %s) de către %s" |
6362 | 4694 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4695 #: src/protocols/irc/msgs.c:660 |
6949 | 4696 msgid "Could not change nick" |
4697 msgstr "Nu am reuşit să schimb pseudonimul" | |
4698 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4699 #: src/protocols/irc/msgs.c:661 |
6949 | 4700 msgid "Cannot change nick" |
4701 msgstr "Nu pot schimba pseudonimul" | |
4702 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4703 #: src/protocols/irc/msgs.c:682 |
6362 | 4704 #, c-format |
4705 msgid "You have parted the channel%s%s" | |
6546 | 4706 msgstr "Aţi părăsit canalul%s%s" |
6362 | 4707 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4708 #: src/protocols/irc/msgs.c:720 |
6362 | 4709 msgid "Error: invalid PONG from server" |
4710 msgstr "Eroare: PONG invalid de la server" | |
4711 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4712 #: src/protocols/irc/msgs.c:722 |
6362 | 4713 #, c-format |
4714 msgid "PING reply -- Lag: %lu seconds" | |
6546 | 4715 msgstr "Replică PING -- Întârziere: %lu secunde" |
6362 | 4716 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4717 #: src/protocols/irc/msgs.c:792 |
6949 | 4718 #, c-format |
4719 msgid "Cannot join %s:" | |
4720 msgstr "Nu am reuşit să intru în %s:" | |
4721 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4722 #: src/protocols/irc/msgs.c:793 |
6949 | 4723 msgid "Cannot join channel" |
4724 msgstr "Nu am reuşit să intru în acest canal" | |
4725 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4726 #: src/protocols/irc/msgs.c:823 |
6362 | 4727 #, c-format |
4728 msgid "Wallops from %s" | |
4729 msgstr "Mesaje sistem de la %s" | |
4730 | |
6949 | 4731 #: src/protocols/irc/parse.c:160 |
6362 | 4732 msgid "" |
4733 "(There was an error converting this message. Check the 'Encoding' option in " | |
4734 "the Account Editor)" | |
4735 msgstr "" | |
6662 | 4736 "(Eroare la convertirea mesajului. Verificaţi opţiunea „Codare“ în editorul " |
6949 | 4737 "de conturi)" |
4738 | |
4739 #: src/protocols/irc/parse.c:291 | |
6362 | 4740 #, c-format |
4741 msgid "Reply time from %s: %lu seconds" | |
6546 | 4742 msgstr "Timp de reacţie de la %s: %lu secunde" |
6362 | 4743 |
6949 | 4744 #: src/protocols/irc/parse.c:292 |
6362 | 4745 msgid "PONG" |
4746 msgstr "PONG" | |
4747 | |
6949 | 4748 #: src/protocols/irc/parse.c:292 |
6362 | 4749 msgid "CTCP PING reply" |
6546 | 4750 msgstr "Replică CTCP PING" |
6362 | 4751 |
6949 | 4752 #: src/protocols/irc/parse.c:391 |
6362 | 4753 msgid "Disconnected" |
4754 msgstr "Deconectat" | |
4584 | 4755 |
7375 | 4756 #: src/protocols/jabber/auth.c:51 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4757 msgid "Server requires SSL for login" |
7375 | 4758 msgstr "Serverul cere SSL pentru autentificare" |
4759 | |
4760 #: src/protocols/jabber/auth.c:59 src/protocols/jabber/auth.c:366 | |
4761 #: src/protocols/jabber/auth.c:378 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4762 msgid "Invalid response from server" |
7375 | 4763 msgstr "Răspuns invalid de la server" |
4764 | |
4765 #: src/protocols/jabber/auth.c:86 src/protocols/jabber/auth.c:137 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4766 msgid "Server does not use any supported authentication method" |
7375 | 4767 msgstr "Serverul nu utilizează o metodă cunoscută de autentificare" |
4768 | |
4769 #: src/protocols/jabber/auth.c:287 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4770 msgid "Invalid challenge from server" |
7375 | 4771 msgstr "Cerere invalidă de la server" |
4772 | |
4773 #: src/protocols/jabber/auth.c:381 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4774 msgid "Bad Protocol" |
7375 | 4775 msgstr "Protocol greşit" |
4776 | |
4777 #: src/protocols/jabber/auth.c:384 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4778 msgid "Encryption Required" |
7375 | 4779 msgstr "Se cere criptare" |
4780 | |
4781 #: src/protocols/jabber/auth.c:387 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4782 msgid "Invalid authzid" |
7375 | 4783 msgstr "Authzid??? invalid" |
4784 | |
4785 #: src/protocols/jabber/auth.c:390 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4786 msgid "Invalid Mechanism" |
7375 | 4787 msgstr "Mecanism invalid" |
4788 | |
4789 #: src/protocols/jabber/auth.c:392 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4790 msgid "Invalid Realm" |
7375 | 4791 msgstr "Domeniu invalid" |
4792 | |
4793 #: src/protocols/jabber/auth.c:395 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4794 msgid "Mechanism Too Weak" |
7375 | 4795 msgstr "Mecanism prea nesigur" |
4796 | |
4797 #: src/protocols/jabber/auth.c:398 src/protocols/jabber/jabber.c:131 | |
4798 #: src/protocols/jabber/jabber.c:830 src/protocols/jabber/jabber.c:880 | |
4799 #: src/protocols/oscar/oscar.c:5493 | |
5348 | 4800 msgid "Not Authorized" |
4801 msgstr "Neautorizat" | |
4802 | |
7375 | 4803 #: src/protocols/jabber/auth.c:401 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4804 msgid "Temporary Authentication Failure" |
7375 | 4805 msgstr "Eroare temporară de autentificare" |
4806 | |
4807 #: src/protocols/jabber/auth.c:403 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4808 msgid "Authentication Failure" |
7375 | 4809 msgstr "Eroare de autentificare" |
4810 | |
4811 #: src/protocols/jabber/buddy.c:253 src/protocols/jabber/buddy.c:605 | |
3462 | 4812 msgid "Full Name" |
4813 msgstr "Nume complet" | |
4814 | |
7375 | 4815 #: src/protocols/jabber/buddy.c:254 src/protocols/jabber/buddy.c:618 |
3462 | 4816 msgid "Family Name" |
4817 msgstr "Nume de familie" | |
4818 | |
7375 | 4819 #: src/protocols/jabber/buddy.c:255 src/protocols/jabber/buddy.c:622 |
3462 | 4820 msgid "Given Name" |
6362 | 4821 msgstr "Prenume" |
3462 | 4822 |
7375 | 4823 #: src/protocols/jabber/buddy.c:256 src/protocols/jabber/buddy.c:633 |
4824 #: src/protocols/jabber/jabber.c:572 src/protocols/yahoo/yahoo.c:2675 | |
3462 | 4825 msgid "Nickname" |
4826 msgstr "Pseudonim" | |
4827 | |
7375 | 4828 #: src/protocols/jabber/buddy.c:258 src/protocols/jabber/buddy.c:661 |
3462 | 4829 msgid "Street Address" |
6546 | 4830 msgstr "Adresă" |
3462 | 4831 |
7375 | 4832 #: src/protocols/jabber/buddy.c:259 src/protocols/jabber/buddy.c:657 |
3462 | 4833 msgid "Extended Address" |
6546 | 4834 msgstr "Adresă extinsă" |
3462 | 4835 |
7375 | 4836 #: src/protocols/jabber/buddy.c:260 src/protocols/jabber/buddy.c:665 |
3462 | 4837 msgid "Locality" |
6362 | 4838 msgstr "Localitate" |
3462 | 4839 |
7375 | 4840 #: src/protocols/jabber/buddy.c:261 src/protocols/jabber/buddy.c:669 |
3462 | 4841 msgid "Region" |
6362 | 4842 msgstr "Regiune" |
3462 | 4843 |
7375 | 4844 #: src/protocols/jabber/buddy.c:262 src/protocols/jabber/buddy.c:673 |
4845 #: src/protocols/jabber/jabber.c:602 | |
3462 | 4846 msgid "Postal Code" |
6546 | 4847 msgstr "Cod poştal" |
3462 | 4848 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4849 #. Country |
7375 | 4850 #: src/protocols/jabber/buddy.c:263 src/protocols/jabber/buddy.c:678 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4851 #: src/protocols/trepia/trepia.c:330 src/protocols/trepia/trepia.c:439 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4852 msgid "Country" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4853 msgstr "Ţară" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4854 |
7375 | 4855 #: src/protocols/jabber/buddy.c:264 src/protocols/jabber/buddy.c:689 |
4856 #: src/protocols/jabber/buddy.c:696 | |
3462 | 4857 msgid "Telephone" |
4858 msgstr "Telefon" | |
4859 | |
7375 | 4860 #: src/protocols/jabber/buddy.c:265 src/protocols/jabber/buddy.c:707 |
4861 #: src/protocols/jabber/buddy.c:715 src/protocols/yahoo/yahoo.c:2669 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4862 msgid "Email" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4863 msgstr "Mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4864 |
7375 | 4865 #: src/protocols/jabber/buddy.c:266 src/protocols/jabber/buddy.c:730 |
3462 | 4866 msgid "Organization Name" |
6546 | 4867 msgstr "Nume organizaţie" |
3462 | 4868 |
7375 | 4869 #: src/protocols/jabber/buddy.c:267 src/protocols/jabber/buddy.c:734 |
3462 | 4870 msgid "Organization Unit" |
4871 msgstr "Departament" | |
4872 | |
7375 | 4873 #: src/protocols/jabber/buddy.c:268 src/protocols/jabber/buddy.c:740 |
3462 | 4874 msgid "Title" |
4875 msgstr "Titlu" | |
4876 | |
7375 | 4877 #: src/protocols/jabber/buddy.c:269 src/protocols/jabber/buddy.c:743 |
3462 | 4878 msgid "Role" |
6546 | 4879 msgstr "Funcţie" |
3462 | 4880 |
7375 | 4881 #: src/protocols/jabber/buddy.c:270 src/protocols/jabber/buddy.c:636 |
4882 #: src/protocols/oscar/oscar.c:3941 | |
3462 | 4883 msgid "Birthday" |
6546 | 4884 msgstr "Zi de naştere" |
3462 | 4885 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4886 #: src/protocols/jabber/buddy.c:514 src/protocols/jabber/buddy.c:515 |
6362 | 4887 msgid "Edit Jabber vCard" |
4888 msgstr "Editare vCard Jabber" | |
4889 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4890 #: src/protocols/jabber/buddy.c:516 |
3462 | 4891 msgid "" |
4892 "All items below are optional. Enter only the information with which you feel " | |
6362 | 4893 "comfortable." |
3462 | 4894 msgstr "" |
6546 | 4895 "Toţi itemii de mai jos sunt opţionali. Introduceţi doar informaţiile pe care " |
4896 "doriţi să le faceţi publice." | |
6362 | 4897 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4898 #: src/protocols/jabber/buddy.c:554 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4899 msgid "Jabber ID" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4900 msgstr "Identitate Jabber" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4901 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4902 #: src/protocols/jabber/buddy.c:564 src/protocols/jabber/buddy.c:571 |
7375 | 4903 #: src/protocols/jabber/buddy.c:582 src/protocols/jabber/jabber.c:867 |
4904 #: src/protocols/jabber/jabber.c:880 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4905 msgid "Status" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4906 msgstr "Status" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4907 |
7375 | 4908 #: src/protocols/jabber/buddy.c:580 src/protocols/jabber/jabber.c:1104 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4909 msgid "Resource" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4910 msgstr "Resursă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4911 |
7375 | 4912 #: src/protocols/jabber/buddy.c:626 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4913 msgid "Middle Name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4914 msgstr "Iniţială" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4915 |
7375 | 4916 #: src/protocols/jabber/buddy.c:641 src/protocols/jabber/jabber.c:587 |
4917 #: src/protocols/oscar/oscar.c:3958 src/protocols/oscar/oscar.c:3974 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4918 msgid "Address" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4919 msgstr "Adresă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4920 |
7375 | 4921 #: src/protocols/jabber/buddy.c:653 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4922 msgid "P.O. Box" |
7375 | 4923 msgstr "Căsuţă poştală" |
4924 | |
4925 #: src/protocols/jabber/buddy.c:759 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4926 msgid "Photo" |
7375 | 4927 msgstr "Poză" |
4928 | |
4929 #: src/protocols/jabber/buddy.c:759 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4930 msgid "Logo" |
7375 | 4931 msgstr "Siglă" |
4932 | |
4933 #: src/protocols/jabber/buddy.c:773 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4934 msgid "Jabber Profile" |
7375 | 4935 msgstr "Profil Jabber" |
4936 | |
4937 #: src/protocols/jabber/buddy.c:875 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4938 msgid "Un-hide From" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4939 msgstr "Arată-mă din nou lui" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4940 |
7375 | 4941 #: src/protocols/jabber/buddy.c:878 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4942 msgid "Temporarily Hide From" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4943 msgstr "Ascunde-mă temporar de" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4944 |
7375 | 4945 #: src/protocols/jabber/buddy.c:886 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4946 msgid "Cancel Presence Notification" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4947 msgstr "Anulează notificarea prezenţei" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4948 |
7375 | 4949 #: src/protocols/jabber/buddy.c:894 |
4950 msgid "(Re-)Request authorization" | |
4951 msgstr "Solicit (din nou) autorizare" | |
4952 | |
4953 #: src/protocols/jabber/buddy.c:900 | |
4954 msgid "Unsubscribe" | |
4955 msgstr "Desubscrie" | |
4956 | |
4957 #: src/protocols/jabber/chat.c:37 src/protocols/yahoo/yahoochat.c:870 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4958 msgid "Room:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4959 msgstr "Cameră:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4960 |
7375 | 4961 #: src/protocols/jabber/chat.c:44 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4962 msgid "Server:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4963 msgstr "Server:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4964 |
7375 | 4965 #: src/protocols/jabber/chat.c:50 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4966 msgid "Handle:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4967 msgstr "Administrare:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4968 |
7375 | 4969 #: src/protocols/jabber/chat.c:174 |
4970 #, c-format | |
4971 msgid "%s is not a valid room name" | |
4972 msgstr "%s nu este un nume valid de cameră" | |
4973 | |
4974 #: src/protocols/jabber/chat.c:175 | |
4975 msgid "Invalid Room Name" | |
4976 msgstr "Nume invalid de cameră" | |
4977 | |
4978 #: src/protocols/jabber/chat.c:180 | |
4979 #, c-format | |
4980 msgid "%s is not a valid server name" | |
4981 msgstr "%s nu este un nume valid de server" | |
4982 | |
4983 #: src/protocols/jabber/chat.c:181 src/protocols/jabber/chat.c:182 | |
4984 msgid "Invalid Server Name" | |
4985 msgstr "Nume contactului este invalid" | |
4986 | |
4987 #: src/protocols/jabber/chat.c:186 | |
4988 #, c-format | |
4989 msgid "%s is not a valid room handle" | |
4990 msgstr "%s nu este un nume valid de cameră" | |
4991 | |
4992 #: src/protocols/jabber/chat.c:187 src/protocols/jabber/chat.c:188 | |
4993 msgid "Invalid Room Handle" | |
4994 msgstr "Titlu invalid de cameră" | |
4995 | |
4996 #: src/protocols/jabber/jabber.c:81 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
4997 msgid "Error initializing session" |
7375 | 4998 msgstr "Eroare la iniţializarea sesiunii" |
4999 | |
5000 #: src/protocols/jabber/jabber.c:106 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5001 msgid "Bad Format" |
7375 | 5002 msgstr "Format greşit" |
5003 | |
5004 #: src/protocols/jabber/jabber.c:108 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5005 msgid "Bad Namespace Prefix" |
7375 | 5006 msgstr "Prefixul spaţiului de nume este greşit" |
5007 | |
5008 #: src/protocols/jabber/jabber.c:111 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5009 msgid "Resource Conflict" |
7375 | 5010 msgstr "Conflict de resurse" |
5011 | |
5012 #: src/protocols/jabber/jabber.c:113 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5013 msgid "Connection Timeout" |
7375 | 5014 msgstr "Conexiunea a expirat" |
5015 | |
5016 #: src/protocols/jabber/jabber.c:115 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5017 msgid "Host Gone" |
7375 | 5018 msgstr "Gazda a dispărut" |
5019 | |
5020 #: src/protocols/jabber/jabber.c:117 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5021 msgid "Host Unknown" |
7375 | 5022 msgstr "Gazdă necunoscută" |
5023 | |
5024 #: src/protocols/jabber/jabber.c:119 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5025 msgid "Improper Addressing" |
7375 | 5026 msgstr "Adresare neadecvată" |
5027 | |
5028 #: src/protocols/jabber/jabber.c:121 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5029 msgid "Internal Server Error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5030 msgstr "Eroare internă de server" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5031 |
7375 | 5032 #: src/protocols/jabber/jabber.c:123 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5033 msgid "Invalid ID" |
7375 | 5034 msgstr "Identitate invalidă" |
5035 | |
5036 #: src/protocols/jabber/jabber.c:125 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5037 msgid "Invalid Namespace" |
7375 | 5038 msgstr "Nume invalid de spaţiu" |
5039 | |
5040 #: src/protocols/jabber/jabber.c:127 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5041 msgid "Invalid XML" |
7375 | 5042 msgstr "XML invalid" |
5043 | |
5044 #: src/protocols/jabber/jabber.c:129 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5045 msgid "Non-matching Hosts" |
7375 | 5046 msgstr "Gazdele nu se potrivesc" |
5047 | |
5048 #: src/protocols/jabber/jabber.c:133 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5049 msgid "Policy Violation" |
7375 | 5050 msgstr "Normele au fost încălcate" |
5051 | |
5052 #: src/protocols/jabber/jabber.c:135 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5053 msgid "Remote Connection Failed" |
7375 | 5054 msgstr "Conexiunea la distanţă a eşuat" |
5055 | |
5056 #: src/protocols/jabber/jabber.c:137 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5057 msgid "Resource Constraint" |
7375 | 5058 msgstr "Resurse limitate" |
5059 | |
5060 #: src/protocols/jabber/jabber.c:139 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5061 msgid "Restricted XML" |
7375 | 5062 msgstr "XML restrictiv" |
5063 | |
5064 #: src/protocols/jabber/jabber.c:141 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5065 msgid "See Other Host" |
7375 | 5066 msgstr "A se vedea cealaltă gazdă" |
5067 | |
5068 #: src/protocols/jabber/jabber.c:143 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5069 msgid "System Shutdown" |
7375 | 5070 msgstr "Închidere sistem" |
5071 | |
5072 #: src/protocols/jabber/jabber.c:145 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5073 msgid "Undefined Condition" |
7375 | 5074 msgstr "Condiţie nedefinită" |
5075 | |
5076 #: src/protocols/jabber/jabber.c:147 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5077 msgid "Unsupported Condition" |
7375 | 5078 msgstr "Condiţie nesuportată" |
5079 | |
5080 #: src/protocols/jabber/jabber.c:149 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5081 msgid "Unsupported Stanza Type" |
7375 | 5082 msgstr "Tip invalid de strofă" |
5083 | |
5084 #: src/protocols/jabber/jabber.c:151 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5085 msgid "Unsupported Version" |
7375 | 5086 msgstr "Versiune nesuportată" |
5087 | |
5088 #: src/protocols/jabber/jabber.c:153 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5089 msgid "XML Not Well Formed" |
7375 | 5090 msgstr "XML malformat" |
5091 | |
5092 #: src/protocols/jabber/jabber.c:155 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5093 msgid "Stream Error" |
7375 | 5094 msgstr "Eroare de flux" |
5095 | |
5096 #: src/protocols/jabber/jabber.c:233 src/protocols/msn/httpmethod.c:216 | |
5097 #: src/protocols/msn/msn.c:82 src/protocols/msn/msn.c:102 | |
5098 #: src/protocols/msn/msn.c:160 src/protocols/msn/msn.c:260 | |
5099 #: src/protocols/msn/msn.c:536 src/protocols/msn/msn.c:647 | |
5100 #: src/protocols/msn/msn.c:663 src/protocols/msn/msn.c:711 | |
5101 #: src/protocols/msn/msn.c:734 src/protocols/msn/msn.c:766 | |
5102 #: src/protocols/msn/msn.c:774 src/protocols/msn/msn.c:807 | |
5103 #: src/protocols/msn/msn.c:815 src/protocols/msn/msn.c:829 | |
5104 #: src/protocols/msn/msn.c:838 src/protocols/msn/msn.c:852 | |
5105 #: src/protocols/msn/msn.c:876 src/protocols/msn/msn.c:926 | |
5106 #: src/protocols/msn/msn.c:964 src/protocols/msn/msn.c:1062 | |
5107 #: src/protocols/msn/msn.c:1094 src/protocols/msn/msn.c:1115 | |
5108 #: src/protocols/msn/msn.c:1126 src/protocols/msn/msn.c:1137 | |
5109 #: src/protocols/msn/msn.c:1161 src/protocols/msn/msn.c:1173 | |
5110 #: src/protocols/msn/msn.c:1238 src/protocols/msn/notification.c:179 | |
5111 #: src/protocols/msn/notification.c:207 src/protocols/msn/notification.c:1668 | |
5112 #: src/protocols/msn/notification.c:1688 src/protocols/trepia/trepia.c:239 | |
5113 #: src/protocols/trepia/trepia.c:740 src/protocols/trepia/trepia.c:1023 | |
5114 #: src/protocols/trepia/trepia.c:1067 src/protocols/trepia/trepia.c:1166 | |
5115 #: src/protocols/trepia/trepia.c:1222 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5116 msgid "Write error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5117 msgstr "Eroare la scriere" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5118 |
7375 | 5119 #: src/protocols/jabber/jabber.c:270 src/protocols/jabber/jabber.c:290 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5120 msgid "Read Error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5121 msgstr "Eroare la citire" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5122 |
7375 | 5123 #: src/protocols/jabber/jabber.c:367 src/protocols/jabber/jabber.c:661 |
5124 msgid "Invalid Jabber ID" | |
5125 msgstr "Identitate Jabber invalidă" | |
5126 | |
5127 #: src/protocols/jabber/jabber.c:401 src/protocols/jabber/jabber.c:695 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5128 #: src/protocols/trepia/trepia.c:1106 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5129 msgid "Unable to create socket" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5130 msgstr "Nu pot crea un socket" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5131 |
7375 | 5132 #: src/protocols/jabber/jabber.c:426 |
5133 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5134 msgid "Registration of %s@%s successful" |
7375 | 5135 msgstr "Înregistrarea %s@%s a reuşit!" |
5136 | |
5137 #: src/protocols/jabber/jabber.c:428 src/protocols/jabber/jabber.c:429 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5138 msgid "Registration Successful" |
7375 | 5139 msgstr "Înregistrare reuşită" |
5140 | |
5141 #: src/protocols/jabber/jabber.c:438 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5142 msgid "Unknown Error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5143 msgstr "Eroare necunoscută" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5144 |
7375 | 5145 #: src/protocols/jabber/jabber.c:441 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5146 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5147 msgid "Registration of %s@%s failed: %s" |
7375 | 5148 msgstr "Înregistrarea %s@%s a eşut: %s" |
5149 | |
5150 #: src/protocols/jabber/jabber.c:443 src/protocols/jabber/jabber.c:444 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5151 msgid "Registration Failed" |
7375 | 5152 msgstr "Înregistrare eşuată" |
5153 | |
5154 #: src/protocols/jabber/jabber.c:542 src/protocols/jabber/jabber.c:543 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5155 msgid "Already Registered" |
7375 | 5156 msgstr "Este deja înregistrat" |
5157 | |
5158 #: src/protocols/jabber/jabber.c:556 src/protocols/jabber/jabber.c:975 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5159 msgid "Password" |
7375 | 5160 msgstr "Parolă" |
5161 | |
5162 #: src/protocols/jabber/jabber.c:567 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5163 msgid "E-Mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5164 msgstr "Mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5165 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5166 #. First Name |
7375 | 5167 #: src/protocols/jabber/jabber.c:577 src/protocols/oscar/oscar.c:3912 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5168 #: src/protocols/trepia/trepia.c:258 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5169 msgid "First Name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5170 msgstr "Prenume" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5171 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5172 #. State |
7375 | 5173 #: src/protocols/jabber/jabber.c:597 src/protocols/oscar/oscar.c:3964 |
5174 #: src/protocols/oscar/oscar.c:3980 src/protocols/trepia/trepia.c:326 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5175 #: src/protocols/trepia/trepia.c:430 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5176 msgid "State" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5177 msgstr "Stat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5178 |
7375 | 5179 #: src/protocols/jabber/jabber.c:607 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5180 msgid "Phone" |
7375 | 5181 msgstr "Telefon" |
5182 | |
5183 #: src/protocols/jabber/jabber.c:625 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5184 msgid "Please fill out the information below to register your new account." |
7375 | 5185 msgstr "Completaţi informaţiile de mai jos pentru înregistrarea unui nou cont." |
5186 | |
5187 #: src/protocols/jabber/jabber.c:628 src/protocols/jabber/jabber.c:629 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5188 msgid "Register New Jabber Account" |
7375 | 5189 msgstr "Înregistrare cont nou Jabber" |
5190 | |
5191 #: src/protocols/jabber/jabber.c:734 src/protocols/msn/dispatch.c:219 | |
5192 #: src/protocols/msn/msn.c:481 src/protocols/napster/napster.c:487 | |
5193 #: src/protocols/oscar/oscar.c:693 src/protocols/trepia/trepia.c:1100 | |
5194 #: src/protocols/yahoo/yahoo.c:1923 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5195 msgid "Connecting" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5196 msgstr "Autentificare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5197 |
7375 | 5198 #: src/protocols/jabber/jabber.c:738 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5199 msgid "Initializing Stream" |
7375 | 5200 msgstr "Iniţializare flux" |
5201 | |
5202 #: src/protocols/jabber/jabber.c:744 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5203 msgid "Authenticating" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5204 msgstr "Autentificare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5205 |
7375 | 5206 #: src/protocols/jabber/jabber.c:752 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5207 msgid "Re-initializing Stream" |
7375 | 5208 msgstr "Reiniţializare flux" |
5209 | |
5210 #: src/protocols/jabber/jabber.c:875 src/protocols/jabber/jabber.c:926 | |
5211 #: src/protocols/jabber/presence.c:270 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5212 msgid "Error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5213 msgstr "Eroare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5214 |
7375 | 5215 #: src/protocols/jabber/jabber.c:891 src/protocols/jabber/jutil.c:101 |
5216 #: src/protocols/jabber/presence.c:82 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5217 msgid "Chatty" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5218 msgstr "Cu chef de vorbă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5219 |
7375 | 5220 #: src/protocols/jabber/jabber.c:893 src/protocols/jabber/jutil.c:104 |
5221 #: src/protocols/jabber/presence.c:87 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5222 msgid "Extended Away" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5223 msgstr "Absenţă prelungită" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5224 |
7375 | 5225 #: src/protocols/jabber/jabber.c:894 src/protocols/jabber/jutil.c:107 |
5226 #: src/protocols/jabber/presence.c:89 src/protocols/oscar/oscar.c:2833 | |
5227 #: src/protocols/oscar/oscar.c:4542 src/protocols/oscar/oscar.c:6087 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5228 msgid "Do Not Disturb" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5229 msgstr "Nu deranjaţi" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5230 |
7375 | 5231 #: src/protocols/jabber/jabber.c:908 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5232 msgid "Password Changed" |
7375 | 5233 msgstr "Parola a fost schimbată" |
5234 | |
5235 #: src/protocols/jabber/jabber.c:909 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5236 msgid "Your password has been changed." |
7375 | 5237 msgstr "Parola dumneavoastră a fost schimbată." |
5238 | |
5239 #: src/protocols/jabber/jabber.c:919 | |
5240 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5241 msgid "Error changing password: %s" |
7375 | 5242 msgstr "Eroare la schimbarea parolei: %s" |
5243 | |
5244 #: src/protocols/jabber/jabber.c:923 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5245 msgid "Unknown error occurred changing password" |
7375 | 5246 msgstr "O eroare necunoscută a apărut la schimbarea parolei" |
5247 | |
5248 #: src/protocols/jabber/jabber.c:980 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5249 msgid "Password (again)" |
7375 | 5250 msgstr "Parola (din nou)" |
5251 | |
5252 #: src/protocols/jabber/jabber.c:985 src/protocols/jabber/jabber.c:986 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5253 msgid "Change Jabber Password" |
7375 | 5254 msgstr "Schimbare parolă Jabber" |
5255 | |
5256 #: src/protocols/jabber/jabber.c:986 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5257 msgid "Please enter your new password" |
7375 | 5258 msgstr "Introduceţi noua parolă" |
3462 | 5259 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5260 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5261 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5262 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5263 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5264 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5265 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5266 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5267 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5268 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5269 #. * summary |
7375 | 5270 #: src/protocols/jabber/jabber.c:1081 src/protocols/jabber/jabber.c:1083 |
5348 | 5271 msgid "Jabber Protocol Plugin" |
6949 | 5272 msgstr "Modul de protocol Jabber" |
5273 | |
7375 | 5274 #: src/protocols/jabber/jabber.c:1107 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5275 msgid "Force Old SSL" |
7375 | 5276 msgstr "Utilizează suportul vechi de SSL" |
5277 | |
5278 #: src/protocols/jabber/jabber.c:1115 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5279 msgid "Connect server" |
6362 | 5280 msgstr "Server de autentificare" |
5348 | 5281 |
7375 | 5282 #: src/protocols/jabber/message.c:125 |
5283 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5284 msgid "Message from %s" |
7375 | 5285 msgstr "Mesaj de la %s" |
5286 | |
5287 #: src/protocols/jabber/message.c:219 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5288 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5289 msgid "Message delivery to %s failed: %s" |
7375 | 5290 msgstr "Trimiterea mesajului către %s a eşuat: %s" |
5291 | |
5292 #: src/protocols/jabber/message.c:222 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5293 msgid "Jabber Message Error" |
7375 | 5294 msgstr "Eroare de mesaj Jabber" |
5295 | |
5296 #: src/protocols/jabber/message.c:281 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5297 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5298 msgid " (Code %s)" |
7375 | 5299 msgstr " (Cod %s)" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5300 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5301 #: src/protocols/jabber/parser.c:129 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5302 msgid "XML Parse error" |
7375 | 5303 msgstr "Eroare la analiza XML" |
5304 | |
5305 #: src/protocols/jabber/presence.c:170 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5306 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5307 msgid "%s (Code %s)" |
7375 | 5308 msgstr "%s (Cod %s)" |
5309 | |
5310 #: src/protocols/jabber/presence.c:175 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5311 msgid "Unknown Error in presence" |
7375 | 5312 msgstr "Eroare necunoscută în starea de prezenţă" |
5313 | |
5314 #: src/protocols/jabber/presence.c:179 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5315 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5316 msgid "The user %s wants to add you to their buddy list." |
7375 | 5317 msgstr "Utilizatorul %s doreşte să vă adauge în lista sa de contacte." |
5318 | |
5319 #: src/protocols/jabber/presence.c:260 src/protocols/oscar/oscar.c:2944 | |
5320 msgid "Unknown error" | |
5321 msgstr "Eroare necunoscută" | |
5322 | |
5323 #: src/protocols/jabber/presence.c:266 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5324 msgid "Unable to join chat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5325 msgstr "Nu pot intra în chat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5326 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5327 #: src/protocols/msn/dispatch.c:42 src/protocols/msn/notification.c:278 |
7375 | 5328 #: src/protocols/msn/notification.c:520 |
6949 | 5329 msgid "Unable to request USR\n" |
5330 msgstr "Nu pot solicita USR\n" | |
5331 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5332 #: src/protocols/msn/dispatch.c:59 src/protocols/msn/notification.c:295 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5333 msgid "Unable to login using MD5" |
6546 | 5334 msgstr "Nu mă pot autentifica folosind MD5" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5335 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5336 #: src/protocols/msn/dispatch.c:68 src/protocols/msn/notification.c:304 |
6662 | 5337 msgid "Unable to send USR" |
5338 msgstr "Nu pot trimite USR" | |
5339 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5340 #: src/protocols/msn/dispatch.c:73 src/protocols/msn/notification.c:309 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5341 msgid "Requesting to send password" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5342 msgstr "Cerere de trimitere a parolei" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5343 |
6949 | 5344 #: src/protocols/msn/dispatch.c:104 |
5345 msgid "Protocol version not supported" | |
5346 msgstr "Versiune de protocol nesuportată" | |
5347 | |
7375 | 5348 #: src/protocols/msn/dispatch.c:117 src/protocols/msn/notification.c:784 |
6949 | 5349 msgid "Unable to request CVR\n" |
5350 msgstr "Nu pot solicita CVR\n" | |
5351 | |
7375 | 5352 #: src/protocols/msn/dispatch.c:126 src/protocols/msn/notification.c:793 |
6949 | 5353 msgid "Unable to request INF\n" |
5354 msgstr "Nu pot solicita INF\n" | |
5355 | |
7375 | 5356 #: src/protocols/msn/dispatch.c:147 src/protocols/msn/notification.c:1915 |
6662 | 5357 msgid "Got invalid XFR" |
5358 msgstr "Am primit un XFR invalid" | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5359 |
6949 | 5360 #: src/protocols/msn/dispatch.c:178 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5361 msgid "Unable to transfer" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5362 msgstr "Nu pot transfera" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5363 |
6949 | 5364 #: src/protocols/msn/dispatch.c:199 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5365 msgid "Unable to parse message." |
6362 | 5366 msgstr "Nu pot prelucra mesajul." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5367 |
7375 | 5368 #: src/protocols/msn/dispatch.c:215 src/protocols/msn/msn.c:490 |
5369 #: src/protocols/msn/notification.c:2145 src/protocols/napster/napster.c:463 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5370 #: src/protocols/napster/napster.c:494 src/protocols/yahoo/yahoo.c:1715 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5371 #: src/protocols/yahoo/yahoo.c:1746 src/protocols/yahoo/yahoo.c:1811 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5372 msgid "Unable to connect" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5373 msgstr "Nu mă pot conecta" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5374 |
7375 | 5375 #: src/protocols/msn/dispatch.c:239 src/protocols/msn/notification.c:889 |
5376 #: src/protocols/msn/notification.c:2167 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5377 msgid "Unable to write to server" |
6546 | 5378 msgstr "Nu pot scrie către server" |
6362 | 5379 |
7375 | 5380 #: src/protocols/msn/dispatch.c:243 src/protocols/msn/notification.c:2174 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5381 msgid "Syncing with server" |
6362 | 5382 msgstr "Sincronizez cu serverul" |
5383 | |
7375 | 5384 #: src/protocols/msn/dispatch.c:257 src/protocols/msn/notification.c:2188 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5385 msgid "Error reading from server" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5386 msgstr "Eroare la citirea de pe server" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5387 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5388 #: src/protocols/msn/error.c:33 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5389 msgid "Syntax Error (probably a Gaim bug)" |
6546 | 5390 msgstr "Eroare de sintaxă (probabil o eroare Gaim)" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5391 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5392 #: src/protocols/msn/error.c:37 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5393 msgid "Invalid Parameter (probably a Gaim bug)" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5394 msgstr "Parametru invalid (probabil o eroare Gaim)" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5395 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5396 #: src/protocols/msn/error.c:40 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5397 msgid "Invalid User" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5398 msgstr "Utilizator invalid" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5399 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5400 #: src/protocols/msn/error.c:44 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5401 msgid "Fully Qualified Domain Name missing" |
6546 | 5402 msgstr "Lipseşte numele complet al domeniului (FQDN)" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5403 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5404 #: src/protocols/msn/error.c:47 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5405 msgid "Already Logged In" |
7375 | 5406 msgstr "Deja autentificat" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5407 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5408 #: src/protocols/msn/error.c:50 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5409 msgid "Invalid Username" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5410 msgstr "Nume invalid de utilizator" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5411 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5412 #: src/protocols/msn/error.c:53 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5413 msgid "Invalid Friendly Name" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5414 msgstr "Nume contactului este invalid" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5415 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5416 #: src/protocols/msn/error.c:56 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5417 msgid "List Full" |
6546 | 5418 msgstr "Listă plină" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5419 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5420 #: src/protocols/msn/error.c:59 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5421 msgid "Already there" |
6546 | 5422 msgstr "Există deja" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5423 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5424 #: src/protocols/msn/error.c:62 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5425 msgid "Not on list" |
6546 | 5426 msgstr "Nu este în listă" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5427 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5428 #: src/protocols/msn/error.c:65 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5429 msgid "User is offline" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5430 msgstr "Utilizatorul este offline" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5431 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5432 #: src/protocols/msn/error.c:68 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5433 msgid "Already in the mode" |
6546 | 5434 msgstr "Sunteţi deja în respectiva stare" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5435 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5436 #: src/protocols/msn/error.c:71 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5437 msgid "Already in opposite list" |
6546 | 5438 msgstr "Este deja în lista opusă" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5439 |
6949 | 5440 #: src/protocols/msn/error.c:74 |
5441 msgid "Too many groups" | |
5442 msgstr "Prea multe grupuri" | |
5443 | |
5444 #: src/protocols/msn/error.c:77 | |
5445 msgid "Invalid group" | |
5446 msgstr "Grup invalid" | |
5447 | |
5448 #: src/protocols/msn/error.c:80 | |
5449 msgid "User not in group" | |
5450 msgstr "Utilizatorul nu este în grup" | |
5451 | |
5452 #: src/protocols/msn/error.c:83 | |
5453 msgid "Group name too long" | |
5454 msgstr "Nume de grup prea lung." | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5455 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5456 #: src/protocols/msn/error.c:86 |
6949 | 5457 msgid "Cannot remove group zero" |
5458 msgstr "Nu pot şterge grupul zero" | |
5459 | |
5460 #: src/protocols/msn/error.c:90 | |
5461 msgid "Tried to add a contact to a group that doesn't exist" | |
5462 msgstr "Aţi încercat să adăugaţi un contact într-un grup inexistent" | |
5463 | |
5464 #: src/protocols/msn/error.c:94 | |
5465 msgid "Switchboard failed" | |
5466 msgstr "Comutator eşuat" | |
5467 | |
5468 #: src/protocols/msn/error.c:97 | |
5469 msgid "Notify Transfer failed" | |
5470 msgstr "Notifică transferurile eşuate" | |
5471 | |
5472 #: src/protocols/msn/error.c:101 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5473 msgid "Required fields missing" |
6546 | 5474 msgstr "Lipsesc unele câmpuri cerute" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5475 |
6949 | 5476 #: src/protocols/msn/error.c:104 |
5477 msgid "Too many hits to a FND" | |
5478 msgstr "Prea multe solicitări către FND" | |
5479 | |
7375 | 5480 #: src/protocols/msn/error.c:107 src/protocols/oscar/oscar.c:182 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5481 msgid "Not logged in" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5482 msgstr "Neautentificat" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5483 |
6949 | 5484 #: src/protocols/msn/error.c:111 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5485 msgid "Internal server error" |
6546 | 5486 msgstr "Eroare internă de server" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5487 |
6949 | 5488 #: src/protocols/msn/error.c:114 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5489 msgid "Database server error" |
6362 | 5490 msgstr "Eroare a serverului bazei de date" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5491 |
6949 | 5492 #: src/protocols/msn/error.c:117 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5493 msgid "File operation error" |
6546 | 5494 msgstr "Eroare la manipularea fişierului" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5495 |
6949 | 5496 #: src/protocols/msn/error.c:120 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5497 msgid "Memory allocation error" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5498 msgstr "Eroare la alocarea memoriei" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5499 |
6949 | 5500 #: src/protocols/msn/error.c:123 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5501 msgid "Wrong CHL value sent to server" |
6546 | 5502 msgstr "O valoare CHL greşită a fost trimisă către server" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5503 |
6949 | 5504 #: src/protocols/msn/error.c:127 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5505 msgid "Server busy" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5506 msgstr "Server ocupat" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5507 |
6949 | 5508 #: src/protocols/msn/error.c:130 src/protocols/msn/error.c:143 |
5509 #: src/protocols/msn/error.c:198 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5510 msgid "Server unavailable" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5511 msgstr "Server nedisponibil" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5512 |
6949 | 5513 #: src/protocols/msn/error.c:133 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5514 msgid "Peer Notification server down" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5515 msgstr "Notificare de la omolog: server nedisponibil" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5516 |
6949 | 5517 #: src/protocols/msn/error.c:136 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5518 msgid "Database connect error" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5519 msgstr "Eroare la conectarea la baza de date" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5520 |
6949 | 5521 #: src/protocols/msn/error.c:140 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5522 msgid "Server is going down (abandon ship)" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5523 msgstr "Serverul va fi indisponibil" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5524 |
6949 | 5525 #: src/protocols/msn/error.c:147 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5526 msgid "Error creating connection" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5527 msgstr "Eroare la stabilirea conexiunii" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5528 |
6949 | 5529 #: src/protocols/msn/error.c:151 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5530 msgid "CVR parameters are either unknown or not allowed" |
6546 | 5531 msgstr "Parametrii CVR sunt necunoscuţi sau nu sunt permişi" |
6362 | 5532 |
7375 | 5533 #: src/protocols/msn/error.c:154 src/protocols/msn/notification.c:635 |
5534 #: src/protocols/msn/notification.c:1282 src/protocols/msn/notification.c:1450 | |
6362 | 5535 msgid "Unable to write" |
5536 msgstr "Nu pot scrie" | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5537 |
6949 | 5538 #: src/protocols/msn/error.c:157 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5539 msgid "Session overload" |
6546 | 5540 msgstr "Sesiune supraîncărcată" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5541 |
6949 | 5542 #: src/protocols/msn/error.c:160 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5543 msgid "User is too active" |
6362 | 5544 msgstr "Utilizatorul este prea activ" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5545 |
6949 | 5546 #: src/protocols/msn/error.c:163 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5547 msgid "Too many sessions" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5548 msgstr "Prea multe sesiuni" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5549 |
6949 | 5550 #: src/protocols/msn/error.c:166 src/protocols/msn/error.c:172 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5551 msgid "Not expected" |
6546 | 5552 msgstr "Neaşteptat" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5553 |
6949 | 5554 #: src/protocols/msn/error.c:169 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5555 msgid "Bad friend file" |
6546 | 5556 msgstr "Fişierul este invalid" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5557 |
6949 | 5558 #: src/protocols/msn/error.c:177 |
5559 msgid "Friendly name changes too rapidly" | |
5560 msgstr "Pseudonimele au fost schimbate prea rapid" | |
5561 | |
5562 #: src/protocols/msn/error.c:186 | |
5563 msgid "Server too busy" | |
5564 msgstr "Server prea ocupat" | |
5565 | |
7375 | 5566 #: src/protocols/msn/error.c:190 src/protocols/oscar/oscar.c:1075 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5567 #: src/protocols/toc/toc.c:659 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5568 msgid "Authentication failed" |
6546 | 5569 msgstr "Autentificare eşuată" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5570 |
6949 | 5571 #: src/protocols/msn/error.c:193 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5572 msgid "Not allowed when offline" |
6546 | 5573 msgstr "Nepermis în starea offline" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5574 |
6949 | 5575 #: src/protocols/msn/error.c:201 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5576 msgid "Not accepting new users" |
6546 | 5577 msgstr "Nu acceptă utilizatori noi" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5578 |
6949 | 5579 #: src/protocols/msn/error.c:205 |
5580 msgid "Kids Passport without parental consent" | |
5581 msgstr "Cont Kids Passport fără aprobare de la părinţi" | |
5582 | |
5583 #: src/protocols/msn/error.c:209 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5584 msgid "Passport account not yet verified" |
6546 | 5585 msgstr "Cont Passport neverificat încă" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5586 |
6949 | 5587 #: src/protocols/msn/error.c:213 |
6362 | 5588 #, c-format |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5589 msgid "Unknown Error Code %d" |
6362 | 5590 msgstr "Cod de eroare necunoscut %d" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5591 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5592 #: src/protocols/msn/msn.c:70 |
5348 | 5593 msgid "Your new MSN friendly name is too long." |
5594 msgstr "Noul pseudonim MSN este prea lung." | |
5595 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5596 #: src/protocols/msn/msn.c:177 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5597 msgid "Set your friendly name." |
6546 | 5598 msgstr "Precizaţi propriul pseudonim." |
6362 | 5599 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5600 #: src/protocols/msn/msn.c:178 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5601 msgid "This is the name that other MSN buddies will see you as." |
6546 | 5602 msgstr "Acesta este numele sub care veţi fi cunoscuţi de contactele MSN." |
6362 | 5603 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5604 #: src/protocols/msn/msn.c:190 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5605 msgid "Set your home phone number." |
6546 | 5606 msgstr "Introduceţi numărul telefonului de acasă." |
6362 | 5607 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5608 #: src/protocols/msn/msn.c:201 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5609 msgid "Set your work phone number." |
6546 | 5610 msgstr "Introduceţi numărul telefonului de serviciu." |
6362 | 5611 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5612 #: src/protocols/msn/msn.c:212 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5613 msgid "Set your mobile phone number." |
6546 | 5614 msgstr "Introduceţi numărul telefonului mobil." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5615 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5616 #: src/protocols/msn/msn.c:221 |
6362 | 5617 msgid "Allow MSN Mobile pages?" |
5618 msgstr "Permit pagini MSN Mobile?" | |
5619 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5620 #: src/protocols/msn/msn.c:222 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5621 msgid "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5622 "Do you want to allow or disallow people on your buddy list to send you MSN " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5623 "Mobile pages to your cell phone or other mobile device?" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5624 msgstr "" |
6546 | 5625 "Vreţi să permiteţi persoanelor din lista de contacte să trimită pagini MSN " |
5626 "Mobile către telefonul dumneavoastră mobil sau alte dispozitive portabile?" | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5627 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5628 #: src/protocols/msn/msn.c:226 |
6362 | 5629 msgid "Allow" |
5630 msgstr "Permite" | |
5631 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5632 #: src/protocols/msn/msn.c:227 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5633 msgid "Disallow" |
6546 | 5634 msgstr "Refuză" |
6362 | 5635 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5636 #: src/protocols/msn/msn.c:244 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5637 msgid "Send a mobile message." |
6362 | 5638 msgstr "Trimite un mesaj mobil." |
5639 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5640 #: src/protocols/msn/msn.c:246 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5641 msgid "Page" |
6546 | 5642 msgstr "Pagină" |
6362 | 5643 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5644 #: src/protocols/msn/msn.c:332 src/protocols/yahoo/yahoo.c:2142 |
5348 | 5645 #, c-format |
5646 msgid "<b>Status:</b> %s" | |
5647 msgstr "<b>Status:</b> %s" | |
5648 | |
7375 | 5649 #: src/protocols/msn/msn.c:345 src/protocols/msn/msn.c:623 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5650 #: src/protocols/msn/state.c:32 |
3462 | 5651 msgid "Away From Computer" |
6546 | 5652 msgstr "Absent din faţa calculatorului" |
3462 | 5653 |
7375 | 5654 #: src/protocols/msn/msn.c:346 src/protocols/msn/msn.c:625 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5655 #: src/protocols/msn/state.c:31 src/protocols/yahoo/yahoo.c:2008 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5656 #: src/protocols/yahoo/yahoo.c:2306 src/protocols/yahoo/yahoo.c:2406 |
3462 | 5657 msgid "Be Right Back" |
5658 msgstr "Vin imediat" | |
5659 | |
7375 | 5660 #: src/protocols/msn/msn.c:347 src/protocols/msn/msn.c:627 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5661 #: src/protocols/msn/state.c:29 src/protocols/yahoo/yahoo.c:2010 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5662 #: src/protocols/yahoo/yahoo.c:2308 src/protocols/yahoo/yahoo.c:2407 |
3462 | 5663 msgid "Busy" |
5664 msgstr "Ocupat" | |
5665 | |
7375 | 5666 #: src/protocols/msn/msn.c:348 src/protocols/msn/msn.c:629 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5667 #: src/protocols/msn/state.c:33 src/protocols/yahoo/yahoo.c:2018 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5668 #: src/protocols/yahoo/yahoo.c:2316 src/protocols/yahoo/yahoo.c:2411 |
3462 | 5669 msgid "On The Phone" |
5670 msgstr "La telefon" | |
5671 | |
7375 | 5672 #: src/protocols/msn/msn.c:349 src/protocols/msn/msn.c:631 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5673 #: src/protocols/msn/state.c:34 src/protocols/yahoo/yahoo.c:2022 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5674 #: src/protocols/yahoo/yahoo.c:2320 src/protocols/yahoo/yahoo.c:2413 |
3462 | 5675 msgid "Out To Lunch" |
6546 | 5676 msgstr "La masă" |
3462 | 5677 |
7375 | 5678 #: src/protocols/msn/msn.c:350 src/protocols/msn/msn.c:633 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5679 #: src/protocols/zephyr/zephyr.c:883 src/protocols/zephyr/zephyr.c:898 |
3462 | 5680 msgid "Hidden" |
5681 msgstr "Ascuns" | |
5682 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5683 #: src/protocols/msn/msn.c:362 |
3462 | 5684 msgid "Set Friendly Name" |
6546 | 5685 msgstr "Setaţi pseudonimul" |
6362 | 5686 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5687 #: src/protocols/msn/msn.c:370 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5688 msgid "Set Home Phone Number" |
6546 | 5689 msgstr "Numărul telefonului de acasă" |
6362 | 5690 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5691 #: src/protocols/msn/msn.c:376 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5692 msgid "Set Work Phone Number" |
6546 | 5693 msgstr "Numărul telefonului de serviciu" |
6362 | 5694 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5695 #: src/protocols/msn/msn.c:382 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5696 msgid "Set Mobile Phone Number" |
6546 | 5697 msgstr "Numărul telefonului mobil" |
6362 | 5698 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5699 #: src/protocols/msn/msn.c:391 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5700 msgid "Enable/Disable Mobile Devices" |
6546 | 5701 msgstr "Activează/Dezactivează dispozitivele mobile" |
6362 | 5702 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5703 #: src/protocols/msn/msn.c:398 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5704 msgid "Allow/Disallow Mobile Pages" |
6546 | 5705 msgstr "Permite/Refuză Paginile Mobile" |
6362 | 5706 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5707 #: src/protocols/msn/msn.c:424 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5708 msgid "Send to Mobile" |
6546 | 5709 msgstr "Trimitere către mobil" |
6362 | 5710 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5711 #: src/protocols/msn/msn.c:433 |
6193 | 5712 msgid "Initiate Chat" |
6546 | 5713 msgstr "Iniţiază o discuţie" |
6362 | 5714 |
7375 | 5715 #: src/protocols/msn/msn.c:457 |
5716 msgid "SSL support is needed for MSN. Please install it." | |
5717 msgstr "Suportul SSL este necesar pentru MSN. Vă rugăm să-l instalaţi." | |
5718 | |
5719 #: src/protocols/msn/msn.c:747 | |
3488 | 5720 #, c-format |
5721 msgid "" | |
5348 | 5722 "An MSN screenname must be in the form \"user@server.com\". Perhaps you meant " |
5723 "%s@hotmail.com. No changes were made to your allow list." | |
3488 | 5724 msgstr "" |
6949 | 5725 "Un nume ales MSN trebuie să fie de forma „utilizator@server.com“. Poate aţi " |
5726 "vrut să scrieţi %s@hotmail.com. Nu s-au operat schimbări în listă." | |
5727 | |
7375 | 5728 #: src/protocols/msn/msn.c:751 src/protocols/msn/msn.c:791 |
3488 | 5729 msgid "Invalid MSN screenname" |
4584 | 5730 msgstr "Numele ales MSN este invalid" |
5731 | |
7375 | 5732 #: src/protocols/msn/msn.c:787 |
3488 | 5733 #, c-format |
5734 msgid "" | |
5348 | 5735 "An MSN screenname must be in the form \"user@server.com\". Perhaps you meant " |
5736 "%s@hotmail.com. No changes were made to your block list." | |
3488 | 5737 msgstr "" |
6949 | 5738 "Un nume ales MSN trebuie să fie de forma „utilizator@server.com“. Poate aţi " |
5739 "dorit să scrieţi %s@hotmail.com. Nu s-au operat modificări în listă." | |
5740 | |
7375 | 5741 #: src/protocols/msn/msn.c:1262 src/protocols/yahoo/yahoo.c:2582 |
6662 | 5742 msgid "<html><body><b>Error retrieving profile</b></body></html>" |
5743 msgstr "<html><body><b>Eroare la descărcarea profilului</b></body></html>" | |
5744 | |
5745 #. Age | |
7375 | 5746 #: src/protocols/msn/msn.c:1330 src/protocols/oscar/oscar.c:3946 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5747 #: src/protocols/trepia/trepia.c:276 src/protocols/trepia/trepia.c:404 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5748 #: src/protocols/yahoo/yahoo.c:2693 |
6662 | 5749 msgid "Age" |
5750 msgstr "Vârstă" | |
5751 | |
5752 #. Gender | |
7375 | 5753 #: src/protocols/msn/msn.c:1337 src/protocols/oscar/oscar.c:3932 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5754 #: src/protocols/trepia/trepia.c:270 src/protocols/trepia/trepia.c:412 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5755 #: src/protocols/yahoo/yahoo.c:2705 |
6662 | 5756 msgid "Gender" |
5757 msgstr "Sex" | |
5758 | |
7375 | 5759 #: src/protocols/msn/msn.c:1345 src/protocols/yahoo/yahoo.c:2699 |
6662 | 5760 msgid "Marital Status" |
5761 msgstr "Status marital" | |
5762 | |
7375 | 5763 #: src/protocols/msn/msn.c:1352 src/protocols/yahoo/yahoo.c:2687 |
6662 | 5764 msgid "Location" |
5765 msgstr "Locaţie" | |
5766 | |
7375 | 5767 #: src/protocols/msn/msn.c:1360 src/protocols/yahoo/yahoo.c:2711 |
6662 | 5768 msgid "Occupation" |
5769 msgstr "Ocupaţie" | |
5770 | |
7375 | 5771 #: src/protocols/msn/msn.c:1377 src/protocols/msn/msn.c:1383 |
5772 #: src/protocols/msn/msn.c:1390 src/protocols/msn/msn.c:1397 | |
5773 #: src/protocols/msn/msn.c:1404 | |
6662 | 5774 msgid "A Little About Me" |
5775 msgstr "Câteva cuvinte despre mine" | |
5776 | |
7375 | 5777 #: src/protocols/msn/msn.c:1413 src/protocols/msn/msn.c:1426 |
5778 #: src/protocols/msn/msn.c:1433 | |
6662 | 5779 msgid "Favorite Things" |
5780 msgstr "Lucruri favorite" | |
5781 | |
7375 | 5782 #: src/protocols/msn/msn.c:1442 src/protocols/msn/msn.c:1448 |
5783 #: src/protocols/msn/msn.c:1455 | |
6662 | 5784 msgid "Hobbies and Interests" |
6949 | 5785 msgstr "Hobbyuri şi domenii de interes" |
5786 | |
7375 | 5787 #: src/protocols/msn/msn.c:1464 src/protocols/msn/msn.c:1470 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5788 #: src/protocols/yahoo/yahoo.c:2755 |
6662 | 5789 msgid "Favorite Quote" |
5790 msgstr "Citat favorit" | |
5791 | |
7375 | 5792 #: src/protocols/msn/msn.c:1478 src/protocols/yahoo/yahoo.c:2799 |
6662 | 5793 msgid "Last Updated" |
5794 msgstr "Ultima actualizare" | |
5795 | |
5796 #. Homepage | |
7375 | 5797 #: src/protocols/msn/msn.c:1489 src/protocols/trepia/trepia.c:280 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5798 #: src/protocols/trepia/trepia.c:448 |
6662 | 5799 msgid "Homepage" |
5800 msgstr "Pagină personală" | |
5801 | |
7375 | 5802 #: src/protocols/msn/msn.c:1511 src/protocols/yahoo/yahoo.c:2817 |
5803 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5804 msgid "User information for %s unavailable" |
7375 | 5805 msgstr "Detaliile utilizatorului %s nu sunt disponibile" |
5806 | |
5807 #: src/protocols/msn/msn.c:1513 src/protocols/yahoo/yahoo.c:2819 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5808 msgid "The user's profile is empty." |
7375 | 5809 msgstr "Profilul utilizatorului este gol." |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5810 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5811 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5812 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5813 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5814 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5815 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5816 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5817 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5818 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5819 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5820 #. * summary |
7375 | 5821 #: src/protocols/msn/msn.c:1611 src/protocols/msn/msn.c:1613 |
5348 | 5822 msgid "MSN Protocol Plugin" |
6949 | 5823 msgstr "Modul de protocol MSN" |
5824 | |
7375 | 5825 #: src/protocols/msn/msn.c:1630 src/protocols/trepia/trepia.c:1330 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5826 msgid "Login server" |
6362 | 5827 msgstr "Server de autentificare" |
5828 | |
7375 | 5829 #: src/protocols/msn/msn.c:1640 |
5830 msgid "Use HTTP Method" | |
5831 msgstr "Utilizează metoda HTTP" | |
5832 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5833 #: src/protocols/msn/notification.c:247 |
6362 | 5834 #, c-format |
5835 msgid "MSN Error: %s\n" | |
5836 msgstr "Eroare MSN: %s\n" | |
5348 | 5837 |
7375 | 5838 #: src/protocols/msn/notification.c:322 |
5839 msgid "Unable to connect to server" | |
5840 msgstr "Nu mă pot conecta la server" | |
5841 | |
5842 #: src/protocols/msn/notification.c:376 src/protocols/msn/notification.c:545 | |
6949 | 5843 msgid "Unable to write to MSN Nexus server." |
5844 msgstr "Nu pot scrie către serverul MSN Nexus" | |
5845 | |
7375 | 5846 #: src/protocols/msn/notification.c:385 src/protocols/msn/notification.c:560 |
6949 | 5847 msgid "Unable to read from MSN Nexus server." |
5848 msgstr "Nu pot citi antetul de la serverul MSN Nexus" | |
5849 | |
7375 | 5850 #: src/protocols/msn/notification.c:405 |
6949 | 5851 msgid "MSN Nexus server returned invalid redirect information." |
5852 msgstr "Serverul MSN Nexus a returnat informaţii invalide de redirectare." | |
5853 | |
7375 | 5854 #: src/protocols/msn/notification.c:459 |
6949 | 5855 msgid "Unknown error when attempting to authorize with MSN login server." |
5856 msgstr "Eroare necunoscută la încercarea de autentificare la serverul MSN." | |
5857 | |
7375 | 5858 #: src/protocols/msn/notification.c:571 |
6949 | 5859 msgid "MSN Nexus server returned invalid information." |
5860 msgstr "Serverul MSN Nexus a returnat informaţii invalide." | |
5861 | |
7375 | 5862 #: src/protocols/msn/notification.c:640 src/protocols/trepia/trepia.c:677 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5863 msgid "Retrieving buddy list" |
6362 | 5864 msgstr "Descarc lista de contacte" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5865 |
7375 | 5866 #: src/protocols/msn/notification.c:703 |
6949 | 5867 msgid "Unable to connect to passport server" |
5868 msgstr "Nu mă pot conecta la serverul Passport." | |
5869 | |
7375 | 5870 #: src/protocols/msn/notification.c:708 src/protocols/msn/notification.c:740 |
5871 #: src/protocols/oscar/oscar.c:1361 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5872 msgid "Password sent" |
6546 | 5873 msgstr "Parola a fost trimisă" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5874 |
7375 | 5875 #: src/protocols/msn/notification.c:735 |
6949 | 5876 msgid "Unable to send password" |
5877 msgstr "Nu pot trimite parola" | |
5878 | |
7375 | 5879 #: src/protocols/msn/notification.c:771 |
6949 | 5880 msgid "Protocol not supported" |
5881 msgstr "Protocol nesuportat" | |
5882 | |
7375 | 5883 #: src/protocols/msn/notification.c:813 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5884 msgid "You have been disconnected. You have signed on from another location." |
6546 | 5885 msgstr "Aţi fost deconectat. V-aţi autentificat de la o altă locaţie." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5886 |
7375 | 5887 #: src/protocols/msn/notification.c:818 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5888 msgid "You have been disconnected. The MSN servers are going down temporarily." |
6546 | 5889 msgstr "Aţi fost deconectat. Serverele MSN sunt oprite momentan." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5890 |
7375 | 5891 #: src/protocols/msn/notification.c:944 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5892 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5893 msgid "The user %s (%s) wants to add %s to his or her buddy list." |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5894 msgstr "" |
7375 | 5895 "Utilizatorul %s (%s) doreşte să adauge %s în lista sa de contacte." |
5896 | |
5897 #: src/protocols/msn/notification.c:1263 src/protocols/msn/notification.c:1429 | |
6362 | 5898 #, c-format |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5899 msgid "The user %s (%s) wants to add you to their buddy list." |
6362 | 5900 msgstr "" |
7375 | 5901 "Utilizatorul %s (%s) doreşte să vă adauge în lista sa de contacte." |
5902 | |
5903 #: src/protocols/msn/notification.c:1960 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5904 msgid "Unable to transfer to notification server" |
6546 | 5905 msgstr "Nu pot transfera către serverul de notificare" |
6362 | 5906 |
7375 | 5907 #: src/protocols/msn/notification.c:2108 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5908 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5909 msgid "" |
6362 | 5910 "The MSN server will shut down for maintenance in %d minute. You will " |
5911 "automatically be signed out at that time. Please finish any conversations " | |
5912 "in progress.\n" | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5913 "\n" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5914 "After the maintenance has been completed, you will be able to successfully " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5915 "sign in." |
6362 | 5916 msgid_plural "" |
5917 "The MSN server will shut down for maintenance in %d minutes. You will " | |
5918 "automatically be signed out at that time. Please finish any conversations " | |
5919 "in progress.\n" | |
5920 "\n" | |
5921 "After the maintenance has been completed, you will be able to successfully " | |
5922 "sign in." | |
5923 msgstr[0] "" | |
6546 | 5924 "Serverul MSN va fi închis pentru întreţinere în %d minut. Veţi fi automat " |
5925 "deautentificat în acel moment. Vă rugăm să încheiaţi discuţiile începute.\n" | |
6362 | 5926 "\n" |
6546 | 5927 "Veţi putea să vă autentificaţi din nou după încheierea operaţiunii." |
6362 | 5928 msgstr[1] "" |
6546 | 5929 "Serverul MSN va fi închis pentru întreţinere în %d minute. Veţi fi automat " |
5930 "deautentificat în acel moment. Vă rugăm să încheiaţi discuţiile începute.\n" | |
6362 | 5931 "\n" |
6546 | 5932 "Veţi putea să vă autentificaţi din nou după încheierea operaţiunii." |
6362 | 5933 |
7375 | 5934 #: src/protocols/msn/servconn.c:528 |
5935 msgid "Received HTTP error. Please report this." | |
5936 msgstr "Am primit o eroare HTTP. Vă rugăm să raportaţi acest lucru." | |
5937 | |
6949 | 5938 #: src/protocols/msn/switchboard.c:147 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5939 msgid "The conversation has become inactive and timed out." |
6546 | 5940 msgstr "Discuţia a fost închisă datorită inactivităţii." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5941 |
6949 | 5942 #: src/protocols/msn/switchboard.c:154 |
5348 | 5943 #, c-format |
5944 msgid "%s has closed the conversation window." | |
6546 | 5945 msgstr "%s a închis fereastra de discuţii." |
5348 | 5946 |
6949 | 5947 #: src/protocols/msn/switchboard.c:277 |
5348 | 5948 msgid "An MSN message may not have been received." |
6546 | 5949 msgstr "E posibil ca un mesaj MSN să nu fi fost recepţionat." |
5348 | 5950 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5951 #: src/protocols/napster/napster.c:228 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5952 msgid "Unable to read header from server" |
6362 | 5953 msgstr "Nu pot citi antetul de la server" |
5954 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5955 #: src/protocols/napster/napster.c:242 |
7375 | 5956 #, c-format |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5957 msgid "Unable to read message from server. Command is %hd, length is %hd." |
6362 | 5958 msgstr "Nu pot citi mesajul de la server. Comanda este %hd, lungimea este %hd." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5959 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5960 #: src/protocols/napster/napster.c:303 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5961 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5962 msgid "users: %s, files: %s, size: %sGB" |
6546 | 5963 msgstr "utilizatori: %s, fişiere: %s, mărime: %sGB" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5964 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5965 #. MSG_SERVER_HOTLIST_ERROR |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5966 #: src/protocols/napster/napster.c:314 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5967 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5968 msgid "Unable to add \"%s\" to your Napster hotlist" |
6662 | 5969 msgstr "Nu-l pot adăuga pe „%s“ în lista de contacte Napster" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5970 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5971 #: src/protocols/napster/napster.c:322 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5972 msgid "You were disconnected from the server." |
6546 | 5973 msgstr "Aţi fost deconectat de la server." |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5974 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5975 #. MSG_CLIENT_WHOIS |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5976 #: src/protocols/napster/napster.c:378 |
6362 | 5977 #, c-format |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5978 msgid "%s requested your information" |
6546 | 5979 msgstr "%s a cerut detalii despre dumneavoastră" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5980 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5981 #: src/protocols/napster/napster.c:410 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5982 msgid "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5983 "You were disconnected from the server, because you logged on from a " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5984 "different location" |
6362 | 5985 msgstr "" |
6546 | 5986 "Aţi fost deconectat de la server pentru că v-aţi autentificat de la o altă " |
5987 "locaţie." | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5988 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5989 #. MSG_CLIENT_PING |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
5990 #: src/protocols/napster/napster.c:416 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5991 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
5992 msgid "%s requested a PING" |
6362 | 5993 msgstr "%s a cerut un PING" |
5994 | |
7375 | 5995 #: src/protocols/napster/napster.c:543 src/protocols/oscar/oscar.c:5156 |
5996 #: src/protocols/toc/toc.c:1259 | |
3462 | 5997 msgid "Join what group:" |
6546 | 5998 msgstr "Intră în grupul:" |
3462 | 5999 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6000 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6001 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6002 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6003 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6004 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6005 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6006 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6007 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6008 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6009 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6010 #: src/protocols/napster/napster.c:619 src/protocols/napster/napster.c:621 |
5348 | 6011 msgid "NAPSTER Protocol Plugin" |
6949 | 6012 msgstr "Modul de protocol Napster" |
6013 | |
7375 | 6014 #: src/protocols/oscar/oscar.c:178 |
4208 | 6015 msgid "Invalid error" |
6546 | 6016 msgstr "Eroare invalidă" |
4208 | 6017 |
7375 | 6018 #: src/protocols/oscar/oscar.c:179 |
6362 | 6019 msgid "Invalid SNAC" |
6020 msgstr "SNAC invalid" | |
4584 | 6021 |
7375 | 6022 #: src/protocols/oscar/oscar.c:180 |
6362 | 6023 msgid "Rate to host" |
6546 | 6024 msgstr "Rata către gazdă" |
6362 | 6025 |
7375 | 6026 #: src/protocols/oscar/oscar.c:181 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6027 msgid "Rate to client" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6028 msgstr "Rata către client" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6029 |
7375 | 6030 #: src/protocols/oscar/oscar.c:183 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6031 msgid "Service unavailable" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6032 msgstr "Serviciu nedisponibil" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6033 |
7375 | 6034 #: src/protocols/oscar/oscar.c:184 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6035 msgid "Service not defined" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6036 msgstr "Serviciu nedefinit" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6037 |
7375 | 6038 #: src/protocols/oscar/oscar.c:185 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6039 msgid "Obsolete SNAC" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6040 msgstr "SNAC învechit" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6041 |
7375 | 6042 #: src/protocols/oscar/oscar.c:186 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6043 msgid "Not supported by host" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6044 msgstr "Nesuportat de către gazdă" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6045 |
7375 | 6046 #: src/protocols/oscar/oscar.c:187 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6047 msgid "Not supported by client" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6048 msgstr "Nesuportat de către client" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6049 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6050 #: src/protocols/oscar/oscar.c:188 |
7375 | 6051 msgid "Refused by client" |
6052 msgstr "Refuzat de către client" | |
4584 | 6053 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6054 #: src/protocols/oscar/oscar.c:189 |
7375 | 6055 msgid "Reply too big" |
6056 msgstr "Răspuns supradimensionat" | |
6057 | |
6058 #: src/protocols/oscar/oscar.c:190 | |
6059 msgid "Responses lost" | |
6060 msgstr "Răspunsuri pierdute" | |
6061 | |
6062 #: src/protocols/oscar/oscar.c:191 | |
6063 msgid "Request denied" | |
6064 msgstr "Cerere respinsă" | |
6065 | |
6066 #: src/protocols/oscar/oscar.c:192 | |
6362 | 6067 msgid "Busted SNAC payload" |
6546 | 6068 msgstr "Încărcătură SNAC invalidă" |
4584 | 6069 |
7375 | 6070 #: src/protocols/oscar/oscar.c:193 |
6362 | 6071 msgid "Insufficient rights" |
6072 msgstr "Drepturi insuficiente" | |
4584 | 6073 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6074 #: src/protocols/oscar/oscar.c:194 |
7375 | 6075 msgid "In local permit/deny" |
6076 msgstr "În autorizarea/neautorizarea locală" | |
6362 | 6077 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6078 #: src/protocols/oscar/oscar.c:195 |
7375 | 6079 msgid "Too evil (sender)" |
6080 msgstr "Prea periculos (expeditorul)" | |
6949 | 6081 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6082 #: src/protocols/oscar/oscar.c:196 |
7375 | 6083 msgid "Too evil (receiver)" |
6084 msgstr "Prea periculos (destinatarul)" | |
6949 | 6085 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6086 #: src/protocols/oscar/oscar.c:197 |
7375 | 6087 msgid "User temporarily unavailable" |
6088 msgstr "Utilizatorul este temporar nedisponibil." | |
6089 | |
6090 #: src/protocols/oscar/oscar.c:198 | |
6091 msgid "No match" | |
6092 msgstr "Nici o potrivire" | |
6093 | |
6094 #: src/protocols/oscar/oscar.c:199 | |
6095 msgid "List overflow" | |
6096 msgstr "Listă suprasaturată" | |
6097 | |
6098 #: src/protocols/oscar/oscar.c:200 | |
4584 | 6099 msgid "Request ambiguous" |
6546 | 6100 msgstr "Cerere ambiguă" |
4584 | 6101 |
7375 | 6102 #: src/protocols/oscar/oscar.c:201 |
4584 | 6103 msgid "Queue full" |
6546 | 6104 msgstr "Coadă plină" |
4584 | 6105 |
7375 | 6106 #: src/protocols/oscar/oscar.c:202 |
4208 | 6107 msgid "Not while on AOL" |
6546 | 6108 msgstr "Nu (cât timp e pe AOL)" |
6362 | 6109 |
7375 | 6110 #: src/protocols/oscar/oscar.c:474 |
3462 | 6111 #, c-format |
6112 msgid "Direct IM with %s closed" | |
4584 | 6113 msgstr "Chat-ul direct cu %s s-a terminat" |
6114 | |
7375 | 6115 #: src/protocols/oscar/oscar.c:476 |
3462 | 6116 #, c-format |
6117 msgid "Direct IM with %s failed" | |
6546 | 6118 msgstr "Chat-ul direct cu %s a eşuat" |
4584 | 6119 |
7375 | 6120 #: src/protocols/oscar/oscar.c:534 src/protocols/toc/toc.c:218 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6121 #: src/protocols/toc/toc.c:625 src/protocols/toc/toc.c:641 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6122 #: src/protocols/toc/toc.c:709 |
3462 | 6123 msgid "Disconnected." |
6362 | 6124 msgstr "Deautentificat." |
6125 | |
7375 | 6126 #: src/protocols/oscar/oscar.c:546 src/protocols/toc/toc.c:885 |
3462 | 6127 #, c-format |
6128 msgid "You have been disconnected from chat room %s." | |
6546 | 6129 msgstr "Aţi fost deconectat din camera de chat %s." |
3462 | 6130 |
7375 | 6131 #: src/protocols/oscar/oscar.c:562 |
3462 | 6132 msgid "Chat is currently unavailable" |
6546 | 6133 msgstr "Chat-ul este deocamdată indisponibil" |
4584 | 6134 |
7375 | 6135 #: src/protocols/oscar/oscar.c:633 src/protocols/oscar/oscar.c:689 |
3462 | 6136 msgid "Couldn't connect to host" |
6137 msgstr "Nu m-am putut conecta la server" | |
6138 | |
7375 | 6139 #: src/protocols/oscar/oscar.c:643 |
6140 msgid "Screen name sent" | |
6141 msgstr "Numele ales a fost trimis" | |
6142 | |
6143 #: src/protocols/oscar/oscar.c:677 | |
3462 | 6144 msgid "Unable to login to AIM" |
6546 | 6145 msgstr "Nu mă pot autentifica la AIM" |
3462 | 6146 |
7375 | 6147 #: src/protocols/oscar/oscar.c:778 src/protocols/oscar/oscar.c:1166 |
3462 | 6148 msgid "Could Not Connect" |
6149 msgstr "Nu m-am putut conecta" | |
6150 | |
7375 | 6151 #: src/protocols/oscar/oscar.c:786 |
3462 | 6152 msgid "Connection established, cookie sent" |
6546 | 6153 msgstr "Conectare iniţializată, cookie trimis" |
3462 | 6154 |
7375 | 6155 #: src/protocols/oscar/oscar.c:853 src/protocols/oscar/oscar.c:866 |
6156 #: src/protocols/oscar/oscar.c:871 | |
5348 | 6157 msgid "File Transfer Aborted" |
6546 | 6158 msgstr "Transfer abandonat de fişier" |
5348 | 6159 |
7375 | 6160 #: src/protocols/oscar/oscar.c:854 |
5348 | 6161 msgid "Unable to establish listener socket." |
6162 msgstr "Nu pot deschide socket-ul de ascultare." | |
6163 | |
7375 | 6164 #: src/protocols/oscar/oscar.c:867 |
5348 | 6165 msgid "Unable to establish file descriptor." |
6546 | 6166 msgstr "Nu pot deschide descriptorul fişierului." |
5348 | 6167 |
7375 | 6168 #: src/protocols/oscar/oscar.c:872 |
5348 | 6169 msgid "Unable to create new connection." |
6546 | 6170 msgstr "Nu pot crea o nouă conexiune." |
5348 | 6171 |
7375 | 6172 #: src/protocols/oscar/oscar.c:1052 src/protocols/toc/toc.c:571 |
3462 | 6173 msgid "Incorrect nickname or password." |
6546 | 6174 msgstr "Pseudonim sau parolă incorecte" |
3462 | 6175 |
7375 | 6176 #: src/protocols/oscar/oscar.c:1057 |
3462 | 6177 msgid "Your account is currently suspended." |
6546 | 6178 msgstr "Contul dumneavoastră este momentan suspendat." |
3462 | 6179 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6180 #. service temporarily unavailable |
7375 | 6181 #: src/protocols/oscar/oscar.c:1061 |
4208 | 6182 msgid "The AOL Instant Messenger service is temporarily unavailable." |
6949 | 6183 msgstr "Serviciul de mesagerie instantanee AOL este temporar indisponibil." |
4584 | 6184 |
7375 | 6185 #: src/protocols/oscar/oscar.c:1066 |
3462 | 6186 msgid "" |
6187 "You have been connecting and disconnecting too frequently. Wait ten minutes " | |
6188 "and try again. If you continue to try, you will need to wait even longer." | |
6189 msgstr "" | |
6546 | 6190 "V-aţi conectat şi deconectat prea des. Aşteptaţi zece minute şi încercaţi " |
6191 "din nou. Dacă continuaţi să încercaţi, va trebui să aşteptaţi mai mult." | |
3462 | 6192 |
7375 | 6193 #: src/protocols/oscar/oscar.c:1071 |
4584 | 6194 #, c-format |
4208 | 6195 msgid "The client version you are using is too old. Please upgrade at %s" |
6546 | 6196 msgstr "Versiunea clientului folosit este prea veche. Actualizaţi-l la %s" |
4584 | 6197 |
7375 | 6198 #: src/protocols/oscar/oscar.c:1103 |
3462 | 6199 msgid "Internal Error" |
6546 | 6200 msgstr "Eroare internă" |
3462 | 6201 |
7375 | 6202 #: src/protocols/oscar/oscar.c:1173 |
6203 msgid "Received authorization" | |
6204 msgstr "Am primit autorizarea" | |
6205 | |
6206 #: src/protocols/oscar/oscar.c:1208 src/protocols/oscar/oscar.c:1238 | |
6207 #: src/protocols/oscar/oscar.c:1326 | |
4584 | 6208 #, c-format |
4208 | 6209 msgid "" |
6210 "You may be disconnected shortly. You may want to use TOC until this is " | |
6211 "fixed. Check %s for updates." | |
6212 msgstr "" | |
6546 | 6213 "S-ar putea să fiţi rapid deconectat. Poate doriţi să încercaţi TOC până ce " |
6214 "se rezolvă această problemă. Vizitaţi %s pentru actualizări. " | |
4584 | 6215 |
7375 | 6216 #: src/protocols/oscar/oscar.c:1211 src/protocols/oscar/oscar.c:1241 |
3488 | 6217 msgid "Gaim was Unable to get a valid AIM login hash." |
6546 | 6218 msgstr "Gaim nu a putut obţine un hash pentru autentificare AIM valid." |
6362 | 6219 |
7375 | 6220 #: src/protocols/oscar/oscar.c:1329 |
4584 | 6221 msgid "Gaim was Unable to get a valid login hash." |
6546 | 6222 msgstr "Gaim nu a putut obţine un hash pentru autentificare valid." |
6362 | 6223 |
7375 | 6224 #: src/protocols/oscar/oscar.c:1911 src/protocols/oscar/oscar.c:5594 |
3462 | 6225 #, c-format |
6226 msgid "Direct IM with %s established" | |
6949 | 6227 msgstr "Chat-ul direct cu %s a fost iniţializat" |
3462 | 6228 |
7375 | 6229 #: src/protocols/oscar/oscar.c:2240 src/protocols/oscar/oscar.c:2262 |
4208 | 6230 msgid "(There was an error receiving this message)" |
4584 | 6231 msgstr "(S-a produs o eroare la primirea acestui mesaj)" |
6232 | |
7375 | 6233 #: src/protocols/oscar/oscar.c:2409 |
5348 | 6234 #, c-format |
6235 msgid "%s has just asked to directly connect to %s" | |
6546 | 6236 msgstr "%s tocmai a cerut o conexiune directă cu %s." |
5348 | 6237 |
7375 | 6238 #: src/protocols/oscar/oscar.c:2412 |
4208 | 6239 msgid "" |
6240 "This requires a direct connection between the two computers and is necessary " | |
6241 "for IM Images. Because your IP address will be revealed, this may be " | |
6242 "considered a privacy risk." | |
6243 msgstr "" | |
6546 | 6244 "Aceasta presupune o conexiune directă între cele două calculatoare şi este " |
6949 | 6245 "necesară pentru imaginile asociate conturilor. Pentru că adresa IP vă va fi " |
6246 "vizibilă, luaţi în considerare riscurile la care vă expuneţi." | |
6247 | |
7375 | 6248 #: src/protocols/oscar/oscar.c:2417 src/protocols/oscar/oscar.c:5963 |
6362 | 6249 msgid "Connect" |
6546 | 6250 msgstr "Conectează-te" |
6362 | 6251 |
7375 | 6252 #: src/protocols/oscar/oscar.c:2444 |
4584 | 6253 msgid "Please authorize me so I can add you to my buddy list." |
6546 | 6254 msgstr "Autorizează-mă ca să te pot adăuga în lista mea de contacte." |
6362 | 6255 |
7375 | 6256 #: src/protocols/oscar/oscar.c:2452 |
4584 | 6257 msgid "Authorization Request Message:" |
6258 msgstr "Mesajul cererii de autorizare:" | |
6259 | |
7375 | 6260 #: src/protocols/oscar/oscar.c:2453 |
4584 | 6261 msgid "Please authorize me!" |
6546 | 6262 msgstr "Autorizează-mă te rog!" |
6362 | 6263 |
7375 | 6264 #: src/protocols/oscar/oscar.c:2481 |
4584 | 6265 #, c-format |
4208 | 6266 msgid "" |
4584 | 6267 "The user %s requires authorization before being added to a buddy list. Do " |
6268 "you want to send an authorization request?" | |
6269 msgstr "" | |
6546 | 6270 "Utilizatorul %s a cerut autorizarea înainte de a fi adăugat în lista de " |
6271 "contacte. Dorită să trimiteţi o cerere de autorizare?" | |
4584 | 6272 |
7375 | 6273 #: src/protocols/oscar/oscar.c:2486 src/protocols/oscar/oscar.c:2488 |
4584 | 6274 msgid "Request Authorization" |
6275 msgstr "Solicit autorizarea" | |
6276 | |
7375 | 6277 #: src/protocols/oscar/oscar.c:2524 src/protocols/oscar/oscar.c:2526 |
6278 #: src/protocols/oscar/oscar.c:2533 src/protocols/oscar/oscar.c:2605 | |
6279 #: src/protocols/oscar/oscar.c:2625 src/protocols/oscar/oscar.c:2981 | |
6280 #: src/protocols/oscar/oscar.c:3037 src/protocols/oscar/oscar.c:5077 | |
6281 #: src/protocols/oscar/oscar.c:5123 | |
4208 | 6282 msgid "No reason given." |
6546 | 6283 msgstr "Fără motiv." |
4208 | 6284 |
7375 | 6285 #: src/protocols/oscar/oscar.c:2532 |
4584 | 6286 msgid "Authorization Denied Message:" |
6546 | 6287 msgstr "Mesajul de autorizare refuzată:" |
4584 | 6288 |
7375 | 6289 #: src/protocols/oscar/oscar.c:2605 |
6362 | 6290 #, c-format |
4584 | 6291 msgid "" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6292 "The user %u wants to add you to their buddy list for the following reason:\n" |
4584 | 6293 "%s" |
6294 msgstr "" | |
7375 | 6295 "Utilizatorul %u doreşte să vă adauge în lista sa de contacte din " |
6546 | 6296 "următorul motiv:\n" |
4584 | 6297 "%s" |
6298 | |
7375 | 6299 #: src/protocols/oscar/oscar.c:2613 src/protocols/oscar/oscar.c:5083 |
4208 | 6300 msgid "Authorization Request" |
4584 | 6301 msgstr "Cerere de autorizare" |
6302 | |
7375 | 6303 #: src/protocols/oscar/oscar.c:2625 |
6304 #, c-format | |
3462 | 6305 msgid "" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6306 "The user %u has denied your request to add them to your buddy list for the " |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6307 "following reason:\n" |
3462 | 6308 "%s" |
6309 msgstr "" | |
7375 | 6310 "Utilizatorul %u v-a refuzat cererea de a-l adăuga la lista dumneavoastră de " |
6546 | 6311 "contacte, motivând astfel:\n" |
3462 | 6312 "%s" |
6313 | |
7375 | 6314 #: src/protocols/oscar/oscar.c:2626 |
3488 | 6315 msgid "ICQ authorization denied." |
6546 | 6316 msgstr "Autorizarea ICQ a fost refuzată." |
3488 | 6317 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6318 #. Someone has granted you authorization |
7375 | 6319 #: src/protocols/oscar/oscar.c:2633 |
6320 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6321 msgid "The user %u has granted your request to add them to your buddy list." |
7375 | 6322 msgstr "Utilizatorul %u v-a acordat dreptul de a-l adăuga la lista " |
6323 "dumneavoastră de contacte." | |
6324 | |
6325 #: src/protocols/oscar/oscar.c:2641 | |
4584 | 6326 #, c-format |
6327 msgid "" | |
6328 "You have received a special message\n" | |
6329 "\n" | |
6330 "From: %s [%s]\n" | |
6331 "%s" | |
6332 msgstr "" | |
6546 | 6333 "Aţi primit un mesaj special\n" |
4584 | 6334 "\n" |
6335 "Expeditor: %s [%s]\n" | |
6336 "%s" | |
6337 | |
7375 | 6338 #: src/protocols/oscar/oscar.c:2649 |
3462 | 6339 #, c-format |
4208 | 6340 msgid "" |
6341 "You have received an ICQ page\n" | |
6342 "\n" | |
6343 "From: %s [%s]\n" | |
6344 "%s" | |
6345 msgstr "" | |
6546 | 6346 "Aţi primit o pagină ICQ\n" |
4584 | 6347 "\n" |
6348 "Expeditor: %s [%s]\n" | |
6349 "%s" | |
6350 | |
7375 | 6351 #: src/protocols/oscar/oscar.c:2657 |
3462 | 6352 #, c-format |
6353 msgid "" | |
4584 | 6354 "You have received an ICQ email from %s [%s]\n" |
4208 | 6355 "\n" |
4584 | 6356 "Message is:\n" |
6357 "%s" | |
4208 | 6358 msgstr "" |
6546 | 6359 "Aţi primit un mail ICQ de la %s [%s]\n" |
4584 | 6360 "\n" |
6361 "Mesajul: \n" | |
6362 "%s" | |
6363 | |
7375 | 6364 #: src/protocols/oscar/oscar.c:2678 |
6365 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6366 msgid "ICQ user %u has sent you a buddy: %s (%s)" |
6362 | 6367 msgstr "Utilizatorul ICQ %u v-a trimis un contact: %s (%s)" |
6368 | |
7375 | 6369 #: src/protocols/oscar/oscar.c:2684 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6370 msgid "Do you want to add this buddy to your buddy list?" |
7375 | 6371 msgstr "Doriţi să adăugaţi acest contact în lista de contacte?" |
6372 | |
6373 #: src/protocols/oscar/oscar.c:2688 | |
4584 | 6374 msgid "Decline" |
6375 msgstr "Refuz" | |
6376 | |
7375 | 6377 #: src/protocols/oscar/oscar.c:2770 |
4584 | 6378 #, c-format |
4208 | 6379 msgid "You missed %hu message from %s because it was invalid." |
4584 | 6380 msgid_plural "You missed %hu messages from %s because they were invalid." |
6546 | 6381 msgstr[0] "Aţi pierdut %hu mesaj de la %s deoarece era invalid." |
6382 msgstr[1] "Aţi pierdut %hu mesaje de la %s deoarece erau invalide." | |
4584 | 6383 |
7375 | 6384 #: src/protocols/oscar/oscar.c:2779 |
4584 | 6385 #, c-format |
4208 | 6386 msgid "You missed %hu message from %s because it was too large." |
4584 | 6387 msgid_plural "You missed %hu messages from %s because they were too large." |
6546 | 6388 msgstr[0] "Aţi pierdut %hu mesaj de la %s pentru că era prea mare." |
6389 msgstr[1] "Aţi pierdut %hu mesaje de la %s pentru că erau prea mari." | |
4584 | 6390 |
7375 | 6391 #: src/protocols/oscar/oscar.c:2788 |
4584 | 6392 #, c-format |
4208 | 6393 msgid "" |
6394 "You missed %hu message from %s because the rate limit has been exceeded." | |
4584 | 6395 msgid_plural "" |
4208 | 6396 "You missed %hu messages from %s because the rate limit has been exceeded." |
6546 | 6397 msgstr[0] "Aţi pierdut %hu mesaj de la %s pentru că a depăşit limita fixată." |
6398 msgstr[1] "Aţi pierdut %hu mesaje de la %s pentru că au depăşit limita fixată." | |
4584 | 6399 |
7375 | 6400 #: src/protocols/oscar/oscar.c:2797 |
4584 | 6401 #, c-format |
4208 | 6402 msgid "You missed %hu message from %s because he/she was too evil." |
4584 | 6403 msgid_plural "You missed %hu messages from %s because he/she was too evil." |
6362 | 6404 msgstr[0] "" |
6546 | 6405 "Aţi pierdut %hu mesaj de la %s pentru că expeditorul era prea periculos." |
6362 | 6406 msgstr[1] "" |
6546 | 6407 "Aţi pierdut %hu mesaje de la %s pentru că expeditorul era prea periculos." |
6362 | 6408 |
7375 | 6409 #: src/protocols/oscar/oscar.c:2806 |
4584 | 6410 #, c-format |
4208 | 6411 msgid "You missed %hu message from %s because you are too evil." |
4584 | 6412 msgid_plural "You missed %hu messages from %s because you are too evil." |
6546 | 6413 msgstr[0] "Aţi pierdut %hu mesaj de la %s pentru că aţi fost prea periculos." |
6414 msgstr[1] "Aţi pierdut %hu mesaje de la %s pentru că aţi fost prea periculos." | |
4584 | 6415 |
7375 | 6416 #: src/protocols/oscar/oscar.c:2815 |
4584 | 6417 #, c-format |
4208 | 6418 msgid "You missed %hu message from %s for an unknown reason." |
4584 | 6419 msgid_plural "You missed %hu messages from %s for an unknown reason." |
6546 | 6420 msgstr[0] "Aţi pierdut %hu mesaj de la %s din motive necunoscute." |
6421 msgstr[1] "Aţi pierdut %hu mesaje de la %s din motive necunoscute." | |
4584 | 6422 |
7375 | 6423 #: src/protocols/oscar/oscar.c:2831 src/protocols/oscar/oscar.c:4551 |
6424 #: src/protocols/oscar/oscar.c:6090 | |
4584 | 6425 msgid "Free For Chat" |
6426 msgstr "Disponibil pentru chat" | |
6427 | |
7375 | 6428 #: src/protocols/oscar/oscar.c:2835 src/protocols/oscar/oscar.c:4545 |
6429 #: src/protocols/oscar/oscar.c:6088 | |
4584 | 6430 msgid "Not Available" |
6431 msgstr "Indisponibil" | |
6432 | |
7375 | 6433 #: src/protocols/oscar/oscar.c:2837 src/protocols/oscar/oscar.c:4548 |
6434 #: src/protocols/oscar/oscar.c:6089 | |
4584 | 6435 msgid "Occupied" |
6436 msgstr "Ocupat" | |
6437 | |
7375 | 6438 #: src/protocols/oscar/oscar.c:2841 |
4584 | 6439 msgid "Web Aware" |
6440 msgstr "Prezent pe net" | |
6441 | |
7375 | 6442 #: src/protocols/oscar/oscar.c:2884 |
4584 | 6443 #, c-format |
6444 msgid "<B>UIN:</B> %s<BR><B>Status:</B> %s<HR>%s" | |
6445 msgstr "<B>UIN:</B> %s<BR><B>Status:</B> %s><HR>%s" | |
6446 | |
7375 | 6447 #: src/protocols/oscar/oscar.c:2943 |
3488 | 6448 #, c-format |
6449 msgid "SNAC threw error: %s\n" | |
4584 | 6450 msgstr "SNAC a dat eroarea: %s\n" |
6451 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6452 #. Data is assumed to be the destination sn |
7375 | 6453 #: src/protocols/oscar/oscar.c:2979 |
3488 | 6454 #, c-format |
6455 msgid "Your message to %s did not get sent:" | |
6546 | 6456 msgstr "Mesajul dumneavoastră către %s nu a fost trimis:" |
3488 | 6457 |
7375 | 6458 #: src/protocols/oscar/oscar.c:3035 |
6459 #, c-format | |
6460 msgid "User information for %s unavailable:" | |
6461 msgstr "Detaliile utilizatorului %s nu sunt disponibile:" | |
3462 | 6462 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6463 #: src/protocols/oscar/oscar.c:3073 |
7375 | 6464 msgid "Voice" |
6465 msgstr "Voce" | |
6466 | |
6467 #: src/protocols/oscar/oscar.c:3076 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6468 msgid "AIM Direct IM" |
7375 | 6469 msgstr "Chat direct AIM" |
6470 | |
6471 #: src/protocols/oscar/oscar.c:3082 src/protocols/oscar/oscar.c:6189 | |
3462 | 6472 msgid "Get File" |
6546 | 6473 msgstr "Primeşte fişier" |
3462 | 6474 |
7375 | 6475 #: src/protocols/oscar/oscar.c:3085 src/protocols/oscar/oscar.c:6181 |
5348 | 6476 msgid "Send File" |
6546 | 6477 msgstr "Trimitere fişier" |
5348 | 6478 |
7375 | 6479 #: src/protocols/oscar/oscar.c:3089 |
3462 | 6480 msgid "Games" |
6481 msgstr "Jocuri" | |
6482 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6483 #: src/protocols/oscar/oscar.c:3092 |
7375 | 6484 msgid "Add-Ins" |
6485 msgstr "Adăugiri" | |
3462 | 6486 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6487 #: src/protocols/oscar/oscar.c:3095 |
7375 | 6488 msgid "Send Buddy List" |
6489 msgstr "Trimite lista de contacte" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6490 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6491 #: src/protocols/oscar/oscar.c:3098 |
7375 | 6492 msgid "ICQ Direct Connect" |
6493 msgstr "Conectare directă ICQ" | |
3462 | 6494 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6495 #: src/protocols/oscar/oscar.c:3101 |
7375 | 6496 msgid "AP User" |
6497 msgstr "Utilizator AP" | |
6498 | |
6499 #: src/protocols/oscar/oscar.c:3104 | |
3462 | 6500 msgid "ICQ RTF" |
6501 msgstr "ICQ RTF" | |
6502 | |
7375 | 6503 #: src/protocols/oscar/oscar.c:3107 |
3462 | 6504 msgid "Nihilist" |
6505 msgstr "Nihilist" | |
6506 | |
7375 | 6507 #: src/protocols/oscar/oscar.c:3110 |
3462 | 6508 msgid "ICQ Server Relay" |
6509 msgstr "Schimb de server ICQ" | |
6510 | |
7375 | 6511 #: src/protocols/oscar/oscar.c:3113 |
6949 | 6512 msgid "Old ICQ UTF8" |
6513 msgstr "ICQ UTF8 (vechi)" | |
6514 | |
7375 | 6515 #: src/protocols/oscar/oscar.c:3116 |
3462 | 6516 msgid "Trillian Encryption" |
6517 msgstr "Criptare Trillian" | |
6518 | |
7375 | 6519 #: src/protocols/oscar/oscar.c:3119 |
5348 | 6520 msgid "ICQ UTF8" |
6521 msgstr "ICQ UTF8" | |
6522 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6523 #: src/protocols/oscar/oscar.c:3122 |
7375 | 6524 msgid "Hiptop" |
6525 msgstr "Hiptop" | |
6526 | |
6527 #: src/protocols/oscar/oscar.c:3125 | |
6528 msgid "Security Enabled" | |
6529 msgstr "Securitate activată" | |
6530 | |
6531 #: src/protocols/oscar/oscar.c:3154 | |
6532 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6533 msgid "Username: <b>%s</b><br>\n" |
7375 | 6534 msgstr "Nume utilizator: <b>%s</b><br>\n" |
6362 | 6535 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6536 #: src/protocols/oscar/oscar.c:3155 |
7375 | 6537 #, c-format |
6538 msgid "Warning Level: <b>%d%%</b><br>\n" | |
6539 msgstr "Nivel avertizare: <b>%d%%</b><br>\n" | |
6540 | |
6541 #: src/protocols/oscar/oscar.c:3158 | |
6542 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6543 msgid "Online Since: <b>%s</b><br>\n" |
7375 | 6544 msgstr "Autentificat din: <b>%s</b><br>\n" |
6545 | |
6546 #: src/protocols/oscar/oscar.c:3162 | |
6547 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6548 msgid "Member Since: <b>%s</b><br>\n" |
7375 | 6549 msgstr "Membru din: <b>%s</b><br>\n" |
5348 | 6550 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6551 #: src/protocols/oscar/oscar.c:3167 |
7375 | 6552 #, c-format |
6553 msgid "Idle: <b>%s</b>" | |
6554 msgstr "Inactiv: <b>%s</b>" | |
6555 | |
6556 #: src/protocols/oscar/oscar.c:3170 | |
5348 | 6557 msgid "Idle: <b>Active</b>" |
6558 msgstr "Inactiv: <b>Activ</b>" | |
6559 | |
7375 | 6560 #: src/protocols/oscar/oscar.c:3209 |
3488 | 6561 msgid "Your AIM connection may be lost." |
6546 | 6562 msgstr "E posibil să fi pierdut conexiunea AIM." |
3488 | 6563 |
7375 | 6564 #: src/protocols/oscar/oscar.c:3603 |
3488 | 6565 msgid "Rate limiting error." |
6566 msgstr "Eroare la rata de limitare." | |
6567 | |
7375 | 6568 #: src/protocols/oscar/oscar.c:3604 |
3462 | 6569 msgid "" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6570 "The last action you attempted could not be performed because you are over " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6571 "the rate limit. Please wait 10 seconds and try again." |
3462 | 6572 msgstr "" |
6546 | 6573 "Ultima acţiune cerută nu a fost îndeplinită pentru că aţi depăşit limita " |
6574 "fixată. Aşteptaţi 10 secunde şi încercaţi din nou." | |
6362 | 6575 |
7375 | 6576 #: src/protocols/oscar/oscar.c:3665 |
5348 | 6577 msgid "" |
6578 "You have been disconnected because you have signed on with this screen name " | |
6579 "at another location." | |
6580 msgstr "" | |
6546 | 6581 "Aţi fost deconectat pentru că v-aţi autentificat cu acest nume ales de la o " |
6582 "altă locaţie." | |
5348 | 6583 |
7375 | 6584 #: src/protocols/oscar/oscar.c:3667 |
5348 | 6585 msgid "You have been signed off for an unknown reason." |
6546 | 6586 msgstr "Aţi fost deautentificat din motive necunoscute." |
6362 | 6587 |
7375 | 6588 #: src/protocols/oscar/oscar.c:3698 |
6589 msgid "Finalizing connection" | |
6590 msgstr "Finalizare conexiune" | |
6591 | |
6592 #: src/protocols/oscar/oscar.c:3918 src/protocols/oscar/oscar.c:3924 | |
6662 | 6593 msgid "Email Address" |
6594 msgstr "Adresă de mail" | |
6595 | |
7375 | 6596 #: src/protocols/oscar/oscar.c:3929 |
6662 | 6597 msgid "Mobile Phone" |
6598 msgstr "Telefon mobil" | |
6599 | |
7375 | 6600 #: src/protocols/oscar/oscar.c:3932 src/protocols/trepia/trepia.c:272 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6601 #: src/protocols/trepia/trepia.c:413 |
5348 | 6602 msgid "Female" |
6603 msgstr "Feminin" | |
6604 | |
7375 | 6605 #: src/protocols/oscar/oscar.c:3932 src/protocols/trepia/trepia.c:271 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6606 #: src/protocols/trepia/trepia.c:413 |
5348 | 6607 msgid "Male" |
6608 msgstr "Masculin" | |
6609 | |
7375 | 6610 #: src/protocols/oscar/oscar.c:3949 |
6662 | 6611 msgid "Personal Web Page" |
6612 msgstr "Pagină personală" | |
5348 | 6613 |
7375 | 6614 #: src/protocols/oscar/oscar.c:3952 |
6662 | 6615 msgid "Additional Information" |
6616 msgstr "Alte informaţii" | |
6617 | |
7375 | 6618 #: src/protocols/oscar/oscar.c:3956 |
6662 | 6619 msgid "Home Address" |
6620 msgstr "Adresă acasă" | |
6621 | |
7375 | 6622 #: src/protocols/oscar/oscar.c:3967 src/protocols/oscar/oscar.c:3983 |
6662 | 6623 msgid "Zip Code" |
6624 msgstr "Cod poştal" | |
6625 | |
7375 | 6626 #: src/protocols/oscar/oscar.c:3972 |
6662 | 6627 msgid "Work Address" |
6546 | 6628 msgstr "Adresă serviciu" |
5348 | 6629 |
7375 | 6630 #: src/protocols/oscar/oscar.c:3988 |
6662 | 6631 msgid "Work Information" |
6632 msgstr "Informaţii serviciu" | |
6633 | |
7375 | 6634 #: src/protocols/oscar/oscar.c:3990 |
6662 | 6635 msgid "Company" |
6636 msgstr "Companie" | |
6637 | |
7375 | 6638 #: src/protocols/oscar/oscar.c:3993 |
6662 | 6639 msgid "Division" |
6640 msgstr "Divizie" | |
6641 | |
7375 | 6642 #: src/protocols/oscar/oscar.c:3996 |
6662 | 6643 msgid "Position" |
6644 msgstr "Poziţie" | |
6645 | |
7375 | 6646 #: src/protocols/oscar/oscar.c:3999 |
6662 | 6647 msgid "Web Page" |
6648 msgstr "Adresă Internet" | |
6649 | |
7375 | 6650 #: src/protocols/oscar/oscar.c:4005 |
6949 | 6651 #, c-format |
6652 msgid "ICQ Info for %s" | |
6653 msgstr "Detalii ICQ pentru %s" | |
6654 | |
7375 | 6655 #: src/protocols/oscar/oscar.c:4055 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6656 msgid "Pop-Up Message" |
7375 | 6657 msgstr "Mesaj popup" |
6658 | |
6659 #: src/protocols/oscar/oscar.c:4076 | |
6949 | 6660 #, c-format |
6661 msgid "The following screennames are associated with %s" | |
6662 msgstr "Următoarele nume alese sunt asociate cu %s" | |
6663 | |
7375 | 6664 #: src/protocols/oscar/oscar.c:4080 |
6949 | 6665 msgid "Search Results" |
6666 msgstr "Rezultatele căutării" | |
6667 | |
7375 | 6668 #: src/protocols/oscar/oscar.c:4097 |
5348 | 6669 #, c-format |
6670 msgid "No results found for email address %s" | |
6546 | 6671 msgstr "Nu s-a găsit nici un rezultat pentru adresa de mail %s" |
5348 | 6672 |
7375 | 6673 #: src/protocols/oscar/oscar.c:4118 |
5348 | 6674 #, c-format |
6675 msgid "You should receive an email asking to confirm %s." | |
6546 | 6676 msgstr "Ar trebui să primiţi un mail care să vă ceară confirmarea %s." |
5348 | 6677 |
7375 | 6678 #: src/protocols/oscar/oscar.c:4120 |
4208 | 6679 msgid "Account Confirmation Requested" |
4584 | 6680 msgstr "Vi s-a cerut confirmarea contului" |
6681 | |
7375 | 6682 #: src/protocols/oscar/oscar.c:4148 |
4208 | 6683 msgid "Error Changing Account Info" |
4584 | 6684 msgstr "Eroare la schimbarea detaliilor contului" |
6685 | |
7375 | 6686 #: src/protocols/oscar/oscar.c:4151 |
4208 | 6687 #, c-format |
6688 msgid "" | |
6689 "Error 0x%04x: Unable to format screen name because the requested screen name " | |
6690 "differs from the original." | |
6691 msgstr "" | |
6546 | 6692 "Eroare 0x%04x: Nu pot formata numele ales pentru că numele cerut este " |
4584 | 6693 "diferit de cel original." |
6694 | |
7375 | 6695 #: src/protocols/oscar/oscar.c:4154 |
4208 | 6696 #, c-format |
6697 msgid "" | |
6698 "Error 0x%04x: Unable to format screen name because the requested screen name " | |
6699 "ends in a space." | |
6700 msgstr "" | |
6546 | 6701 "Eroare 0x%04x: Nu pot formata numele ales pentru că numele cerut se termină " |
4584 | 6702 "cu un punct." |
6703 | |
7375 | 6704 #: src/protocols/oscar/oscar.c:4157 |
4208 | 6705 #, c-format |
6706 msgid "" | |
6707 "Error 0x%04x: Unable to format screen name because the requested screen name " | |
6708 "is too long." | |
6709 msgstr "" | |
6546 | 6710 "Eroare 0x%04x: Nu pot formata numele ales pentru că numele cerut este prea " |
4584 | 6711 "lung." |
6712 | |
7375 | 6713 #: src/protocols/oscar/oscar.c:4160 |
4208 | 6714 #, c-format |
6715 msgid "" | |
6716 "Error 0x%04x: Unable to change email address because there is already a " | |
6717 "request pending for this screen name." | |
6718 msgstr "" | |
6546 | 6719 "Eroare 0x%04x: Nu pot schimba adresa de mail pentru că există deja o cerere " |
6720 "în aşteptare pentru acest nume." | |
4584 | 6721 |
7375 | 6722 #: src/protocols/oscar/oscar.c:4163 |
4208 | 6723 #, c-format |
6724 msgid "" | |
6725 "Error 0x%04x: Unable to change email address because the given address has " | |
6726 "too many screen names associated with it." | |
6727 msgstr "" | |
6546 | 6728 "Eroare 0x%04x: Nu pot schimba adresa de mail pentru că adresa dată are prea " |
4584 | 6729 "multe nume alese asociate." |
6730 | |
7375 | 6731 #: src/protocols/oscar/oscar.c:4166 |
4208 | 6732 #, c-format |
6733 msgid "" | |
6734 "Error 0x%04x: Unable to change email address because the given address is " | |
6735 "invalid." | |
6736 msgstr "" | |
6546 | 6737 "Eroare 0x%04x: Nu pot schimba adresa de mail pentru că adresa dată este " |
6738 "invalidă." | |
4584 | 6739 |
7375 | 6740 #: src/protocols/oscar/oscar.c:4169 |
4208 | 6741 #, c-format |
6742 msgid "Error 0x%04x: Unknown error." | |
6546 | 6743 msgstr "Eroare 0x%04x: Eroare necunoscută." |
4584 | 6744 |
7375 | 6745 #: src/protocols/oscar/oscar.c:4179 |
4208 | 6746 #, c-format |
6747 msgid "" | |
4585 | 6748 "Your screen name is currently formatted as follows:\n" |
4208 | 6749 "%s" |
6750 msgstr "" | |
6546 | 6751 "Numele ales vă este formatat după cum urmează:\n" |
4584 | 6752 "%s" |
6753 | |
7375 | 6754 #: src/protocols/oscar/oscar.c:4180 src/protocols/oscar/oscar.c:4187 |
4208 | 6755 msgid "Account Info" |
4584 | 6756 msgstr "Detalii Cont" |
6757 | |
7375 | 6758 #: src/protocols/oscar/oscar.c:4185 |
4208 | 6759 #, c-format |
6760 msgid "The email address for %s is %s" | |
4584 | 6761 msgstr "Adresa de mail pentru %s este %s" |
6762 | |
7375 | 6763 #: src/protocols/oscar/oscar.c:4415 |
3488 | 6764 msgid "Unable to set AIM profile." |
6765 msgstr "Nu pot seta profilul AIM." | |
6766 | |
7375 | 6767 #: src/protocols/oscar/oscar.c:4416 |
3488 | 6768 msgid "" |
6769 "You have probably requested to set your profile before the login procedure " | |
6770 "completed. Your profile remains unset; try setting it again when you are " | |
6771 "fully connected." | |
6772 msgstr "" | |
6546 | 6773 "Se pare că aţi cerut să setaţi profilul înainte de a vă autentifica. " |
6774 "Profilul vă va rămâne la fel; încercaţi să-l setaţi din nou când veţi fi " | |
6362 | 6775 "conectat 100%." |
6776 | |
7375 | 6777 #: src/protocols/oscar/oscar.c:4443 |
3488 | 6778 #, c-format |
6779 msgid "" | |
6362 | 6780 "The maximum profile length of %d byte has been exceeded. Gaim has truncated " |
6781 "it for you." | |
6782 msgid_plural "" | |
3488 | 6783 "The maximum profile length of %d bytes has been exceeded. Gaim has " |
5348 | 6784 "truncated it for you." |
6362 | 6785 msgstr[0] "" |
6546 | 6786 "Aţi depăşit lungimea maximă de %d octet a profilului. Gaim l-a trunchiat " |
6362 | 6787 "automat." |
6788 msgstr[1] "" | |
6546 | 6789 "Aţi depăşit lungimea maximă de %d octeţi a profilului. Gaim l-a trunchiat " |
5348 | 6790 "automat." |
6791 | |
7375 | 6792 #: src/protocols/oscar/oscar.c:4448 |
5348 | 6793 msgid "Profile too long." |
6794 msgstr "Profil prea lung." | |
6795 | |
7375 | 6796 #: src/protocols/oscar/oscar.c:4465 |
3488 | 6797 msgid "Unable to set AIM away message." |
6546 | 6798 msgstr "Gaim nu a putut seta mesajul în absenţă pentru AIM" |
3488 | 6799 |
7375 | 6800 #: src/protocols/oscar/oscar.c:4466 |
3488 | 6801 msgid "" |
6802 "You have probably requested to set your away message before the login " | |
6803 "procedure completed. You remain in a \"present\" state; try setting it " | |
6804 "again when you are fully connected." | |
6805 msgstr "" | |
6546 | 6806 "Aţi cerut probabil să setaţi mesajul în absenţă înainte de terminarea " |
6949 | 6807 "procedurii de autentificare. Veţi rămâne în starea „prezent“. Încercaţi din " |
6808 "nou când veţi fi conectat." | |
6809 | |
7375 | 6810 #: src/protocols/oscar/oscar.c:4506 |
3488 | 6811 #, c-format |
6812 msgid "" | |
6362 | 6813 "The maximum away message length of %d byte has been exceeded. Gaim has " |
6814 "truncated it for you." | |
6815 msgid_plural "" | |
5348 | 6816 "The maximum away message length of %d bytes has been exceeded. Gaim has " |
6362 | 6817 "truncated it for you." |
6818 msgstr[0] "" | |
6546 | 6819 "Mesajul în absenţă depăşeşte lungimea maximă de %d octet. Gaim a trunchiat " |
6820 "mesajul şi v-a trecut în absenţă." | |
6362 | 6821 msgstr[1] "" |
6546 | 6822 "Mesajul în absenţă depăşeşte lungimea maximă de %d octeţi. Gaim a trunchiat " |
6823 "mesajul şi v-a trecut în absenţă." | |
4584 | 6824 |
7375 | 6825 #: src/protocols/oscar/oscar.c:4511 |
5348 | 6826 msgid "Away message too long." |
6546 | 6827 msgstr "Mesaj în absenţă prea lung." |
5348 | 6828 |
7375 | 6829 #: src/protocols/oscar/oscar.c:4725 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6830 msgid "Unable To Retrieve Buddy List" |
6546 | 6831 msgstr "Nu pot descărca lista de contacte" |
5348 | 6832 |
7375 | 6833 #: src/protocols/oscar/oscar.c:4726 |
5348 | 6834 msgid "" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6835 "Gaim was temporarily unable to retrieve your buddy list from the AIM " |
5348 | 6836 "servers. Your buddy list is not lost, and will probably become available in " |
6837 "a few hours." | |
6838 msgstr "" | |
6546 | 6839 "Gaim nu a reuşit deocamdată să vă descarce lista de contacte de pe serverele " |
6840 "AIM. Ea nu este pierdută, dar probabil va fi disponibilă abia în câteva ore." | |
6362 | 6841 |
7375 | 6842 #: src/protocols/oscar/oscar.c:4818 src/protocols/oscar/oscar.c:4819 |
6843 #: src/protocols/oscar/oscar.c:4824 | |
5348 | 6844 msgid "Orphans" |
6845 msgstr "Orfani" | |
6846 | |
7375 | 6847 #: src/protocols/oscar/oscar.c:4990 |
5348 | 6848 #, c-format |
6849 msgid "" | |
6850 "Could not add the buddy %s because you have too many buddies in your buddy " | |
6851 "list. Please remove one and try again." | |
6852 msgstr "" | |
6546 | 6853 "Nu am putut adăuga contactul %s deoarece aveţi prea multe contacte în lista " |
6854 "de contacte. Ştergeţi unul şi încercaţi din nou." | |
5348 | 6855 |
7375 | 6856 #: src/protocols/oscar/oscar.c:4990 src/protocols/oscar/oscar.c:5003 |
5348 | 6857 msgid "(no name)" |
6546 | 6858 msgstr "(fără nume)" |
5348 | 6859 |
7375 | 6860 #: src/protocols/oscar/oscar.c:4991 src/protocols/oscar/oscar.c:5004 |
5348 | 6861 msgid "Unable To Add" |
6546 | 6862 msgstr "Nu pot adăuga" |
5348 | 6863 |
7375 | 6864 #: src/protocols/oscar/oscar.c:5003 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6865 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6866 msgid "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6867 "Could not add the buddy %s for an unknown reason. The most common reason " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6868 "for this is that you have the maximum number of allowed buddies in your " |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6869 "buddy list." |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6870 msgstr "" |
6546 | 6871 "Nu am putut adăuga contactul %s dintr-un motiv necunoscut. Cel mai probabil " |
6872 "aţi atins numărul maxim permis de contacte în lista de contacte." | |
6362 | 6873 |
7375 | 6874 #: src/protocols/oscar/oscar.c:5038 |
4584 | 6875 #, c-format |
6876 msgid "" | |
6877 "The user %s has given you permission to add you to their buddy list. Do you " | |
6878 "want to add them?" | |
6879 msgstr "" | |
6546 | 6880 "Utilizatorul %s v-a autorizat să-l adăugaţi în lista de contacte. Doriţi să-" |
6881 "l adăugaţi?" | |
6362 | 6882 |
7375 | 6883 #: src/protocols/oscar/oscar.c:5044 |
4584 | 6884 msgid "Authorization Given" |
6546 | 6885 msgstr "Autorizare acordată" |
4584 | 6886 |
7375 | 6887 #: src/protocols/oscar/oscar.c:5077 |
4584 | 6888 #, c-format |
6889 msgid "" | |
6890 "The user %s wants to add you to their buddy list for the following reason:\n" | |
6891 "%s" | |
6892 msgstr "" | |
7375 | 6893 "Utilizatorul %s doreşte să vă adauge în lista sa de contacte deoarece:\n" |
4584 | 6894 "%s" |
6895 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6896 #. Granted |
7375 | 6897 #: src/protocols/oscar/oscar.c:5119 |
6898 #, c-format | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6899 msgid "The user %s has granted your request to add them to your buddy list." |
7375 | 6900 msgstr "Utilizatorul %s v-a acordat permisiunea de a-l adăuga la lista " |
6901 "dumneavoastră de contacte." | |
6902 | |
6903 #: src/protocols/oscar/oscar.c:5120 | |
4584 | 6904 msgid "Authorization Granted" |
6546 | 6905 msgstr "Autorizare acordată" |
4584 | 6906 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
6907 #. Denied |
7375 | 6908 #: src/protocols/oscar/oscar.c:5123 |
6909 #, c-format | |
4584 | 6910 msgid "" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6911 "The user %s has denied your request to add them to your buddy list for the " |
4584 | 6912 "following reason:\n" |
6913 "%s" | |
6914 msgstr "" | |
7375 | 6915 "Utilizatorul %s v-a refuzat cererea de a-l adăuga la lista dumneavoastră de " |
6546 | 6916 "contacte, motivând astfel:\n" |
4584 | 6917 "%s" |
6918 | |
7375 | 6919 #: src/protocols/oscar/oscar.c:5124 |
4584 | 6920 msgid "Authorization Denied" |
6546 | 6921 msgstr "Autorizare refuzată" |
4584 | 6922 |
7375 | 6923 #: src/protocols/oscar/oscar.c:5161 src/protocols/toc/toc.c:1264 |
3462 | 6924 msgid "Exchange:" |
6546 | 6925 msgstr "Cheie numerică (exchange):" |
3462 | 6926 |
7375 | 6927 #: src/protocols/oscar/oscar.c:5398 |
6949 | 6928 msgid "<b>Status:</b> " |
6929 msgstr "<b>Status:</b>" | |
6362 | 6930 |
7375 | 6931 #: src/protocols/oscar/oscar.c:5407 |
6949 | 6932 msgid "<b>Logged In:</b> " |
6933 msgstr "<b>Autentificat:</b>" | |
6934 | |
7375 | 6935 #: src/protocols/oscar/oscar.c:5419 |
6949 | 6936 msgid "<b>IP Address:</b> " |
7375 | 6937 msgstr "<b>Adresă IP:</b>" |
6938 | |
6939 #: src/protocols/oscar/oscar.c:5427 | |
6949 | 6940 msgid "<b>Capabilities:</b> " |
6941 msgstr "<b>Facilităţi:</b> " | |
6942 | |
7375 | 6943 #: src/protocols/oscar/oscar.c:5434 |
6949 | 6944 msgid "<b>Available:</b> " |
6945 msgstr "<b>Disponibil:</b> " | |
6946 | |
7375 | 6947 #: src/protocols/oscar/oscar.c:5452 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6948 msgid "<b>Away Message:</b> " |
7375 | 6949 msgstr "<b>Mesaj în absenţă:</b>" |
6950 | |
6951 #: src/protocols/oscar/oscar.c:5461 | |
5348 | 6952 msgid "<b>Status:</b> Not Authorized" |
6953 msgstr "<b>Status:</b> Neautorizat" | |
6954 | |
7375 | 6955 #: src/protocols/oscar/oscar.c:5495 src/protocols/yahoo/yahoo.c:2030 |
5348 | 6956 msgid "Offline" |
6957 msgstr "Deautentificat" | |
6958 | |
7375 | 6959 #: src/protocols/oscar/oscar.c:5943 |
3462 | 6960 msgid "Unable to open Direct IM" |
6949 | 6961 msgstr "Nu pot deschide un chat direct" |
6962 | |
7375 | 6963 #: src/protocols/oscar/oscar.c:5956 |
3462 | 6964 #, c-format |
4208 | 6965 msgid "You have selected to open a Direct IM connection with %s." |
6949 | 6966 msgstr "Aţi ales să deschideţi un chat direct cu %s." |
6967 | |
7375 | 6968 #: src/protocols/oscar/oscar.c:5959 |
3462 | 6969 msgid "" |
4208 | 6970 "Because this reveals your IP address, it may be considered a privacy risk. " |
6971 "Do you wish to continue?" | |
6972 msgstr "" | |
6546 | 6973 "Pentru că adresa IP vă va fi vizibilă, vă rugăm să evaluaţi riscurile la " |
6974 "care vă expuneţi. Doriţi să continuaţi?" | |
4584 | 6975 |
7375 | 6976 #: src/protocols/oscar/oscar.c:6134 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6977 msgid "Buddy Comment:" |
7375 | 6978 msgstr "Comentariu contact:" |
6979 | |
6980 #: src/protocols/oscar/oscar.c:6150 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6981 msgid "Edit Buddy Comment" |
7375 | 6982 msgstr "Editare comentariu contact" |
6983 | |
6984 #: src/protocols/oscar/oscar.c:6158 | |
3462 | 6985 msgid "Get Status Msg" |
6546 | 6986 msgstr "Arată mesajul de status" |
3462 | 6987 |
7375 | 6988 #: src/protocols/oscar/oscar.c:6173 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6989 msgid "Direct IM" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6990 msgstr "Chat direct" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
6991 |
7375 | 6992 #: src/protocols/oscar/oscar.c:6202 |
6949 | 6993 msgid "Re-request Authorization" |
6994 msgstr "Solicit din nou autorizare" | |
6995 | |
7375 | 6996 #: src/protocols/oscar/oscar.c:6223 |
4584 | 6997 msgid "The new formatting is invalid." |
6998 msgstr "Formatul nou este invalid." | |
6999 | |
7375 | 7000 #: src/protocols/oscar/oscar.c:6224 |
4584 | 7001 msgid "Screenname formatting can change only capitalization and whitespace." |
7002 msgstr "" | |
6546 | 7003 "Formatarea numelor alese nu poate schimba decât spaţiile albe şi " |
4584 | 7004 "capitalizarea." |
7005 | |
7375 | 7006 #: src/protocols/oscar/oscar.c:6230 |
4584 | 7007 msgid "New screenname formatting:" |
6546 | 7008 msgstr "Nouă formatare a numelui ales" |
4584 | 7009 |
7375 | 7010 #: src/protocols/oscar/oscar.c:6279 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7011 msgid "Change Address To:" |
6546 | 7012 msgstr "Schimbă adresa în:" |
6362 | 7013 |
7375 | 7014 #: src/protocols/oscar/oscar.c:6323 |
4584 | 7015 msgid "<i>you are not waiting for authorization</i>" |
6546 | 7016 msgstr "<i>nu aşteptaţi nici o autorizare</i>" |
4584 | 7017 |
7375 | 7018 #: src/protocols/oscar/oscar.c:6326 |
6949 | 7019 msgid "You are awaiting authorization from the following buddies" |
7020 msgstr "Momentan aşteptaţi autorizarea de la următoarele contacte" | |
7021 | |
7375 | 7022 #: src/protocols/oscar/oscar.c:6327 |
4584 | 7023 msgid "" |
6949 | 7024 "You can re-request authorization from these buddies by right-clicking on " |
7025 "them and selecting \"Re-request Authorization.\"" | |
4584 | 7026 msgstr "" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7027 "Puteţi solicita din nou autorizarea de la aceste contacte dând click dreapta " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7028 "pe nume şi selectând „Solicit din nou autorizare“." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7029 |
7375 | 7030 #: src/protocols/oscar/oscar.c:6341 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7031 msgid "Find Buddy by E-mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7032 msgstr "Caută un contact după adresa de mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7033 |
7375 | 7034 #: src/protocols/oscar/oscar.c:6342 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7035 msgid "Search for a buddy by e-mail address" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7036 msgstr "Caută un contact după adresa de mail" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7037 |
7375 | 7038 #: src/protocols/oscar/oscar.c:6343 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7039 msgid "Type the e-mail address of the buddy you are searching for." |
7375 | 7040 msgstr "Introduceţi adresa de mail a contactului pe care îl căutaţi" |
7041 | |
7042 #: src/protocols/oscar/oscar.c:6346 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7043 msgid "Search" |
7375 | 7044 msgstr "Caută" |
7045 | |
7046 #: src/protocols/oscar/oscar.c:6360 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7047 msgid "Available Message:" |
6546 | 7048 msgstr "Mesaj ce arată disponibilitatea:" |
6362 | 7049 |
7375 | 7050 #: src/protocols/oscar/oscar.c:6361 |
7051 msgid "I'm doing work and hoping for a distraction--IM me!" | |
7052 msgstr "Muncesc, dar sper să mă abordeze şi pe mine cineva... Scrie-mi!" | |
7053 | |
7054 #: src/protocols/oscar/oscar.c:6439 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7055 msgid "Set Available Message" |
6546 | 7056 msgstr "Setaţi mesajul ce arată disponibilitatea" |
6362 | 7057 |
7375 | 7058 #: src/protocols/oscar/oscar.c:6453 |
5348 | 7059 msgid "Change Password (URL)" |
6362 | 7060 msgstr "Schimbare parola (URL)" |
7061 | |
7375 | 7062 #: src/protocols/oscar/oscar.c:6461 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7063 msgid "Configure IM Forwarding (URL)" |
7375 | 7064 msgstr "Configurare înaintare mesaje (URL)" |
7065 | |
7066 #: src/protocols/oscar/oscar.c:6472 | |
4584 | 7067 msgid "Format Screenname" |
7068 msgstr "Formatarea numelui ales" | |
7069 | |
7375 | 7070 #: src/protocols/oscar/oscar.c:6478 |
4584 | 7071 msgid "Confirm Account" |
7072 msgstr "Confirmare cont" | |
7073 | |
7375 | 7074 #: src/protocols/oscar/oscar.c:6484 |
4584 | 7075 msgid "Display Current Registered Address" |
6546 | 7076 msgstr "Arată adresa înregistrată curentă" |
4584 | 7077 |
7375 | 7078 #: src/protocols/oscar/oscar.c:6490 |
4584 | 7079 msgid "Change Current Registered Address" |
6546 | 7080 msgstr "Schimbă adresa înregistrată curentă" |
4584 | 7081 |
7375 | 7082 #: src/protocols/oscar/oscar.c:6499 |
4584 | 7083 msgid "Show Buddies Awaiting Authorization" |
6546 | 7084 msgstr "Arată contactele ce aşteaptă autorizarea" |
4584 | 7085 |
7375 | 7086 #: src/protocols/oscar/oscar.c:6507 |
4584 | 7087 msgid "Search for Buddy by Email" |
6546 | 7088 msgstr "Caută un contact după adresa de mail" |
4584 | 7089 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7090 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7091 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7092 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7093 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7094 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7095 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7096 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7097 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7098 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7099 #. * summary |
7375 | 7100 #: src/protocols/oscar/oscar.c:6628 src/protocols/oscar/oscar.c:6630 |
5348 | 7101 msgid "AIM/ICQ Protocol Plugin" |
6949 | 7102 msgstr "Modul de protocol AIM/ICQ" |
7103 | |
7375 | 7104 #: src/protocols/oscar/oscar.c:6647 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7105 msgid "Auth host" |
6362 | 7106 msgstr "Gazda pentru autentificare" |
7107 | |
7375 | 7108 #: src/protocols/oscar/oscar.c:6652 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7109 msgid "Auth port" |
6362 | 7110 msgstr "Portul de autentificare" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7111 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7112 #: src/protocols/toc/toc.c:167 |
5348 | 7113 #, c-format |
7114 msgid "Looking up %s" | |
7115 msgstr "Caut %s" | |
7116 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7117 #: src/protocols/toc/toc.c:510 |
3462 | 7118 #, c-format |
7119 msgid "Unable to write file %s." | |
6546 | 7120 msgstr "Nu pot scrie fişierul %s." |
3462 | 7121 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7122 #: src/protocols/toc/toc.c:513 |
3462 | 7123 #, c-format |
7124 msgid "Unable to read file %s." | |
6546 | 7125 msgstr "Nu pot citi fişierul %s." |
3462 | 7126 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7127 #: src/protocols/toc/toc.c:516 |
3462 | 7128 #, c-format |
7129 msgid "Message too long, last %s bytes truncated." | |
6546 | 7130 msgstr "Mesaj prea lung, ultimii %s octeţi au fost trunchiaţi" |
3462 | 7131 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7132 #: src/protocols/toc/toc.c:519 |
3462 | 7133 #, c-format |
7134 msgid "%s not currently logged in." | |
6362 | 7135 msgstr "%s nu este autentificat momentan." |
7136 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7137 #: src/protocols/toc/toc.c:522 |
3462 | 7138 #, c-format |
7139 msgid "Warning of %s not allowed." | |
6546 | 7140 msgstr "Atenţionarea lui %s nu este permisă." |
6362 | 7141 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7142 #: src/protocols/toc/toc.c:525 |
3462 | 7143 msgid "A message has been dropped, you are exceeding the server speed limit." |
6546 | 7144 msgstr "Un mesaj s-a pierdut, aţi depăşit limita de viteză fixată de server." |
6362 | 7145 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7146 #: src/protocols/toc/toc.c:528 |
3462 | 7147 #, c-format |
7148 msgid "Chat in %s is not available." | |
6546 | 7149 msgstr "Chat-ul în %s nu este disponibil." |
4584 | 7150 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7151 #: src/protocols/toc/toc.c:531 |
3462 | 7152 #, c-format |
7153 msgid "You are sending messages too fast to %s." | |
6546 | 7154 msgstr "Trimiteţi mesajele prea rapid pentru %s." |
3462 | 7155 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7156 #: src/protocols/toc/toc.c:534 |
3462 | 7157 #, c-format |
7158 msgid "You missed an IM from %s because it was too big." | |
6546 | 7159 msgstr "Aţi pierdut un mesaj de la %s pentru că era prea mare." |
3462 | 7160 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7161 #: src/protocols/toc/toc.c:537 |
3462 | 7162 #, c-format |
7163 msgid "You missed an IM from %s because it was sent too fast." | |
6546 | 7164 msgstr "Aţi pierdut un mesaj de la %s pentru că a fost trimis prea repede." |
3462 | 7165 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7166 #: src/protocols/toc/toc.c:540 |
3462 | 7167 msgid "Failure." |
6546 | 7168 msgstr "Eşec." |
3462 | 7169 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7170 #: src/protocols/toc/toc.c:543 |
3462 | 7171 msgid "Too many matches." |
7172 msgstr "Prea multe potriviri." | |
7173 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7174 #: src/protocols/toc/toc.c:546 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7175 msgid "Need more qualifiers." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7176 msgstr "E nevoie de mai multe atribute." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7177 |
6949 | 7178 #: src/protocols/toc/toc.c:549 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7179 msgid "Dir service temporarily unavailable." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7180 msgstr "Serviciul Dir este temporar nedisponibil." |
3462 | 7181 |
6949 | 7182 #: src/protocols/toc/toc.c:552 |
3462 | 7183 msgid "Email lookup restricted." |
6546 | 7184 msgstr "Căutarea după email este limitată." |
6362 | 7185 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7186 #: src/protocols/toc/toc.c:555 |
3462 | 7187 msgid "Keyword ignored." |
6546 | 7188 msgstr "Cuvântul-cheie a fost ignorat." |
3462 | 7189 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7190 #: src/protocols/toc/toc.c:558 |
3462 | 7191 msgid "No keywords." |
6546 | 7192 msgstr "Fără cuvinte-cheie." |
3462 | 7193 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7194 #: src/protocols/toc/toc.c:561 |
3462 | 7195 msgid "User has no directory information." |
6546 | 7196 msgstr "Nu există informaţii detaliate în director." |
3462 | 7197 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7198 #: src/protocols/toc/toc.c:565 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7199 msgid "Country not supported." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7200 msgstr "Nu există suport de ţară." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7201 |
6949 | 7202 #: src/protocols/toc/toc.c:568 |
3462 | 7203 #, c-format |
7204 msgid "Failure unknown: %s." | |
6546 | 7205 msgstr "Eşec necunoscut: %s." |
3462 | 7206 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7207 #: src/protocols/toc/toc.c:574 |
3462 | 7208 msgid "The service is temporarily unavailable." |
7209 msgstr "Serviciul este temporar indisponibil." | |
7210 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7211 #: src/protocols/toc/toc.c:577 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7212 msgid "Your warning level is currently too high to log in." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7213 msgstr "Nivelul propriu de avertizare este prea ridicat pentru autentificare." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7214 |
6949 | 7215 #: src/protocols/toc/toc.c:580 |
3462 | 7216 msgid "" |
7217 "You have been connecting and disconnecting too frequently. Wait ten minutes " | |
7218 "and try again. If you continue to try, you will need to wait even longer." | |
7219 msgstr "" | |
6546 | 7220 "V-aţi conectat şi deconectat de prea multe ori. Aşteptaţi zece minute şi " |
7221 "încercaţi din nou. Dacă continuaţi să încercaţi va trebui să aşteptaţi chiar " | |
6362 | 7222 "mai mult." |
7223 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7224 #: src/protocols/toc/toc.c:582 |
3462 | 7225 #, c-format |
7226 msgid "An unknown signon error has occurred: %s." | |
6546 | 7227 msgstr "Eroare necunoscută la autentificare: %s." |
3462 | 7228 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7229 #: src/protocols/toc/toc.c:585 |
3462 | 7230 #, c-format |
7231 msgid "An unknown error, %d, has occurred. Info: %s" | |
6546 | 7232 msgstr "Eroare necunoscută: %d. Detalii: %s" |
3462 | 7233 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7234 #: src/protocols/toc/toc.c:605 |
3462 | 7235 msgid "Connection Closed" |
6546 | 7236 msgstr "Conexiune terminată" |
3462 | 7237 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7238 #: src/protocols/toc/toc.c:645 |
3462 | 7239 msgid "Waiting for reply..." |
6546 | 7240 msgstr "Aştept răspunsul..." |
3462 | 7241 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7242 #: src/protocols/toc/toc.c:715 |
3462 | 7243 msgid "TOC has come back from its pause. You may now send messages again." |
6546 | 7244 msgstr "TOC a revenit din aşteptare. Puteţi trimite mesaje din nou." |
3462 | 7245 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7246 #: src/protocols/toc/toc.c:903 |
3462 | 7247 msgid "Password Change Successful" |
6546 | 7248 msgstr "Parola a fost schimbată cu succes" |
3462 | 7249 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7250 #: src/protocols/toc/toc.c:907 |
3488 | 7251 msgid "TOC has sent a PAUSE command." |
6546 | 7252 msgstr "TOC a trimis o comandă PAUSE." |
3462 | 7253 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7254 #: src/protocols/toc/toc.c:908 |
3462 | 7255 msgid "" |
3488 | 7256 "When this happens, TOC ignores any messages sent to it, and may kick you off " |
7257 "if you send a message. Gaim will prevent anything from going through. This " | |
7258 "is only temporary, please be patient." | |
3462 | 7259 msgstr "" |
6546 | 7260 "Când se întâmplă aşa ceva, TOC ignoră orice mesaj trimis şi chiar vă poate " |
7261 "deautentifica când trimiteţi un mesaj. Gaim va preveni trimiterea oricărui " | |
7262 "mesaj. Situaţia aceasta este temporară, vă rugăm să aşteptaţi." | |
4208 | 7263 |
7375 | 7264 #: src/protocols/toc/toc.c:1402 |
3462 | 7265 msgid "Get Dir Info" |
6546 | 7266 msgstr "Descarcă Info Dir" |
4584 | 7267 |
7375 | 7268 #: src/protocols/toc/toc.c:1539 |
5348 | 7269 msgid "Set Dir Info" |
6546 | 7270 msgstr "Setează Info Dir" |
5348 | 7271 |
7375 | 7272 #: src/protocols/toc/toc.c:1664 |
4584 | 7273 #, c-format |
4208 | 7274 msgid "Could not open %s for writing!" |
4584 | 7275 msgstr "Nu am putut deschide %s pentru scriere!" |
7276 | |
7375 | 7277 #: src/protocols/toc/toc.c:1700 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7278 msgid "File transfer failed; other side probably canceled." |
6546 | 7279 msgstr "Transferul fişierului a eşuat. Transferul a fost probabil anulat." |
6362 | 7280 |
7375 | 7281 #: src/protocols/toc/toc.c:1745 src/protocols/toc/toc.c:1785 |
7282 #: src/protocols/toc/toc.c:1997 | |
3488 | 7283 msgid "Could not connect for transfer." |
7284 msgstr "Nu m-am putut conecta pentru transfer." | |
7285 | |
7375 | 7286 #: src/protocols/toc/toc.c:1909 |
3462 | 7287 msgid "Could not connect for transfer!" |
7288 msgstr "Nu m-am putut conecta pentru transfer!" | |
7289 | |
7375 | 7290 #: src/protocols/toc/toc.c:1942 |
3488 | 7291 msgid "Could not write file header. The file will not be transferred." |
6546 | 7292 msgstr "Nu am putut scrie antetul fişierului. Fişierul nu va fi transferat." |
3462 | 7293 |
7375 | 7294 #: src/protocols/toc/toc.c:2076 |
3462 | 7295 #, c-format |
7296 msgid "%s requests %s to accept %d file: %s (%.2f %s)%s%s" | |
4584 | 7297 msgid_plural "%s requests %s to accept %d files: %s (%.2f %s)%s%s" |
6546 | 7298 msgstr[0] "%s a cerut lui %s să accepte %d fişier: %s (%.2f %s)%s%s" |
7299 msgstr[1] "%s a cerut lui %s să accepte %d fişiere: %s (%.2f %s)%s%s" | |
4584 | 7300 |
7375 | 7301 #: src/protocols/toc/toc.c:2083 |
3462 | 7302 #, c-format |
7303 msgid "%s requests you to send them a file" | |
6546 | 7304 msgstr "%s vă cere să-i trimiteţi un fişier" |
3462 | 7305 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7306 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7307 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7308 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7309 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7310 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7311 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7312 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7313 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7314 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7315 #. * summary |
7375 | 7316 #: src/protocols/toc/toc.c:2159 src/protocols/toc/toc.c:2161 |
5348 | 7317 msgid "TOC Protocol Plugin" |
6949 | 7318 msgstr "Modul de protocol TOC" |
7319 | |
7375 | 7320 #: src/protocols/toc/toc.c:2178 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7321 msgid "TOC host" |
6546 | 7322 msgstr "Gazdă TOC" |
6362 | 7323 |
7375 | 7324 #: src/protocols/toc/toc.c:2182 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7325 msgid "TOC port" |
6362 | 7326 msgstr "Port TOC" |
5348 | 7327 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7328 #. Basic Profile group. |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7329 #: src/protocols/trepia/trepia.c:254 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7330 msgid "Basic Profile" |
6546 | 7331 msgstr "Profil de bază" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7332 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7333 #. E-Mail Address |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7334 #: src/protocols/trepia/trepia.c:285 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7335 msgid "E-Mail Address" |
6362 | 7336 msgstr "Adresa de mail" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7337 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7338 #: src/protocols/trepia/trepia.c:291 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7339 msgid "Profile Information" |
6362 | 7340 msgstr "Detalii profil" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7341 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7342 #. Instant Messagers |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7343 #: src/protocols/trepia/trepia.c:297 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7344 msgid "Instant Messagers" |
6362 | 7345 msgstr "Mesagerie instantanee" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7346 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7347 #. AIM |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7348 #: src/protocols/trepia/trepia.c:301 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7349 msgid "AIM" |
6362 | 7350 msgstr "AIM" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7351 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7352 #. ICQ |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7353 #: src/protocols/trepia/trepia.c:305 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7354 msgid "ICQ UIN" |
6362 | 7355 msgstr "UIN ICQ" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7356 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7357 #. MSN |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7358 #: src/protocols/trepia/trepia.c:309 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7359 msgid "MSN" |
6362 | 7360 msgstr "MSN" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7361 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7362 #. Yahoo |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7363 #: src/protocols/trepia/trepia.c:313 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7364 msgid "Yahoo" |
6362 | 7365 msgstr "Yahoo" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7366 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7367 #. I'm From |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7368 #: src/protocols/trepia/trepia.c:318 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7369 msgid "I'm From" |
6362 | 7370 msgstr "Eu sunt din" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7371 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7372 #. Call the dialog. |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7373 #: src/protocols/trepia/trepia.c:335 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7374 msgid "Set your Trepia profile data." |
6546 | 7375 msgstr "Completaţi datele profilului Trepia" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7376 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7377 #: src/protocols/trepia/trepia.c:459 |
6662 | 7378 msgid "Profile" |
7379 msgstr "Profil" | |
7380 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7381 #: src/protocols/trepia/trepia.c:481 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7382 msgid "Set Profile" |
6546 | 7383 msgstr "Setaţi profilul" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7384 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7385 #: src/protocols/trepia/trepia.c:517 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7386 msgid "Visit Homepage" |
6546 | 7387 msgstr "Vizitaţi pagina personală" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7388 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7389 #: src/protocols/trepia/trepia.c:863 src/protocols/trepia/trepia.c:866 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7390 msgid "Local Users" |
6362 | 7391 msgstr "Utilizatori locali" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7392 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7393 #: src/protocols/trepia/trepia.c:962 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7394 msgid "Read error" |
6362 | 7395 msgstr "Eroare la citire" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7396 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7397 #: src/protocols/trepia/trepia.c:1063 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7398 msgid "Logging in" |
6949 | 7399 msgstr "Înregistrez în" |
6362 | 7400 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7401 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7402 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7403 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7404 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7405 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7406 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7407 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7408 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7409 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7410 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7411 #: src/protocols/trepia/trepia.c:1311 src/protocols/trepia/trepia.c:1313 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7412 msgid "Trepia Protocol Plugin" |
6949 | 7413 msgstr "Modul de protocol Trepia" |
7414 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7415 #: src/protocols/yahoo/yahoo.c:700 |
3488 | 7416 msgid "Your Yahoo! message did not get sent." |
6546 | 7417 msgstr "Mesajul dumneavoastră Yahoo! nu a fost trimis." |
6362 | 7418 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7419 #: src/protocols/yahoo/yahoo.c:758 |
6949 | 7420 #, c-format |
7421 msgid "%s has (retroactively) denied your request to add them to your list." | |
7422 msgstr "" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7423 "Utilizatorul %s v-a retras retroactiv dreptul de a-l adăuga la lista de " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7424 "contacte." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7425 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7426 #: src/protocols/yahoo/yahoo.c:760 |
6949 | 7427 #, c-format |
7428 msgid "" | |
7429 "%s has (retroactively) denied your request to add them to your list for the " | |
7430 "following reason: %s." | |
7431 msgstr "" | |
7432 "Utilizatorul %s v-a refuzat retroactiv cererea de a-l adăuga la lista de " | |
7433 "contacte, motivând astfel: %s." | |
7434 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7435 #: src/protocols/yahoo/yahoo.c:761 |
6949 | 7436 msgid "Add buddy rejected" |
7437 msgstr "Adăugarea contactului a fost refuzată" | |
7438 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7439 #: src/protocols/yahoo/yahoo.c:1381 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7440 #, c-format |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7441 msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7442 "The Yahoo server has requested the use of an unrecognized authentication " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7443 "method. This version of Gaim will likely not be able to successfully sign " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7444 "on to Yahoo. Check %s for updates." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7445 msgstr "" |
7375 | 7446 "Serverul Yahoo! a cerut utilizarea unui metode de autentificare nerecunoscute." |
7447 " Această versiune Gaim nu se va putea autentifica cu succes pe Yahoo!, " | |
7448 "a se vedea %s pentru versiuni mai noi." | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7449 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7450 #: src/protocols/yahoo/yahoo.c:1384 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7451 msgid "Failed Yahoo! Authentication" |
7375 | 7452 msgstr "Autentificarea Yahoo! a eşuat" |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7453 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7454 #: src/protocols/yahoo/yahoo.c:1457 |
6949 | 7455 #, c-format |
7456 msgid "" | |
7457 "You have tried to ignore %s, but the user is on your buddy list. Clicking " | |
7458 "\"Yes\" will remove and ignore the buddy." | |
7459 msgstr "" | |
7460 "Doriţi să-l ignoraţi pe %s, dar utilizatorul e prezent în lista de contacte " | |
7461 "Apăsaţi „Da“ pentru a-l şterge din listă şi a-l ignora de acum înainte." | |
7462 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7463 #: src/protocols/yahoo/yahoo.c:1460 |
6949 | 7464 msgid "Ignore buddy?" |
7465 msgstr "Ignor contactul?" | |
7466 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7467 #: src/protocols/yahoo/yahoo.c:1489 |
6949 | 7468 msgid "Invalid username." |
7469 msgstr "Nume de utilizator invalid." | |
7470 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7471 #: src/protocols/yahoo/yahoo.c:1492 |
6949 | 7472 msgid "Incorrect password." |
7473 msgstr "Parolă incorectă." | |
7474 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7475 #: src/protocols/yahoo/yahoo.c:1495 |
6949 | 7476 msgid "Unknown error." |
7477 msgstr "Eroare necunoscută" | |
7478 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7479 #: src/protocols/yahoo/yahoo.c:1542 |
6949 | 7480 #, c-format |
7481 msgid "Could not add buddy %s to group %s to the server list on account %s." | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7482 msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7483 "Nu am putut adăuga contactul %s în grupul %s la lista de pe server pentru " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7484 "contul %s." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7485 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7486 #: src/protocols/yahoo/yahoo.c:1544 |
6949 | 7487 msgid "Could not add buddy to server list" |
7488 msgstr "Nu am putut adăuga contactul în lista de pe server" | |
7489 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7490 #: src/protocols/yahoo/yahoo.c:1646 src/protocols/yahoo/yahoo.c:1776 |
6362 | 7491 msgid "Unable to read" |
7492 msgstr "Nu pot citi" | |
7493 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7494 #: src/protocols/yahoo/yahoo.c:1801 src/protocols/yahoo/yahoo.c:1910 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7495 #: src/protocols/yahoo/yahoo.c:1934 |
6362 | 7496 msgid "Connection problem" |
7497 msgstr "Probleme la conectare" | |
3488 | 7498 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7499 #: src/protocols/yahoo/yahoo.c:2012 src/protocols/yahoo/yahoo.c:2310 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7500 #: src/protocols/yahoo/yahoo.c:2408 |
5348 | 7501 msgid "Not At Home" |
6546 | 7502 msgstr "Plecat de acasă" |
5348 | 7503 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7504 #: src/protocols/yahoo/yahoo.c:2014 src/protocols/yahoo/yahoo.c:2312 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7505 #: src/protocols/yahoo/yahoo.c:2409 |
5348 | 7506 msgid "Not At Desk" |
6546 | 7507 msgstr "Plecat din faţa calculatorului" |
5348 | 7508 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7509 #: src/protocols/yahoo/yahoo.c:2016 src/protocols/yahoo/yahoo.c:2314 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7510 #: src/protocols/yahoo/yahoo.c:2410 |
5348 | 7511 msgid "Not In Office" |
7512 msgstr "Plecat din birou" | |
7513 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7514 #: src/protocols/yahoo/yahoo.c:2020 src/protocols/yahoo/yahoo.c:2318 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7515 #: src/protocols/yahoo/yahoo.c:2412 |
5348 | 7516 msgid "On Vacation" |
6546 | 7517 msgstr "În vacanţă" |
5348 | 7518 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7519 #: src/protocols/yahoo/yahoo.c:2024 src/protocols/yahoo/yahoo.c:2322 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7520 #: src/protocols/yahoo/yahoo.c:2414 |
5348 | 7521 msgid "Stepped Out" |
6546 | 7522 msgstr "Ieşit afară" |
5348 | 7523 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7524 #: src/protocols/yahoo/yahoo.c:2088 src/protocols/yahoo/yahoo.c:2122 |
6949 | 7525 msgid "Not on server list" |
7526 msgstr "Nu este în lista de pe server" | |
7527 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7528 #: src/protocols/yahoo/yahoo.c:2178 |
6949 | 7529 msgid "Join in Chat" |
7530 msgstr "Intră în chat" | |
7531 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7532 #: src/protocols/yahoo/yahoo.c:2184 |
6949 | 7533 msgid "Initiate Conference" |
7534 msgstr "Iniţiază o conferinţă" | |
7535 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7536 #: src/protocols/yahoo/yahoo.c:2230 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7537 msgid "Active which ID?" |
6949 | 7538 msgstr "Ce identitate doriţi să activaţi?" |
7539 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7540 #: src/protocols/yahoo/yahoo.c:2241 |
4584 | 7541 msgid "Activate ID" |
6949 | 7542 msgstr "Activează identitatea" |
7543 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7544 #: src/protocols/yahoo/yahoo.c:2599 |
6662 | 7545 msgid "" |
7546 "<b>Sorry, profiles marked as containing adult content are not supported at " | |
7547 "this time.</b><br><br>\n" | |
7548 msgstr "" | |
7549 "<b>Ne cerem scuze, profilurile ce conţin materiale pentru adulţi nu sunt " | |
7550 "suportate deocamdată.</b><br><br>\n" | |
7551 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7552 #: src/protocols/yahoo/yahoo.c:2600 src/protocols/yahoo/yahoo.c:2620 |
6662 | 7553 msgid "" |
7554 "If you wish to view this profile, you will need to visit this link in your " | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7555 "web browser<br>" |
6662 | 7556 msgstr "" |
7375 | 7557 "Dacă doriţi să vedeţi acest profil va trebui să deschideţi această adresă în " |
7558 "navigator<br>" | |
6662 | 7559 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7560 #: src/protocols/yahoo/yahoo.c:2619 |
6662 | 7561 msgid "" |
7562 "<b>Sorry, non-English profiles are not supported at this time.</b><br><br>\n" | |
7563 msgstr "" | |
6949 | 7564 "<b>Ne cerem scuze, doar profilurile în engleză sunt suportate deocamdată.</" |
7565 "b><br><br>\n" | |
7566 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7567 #: src/protocols/yahoo/yahoo.c:2664 |
6662 | 7568 msgid "Yahoo! ID" |
6949 | 7569 msgstr "Identitate Yahoo!" |
7570 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7571 #: src/protocols/yahoo/yahoo.c:2724 src/protocols/yahoo/yahoo.c:2728 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7572 #: src/protocols/yahoo/yahoo.c:2732 |
6662 | 7573 msgid "Hobbies" |
6949 | 7574 msgstr "Hobbyuri" |
7575 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7576 #: src/protocols/yahoo/yahoo.c:2743 src/protocols/yahoo/yahoo.c:2747 |
6662 | 7577 msgid "Latest News" |
7578 msgstr "Noutăţi" | |
7579 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7580 #: src/protocols/yahoo/yahoo.c:2765 |
6662 | 7581 msgid "Home Page" |
7582 msgstr "Pagină personală" | |
7583 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7584 #: src/protocols/yahoo/yahoo.c:2779 |
6662 | 7585 msgid "Cool Link 1" |
7586 msgstr "Adresă interesantă 1" | |
7587 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7588 #: src/protocols/yahoo/yahoo.c:2784 |
6662 | 7589 msgid "Cool Link 2" |
7590 msgstr "Adresă interesantă 2" | |
7591 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7592 #: src/protocols/yahoo/yahoo.c:2787 |
6662 | 7593 msgid "Cool Link 3" |
7594 msgstr "Adresă interesantă 3" | |
7595 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7596 #: src/protocols/yahoo/yahoo.c:2793 |
6662 | 7597 msgid "Member Since" |
7598 msgstr "Membru din" | |
7599 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7600 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7601 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7602 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7603 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7604 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7605 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7606 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7607 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7608 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7609 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7610 #: src/protocols/yahoo/yahoo.c:2958 src/protocols/yahoo/yahoo.c:2960 |
5348 | 7611 msgid "Yahoo Protocol Plugin" |
6949 | 7612 msgstr "Modul de protocol Yahoo" |
7613 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7614 #: src/protocols/yahoo/yahoo.c:2977 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7615 msgid "Pager host" |
6362 | 7616 msgstr "Server pager" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7617 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7618 #: src/protocols/yahoo/yahoo.c:2982 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7619 msgid "Pager port" |
6362 | 7620 msgstr "Port pager" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7621 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7622 #: src/protocols/yahoo/yahoochat.c:194 |
6949 | 7623 #, c-format |
7624 msgid "%s declined your conference invitation to room \"%s\" because \"%s\"." | |
7625 msgstr "%s a declinat invitaţia la conferinţa din camera „%s“ deoarece „%s“." | |
7626 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7627 #: src/protocols/yahoo/yahoochat.c:196 |
6949 | 7628 msgid "Invitation Rejected" |
7629 msgstr "Invitaţie respinsă" | |
7630 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7631 #: src/protocols/yahoo/yahoochat.c:333 |
6949 | 7632 msgid "Failed to join chat" |
7633 msgstr "Nu am reuşit să intru în chat" | |
7634 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7635 #: src/protocols/yahoo/yahoochat.c:333 |
6949 | 7636 msgid "Maybe the room is full?" |
7637 msgstr "Poate este plină camera?" | |
7638 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7639 #: src/protocols/yahoo/yahoochat.c:531 |
6949 | 7640 msgid "Failed to join buddy in chat" |
7641 msgstr "Nu am reuşit să introduc contactul în chat" | |
7642 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7643 #: src/protocols/yahoo/yahoochat.c:532 |
6949 | 7644 msgid "Maybe they're not in a chat?" |
7645 msgstr "Poate ei nu sunt prezenţi în chat?" | |
7646 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7647 #: src/protocols/zephyr/zephyr.c:344 |
5348 | 7648 #, c-format |
7649 msgid "<b>User:</b> %s<br>" | |
7650 msgstr "<b>Utilizator:</b> %s<br>" | |
7651 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7652 #: src/protocols/zephyr/zephyr.c:346 |
5348 | 7653 #, c-format |
7654 msgid "<b>Alias:</b> %s<br>" | |
7655 msgstr "<b>Alias:</b> %s<br>" | |
7656 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7657 #: src/protocols/zephyr/zephyr.c:348 |
5348 | 7658 msgid "<br>Hidden or not logged-in" |
7659 msgstr "<br>Invizibil sau deautentificat" | |
7660 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7661 #: src/protocols/zephyr/zephyr.c:352 |
5348 | 7662 #, c-format |
7663 msgid "<br>At %s since %s" | |
6546 | 7664 msgstr "<br>În %s din %s" |
5348 | 7665 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7666 #: src/protocols/zephyr/zephyr.c:584 src/protocols/zephyr/zephyr.c:585 |
5348 | 7667 msgid "Anyone" |
7668 msgstr "Oricine" | |
7669 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7670 #: src/protocols/zephyr/zephyr.c:609 |
5348 | 7671 msgid "Already logged in with Zephyr" |
6546 | 7672 msgstr "Sunteţi deja autentificat cu Zephyr" |
5348 | 7673 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7674 #: src/protocols/zephyr/zephyr.c:610 |
5348 | 7675 msgid "" |
7676 "Because Zephyr uses your system username, you are unable to have multiple " | |
7677 "accounts on it when logged in as the same user." | |
7678 msgstr "" | |
6546 | 7679 "Deoarece Zephyr foloseşte numele de utilizator al sistemului nu puteţi avea " |
7680 "multe conturi active cu acelaşi utilizator." | |
5348 | 7681 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7682 #: src/protocols/zephyr/zephyr.c:868 |
3462 | 7683 msgid "ZLocate" |
7684 msgstr "ZLocalizare" | |
7685 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7686 #: src/protocols/zephyr/zephyr.c:908 |
3462 | 7687 msgid "Class:" |
6546 | 7688 msgstr "Clasă:" |
3462 | 7689 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7690 #: src/protocols/zephyr/zephyr.c:913 |
3462 | 7691 msgid "Instance:" |
6546 | 7692 msgstr "Instanţă:" |
3462 | 7693 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7694 #: src/protocols/zephyr/zephyr.c:918 |
3462 | 7695 msgid "Recipient:" |
7696 msgstr "Destinatar:" | |
7697 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7698 #. *< api_version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7699 #. *< type |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7700 #. *< ui_requirement |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7701 #. *< flags |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7702 #. *< dependencies |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7703 #. *< priority |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7704 #. *< id |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7705 #. *< name |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7706 #. *< version |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7707 #. * summary |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7708 #: src/protocols/zephyr/zephyr.c:1050 src/protocols/zephyr/zephyr.c:1052 |
5348 | 7709 msgid "Zephyr Protocol Plugin" |
6949 | 7710 msgstr "Modul de protocol Zephyr" |
7711 | |
7712 #: src/proxy.c:1681 | |
6662 | 7713 msgid "Invalid proxy settings" |
7714 msgstr "Setări Proxy invalide" | |
7715 | |
6949 | 7716 #: src/proxy.c:1681 |
5348 | 7717 msgid "" |
6662 | 7718 "Either the host name or port number specified for your given proxy type is " |
7719 "invalid." | |
4584 | 7720 msgstr "" |
6949 | 7721 "Numele gazdei sau portul precizat pentru tipul proxy-ululi sunt invalide." |
7722 | |
6662 | 7723 #. * Custom away message. |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7724 #: src/prpl.h:187 |
6662 | 7725 msgid "Custom" |
7726 msgstr "Personalizat" | |
7727 | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7728 #. * |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7729 #. * A wrapper for gaim_request_action() that uses Accept and Cancel buttons. |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7730 #. |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7731 #: src/request.h:862 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7732 msgid "Accept" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7733 msgstr "Accept" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7734 |
6949 | 7735 #: src/server.c:56 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7736 msgid "Please enter your password" |
6546 | 7737 msgstr "Introduceţi parola" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7738 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7739 #: src/server.c:949 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7740 #, c-format |
6362 | 7741 msgid "(%d message)" |
7742 msgid_plural "(%d messages)" | |
7743 msgstr[0] "(%d mesaj)" | |
7744 msgstr[1] "(%d mesaje)" | |
7745 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7746 #: src/server.c:962 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7747 msgid "(1 message)" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7748 msgstr "(1 mesaj)" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7749 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7750 #: src/server.c:1145 src/server.c:1155 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7751 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7752 msgid "%s logged in." |
6362 | 7753 msgstr "%s s-a autentificat." |
7754 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7755 #: src/server.c:1172 src/server.c:1180 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7756 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7757 msgid "%s logged out." |
6362 | 7758 msgstr "%s s-a deautentificat." |
7759 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7760 #: src/server.c:1227 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7761 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7762 msgid "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7763 "%s has just been warned by %s.\n" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7764 "Your new warning level is %d%%" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7765 msgstr "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7766 "%s tocmai a fost avertizat de %s.\n" |
6546 | 7767 "Noul nivel de avertizare vă este %d%%" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7768 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7769 #: src/server.c:1230 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7770 msgid "an anonymous person" |
6546 | 7771 msgstr "o persoană anonimă" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7772 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7773 #: src/server.c:1333 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7774 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7775 msgid "" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7776 "User '%s' invites %s to buddy chat room: '%s'\n" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7777 "%s" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7778 msgstr "" |
6662 | 7779 "Utilizatorul „%s“ îl/o invită pe %s în camera de chat: „%s“\n" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7780 "%s" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7781 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7782 #: src/server.c:1337 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7783 #, c-format |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7784 msgid "User '%s' invites %s to buddy chat room: '%s'\n" |
6662 | 7785 msgstr "Utilizatorul „%s“ îl/o invită pe %s în camera de chat „%s“\n" |
7786 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7787 #: src/server.c:1343 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7788 msgid "Accept chat invitation?" |
6546 | 7789 msgstr "Acceptaţi invitaţia la chat?" |
6362 | 7790 |
7791 #. for people like myself who are too lazy to add an away msg :) | |
7792 #. I don't know who "myself" is in this context. The exclamation point | |
7793 #. * makes it slightly less boring ;) | |
6662 | 7794 #: src/status.c:35 |
6362 | 7795 msgid "Sorry, I ran out for a bit!" |
6546 | 7796 msgstr "Scuze, am ieşit puţin..." |
6362 | 7797 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7798 #: src/stock.c:84 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7799 msgid "_Modify" |
6546 | 7800 msgstr "_Modifică" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7801 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7802 #: src/stock.c:85 |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7803 msgid "_Open Mail" |
6546 | 7804 msgstr "_Arată mailul" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7805 |
7375 | 7806 #: src/util.c:1587 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7807 msgid "Calculating..." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7808 msgstr "Calculez..." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7809 |
7375 | 7810 #: src/util.c:1590 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7811 msgid "Unknown." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7812 msgstr "Necunoscut." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7813 |
7375 | 7814 #: src/util.c:1621 src/util.c:1626 src/util.c:1631 src/util.c:1634 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7815 msgid "day" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7816 msgid_plural "days" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7817 msgstr[0] "zi" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7818 msgstr[1] "zile" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7819 |
7375 | 7820 #: src/util.c:1622 src/util.c:1626 src/util.c:1640 src/util.c:1642 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7821 msgid "hour" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7822 msgid_plural "hours" |
6546 | 7823 msgstr[0] "oră" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7824 msgstr[1] "ore" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7825 |
7375 | 7826 #: src/util.c:1622 src/util.c:1631 src/util.c:1640 src/util.c:1645 |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7827 msgid "minute" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7828 msgid_plural "minutes" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7829 msgstr[0] "minut" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7830 msgstr[1] "minute" |
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
7831 |
7375 | 7832 #: src/util.c:1977 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7833 msgid "g003: Error opening connection.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7834 msgstr "g003: Eroare la deschiderea conexiunii.\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7835 |
7375 | 7836 #: src/win32/win32dep.c:387 |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7837 msgid "Notification" |
7375 | 7838 msgstr "Notificare" |
7839 | |
7840 #: src/win32/win32dep.c:388 | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7841 msgid "Moving Gaim user settings directory to:" |
7375 | 7842 msgstr "Mut directorul cu setările de utilizator Gaim în:" |
7843 | |
7844 #~ msgid "Portuguese-Portugal" | |
7845 #~ msgstr "Portugheză" | |
7846 | |
7847 #~ msgid "Clear Log" | |
7848 #~ msgstr "Şterge înregistrările" | |
7849 | |
7850 #~ msgid "Really clear log?" | |
7851 #~ msgstr "Chiar doriţi să şterg înregistrările?" | |
7852 | |
7853 #~ msgid "Disable Animation" | |
7854 #~ msgstr "Dezactivează animaţia" | |
7855 | |
7856 #~ msgid "Enable Animation" | |
7857 #~ msgstr "Activează animaţia" | |
7858 | |
7859 #~ msgid "Secure IM" | |
7860 #~ msgstr "Discuţie securizată" | |
7224
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7861 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7862 #~ msgid "_Quote window title" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7863 #~ msgstr "C_itează titlul ferestrei" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7864 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7865 #~ msgid "_Notify even if conversation is in focus" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7866 #~ msgstr "Notifică chiar şi dacă fereastra _are focus" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7867 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7868 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7869 #~ "Communication with the browser failed. Please close all windows and try " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7870 #~ "again." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7871 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7872 #~ "Comunicarea cu navigatorul a eşuat. Închideţi toate ferestrele şi " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7873 #~ "încercaţi din nou." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7874 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7875 #~ msgid "Alias" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7876 #~ msgstr "Alias" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7877 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7878 #~ msgid "Group" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7879 #~ msgstr "Grup" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7880 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7881 #~ msgid "Add To" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7882 #~ msgstr "Adaugă în" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7883 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7884 #~ msgid "Set Directory Info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7885 #~ msgstr "Setare Detalii Dir" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7886 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7887 #~ msgid "Directory Info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7888 #~ msgstr "Detalii Dir" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7889 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7890 #~ msgid "Setting Dir Info for %s:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7891 #~ msgstr "Setează Info Dir pentru %s:" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7892 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7893 #~ msgid "Allow Web Searches To Find Your Info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7894 #~ msgstr "Permite găsirea pe net a detaliilor personale" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7895 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7896 #~ msgid "Maiden Name" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7897 #~ msgstr "Nume de fată" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7898 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7899 #~ msgid "Below are the results of your search: " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7900 #~ msgstr "Mai jos sunt rezultatele căutării: " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7901 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7902 #~ msgid "Find Buddy By Info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7903 #~ msgstr "Caută un contact după info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7904 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7905 #~ msgid "Unable to change password." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7906 #~ msgstr "Nu pot schimba parola." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7907 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7908 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7909 #~ "The current password you entered is incorrect. Your password has not " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7910 #~ "been changed." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7911 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7912 #~ "Parola pe care aţi introdus-o e incorectă. Parola nu a fost schimbată." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7913 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7914 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7915 #~ "The new password you entered is the same as your current password. Your " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7916 #~ "password remains the same." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7917 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7918 #~ "Parola nou introdusă este identică cu cea veche. Parola rămâne " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7919 #~ "neschimbată." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7920 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7921 #~ msgid "Jabber Error %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7922 #~ msgstr "Eroare Jabber %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7923 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7924 #~ msgid "Error %s: %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7925 #~ msgstr "Eroare %s: %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7926 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7927 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7928 #~ "The Jabber user %s does not exist and was therefore not added to your " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7929 #~ "roster." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7930 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7931 #~ "Utilizatorul Jabber %s nu există şi nu a fost adăugat în lista de " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7932 #~ "contacte." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7933 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7934 #~ msgid "No such user." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7935 #~ msgstr "Nu există un asemenea utilizator." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7936 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7937 #~ msgid "Unknown login error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7938 #~ msgstr "Eroare necunoscută la autentificare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7939 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7940 #~ msgid "Password successfully changed." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7941 #~ msgstr "Parola a fost schimbată cu succes." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7942 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7943 #~ msgid "Connected" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7944 #~ msgstr "Autentificat" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7945 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7946 #~ msgid "Requesting Authentication Method" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7947 #~ msgstr "Cer metoda de autentificare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7948 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7949 #~ msgid "The user %s is an invalid Jabber I.D. and was therefore not added." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7950 #~ msgstr "%s este un I.D. Jabber invalid şi nu a fost adăugat." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7951 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7952 #~ msgid "Unable to add buddy." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7953 #~ msgstr "Nu pot adăuga contactul." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7954 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7955 #~ msgid "View Error Msg" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7956 #~ msgstr "Arată mesajele de eroare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7957 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7958 #~ msgid "Error %d: %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7959 #~ msgstr "Eroare %d: %s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7960 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7961 #~ msgid "Unknown registration error" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7962 #~ msgstr "Eroare necunoscută la înregistrare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7963 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7964 #~ msgid "Use SSL" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7965 #~ msgstr "Utilizează SSL" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7966 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7967 #~ msgid "<B>Status:</B> %s<HR>%s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7968 #~ msgstr "<B>Status:</B> %s<HR>%s" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7969 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7970 #~ msgid "EveryBuddy Bug" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7971 #~ msgstr "Eroare EveryBuddy" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7972 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7973 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7974 #~ "<i>Unable to display information because it was sent in an unknown " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7975 #~ "encoding.</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7976 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7977 #~ "<i>Nu pot afişa informaţia pentru ca a fost trimisă într-o codare " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7978 #~ "necunoscută.</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7979 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7980 #~ msgid "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7981 #~ "Username : <b>%s</b> %s <br>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7982 #~ "Warning Level : <b>%d %%</b><br>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7983 #~ "%s%s%s\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7984 #~ "<hr>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7985 #~ msgstr "" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7986 #~ "Nume utilizator : <b>%s</b> %s <br>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7987 #~ "Nivel avertizare : <b>%d %%</b><br>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7988 #~ "%s%s%s\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7989 #~ "<hr>\n" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7990 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7991 #~ msgid "<i>User has no away message</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7992 #~ msgstr "<i>Utilizatorul nu are un mesaj pentru absenţă</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7993 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7994 #~ msgid "Client Capabilities: " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7995 #~ msgstr "Facilităţile clientului: " |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7996 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7997 #~ msgid "<i>No Information Provided</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7998 #~ msgstr "<i>Nici o informaţie nu a fost furnizată</i>" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
7999 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8000 #~ msgid "Please talk to me, I'm lonely! (and single)" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8001 #~ msgstr "Te rog vorbeşte cu mine. Sunt singur şi disponibil." |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8002 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8003 #~ msgid "Gaim - Popup" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8004 #~ msgstr "Gaim - Întrebare" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8005 |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8006 #~ msgid "More Info" |
10607f37a1bc
[gaim-migrate @ 7793]
Christian Hammond <chipx86@chipx86.com>
parents:
6949
diff
changeset
|
8007 #~ msgstr "Mai multe detalii" |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
8008 |
6949 | 8009 #~ msgid "" |
8010 #~ "Gaim is converting your old buddy lists to a new format, which will now " | |
8011 #~ "be located at %s" | |
8012 #~ msgstr "" | |
8013 #~ "Gaim converteşte vechea listă de contacte într-un nou format ce poate fi " | |
8014 #~ "găsit în %s" | |
8015 | |
8016 #~ msgid "Converting Buddy List" | |
8017 #~ msgstr "Convertesc lista de contacte" | |
8018 | |
8019 #~ msgid "There was an error launching your chosen browser: %s" | |
8020 #~ msgstr "Eroare la pornirea navigatorului ales: %s" | |
8021 | |
8022 #~ msgid "" | |
8023 #~ "The entered manual browser '%s' is not valid. Hyperlinks will not work." | |
8024 #~ msgstr "" | |
8025 #~ "Navigatorul introdus manual „%s“ nu este valid. Adresele de net nu vor " | |
8026 #~ "putea fi accesate." | |
8027 | |
8028 #~ msgid "Unable to request INF" | |
8029 #~ msgstr "Nu pot solicita INF" | |
8030 | |
8031 #~ msgid "Undisclosed" | |
8032 #~ msgstr "Neprecizat" | |
8033 | |
8034 #~ msgid "ICQ Unknown" | |
8035 #~ msgstr "ICQ necunoscut" | |
8036 | |
8037 #~ msgid "<B>%s has the following screen names:</B><BR>" | |
8038 #~ msgstr "<B>%s are următoarele pseudonime:</B><BR>" | |
8039 | |
8040 #~ msgid "Private" | |
8041 #~ msgstr "Privat" | |
8042 | |
8043 #~ msgid "No Answer" | |
8044 #~ msgstr "Neprecizat" | |
8045 | |
6662 | 8046 #~ msgid "Event Test" |
8047 #~ msgstr "Testare evenimente" | |
8048 | |
8049 #~ msgid "" | |
8050 #~ "GAIM::register not called with proper arguments. Consult PERL-HOWTO." | |
8051 #~ msgstr "" | |
8052 #~ "GAIM::registru chemat cu argumente incorecte. Consultaţi PERL-HOWTO." | |
8053 | |
8054 #~ msgid "has gone away." | |
8055 #~ msgstr "a intrat în absenţă." | |
8056 | |
8057 #~ msgid "has become idle." | |
8058 #~ msgstr "a intrat în inactivitate." | |
8059 | |
8060 #~ msgid "Second Name" | |
8061 #~ msgstr "Nume" | |
8062 | |
8063 #~ msgid "Unable to send USR\n" | |
8064 #~ msgstr "Nu pot trimite USR\n" | |
8065 | |
8066 #~ msgid "Got invalid XFR\n" | |
8067 #~ msgstr "Am primit un XFR invalid\n" | |
8068 | |
8069 #~ msgid "UIN:" | |
8070 #~ msgstr "UIN:" | |
8071 | |
8072 #~ msgid "First Name:" | |
8073 #~ msgstr "Prenume:" | |
8074 | |
8075 #~ msgid "Last Name:" | |
8076 #~ msgstr "Nume de familie:" | |
8077 | |
8078 #~ msgid "Gender:" | |
8079 #~ msgstr "Sex:" | |
8080 | |
8081 #~ msgid "Birthday:" | |
8082 #~ msgstr "Zi de naştere:" | |
8083 | |
8084 #~ msgid "Age:" | |
8085 #~ msgstr "Vârstă:" | |
8086 | |
8087 #~ msgid "City:" | |
8088 #~ msgstr "Oraş:" | |
8089 | |
8090 #~ msgid "State:" | |
8091 #~ msgstr "Stat:" | |
8092 | |
8093 #~ msgid "<FONT SIZE=\"3\">Active Developers:</FONT><BR>" | |
8094 #~ msgstr "<FONT SIZE=\"3\">Dezvoltatori activi:</FONT><BR>" | |
8095 | |
8096 #~ msgid "" | |
8097 #~ " Rob Flynn (maintainer) <<A HREF=\"mailto:rob@marko.net\">rob@marko." | |
8098 #~ "net</A>><BR> Sean Egan (lead developer) <<A HREF=\"mailto:" | |
8099 #~ "bj91704@binghamton.edu\">bj91704@binghamton.edu</A>><BR> Christian " | |
8100 #~ "'ChipX86' Hammond (developer & webmaster)<BR> Herman Bloggs (win32 port) " | |
8101 #~ "<<A HREF=\"mailto:hermanator12002@yahoo.com\">hermanator12002@yahoo." | |
8102 #~ "com</A>><BR> Nathan 'faceprint' Walp (developer)<BR> Mark 'KingAnt' " | |
8103 #~ "Doliner (developer)<BR> Luke 'LSchiere' Schierer (support)<BR><BR>" | |
8104 #~ msgstr "" | |
8105 #~ " Rob Flynn (coordonator) <<A HREF=\"mailto:rob@marko.net\">rob@marko." | |
8106 #~ "net</A>><BR> Sean Egan (programator principal) <<A HREF=\"mailto:" | |
8107 #~ "bj91704@binghamton.edu\">bj91704@binghamton.edu</A>><BR> Christian " | |
8108 #~ "'ChipX86' Hammond (programator & webmaster)<BR> Herman Bloggs (portare " | |
8109 #~ "win32) <<A HREF=\"mailto:hermanator12002@yahoo.com" | |
8110 #~ "\">hermanator12002@yahoo.com</A>><BR> Nathan 'faceprint' Walp " | |
8111 #~ "(programator)<BR> Mark 'KingAnt' Doliner (programator)<BR> Luke " | |
8112 #~ "'LSchiere' Schierer (suport)<BR> Mişu Moldovan (localizare)<<A HREF=" | |
8113 #~ "\"mailto:dumol@go.ro\">dumol@go.ro</A>><BR><BR>" | |
8114 | |
8115 #~ msgid "<FONT SIZE=\"3\">Crazy Patch Writers:</FONT><BR>" | |
8116 #~ msgstr "<FONT SIZE=\"3\">Contributori:</FONT><BR>" | |
8117 | |
8118 #~ msgid "<FONT SIZE=\"3\">Retired Developers:</FONT><BR>" | |
8119 #~ msgstr "<FONT SIZE=\"3\">Dezvoltatori inactivi:</FONT><BR>" | |
8120 | |
8121 #~ msgid "" | |
8122 #~ " Adam Fritzler (former libfaim maintainer)<BR> Eric Warmenhoven (former " | |
8123 #~ "lead developer)<<A HREF=\"mailto:warmenhoven@yahoo.com" | |
8124 #~ "\">warmenhoven@yahoo.com</A>><BR> Jim Duchek (former maintainer)<BR> " | |
8125 #~ "Jim Seymour (former Jabber developer)<BR> Mark Spencer (original author) " | |
8126 #~ "<<A HREF=\"mailto:markster@marko.net\">markster@marko.net</A>><BR> " | |
8127 #~ "Syd Logan (hacker and designated driver [lazy bum])<BR><BR>" | |
8128 #~ msgstr "" | |
8129 #~ " Adam Fritzler (fost coordonator libfaim)<BR> Eric Warmenhoven (fost " | |
8130 #~ "programator principal)<<A HREF=\"mailto:warmenhoven@yahoo.com" | |
8131 #~ "\">warmenhoven@yahoo.com</A>><BR> Jim Duchek (fost coordonator)<BR> " | |
8132 #~ "Jim Seymour (fost programator Jabber)<BR> Mark Spencer (autorul iniţial) " | |
8133 #~ "<<A HREF=\"mailto:markster@marko.net\">markster@marko.net</A>><BR> " | |
8134 #~ "Syd Logan (hacker)<BR><BR>" | |
8135 | |
8136 #~ msgid "Couldn't open log file %s" | |
6949 | 8137 #~ msgstr "Nu am putut deschide înregistrarea %s" |
6662 | 8138 |
8139 #~ msgid "_Raise windows on events" | |
8140 #~ msgstr "_Ridică deasupra fereastra la evenimente noi" | |
8141 | |
8142 #~ msgid "Sign On" | |
8143 #~ msgstr "Autentificare" | |
8144 | |
8145 #~ msgid "The plugin %s did not return any valid plugin information" | |
6949 | 8146 #~ msgstr "Modulul %s nu a returnat nici un fel informaţii valide" |
6662 | 8147 |
8148 #~ msgid "Port:" | |
8149 #~ msgstr "Port:" | |
8150 | |
8151 #~ msgid "Deny all users" | |
8152 #~ msgstr "Respinge toţi utilizatorii" | |
8153 | |
8154 #~ msgid "Unblock %s?" | |
8155 #~ msgstr "Deblochez %s?" | |
8156 | |
8157 #~ msgid "" | |
8158 #~ "You are about to unblock %s. This will allow %s to speak to you again. Do " | |
8159 #~ "you want to continue?" | |
8160 #~ msgstr "" | |
8161 #~ "Sunteţi pe cale să-l deblochaţi pe %s. %s va putea să vă scrie din nou. " | |
8162 #~ "Doriţi să continuaţi?" | |
8163 | |
8164 #~ msgid "Unblock" | |
8165 #~ msgstr "Deblocare" | |
8166 | |
8167 #~ msgid "" | |
8168 #~ "You are about to block %s. This will prevent %s from speaking to you " | |
8169 #~ "again. Do you want to continue?" | |
8170 #~ msgstr "" | |
8171 #~ "Sunteţi pe cale să îl/o blocaţi pe %s. %s nu va mai putea să vă scrie. " | |
8172 #~ "Doriţi să continuaţi?" | |
6118
ed983e8a1851
[gaim-migrate @ 6582]
Christian Hammond <chipx86@chipx86.com>
parents:
5424
diff
changeset
|
8173 |
6362 | 8174 #~ msgid "DCC Chat with %s closed" |
8175 #~ msgstr "Chat-ul DCC cu %s s-a terminat" | |
8176 | |
8177 #~ msgid "DCC Chat with %s established" | |
6546 | 8178 #~ msgstr "Chat-ul DCC cu %s a fost iniţiat" |
6362 | 8179 |
8180 #~ msgid "User" | |
8181 #~ msgstr "Utilizator" | |
8182 | |
8183 #~ msgid "IRC Operator" | |
8184 #~ msgstr "Operator IRC" | |
8185 | |
8186 #~ msgid "%s is an Identified User" | |
8187 #~ msgstr "%s este un utilizator identificat" | |
8188 | |
8189 #~ msgid "%ld seconds [signon: %s]" | |
8190 #~ msgstr "%ld secunde [autentificat: %s]" | |
8191 | |
8192 #~ msgid "Rehashing server" | |
6546 | 8193 #~ msgstr "Reactualizez configuraţia de pe server" |
6362 | 8194 |
8195 #~ msgid "IRC Error" | |
8196 #~ msgstr "Eroare IRC" | |
8197 | |
8198 #~ msgid "No such server" | |
6546 | 8199 #~ msgstr "Nu există un asemenea server" |
6362 | 8200 |
8201 #~ msgid "No nickname given" | |
6546 | 8202 #~ msgstr "Nu aţi precizat un pseudonim" |
6362 | 8203 |
8204 #~ msgid "You're not an IRC operator!" | |
6546 | 8205 #~ msgstr "Nu sunteţi un operator IRC!" |
6362 | 8206 |
8207 #~ msgid "That nick is already in use. Please enter a new nick" | |
6546 | 8208 #~ msgstr "Acest pseudonim este folosit deja. Introduceţi altul" |
6362 | 8209 |
8210 #~ msgid "IRC CTCP info" | |
8211 #~ msgstr "Detalii IRC CTCP" | |
8212 | |
8213 #~ msgid "%s would like to establish a DCC chat" | |
6546 | 8214 #~ msgstr "%s ar dori să iniţieze un chat DCC" |
5348 | 8215 |
8216 #~ msgid "" | |
6362 | 8217 #~ "This requires a direct connection to be established between the two " |
8218 #~ "computers. Messages sent will not pass through the IRC server" | |
5348 | 8219 #~ msgstr "" |
6546 | 8220 #~ "Aceasta presupune realizarea unei conexiuni directe între cele două " |
6362 | 8221 #~ "calculatoare. Mesajele trimise nu vor mai trece prin serverul IRC." |
8222 | |
8223 #~ msgid "Received an invalid file send request from %s." | |
6546 | 8224 #~ msgstr "Am primit o cerere invalidă de trimitere fişiere de la %s." |
6362 | 8225 |
8226 #~ msgid "CTCP ClientInfo" | |
8227 #~ msgstr "CTCP ClientInfo" | |
8228 | |
8229 #~ msgid "CTCP UserInfo" | |
8230 #~ msgstr "CTCP UserInfo" | |
8231 | |
8232 #~ msgid "CTCP Version" | |
8233 #~ msgstr "CTCP Version" | |
8234 | |
8235 #~ msgid "CTCP Ping" | |
8236 #~ msgstr "CTCP Ping" | |
8237 | |
8238 #~ msgid "You have left %s" | |
6546 | 8239 #~ msgstr "Aţi ieşit din %s" |
6362 | 8240 |
8241 #~ msgid "IRC Part" | |
6546 | 8242 #~ msgstr "Ieşi din canal" |
6362 | 8243 |
8244 #~ msgid "<I>Requesting DCC CHAT</I>" | |
8245 #~ msgstr "<I>Cer un DCC CHAT</I>" | |
8246 | |
8247 #~ msgid "<B>Operator commands:<BR>REHASH RESTART</B>" | |
8248 #~ msgstr "<B>Comenzi operator:<BR>REHASH RESTART</B>" | |
5348 | 8249 |
8250 #~ msgid "" | |
6362 | 8251 #~ "<B>CTCP commands:<BR>CLIENTINFO <nick><BR>USERINFO <nick><BR>VERSION " |
8252 #~ "<nick><BR>PING <nick></B><BR>" | |
5348 | 8253 #~ msgstr "" |
6362 | 8254 #~ "<B>Comenzi CTCP:<BR>CLIENTINFO <pseudonim><BR>USERINFO " |
8255 #~ "<pseudonim><BR>VERSION <pseudonim><BR>PING <pseudonim></B><BR>" | |
8256 | |
8257 #~ msgid "<B>DCC commands:<BR>CHAT <nick></B>" | |
8258 #~ msgstr "<B>Comenzi DCC:<BR>CHAT <pseudonim></B>" | |
4584 | 8259 |
8260 #~ msgid "" | |
6362 | 8261 #~ "<B>Currently supported commands:<BR>WHOIS INVITE NICK LIST<BR>JOIN PART " |
8262 #~ "TOPIC KICK<BR>OP DEOP VOICE DEVOICE<BR>ME MSG QUOTE SAY QUIT<BR>MODE " | |
8263 #~ "VERSION W WHOWAS<BR>Type /HELP OPER for operator commands<BR>Type /HELP " | |
8264 #~ "CTCP for CTCP commands<BR>Type /HELP DCC for DCC commands" | |
4584 | 8265 #~ msgstr "" |
6362 | 8266 #~ "<B>Comenzi suportate momentan:<BR>WHOIS INVITE NICK LIST<BR>JOIN PART " |
8267 #~ "TOPIC KICK<BR>OP DEOP VOICE DEVOICE<BR>ME MSG QUOTE SAY QUIT<BR>MODE " | |
6546 | 8268 #~ "VERSION W WHOWAS<BR>Scrieţi /HELP OPER pentru comenzile " |
8269 #~ "operator<BR>Scrieţi /HELP CTCP pentru comenzile CTCP <BR>Scrieţi /HELP " | |
6362 | 8270 #~ "DCC pentru comenzile DCC" |
8271 | |
8272 #~ msgid "DCC Chat" | |
8273 #~ msgstr "Chat DCC" | |
8274 | |
8275 #~ msgid "User Identity" | |
8276 #~ msgstr "Identitate utilizator" | |
8277 | |
8278 #~ msgid "_Group:" | |
8279 #~ msgstr "_Grup" | |
8280 | |
8281 #~ msgid "Add Permit" | |
6546 | 8282 #~ msgstr "Adaugă permisiunea" |
6362 | 8283 |
8284 #~ msgid "Add Deny" | |
6546 | 8285 #~ msgstr "Adaugă blocarea" |
6362 | 8286 |
8287 #~ msgid "_Alias:" | |
8288 #~ msgstr "_Alias:" |