Config count_joins_parts > count_all_activity; Do not show joins/parts by default
[KiwiIRC.git] / client / src / translations / en-gb.po
1 # Please report any translation errors on one of the following:
2 # Mailing list: https://groups.google.com/d/forum/kiwiirc
3 # IRC: irc.freenode.net #kiwiirc
4 #
5 # Want to translate into your own language? Please send your translated file to the
6 # mailing list mentioned above and we will upload it to our translation manager -
7 # http://poeditor.com/. An account will be set up for you to make any further changes
8 # as the Kiwi project progresses.
9
10 msgid ""
11 msgstr ""
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "X-Generator: POEditor.com\n"
16 "Project-Id-Version: Kiwi\n"
17 "Language: en\n"
18
19 #: client/assets/src/applets/chanlist.js
20 msgid "client_applets_chanlist_channelname"
21 msgstr "Channel Name"
22
23 #:
24 msgid "client_applets_chanlist_users"
25 msgstr "Users"
26
27 #:
28 msgid "client_applets_chanlist_topic"
29 msgstr "Topic"
30
31 #:
32 msgid "client_applets_chanlist_channellist"
33 msgstr "Channel List"
34
35 #: client/assets/src/applets/scripteditor.js
36 msgid "client_applets_scripteditor_save"
37 msgstr "Save"
38
39 #:
40 msgid "client_applets_scripteditor_error"
41 msgstr "Script error. %s"
42
43 #:
44 msgid "client_applets_scripteditor_saved"
45 msgstr "Your script has been saved and is now active"
46
47 #:
48 msgid "client_applets_scripteditor_title"
49 msgstr "Script Editor"
50
51 #: client/assets/src/applets/settings.js
52 msgid "client_applets_settings_channelview_tabs"
53 msgstr "Tabs"
54
55 #:
56 msgid "client_applets_settings_channelview_list"
57 msgstr "List"
58
59 #:
60 msgid "client_applets_settings_channelview_list_notice"
61 msgstr "for large amounts of channels"
62
63 #:
64 msgid "client_applets_settings_notification_joinpart"
65 msgstr "Join/part channel notifications"
66
67 #:
68 msgid "client_applets_settings_notification_count_all_activity"
69 msgstr "Include join/part messages as activity"
70
71 #:
72 msgid "client_applets_settings_timestamp"
73 msgstr "Timestamps"
74
75 #:
76 msgid "client_applets_settings_notification_sound"
77 msgstr "Mute sound notifications"
78
79 #:
80 msgid "client_applets_settings_history_length"
81 msgstr "messages in scroll history"
82
83 #:
84 msgid "client_applets_settings_default_client"
85 msgstr "Default IRC client"
86
87 #:
88 msgid "client_applets_settings_default_client_enable"
89 msgstr "Make Kiwi my default IRC client"
90
91 #:
92 msgid "client_applets_settings_locale_restart_needed"
93 msgstr "Note: Changes will only take effect after you refresh the page"
94
95 #:
96 msgid "client_applets_settings_default_client_notice"
97 msgstr "Note: Chrome or Chromium browser users may need to check their settings via %s if nothing happens"
98
99 #:
100 msgid "client_applets_settings_title"
101 msgstr "Settings"
102
103 #: client/assets/src/models/applet.js
104 msgid "client_models_applet_unknown"
105 msgstr "Unknown Applet"
106
107 #:
108 msgid "client_models_applet_loading"
109 msgstr "Loading.."
110
111 #:
112 msgid "client_models_applet_notfound"
113 msgstr "Not found"
114
115 #: client/assets/src/models/application.js
116 msgid "client_models_application_reconnecting"
117 msgstr "You have been disconnected. Attempting to reconnect for you"
118
119 #:
120 msgid "client_models_application_reconnect_in_x_seconds"
121 msgstr "You have been disconnected. Attempting to reconnect again in %d seconds"
122
123 #:
124 msgid "client_models_application_reconnect_successfully"
125 msgstr "It's OK, you're connected again"
126
127 #:
128 msgid "client_models_application_settings_saved"
129 msgstr "Settings have been saved"
130
131 #:
132 msgid "client_models_application_ignore_title"
133 msgstr "Ignored nicks"
134
135 #:
136 msgid "client_models_application_ignore_none"
137 msgstr "Not ignoring anybody"
138
139 #:
140 msgid "client_models_application_ignore_nick"
141 msgstr "Ignoring %s"
142
143 #:
144 msgid "client_models_application_ignore_stop_notice"
145 msgstr "Specifiy which nick you wish to stop ignoring"
146
147 #:
148 msgid "client_models_application_ignore_stopped"
149 msgstr "Stopped ignoring %s"
150
151 #:
152 msgid "client_models_application_applet_notfound"
153 msgstr "Applet \"%s\" does not exist"
154
155 #:
156 msgid "client_models_application_encoding_changed"
157 msgstr "Encoding modified to %s"
158
159 #:
160 msgid "client_models_application_encoding_invalid"
161 msgstr "%s is not a valid encoding"
162
163 #:
164 msgid "client_models_application_encoding_notspecified"
165 msgstr "Encoding not specified"
166
167 #:
168 msgid "client_models_application_encoding_usage"
169 msgstr "Usage: /encoding [NEW-ENCODING]"
170
171 #:
172 msgid "client_models_application_connection_create"
173 msgstr "New Connection"
174
175 #:
176 msgid "client_models_application_connection_connecting"
177 msgstr "Connecting to %s:%s..."
178
179 #:
180 msgid "client_models_application_connection_error"
181 msgstr "Error connecting to %s:%s (%s)"
182
183 #: client/assets/src/models/channel.js
184 msgid "client_models_channel_join"
185 msgstr "%s has joined"
186
187 #:
188 msgid "client_models_channel_quit"
189 msgstr "%s has quit %s"
190
191 #:
192 msgid "client_models_channel_kicked"
193 msgstr "%s was kicked by %s %s"
194
195 #:
196 msgid "client_models_channel_selfkick"
197 msgstr "You have been kicked by %s %s"
198
199 #:
200 msgid "client_models_channel_part"
201 msgstr "%s has left %s"
202
203 #: client/assets/src/models/network.js
204 msgid "client_models_network_channel_invalid_name"
205 msgstr "%s is not a valid channel name"
206
207 #:
208 msgid "client_models_network_disconnected"
209 msgstr "Disconnected from the IRC network"
210
211 #:
212 msgid "client_models_network_nickname_changed"
213 msgstr "%s is now known as %s"
214
215 #:
216 msgid "client_models_network_topic"
217 msgstr "Topic set by %s at %s"
218
219 #:
220 msgid "client_models_network_selfmode"
221 msgstr "%s sets mode %s"
222
223 #:
224 msgid "client_models_network_mode"
225 msgstr "%s set mode %s"
226
227 #:
228 msgid "client_models_network_channels"
229 msgstr "Channels: %s"
230
231 #:
232 msgid "client_models_network_server"
233 msgstr "Connected to server: %s %s"
234
235 #:
236 msgid "client_models_network_idle_and_signon"
237 msgstr "Idle for %s, signed on %s"
238
239 #:
240 msgid "client_models_network_away"
241 msgstr "Away: %s"
242
243 #:
244 msgid "client_models_network_idle"
245 msgstr "Idle for %s"
246
247 #:
248 msgid "client_models_network_nickname_notfound"
249 msgstr "No such nick"
250
251 #:
252 msgid "client_models_network_banned"
253 msgstr "You are banned from %s. %s"
254
255 #:
256 msgid "client_models_network_channel_badkey"
257 msgstr "Bad channel key for %s"
258
259 #:
260 msgid "client_models_network_channel_inviteonly"
261 msgstr "%s is invite only."
262
263 #:
264 msgid "client_models_network_channel_limitreached"
265 msgstr "%s is full."
266
267 #:
268 msgid "client_models_network_nickname_alreadyinuse"
269 msgstr "The nickname \"%s\" is already in use. Please select a new nickname"
270
271 #:
272 msgid "client_models_network_badpassword"
273 msgstr "Incorrect password given"
274
275 #: client/assets/src/views/application.js
276 msgid "client_views_application_close_notice"
277 msgstr "This will close all KiwiIRC conversations. Are you sure you want to close this window?"
278
279 #: client/assets/src/views/channel.js
280 msgid "client_views_channel_joining"
281 msgstr "Joining channel.."
282
283 #:
284 msgid "client_views_channel_topic"
285 msgstr "Topic for %s is: %s"
286
287 #: client/assets/src/views/mediamessage.js
288 msgid "client_views_mediamessage_close"
289 msgstr "Close media"
290
291 #:
292 msgid "client_views_mediamessage_notfound"
293 msgstr "Not found"
294
295 #:
296 msgid "client_views_mediamessage_load_tweet"
297 msgstr "Loading tweet"
298
299 #:
300 msgid "client_views_mediamessage_load_image"
301 msgstr "Loading image"
302
303 #:
304 msgid "client_views_mediamessage_load_reddit"
305 msgstr "Loading Reddit thread"
306
307 #:
308 msgid "client_views_mediamessage_load_gist"
309 msgstr "Loading gist"
310
311 #: client/assets/src/views/nickchangegbox.js
312 msgid "client_views_nickchangebox_new"
313 msgstr "New nick"
314
315 #:
316 msgid "client_views_nickchangebox_change"
317 msgstr "Change"
318
319 #:
320 msgid "client_views_nickchangebox_cancel"
321 msgstr "Cancel"
322
323 #: client/assets/src/views/panel.js
324 msgid "client_views_panel_activity"
325 msgstr "People are talking!"
326
327 #: client/assets/src/views/serverselect.js
328 msgid "client_views_serverselect_form_title"
329 msgstr "Think of a nickname..."
330
331 #:
332 msgid "client_views_serverselect_nickname"
333 msgstr "Nickname"
334
335 #:
336 msgid "client_views_serverselect_enable_password"
337 msgstr "I have a password"
338
339 #:
340 msgid "client_views_serverselect_password"
341 msgstr "Password"
342
343 #:
344 msgid "client_views_serverselect_channel"
345 msgstr "Channel"
346
347 #:
348 msgid "client_views_serverselect_channelkey"
349 msgstr "Channel Key"
350
351 #:
352 msgid "client_views_serverselect_channelkey_required"
353 msgstr "Channel requires a key"
354
355 #:
356 msgid "client_views_serverselect_key"
357 msgstr "Key"
358
359 #:
360 msgid "client_views_serverselect_connection_start"
361 msgstr "Start..."
362
363 #:
364 msgid "client_views_serverselect_server_and_network"
365 msgstr "Server and network"
366
367 #:
368 msgid "client_views_serverselect_server"
369 msgstr "Server"
370
371 #:
372 msgid "client_views_serverselect_port"
373 msgstr "Port"
374
375 #:
376 msgid "client_views_serverselect_poweredby"
377 msgstr "Powered by Kiwi IRC"
378
379 #:
380 msgid "client_views_serverselect_nickname_error_empty"
381 msgstr "Select a nickname first!"
382
383 #:
384 msgid "client_views_serverselect_connection_successfully"
385 msgstr "Connected"
386
387 #:
388 msgid "client_views_serverselect_connection_trying"
389 msgstr "Connecting.."
390
391 #:
392 msgid "client_views_serverselect_nickname_error_alreadyinuse"
393 msgstr "Nickname already taken"
394
395 #:
396 msgid "client_views_serverselect_nickname_invalid"
397 msgstr "Erroneus nickname"
398
399 #:
400 msgid "client_views_serverselect_password_incorrect"
401 msgstr "Incorrect Password"
402
403 #:
404 msgid "client_views_serverselect_connection_error"
405 msgstr "Error Connecting"
406
407 #:
408 msgid "client_views_serverselect_server_notfound"
409 msgstr "Server not found"
410
411 #:
412 msgid "client_views_serverselect_connection_refused"
413 msgstr "Connection refused"
414
415 #: client/assets/src/views/userbox.js
416 msgid "client_views_userbox_op"
417 msgstr "Op"
418
419 #:
420 msgid "client_views_userbox_deop"
421 msgstr "De-op"
422
423 #:
424 msgid "client_views_userbox_voice"
425 msgstr "Voice"
426
427 #:
428 msgid "client_views_userbox_devoice"
429 msgstr "De-voice"
430
431 #:
432 msgid "client_views_userbox_kick"
433 msgstr "Kick"
434
435 #:
436 msgid "client_views_userbox_ban"
437 msgstr "Ban"
438
439 #:
440 msgid "client_views_userbox_query"
441 msgstr "Message"
442
443 #:
444 msgid "client_views_userbox_whois"
445 msgstr "Info"
446
447 #:
448 msgid "client_views_userbox_slap"
449 msgstr "Slap!"
450
451 #:
452 msgid "client_views_serverselect_ssl"
453 msgstr "SSL"
454
455 #:
456 msgid "client_models_application_jumpserver_prepare"
457 msgstr "In 5 minutes you will be reconnected and your channels re-joined. Get ready!"
458
459 #:
460 msgid "client_models_application_jumpserver_reconnect"
461 msgstr "Safely reconnecting you now.."
462
463 #:
464 msgid "client_applets_settings_html5_notifications"
465 msgstr "Desktop notifications"
466
467 #:
468 msgid "client_applets_settings_enable_notifications"
469 msgstr "Enable notifications"
470
471 #:
472 msgid "client_applets_settings_emoticons"
473 msgstr "Show emoticons"
474
475 #:
476 msgid "client_applet_about"
477 msgstr "About Kiwi"
478
479 #:
480 msgid "client_applet_about_homepage"
481 msgstr "Project homepage"
482
483 #:
484 msgid "client_applet_about_link_channel"
485 msgstr "Link to this channel"
486
487 #:
488 msgid "client_applet_about_share_channel"
489 msgstr "Share this channel"
490
491 #:
492 msgid "client_applet_fav_my_networks"
493 msgstr "My networks"
494
495 #:
496 msgid "client_applet_fav_networks"
497 msgstr "Favourite networks"
498
499 #:
500 msgid "client_applet_fav_add"
501 msgstr "Add network"
502
503 #:
504 msgid "client_applet_fav_save"
505 msgstr "Save network"
506
507 #:
508 msgid "client_applet_fav_delete"
509 msgstr "Delete network"
510