|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This is a localisation file for Presence application and |
|
15 * other PEC UI components. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 /** |
|
22 * CONTENTS: |
|
23 * |
|
24 * ConnectionUI: |
|
25 * - Login data query |
|
26 * - Notes |
|
27 * - Queries |
|
28 * - Error notes |
|
29 * |
|
30 * |
|
31 * qtn_dyc_note_logged_in_ok |
|
32 * |
|
33 */ |
|
34 |
|
35 |
|
36 |
|
37 ///////////////////////////////////////////////////////////////////////// |
|
38 // |
|
39 // LOC strings implemented in PresenceConnectionUI |
|
40 // *********************************************** |
|
41 // |
|
42 ///////////////////////////////////////////////////////////////////////// |
|
43 |
|
44 ///////////////////////////////////////////////////////////////////////// |
|
45 // Originally from PEC specification |
|
46 ///////////////////////////////////////////////////////////////////////// |
|
47 |
|
48 //d:Following confirmation query is asked when exiting from |
|
49 //d:presence application and the active network connection |
|
50 //d:was opened manually. |
|
51 //l:popup_note_window |
|
52 // |
|
53 #define qtn_dyc_query_exit_conn_close "Close connection to the network?" |
|
54 |
|
55 |
|
56 ///////////////////////////////////////////////////////////////////////// |
|
57 // |
|
58 // LOC strings implemented in IM Application (chatclient.loc) |
|
59 // ********************************************************** |
|
60 // |
|
61 ///////////////////////////////////////////////////////////////////////// |
|
62 |
|
63 // d:Softkey label, when scrolling of messages is stopped |
|
64 // l:control_pane_t1/opt7 |
|
65 // |
|
66 #define qtn_chat_sk_continue "Continue" |
|
67 |
|
68 ///////////////////////////////////////////////////////////////////////// |
|
69 // Pure connection UI ones. |
|
70 ///////////////////////////////////////////////////////////////////////// |
|
71 |
|
72 |
|
73 //d:Username prompt text for login data query. |
|
74 //l:popup_query_data_window |
|
75 // |
|
76 #define qtn_chat_login_data_prompt "Enter user ID" |
|
77 |
|
78 |
|
79 //d:Password prompt text for login data query. |
|
80 //l:popup_query_data_window |
|
81 // |
|
82 #define qtn_chat_login_code_prompt "Enter password" |
|
83 |
|
84 |
|
85 //d:If login failed due wrong username or password, |
|
86 //d:following errornote is shown. |
|
87 //l:popup_note_window |
|
88 // |
|
89 #define qtn_chat_login_passer_note "Please check your username and password and try again." |
|
90 |
|
91 |
|
92 //d:Waitnote text shown when doing logout. |
|
93 //l:popup_note_wait_window |
|
94 // |
|
95 #define qtn_chat_wait_disconnect "Disconnecting from service" |
|
96 |
|
97 |
|
98 //d:Error note shown when selected network server doesn't |
|
99 //d:support required Presence / Chat features. |
|
100 //l:popup_note_window |
|
101 // |
|
102 #define qtn_chat_info_not_sup_con "Unable to login. Not enough functions supported by the service provider" |
|
103 |
|
104 |
|
105 //d:Error note shown when the network server settings are missing |
|
106 //d:some compulsory settings and thus login can't be done. |
|
107 //l:popup_note_window |
|
108 // |
|
109 #define qtn_chat_sett_comp_miss "Unable to login. Compulsory settings are missing" |
|
110 |
|
111 |
|
112 //d:Error note shown when the user account from the network |
|
113 //d:server is closed after too many unsuccesfull connection |
|
114 //d:tries. |
|
115 //l:popup_note_window |
|
116 // |
|
117 #define qtn_chat_login_account_lost "Username and password incorrect. Contact your service provider." |
|
118 |
|
119 |
|
120 //d:Information note shown when the connection to presence / chat service |
|
121 //d:is succesfully done. |
|
122 //l:popup_note_window |
|
123 // |
|
124 #define qtn_chat_login_ok "Logged in succesfully." |
|
125 |
|
126 |
|
127 //d:Following confirmation query is asked to drop the existing Chat |
|
128 //d:connection. Query is asked when there is already a Chat |
|
129 //d:connection and user want's login with Presence to different |
|
130 //d:service. |
|
131 //d:%U is the name of server to connect. |
|
132 //l:popup_note_window |
|
133 // |
|
134 #define qtn_chat_setting_con_to_pec "Log out from current Chat service and connect Presence to %U" |
|
135 |
|
136 |
|
137 //d:Waitnote with following text is shown |
|
138 //d:when reconnecting Chat back to previously |
|
139 //d:dropped connection. |
|
140 //d:%U is the name of server to connect. |
|
141 //l:popup_note_wait_window |
|
142 // |
|
143 #define qtn_chat_setting_con_to_pec2 "Reconnecting Chat application to %U" |
|
144 |
|
145 |
|
146 //d:Following confirmation query is asked to drop the existing Presence |
|
147 //d:connection. Query is asked when there is already a Presence |
|
148 //d:connection and user want's login with chat to different |
|
149 //d:service. |
|
150 //d:%U is the name of server to connect. |
|
151 //l:popup_note_window |
|
152 // |
|
153 #define qtn_chat_setting_con_to_chat "Log out from current Presence service and connect Chat to %U" |
|
154 |
|
155 |
|
156 //d:Waitnote with following text is shown |
|
157 //d:when reconnecting Presence back to previously |
|
158 //d:dropped connection. |
|
159 //d:%U is the name of server to connect. |
|
160 //l:popup_note_wait_window |
|
161 // |
|
162 #define qtn_chat_setting_con_to_chat2 "Reconnecting Presence application to %U" |
|
163 |
|
164 |
|
165 //d:Prompt text for list query for selecting |
|
166 //d:the network server to login. |
|
167 //l:heading_pane_t1 |
|
168 // |
|
169 #define qtn_chat_log_selectservice "Select service:" |
|
170 |
|
171 |
|
172 //d:Confirmation note shown after the presence is |
|
173 //d:succesfully disconnected from the service. |
|
174 //l:popup_note_window |
|
175 // |
|
176 #define qtn_dyc_disconnected_conf "Presence disconnected." |
|
177 |
|
178 |
|
179 //d:Confirmation note shown after the Instant Messaging |
|
180 //d:is succesfully disconnected from the service. |
|
181 //l:popup_note_window |
|
182 // |
|
183 #define qtn_chat_disconnected_conf "Chat disconnected." |
|
184 |
|
185 |
|
186 //d:Information note shown when the server |
|
187 //d:disconnects the client. |
|
188 //l:popup_note_window |
|
189 // |
|
190 #define qtn_chat_server_disconnected_client "Server has disconnected the client." |
|
191 |
|
192 |
|
193 //d:Information note shown when there is already a login operation |
|
194 //d:ongoing to certain server and user tries start another login operation. |
|
195 //d:%U is the server name to where the login is already going on. |
|
196 //l:popup_note_window |
|
197 // |
|
198 #define qtn_chat_login_ongoing_note "Login to %U is ongoing." |
|
199 |
|
200 |
|
201 //d:Confirmation note shown when user cancels |
|
202 //d:the login operation. |
|
203 //l:popup_note_window |
|
204 // |
|
205 #define qtn_chat_loging_canceled "Login canceled." |
|
206 |
|
207 |
|
208 //d:Waitnote shown when connecting to presence service. |
|
209 //d:%U is the server name where to login is tried. |
|
210 //l:popup_note_wait_window |
|
211 // |
|
212 #define qtn_pec_con_to_server "Connecting Presence to service %U" |
|
213 |
|
214 |
|
215 //d:Waitnote shown when connecting the Instant |
|
216 //d:Messaging application to the IM service. |
|
217 //d:%U is the server name where to login is tried. |
|
218 //l:popup_note_wait_window |
|
219 // |
|
220 #define qtn_chat_con_to_server "Connecting Chat to service %U" |
|
221 |
|
222 |
|
223 //d:Error note for Always Online connection errors. |
|
224 //d:User can see more detailed error note by selecting |
|
225 //d:"Details". |
|
226 //d:%U is the server name where connection closed. |
|
227 //l:popup_note_window |
|
228 // |
|
229 #define qtn_chat_autom_con_failed "Connection to service %U disconnected." |
|
230 |
|
231 |
|
232 //d:Information note shown after user performs a manual |
|
233 //d:logout from always online connection. |
|
234 //l:popup_note_window |
|
235 // |
|
236 #define qtn_chat_automatic_conn_on "Disconnected. Application will be automatically connected according loging type setting." |
|
237 |
|
238 |
|
239 //d:Confirmation note shown if the automatic login fails because of |
|
240 //d:incorrect server settings or password. |
|
241 //d:%U is the server name where to login is tried. |
|
242 //l:popup_note_window |
|
243 // |
|
244 #define qtn_chat_incor_usernames_nocon "Username and password are incorrect of missing. Connection to server %U cannot be established. Check server settings." |
|
245 |
|
246 |
|
247 // d: Confirmation query shown when the active connection should be |
|
248 // d: automaticly closed by scheduling in 30 seconds. If user accepts |
|
249 // d: the query or doesn't react in 30 seconds, connection is closed. |
|
250 // l: popup_note_window |
|
251 // |
|
252 #define qtn_chat_scheduled_to_be_closed "Connection will be disconnected automatically in 30 seconds. OK?" |
|
253 |
|
254 |
|
255 // d: Confirmation query shown when the active connection is about to close in |
|
256 // d: 30 seconds because a connection to a different server is scheduled. |
|
257 // d: If user accepts the query or doesn't react in 30 seconds to it, connection is closed. |
|
258 // d: %U is the server name where to new connection should be established. |
|
259 // l: popup_note_window |
|
260 // |
|
261 #define qtn_chat_discon_other_because_scheduling "Automatic connection to server %U is set to be established. Disconnect the current connection?" |
|
262 |
|
263 |
|
264 // d: Label for wait note |
|
265 // d: Note is displayed when system is fetching contact lists and contacts from server |
|
266 // l: popup_note_wait_window |
|
267 // r: 3.0 |
|
268 // |
|
269 #define qtn_chat_fetching_contact_lists "Fetching contact lists" |
|
270 |
|
271 |
|
272 |
|
273 ///////////////////////////////////////////////////////////////////////// |
|
274 // |
|
275 // LOC strings implemented in ServiceSettingsUI |
|
276 // *********************************************** |
|
277 // |
|
278 ///////////////////////////////////////////////////////////////////////// |
|
279 |
|
280 // d: Settings item title |
|
281 // d: Title for Chat setting link-item |
|
282 // l: list_setting_pane_t1 |
|
283 // |
|
284 #define qtn_chat_setting_preferences "Preferences" |
|
285 |
|
286 // d: Settings item title |
|
287 // d: Title for IM servers-list link-item |
|
288 // l: list_setting_pane_t1 |
|
289 // |
|
290 #define qtn_chat_setting_editserver "Servers" |
|
291 |
|
292 // d: Settings item title |
|
293 // d: Title for current server link-item |
|
294 // l: list_setting_pane_t1 |
|
295 // |
|
296 #define qtn_chat_setting_serverinuse "Server in use" |
|
297 |
|
298 // d: Setting item title |
|
299 // d: Title for presence login type link-item |
|
300 // l: list_setting_pane_t1 |
|
301 // |
|
302 #define qtn_chat_setting_peclogin "Presence login type" |
|
303 |
|
304 // d: Setting item title |
|
305 // d: Title for chat login type link-item |
|
306 // l: list_setting_pane_t1 |
|
307 // |
|
308 #define qtn_chat_setting_chatlogin "Chat login type" |
|
309 |
|
310 |
|
311 #ifdef RD_MULTIPLE_DRIVE |
|
312 |
|
313 // d: Setting item value |
|
314 // d: Value for save chats item in multiple drive support |
|
315 // l: list_setting_pane_t1 |
|
316 #define qtn_chat_settings_memory "Save chats to" |
|
317 |
|
318 |
|
319 // d: Setting item value |
|
320 // d: Value for memory drive not availble in multidrive case |
|
321 // l: popup_note_window |
|
322 |
|
323 #define qtn_chat_saved_not_available "Selected memory drive not available" |
|
324 |
|
325 #endif // RD_MULTIPLE_DRIVE |
|
326 |
|
327 |
|
328 |
|
329 // d: Setting item value |
|
330 // d: Value for save chats type field |
|
331 // l: list_set_graphic_pane_t1 |
|
332 // |
|
333 #define qtn_chat_setting_showlist "Manual connection" |
|
334 |
|
335 // d: Setting item value |
|
336 // d: Value for application launch-login type field |
|
337 // l: list_set_graphic_pane_t1 |
|
338 // |
|
339 #define qtn_dyc_set_log_manu "Application launch" |
|
340 |
|
341 // d: Setting item value |
|
342 // d: Value for always online in home network-login type field |
|
343 // l: list_set_graphic_pane_t1 |
|
344 // |
|
345 #define qtn_dyc_set_log_auto_home "Always in home network" |
|
346 |
|
347 // d: Setting item value |
|
348 // d: Value for always online-login type field |
|
349 // l: list_set_graphic_pane_t1 |
|
350 // |
|
351 #define qtn_dyc_set_log_auto "Always online" |
|
352 |
|
353 // d: Command in Options Menu |
|
354 // d: Command is used to change currently focused setting item value |
|
355 // l: list_single_pane_t1_cp2 |
|
356 // |
|
357 #define qtn_chat_set_serv_change "Change" |
|
358 |
|
359 // d: Command in Options Menu |
|
360 // d: Command is used to open currently focused server detail-view |
|
361 // l: list_single_pane_t1_cp2 |
|
362 // |
|
363 #define qtn_chat_set_serv_open "Open" |
|
364 |
|
365 // d: Empty listbox text |
|
366 // d: Text is showd in listbox if there is no data available |
|
367 // l: main_list_empty_pane |
|
368 // |
|
369 #define qtn_chat_serverlist_noserv "no Chat servers defined" |
|
370 |
|
371 // d: Label in confirmation note |
|
372 // d: Used when user initiated some action that requires at least 1 IM server -> asks if new one should be defined |
|
373 // l: popup_note_window |
|
374 // |
|
375 #define qtn_chat_sett_new_server "No Chat server defined. Define new server?" |
|
376 |
|
377 // d: Setting item value |
|
378 // d: Default value for new IM-server name field |
|
379 // l: list_setting_pane_t1 |
|
380 // |
|
381 #define qtn_chat_setting_conf_server "Server name" |
|
382 |
|
383 // d: Setting item label |
|
384 // d: Setting item label for "Service access point" item |
|
385 // l: list_setting_pane_t1 |
|
386 // |
|
387 #define qtn_chat_setting_conf_sap "Service access point" |
|
388 |
|
389 // d: Information note label. |
|
390 // d: Used when trying to change protected server settings |
|
391 // l: popup_note_window |
|
392 // |
|
393 #define qtn_chat_brand_server_info "Protected setting cannot be changed." |
|
394 |
|
395 // d: Information note label. |
|
396 // d: Used when trying to delete protected server |
|
397 // l: popup_note_window |
|
398 // |
|
399 #define qtn_chat_brand_server_delnote "Protected server settings cannot be deleted." |
|
400 |
|
401 // d: Setting item label |
|
402 // d: Setting item label for "URL" item |
|
403 // l: list_setting_pane_t1 |
|
404 // |
|
405 #define qtn_chat_setting_conf_url "URL" |
|
406 |
|
407 // d: Setting item label |
|
408 // d: Setting item label for "user's WV ID" item |
|
409 // l: list_setting_pane_t1 |
|
410 // |
|
411 #define qtn_chat_setting_conf_wvuid "WV user ID" |
|
412 |
|
413 // d: Setting item label |
|
414 // d: Setting item label for "user's password" item |
|
415 // l: list_setting_pane_t1 |
|
416 // |
|
417 #define qtn_chat_setting_conf_pw "Password" |
|
418 |
|
419 // d: Title of "Settings" view |
|
420 // l: title_pane_t2/opt12 |
|
421 // r: 3.2 |
|
422 #define qtn_chat_setting_title "Settings" |
|
423 |
|
424 // d: Title of "Server list" view |
|
425 // l: title_pane_t2/opt12 |
|
426 #define qtn_chat_serverlist_title "Chat servers" |
|
427 |
|
428 // d: Command in Options Menu |
|
429 // d: Command is used to edit currently focused server |
|
430 // l: list_single_pane_t1_cp2 |
|
431 // |
|
432 #define qtn_chat_serverlist_om_edit "Edit" |
|
433 |
|
434 // d: Command in Options Menu |
|
435 // d: Command is used to open create new server view |
|
436 // l: list_single_pane_t1_cp2 |
|
437 // |
|
438 #define qtn_chat_serverlist_om_new "Define new server" |
|
439 |
|
440 // d: Command in Options Menu |
|
441 // d: Command is used to ask the deletion of currently focused server |
|
442 // l: list_single_pane_t1_cp2 |
|
443 // |
|
444 #define qtn_chat_serverlist_del "Delete" |
|
445 |
|
446 // d: Command in Options Menu |
|
447 // d: Command name for "Change" |
|
448 // l: list_single_pane_t1_cp2 |
|
449 // |
|
450 #define qtn_chat_def_server_change "Change" |
|
451 |
|
452 // d: Label in confirmation note |
|
453 // d: Used when user tries to save server without giving all needed data |
|
454 // l: popup_note_window |
|
455 // |
|
456 #define qtn_chat_sett_compul_query "The service doesn't work because all compulsory settings aren't filled. Delete it?" |
|
457 |
|
458 // d: Setting item value |
|
459 // d: Default value for new IM-server name field |
|
460 // l: list_set_graphic_pane_t1 |
|
461 // |
|
462 #define qtn_chat_def_server_na "New chat server" |
|
463 |
|
464 // d: Label in confirmation note |
|
465 // d: Used when user tries to delete currently used server |
|
466 // l: popup_note_window |
|
467 // |
|
468 #define qtn_chat_serverlist_quest_d "Server is in use. Are you sure to delete it?" |
|
469 |
|
470 // d: Title for radio button query |
|
471 // d: Query is a list of servers that user must choose one |
|
472 // l: heading_pane_t1 |
|
473 // |
|
474 #define qtn_chat_serverlist_prtx_sel "Server in use:" |
|
475 |
|
476 // d: Label in confirmation note |
|
477 // d: Used when user tries to delete the only server that system has |
|
478 // l: popup_note_window |
|
479 // |
|
480 #define qtn_chat_serverlist_quest_del "Chat server is the only one. Are you sure to delete it?" |
|
481 |
|
482 // d: Error note label. |
|
483 // d: Used when user id or password is missing from a server and Always automatic or always in home network login type is selected |
|
484 // l: popup_note_window |
|
485 // |
|
486 #define qtn_chat_setting_fillserver "Fill in the username and password of the server in use to be able to select automatic connection." |
|
487 |
|
488 // d: Error note label. |
|
489 // d: Used when Always automatic or always in home network login type is selected and user tries to remove user id or password |
|
490 // l: popup_note_window |
|
491 // |
|
492 #define qtn_chat_consetnotfilled "Username and password needed for 'Always online' and 'Always in home network' connections. Change Login type setting first." |
|
493 |
|
494 // d: Error note label. |
|
495 // d: Used when user tries to edit settings of a server to which we are logged in to |
|
496 // l: popup_note_window |
|
497 // |
|
498 #define qtn_chat_cannot_edit_active_settings "Disconnect the connection to be able to edit settings?" |
|
499 |
|
500 // d: Setting item value |
|
501 // d: Value for scheduled connection time field |
|
502 // l: list_set_graphic_pane_t1 |
|
503 //´ |
|
504 #define qtn_mce_settings_always_allhours "All day" |
|
505 |
|
506 // d: Setting item value |
|
507 // d: Value for scheduled connection time field |
|
508 // l: list_set_graphic_pane_t1 |
|
509 // |
|
510 #define qtn_mce_settings_always_alldays "All" |
|
511 |
|
512 // d: Setting item value |
|
513 // d: Value for scheduled connection time field |
|
514 // l: list_set_graphic_pane_t1 |
|
515 // |
|
516 #define qtn_mce_settings_always_between2 "%0U - %1U" |
|
517 |
|
518 |
|
519 // d: Setting item value |
|
520 // d: Value for scheduled connection time field |
|
521 // l: list_set_graphic_pane_t1 |
|
522 // |
|
523 #define qtn_mce_settings_always_seldays "Selected days" |
|
524 |
|
525 // d: Label in data query |
|
526 // d: Used to ask online times from user in scheduled connections |
|
527 // l: popup_query_data_window |
|
528 // |
|
529 #define qtn_mce_settings_always_to "To:" |
|
530 |
|
531 // d: Label in data query |
|
532 // d: Used to ask online times from user in scheduled connections |
|
533 // l: popup_query_data_window |
|
534 // |
|
535 #define qtn_mce_settings_always_from "From:" |
|
536 |
|
537 // d: Settings item title |
|
538 // d: Title for Connection days setting item |
|
539 // l: list_setting_pane_t1 |
|
540 // |
|
541 #define qtn_chat_settings_always_days "Connection days" |
|
542 |
|
543 // d: Settings item title |
|
544 // d: Title for Connection hours setting item |
|
545 // l: list_setting_pane_t1 |
|
546 // |
|
547 #define qtn_chat_settings_always_hours "Connection hours" |
|
548 |
|
549 // d: Information note about manual login type activation |
|
550 // l: popup_note_window |
|
551 // w: |
|
552 // r: 3.1u |
|
553 // |
|
554 #define qtn_chat_manual_activated "Manual login type activated" |
|
555 |
|
556 // d: Confirmation query when changing login type automatic to a server to which user has not logged in before |
|
557 // d: %U is replaced by the name of the server |
|
558 // l: popup_note_window |
|
559 // w: |
|
560 // r: 3.1u |
|
561 // |
|
562 #define qtn_chat_cannot_activate_query "You need to login first before activating this login type to %U. Login now?" |
|
563 |
|
564 ///////////////////////////////////////////////////////////////////////// |
|
565 // WV ID search |
|
566 ///////////////////////////////////////////////////////////////////////// |
|
567 |
|
568 |
|
569 |
|
570 |
|
571 |
|
572 |
|
573 |
|
574 |
|
575 |
|
576 |
|
577 |
|
578 |
|
579 |
|
580 |
|
581 |
|
582 |
|
583 |
|
584 |
|
585 |
|
586 |
|
587 |
|
588 |
|
589 |
|
590 |
|
591 |
|
592 ///////////////////////////////////////////////////////////////////////// |
|
593 // Notify Services **** errors |
|
594 ///////////////////////////////////////////////////////////////////////// |
|
595 |
|
596 //d:Error note shown if the terminal tries to request something |
|
597 //d:that is not supported by the server. |
|
598 //l:popup_note_window |
|
599 // |
|
600 #define qtn_chat_error_service_err "Error in service" |
|
601 |
|
602 |
|
603 //d:Error note shown when the server is unable to handle request |
|
604 //d:due to temporary overloading or maintenance of the server. |
|
605 //l:popup_note_window |
|
606 // |
|
607 #define qtn_chat_error_serv_busy "Temporary server error." |
|
608 |
|
609 |
|
610 //d:Error note shown when the server doesn’t support |
|
611 //d:the requested version. The user can’t do anything. |
|
612 //l:popup_note_window |
|
613 // |
|
614 #define qtn_chat_error_gen_error "Server error." |
|
615 |
|
616 |
|
617 |
|
618 |
|
619 //d:Error note shown when the server kicks user |
|
620 //d:out from the server for some reason. |
|
621 //d:Shown also when the connection can't be |
|
622 //d:established in certain time. |
|
623 //l:popup_note_window |
|
624 // |
|
625 #define qtn_chat_login_conerror_note "No connection to service. Try again later." |
|
626 |
|
627 |
|
628 |
|
629 |
|
630 |
|
631 |
|
632 |
|
633 |
|
634 |
|
635 |
|
636 ///////////////////////////////////////////////////////////////////////// |
|
637 // Notify Services **** information notes |
|
638 ///////////////////////////////////////////////////////////////////////// |
|
639 |
|
640 //d:Information note shown when user is unknown or the |
|
641 //d:entered user id is not valid. |
|
642 //d:%U stands for the entered or saved wv user id. |
|
643 //l:popup_note_window |
|
644 // |
|
645 #define qtn_chat_error_wrong_wvid "Incorrect wv user ID:%U.\n Check user id and try again." |
|
646 |
|
647 |
|
648 |
|
649 |
|
650 |
|
651 |
|
652 |
|
653 |
|
654 |
|
655 |
|
656 |
|
657 |
|
658 |
|
659 |
|
660 |
|
661 ///////////////////////////////////////////////////////////////////////// |
|
662 // Notify Services **** wait notes |
|
663 ///////////////////////////////////////////////////////////////////////// |
|
664 |
|
665 |
|
666 |
|
667 |
|
668 ///////////////////////////////////////////////////////////////////////// |
|
669 // Always online plugin global notes |
|
670 ///////////////////////////////////////////////////////////////////////// |
|
671 |
|
672 |
|
673 //d:Global confirmation query for reconnecting continuation |
|
674 //l:popup_note_window |
|
675 // |
|
676 #define qtn_chat_reconnect_failed "No connection to server %U for long time. Continue connecting?" |
|
677 |
|
678 |
|
679 ///////////////////////////////////////////////////////////////////////// |
|
680 // Domain selection query |
|
681 ///////////////////////////////////////////////////////////////////////// |
|
682 |
|
683 // d: Heading for list query |
|
684 // d: Heading for domain selection query |
|
685 // l: heading_pane_t1 |
|
686 // w: |
|
687 // r: 3.1u |
|
688 // |
|
689 #define qtn_chat_login_select_domain "Select domain:" |
|
690 |
|
691 // d: |
|
692 // d: List query item |
|
693 // l: list_single_pane_t1_cp2 |
|
694 // w: |
|
695 // r: 3.1u |
|
696 // |
|
697 #define qtn_chat_login_select_domain_other "Other" |
|
698 |
|
699 |
|
700 ///////////////////////////////////////////////////////////////////////// |
|
701 // Terms of Use |
|
702 ///////////////////////////////////////////////////////////////////////// |
|
703 |
|
704 // d: Title of Terms of use -dialog |
|
705 // l: title_pane_t2/opt12 |
|
706 // w: |
|
707 // r: 3.1u |
|
708 // |
|
709 #define qtn_chat_tou_title "Terms of use" |
|
710 |
|
711 // d: Body text for a dialog |
|
712 // d: Content of Terms of use -dialog |
|
713 // l: popup_note_window |
|
714 // w: |
|
715 // r: 3.1u |
|
716 // |
|
717 #define qtn_chat_login_tou_message "This is the Terms of use message." |
|
718 |
|
719 // d: Heading of a list query |
|
720 // d: For accepting or declining the Terms of use |
|
721 // l: heading_pane_t1 |
|
722 // w: |
|
723 // r: 3.1u |
|
724 // |
|
725 #define qtn_chat_login_tou_query "Terms of use" |
|
726 |
|
727 // d: List query item |
|
728 // d: For declining Terms of use |
|
729 // l: list_single_pane_t1_cp2 |
|
730 // w: |
|
731 // r: 3.1u |
|
732 // |
|
733 #define qtn_chat_login_tou_decline "I decline" |
|
734 |
|
735 // d: List query item |
|
736 // d: For accepting Terms of use |
|
737 // l: list_single_pane_t1_cp2 |
|
738 // w: |
|
739 // r: 3.1u |
|
740 // |
|
741 #define qtn_chat_login_tou_accept "I accept" |
|
742 |
|
743 // d: Label for confirmation note |
|
744 // d: Confirmation is shown when user cancels the Terms of use -query |
|
745 // l: popup_note_window |
|
746 // |
|
747 #define qtn_chat_cancel_termsofuse "Cannot connect the service without accepting Terms of use. Cancel anyway?" |
|
748 |
|
749 |
|
750 // ---[ UI ]--- |
|
751 |
|
752 // d: Message query |
|
753 // d: Dialog body text, shown when user saves password |
|
754 // d: By default this is empty |
|
755 // l: popup_info_list_pane_t1 |
|
756 // w: |
|
757 // r: 3.1 |
|
758 // |
|
759 #define qtn_chat_save_pw_warning "" |
|
760 |
|
761 // d: Note heading for qtn_chat_save_pw_warning |
|
762 // l: heading_pane_t1 |
|
763 // w: |
|
764 // r: 3.1 |
|
765 // |
|
766 #define qtn_chat_save_pw_warning_heading "Warning" |
|
767 |
|
768 |
|
769 // d: Label in confirmation note |
|
770 // d: Is asked when user is connected to one community and |
|
771 // d: another community is scheduled |
|
772 // d: %0u is replaced by cureeently connected community |
|
773 // d: %1u is replaced by Scheduled community name |
|
774 // l: popup_note_window |
|
775 // r: 3.2 |
|
776 #define qtn_chat_discon_other_because_scheduling_new "Automatic connection to %0U is set to be established.Disconnect %1U?" |
|
777 |
|
778 |
|
779 // d: Label in confirmation note |
|
780 // d: asked when, according to the scheduling setting, the connection should |
|
781 // d: be closed automatically after 30 seconds |
|
782 // d: %u is replaced by cureeently connected community |
|
783 // l: popup_note_window |
|
784 // r: 3.2 |
|
785 #define qtn_chat_scheduled_to_be_closed_new "According settings connection to %U should be disconnected now. Disconnect?" |
|
786 |
|
787 |
|
788 // d: Label in confirmation note |
|
789 // d: Is asked when user deletes a community |
|
790 // d: %u is replaced by community name |
|
791 // l: popup_note_window |
|
792 // r: 3.2 |
|
793 #define qtn_chat_delete_community "All your contacts, conversations and groups are deleted. Delete %U anyway?" |
|
794 |
|
795 |
|
796 |
|
797 |
|
798 |
|
799 |
|
800 |
|
801 // End of File |