wvuing/loc/chatclientng.loc
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Localisation file for Instant messenger application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // LOCALISATION STRINGS
       
    21 
       
    22 // SYSTEM MESSAGES/////////////////////////////////////////////////////////////
       
    23 
       
    24 // d: This indicates user joining to a room.
       
    25 // d: %U describes the user's screen name in the room.
       
    26 // l: popup_info_list_pane_t1
       
    27 // r: 3.2
       
    28 #define qtn_chat_sysnote_joined "%U joined"
       
    29 
       
    30 // d: This is the welcome text that is shown when joining to a chat room.
       
    31 // d: %0U describes the user's screen name in the room.
       
    32 // d: %1U describes the chat room's name.
       
    33 // d: %2U is the topic in this room.
       
    34 // l: popup_info_list_pane_t1
       
    35 #define qtn_chat_sysnote_welcome "%0U Welcome to chat room! Topic is %1U."
       
    36 
       
    37 // d: This indicates user leaving a room.
       
    38 // d: %U describes the user's screen name who left the room.
       
    39 // l: popup_info_list_pane_t1
       
    40 // r: 3.2
       
    41 #define qtn_chat_sysnote_leave "%U ended conversation"
       
    42 
       
    43 // d: This indicates topic change in the room.
       
    44 // d: %U describes the new topic.
       
    45 // l: popup_info_list_pane_t1
       
    46 // r: 3.2
       
    47 #define qtn_chat_sysnote_topic "New topic: %U."
       
    48 
       
    49 // d: This indicates that whisper messages are allowed in this room.
       
    50 // l: popup_info_list_pane_t1
       
    51 // r: 3.2
       
    52 #define qtn_chat_sysnote_privames_on "whispering is allowed"
       
    53 
       
    54 // d: This indicates that whisper messages are not allowed in this room.
       
    55 // l: popup_info_list_pane_t1
       
    56 #define qtn_chat_sysnote_privames_off "Whispering is disabled"
       
    57 
       
    58 // d: This is the date message that is shown in message pane when the new
       
    59 // d: message is from another date than the previous one.
       
    60 // d: %U is the date of the new message in format qtn_date_usual_with_zero
       
    61 // l: popup_info_list_pane_t1
       
    62 // r: 3.1
       
    63 //
       
    64 #define qtn_chat_message_list_date              "Date: %U"
       
    65 
       
    66 // SYSTEM MESSAGES ENDS////////////////////////////////////////////////////////
       
    67 
       
    68 // HISTORY/////////////////////////////////////////////////////////////////////
       
    69 
       
    70 
       
    71 // d: Chat log's name
       
    72 // d: %U is replaced by Chat room's name
       
    73 // l: None
       
    74 #define qtn_chat_log_chatname                   "Chat group: %U"
       
    75 
       
    76 // d: Chat log's name if i-messages are logged
       
    77 // l: None
       
    78 #define qtn_chat_log_imessages                  "I-messages: %U"
       
    79 
       
    80 // d: Start time
       
    81 // d: %0U is replaced by qtn_date_usual_with_zero
       
    82 // d: %1U is replaced by qtn_time_long_with_zero
       
    83 // l: None
       
    84 //
       
    85 #define qtn_chat_log_start_date                 "Start: %0U %1U"
       
    86 
       
    87 // d: Log file's end time
       
    88 // d: %0U is replaced by qtn_date_usual_with_zero
       
    89 // d: %1U is replaced by qtn_time_long_with_zero
       
    90 // l: None
       
    91 //
       
    92 #define qtn_chat_log_endtime                    "End: %0U %1U"
       
    93 
       
    94 // d: Recorded chat list view shows recorded items. End time of recording is shown for every item.
       
    95 // d: %0U is replaced by qtn_time_long_with_zero
       
    96 // d: %1U is replaced by qtn_date_usual_with_zero
       
    97 // l: list_double_pane_t2
       
    98 //
       
    99 #define qtn_chat_record_end                     "%0U %1U"
       
   100 
       
   101 // d: Recorded chat view shows one recorded item. In navibar there is end time of recording shown for item.
       
   102 // d: %0U is replaced by qtn_time_long_with_zero
       
   103 // d: %1U is replaced by qtn_date_usual_with_zero
       
   104 // l: navi_text_pane_t1
       
   105 //
       
   106 #define qtn_chat_record_end_navi                "%0U %1U"
       
   107 
       
   108 // d: Title of "Recorded chats List" view
       
   109 // l: title_pane_t2/opt12
       
   110 //
       
   111 #define qtn_chat_records_title                  "Saved Chats"
       
   112 
       
   113 // d: Listbox item text
       
   114 // d: Main view listbox item (a link to recorded-chats view)
       
   115 // l: list_single_large_graphic_pane_t1
       
   116 //
       
   117 #define qtn_chat_recorded_chats                 "Recorded Chats"
       
   118 
       
   119 #ifdef RD_MULTIPLE_DRIVE
       
   120 
       
   121 // d: Setting item value
       
   122 // d: Value for memory drive not availble in multidrive case
       
   123 // l: popup_note_window
       
   124 
       
   125 #define qtn_chat_saved_not_available          "Selected memory drive not available"
       
   126 
       
   127 #endif // RD_MULTIPLE_DRIVE
       
   128 
       
   129 // d: Command in Options Menu
       
   130 // d: Command in recorded chats list view options menu that "opens" the currently focused listbox item(history file)
       
   131 // l: list_single_pane_t1_cp2 
       
   132 
       
   133 #define qtn_chat_recchat_om_open                "Open"
       
   134 
       
   135 // d: Command in Options Menu
       
   136 // d: Command is used for deleting the focused history file
       
   137 // l: list_single_pane_t1_cp2
       
   138 //
       
   139 #define qtn_chat_recchat_om_del                 "Delete"
       
   140 
       
   141 // d: Label for confirmation note
       
   142 // d: Confirmation is shown when one history is selected
       
   143 // d: %U is name of selected history file.
       
   144 // l: popup_note_window
       
   145 //
       
   146 #define qtn_chat_rec_delete                     "Delete saved chat: %U?"
       
   147 
       
   148 // d: Label for confirmation note
       
   149 // d: Confirmation is shown when user has selected multiple history files
       
   150 // d: %N is number of selected chats
       
   151 // l: popup_note_window
       
   152 //
       
   153 #define qtn_chat_rec_delete_many                "Delete %N saved chats?"
       
   154 
       
   155 // d: Label of progress
       
   156 // d: Progress bar is shown to user when history files are deleted.
       
   157 // l: popup_note_wait_window
       
   158 //
       
   159 #define qtn_chat_rec_del_chat                   "Deleting saved chat"
       
   160 
       
   161 // d: Label of progress for multiple chats
       
   162 // d: Progress bar is shown to user when history files are deleted.
       
   163 // d: %N is number of selected chats
       
   164 // l: popup_note_wait_window
       
   165 //
       
   166 #define qtn_chat_rec_del_chat_many              "Deleting saved chat %0N of %1N"
       
   167 
       
   168 // d: Label for confirmation note
       
   169 // d: Confirmation is shown when recording is started
       
   170 // l: popup_note_window
       
   171 //
       
   172 #define qtn_chat_rec_starts                     "Recording is started"
       
   173 // HISTORY ENDS////////////////////////////////////////////////////////////////
       
   174 
       
   175 // LOGIN RELATED STRINGS START ///////////////////////////////////////////////
       
   176 
       
   177 // d: Login confirmation query text
       
   178 // l: popup_note_window
       
   179 //
       
   180 #define qtn_chat_need_to_login      "You need to login first. Log in now?"
       
   181 
       
   182 
       
   183 // d: Connection to server query text
       
   184 // l: popup_note_window
       
   185 //
       
   186 #define qtn_chat_connection_needed_to      "Connection needed. Connect %U?"
       
   187 
       
   188 
       
   189 
       
   190 
       
   191 // d: Label for note
       
   192 // d: Used when system failed to connect to service
       
   193 // l: popup_note_window
       
   194 //
       
   195 #define qtn_chat_login_conerror_note            "No connection to service. Try again later"
       
   196 
       
   197 // d: Label for note
       
   198 // d: Used when network server has signalled about wrong user id or password
       
   199 // l: popup_note_window
       
   200 //
       
   201 #define qtn_chat_login_passer_note              "Please check your username and password and try again."
       
   202 
       
   203 
       
   204 // d: Error note label.
       
   205 // d: Used when server is temporarily out of service (maintenance, overload, etc.)
       
   206 // l: popup_note_window
       
   207 //
       
   208 #define qtn_chat_error_serv_busy                "Temporary Server error"
       
   209 
       
   210 // d: Error note label.
       
   211 // d: Used when server responds that it does not support the version that client tries to use
       
   212 // l: popup_note_window
       
   213 //
       
   214 #define qtn_chat_error_gen_error                "Server error"
       
   215 
       
   216 // d: Error note label.
       
   217 // d: Used when the specified user is unknown or the entered user id is not valid.
       
   218 // l: popup_note_window
       
   219 //
       
   220 #define qtn_chat_error_wrong_wvid               "Incorrect WV user ID: %U\n Check user id and try again."
       
   221 
       
   222 // d: Error note label.
       
   223 // d: Used when some user ids are unknown.
       
   224 // l: popup_note_window
       
   225 //
       
   226 #define qtn_chat_create_error_inv_userids       "Some user IDs are incorrect. Those are not saved to the group properties."
       
   227 
       
   228 // d: Error note label.
       
   229 // d: Used when some user ids are unknown.
       
   230 // l: popup_note_window
       
   231 //
       
   232 #define qtn_chat_servercont_ids_exist_server    "ID's that are incorrect or server doesn't recognise are not saved to server"
       
   233 
       
   234 
       
   235 // d: Label for note
       
   236 // d: Used when service connection has been disconnected
       
   237 // l: popup_note_window
       
   238 //
       
   239 #define qtn_chat_disconnect_note                "Service disconnected"
       
   240 
       
   241 // d: Following confirmation query is asked when exiting from
       
   242 // d: Chat application and the active network connection
       
   243 // d: was opened manually.
       
   244 // l: popup_note_window
       
   245 // r: 3.2
       
   246 #define qtn_dyc_query_exit_conn_close               "Close connection to the network?"
       
   247 
       
   248 // d: Following confirmation query is asked when exiting from
       
   249 // d: Chat application and the active network connection
       
   250 // d: was opened manually.
       
   251 // l: popup_note_window
       
   252 // r: 3.2
       
   253 #define qtn_chat_close_conn_app_conv                 "Close the connection and application and ongoing conversations?"
       
   254 
       
   255 // LOGIN RELATED STRINGS END /////////////////////////////////////////////////
       
   256 
       
   257 // MAIN VIEW RELATED STRINGS START ///////////////////////////////////////////
       
   258 
       
   259 // d: Title of Main view
       
   260 // l: title_pane_t2/opt12
       
   261 #define qtn_chat_applicationname                "Chat"
       
   262 
       
   263 // d: Listbox item text
       
   264 // d: Main view listbox item (a link to chat-list view)
       
   265 // l: list_single_large_graphic_pane_t1
       
   266 //
       
   267 #define qtn_chat_main_chatlist                  "Chat Rooms"
       
   268 
       
   269 // d: Listbox item text
       
   270 // d: Main view listbox item (a link to friends view)
       
   271 // l: list_single_large_graphic_pane_t1
       
   272 //
       
   273 #define qtn_chat_main_friends                   "Friends"
       
   274 
       
   275 // d: Command in Options Menu
       
   276 // d: Command in main view options menu that "opens" the currently focused listbox item (link to somewhere)
       
   277 // l: list_single_pane_t1_cp2
       
   278 //
       
   279 #define qtn_chat_main_om_open                   "Open"
       
   280 
       
   281 // d: Command in Options Menu
       
   282 // d: Starts login sequence
       
   283 // l: list_single_pane_t1_cp2
       
   284 //
       
   285 #define qtn_chat_main_om_login                  "Login"
       
   286 
       
   287 // d: Command in Options Menu
       
   288 // d: Starts logout sequence
       
   289 // l: list_single_pane_t1_cp2
       
   290 //
       
   291 #define qtn_chat_main_om_logout                 "Log out"
       
   292 
       
   293 // d: Command in Options Menu
       
   294 // d: Opens settings view
       
   295 // l: list_single_pane_t1_cp2
       
   296 // r: 3.2
       
   297 #define qtn_chat_settings                       "Settings"
       
   298 // MAIN VIEW RELATED STRINGS END /////////////////////////////////////////////
       
   299 
       
   300 // CHATLIST VIEW RELATED STRINGS START ///////////////////////////////////////
       
   301 
       
   302 // d: Title of "Chat List" view
       
   303 // l: title_pane_t2/opt12
       
   304 #define qtn_chat_clist_title                    "Chat Rooms"
       
   305 
       
   306 // d: Title of private chats item
       
   307 // l: list_single_large_graphic_pane_t1
       
   308 #define qtn_chat_clist_ibox                 "Conversations"
       
   309 
       
   310 
       
   311 // d: Label of information note
       
   312 // l: popup_note_window
       
   313 //
       
   314 #define qtn_chat_list_not_updated_yet       "Status of contacts is not reloaded. You need to reload user satus first"
       
   315 
       
   316 // d: Command in Options Menu
       
   317 // d: Command name for "Open"
       
   318 // l: list_single_pane_t1_cp2
       
   319 //
       
   320 #define qtn_chat_clist_om_open                  "Open"
       
   321 
       
   322 // d: Command in Options Menu
       
   323 // d: Command name for "Enter chat room"
       
   324 // l: list_single_pane_t1_cp2
       
   325 //
       
   326 #define qtn_chat_clist_om_enter                 "Enter chat room"
       
   327 
       
   328 // d: Data query prompt for "Write room id"
       
   329 // l: popup_query_data_window
       
   330 //
       
   331 #define qtn_chat_clist_enter                    "Write group ID:"
       
   332 
       
   333 // d: Label of information note
       
   334 // l: popup_note_window
       
   335 //
       
   336 #define qtn_chat_info_cnotfound                 "The entered chat group not found."
       
   337 
       
   338 // d: Command in Options Menu
       
   339 // d: Command name for "Create new chat"
       
   340 // l: list_single_pane_t1_cp2
       
   341 //
       
   342 #define qtn_chat_clist_om_new                   "New chat"
       
   343 
       
   344 // d: Command in Options Menu
       
   345 // d: Command name for "Chat room options"
       
   346 // l: list_single_pane_t1_cp2
       
   347 //
       
   348 #define qtn_chat_clist_om_cgr                   "Chat group options"
       
   349 
       
   350 // d: Wait note text
       
   351 // l: popup_note_wait_window
       
   352 //
       
   353 #define qtn_chat_clist_wait_saving              "Saving as favourite"
       
   354 
       
   355 // d: Command in Options Menu
       
   356 // d: Command name for "Remove chat room"
       
   357 // l: list_single_popup_submenu_pane_t1
       
   358 //
       
   359 #define qtn_chat_clist_cgr_sm_rmv               "Remove group"
       
   360 
       
   361 // d: Confirmation note text
       
   362 // d: %U is replaced by string containing user name
       
   363 // l: popup_note_window
       
   364 //
       
   365 #define qtn_chat_query_conf_rmv                 "Delete group %U?"
       
   366 
       
   367 // d: Command in Options Menu
       
   368 // d: Command name for "Show participants"
       
   369 // l: list_single_popup_submenu_pane_t1
       
   370 //
       
   371 #define qtn_chat_clist_cgr_sm_part              "Show participants"
       
   372 
       
   373 // d: Command in Options Menu
       
   374 // d: Command name for "Leave chat room"
       
   375 // l: list_single_pane_t1_cp2
       
   376 //
       
   377 #define qtn_chat_clist_cgr_sm_leave             "Leave chat group"
       
   378 
       
   379 
       
   380 // d: Command in Options Menu
       
   381 // d: Command name for "Edit chat properties"
       
   382 // l: list_single_popup_submenu_pane_t1
       
   383 //
       
   384 #define qtn_chat_clist_cgr_sm_pedit             "Edit chat properties"
       
   385 
       
   386 // d: Command in Options Menu
       
   387 // d: Command name for "Search"
       
   388 // l: list_single_pane_t1_cp2
       
   389 //
       
   390 #define qtn_chat_clist_om_search                "Search"
       
   391 
       
   392 // d: Prompt text for query
       
   393 // l: popup_query_data_window
       
   394 //
       
   395 #define qtn_chat_dataq_join_prtx_sn             "Screen name:"
       
   396 
       
   397 // d: Wait note text when joining to room
       
   398 // d: %0U is replaced by string containing room name
       
   399 // d: %1U is replaced by string containing screenname
       
   400 // l: popup_note_wait_window
       
   401 // r: 3.2
       
   402 #define qtn_chat_wnote_connecting               "Joining to chat: %0U \n with name: %1U"
       
   403 
       
   404 // d: Wait note text when leaving from chat room
       
   405 // l: popup_note_wait_window
       
   406 //
       
   407 #define qtn_chat_group_leaving                  "Leaving Chat group"
       
   408 
       
   409 // d: Error note when joining to room was failed
       
   410 // l: popup_note_window
       
   411 //
       
   412 #define qtn_chat_join_note_error                "Unable to join chat room"
       
   413 
       
   414 // d: Information note when joining to room was failed because the entered name is in use
       
   415 // l: popup_note_window
       
   416 //
       
   417 #define qtn_chat_join_same_n                    "The name is already in use. Enter new name"
       
   418 
       
   419 // d: Prompt text of invite multiselection query
       
   420 // l: heading_pane_t1
       
   421 //
       
   422 #define qtn_chat_invite_prtx                    "Invite"
       
   423 
       
   424 // d: Invite data query prompt text
       
   425 // l: popup_query_data_window
       
   426 //
       
   427 #define qtn_chat_invite_msg_dq                  "Invite message"
       
   428 
       
   429 // d: Wait note's text
       
   430 // l: popup_note_wait_window
       
   431 //
       
   432 #define qtn_chat_invite_sending                 "Sending invitation"
       
   433 
       
   434 // d: Wait note for adding block
       
   435 // l: popup_note_wait_window
       
   436 //
       
   437 #define qtn_chat_blocking                       "Adding contact to blocked list"
       
   438 
       
   439 // d: Wait note for opening block list
       
   440 // l: popup_note_wait_window
       
   441 //
       
   442 #define qtn_chat_opening_blocked_list           "Opening blocked list"
       
   443 
       
   444 // d: Error note's text
       
   445 // l: popup_note_window
       
   446 //
       
   447 #define qtn_chat_invite_send_error              "Sending failed. Try again later"
       
   448 
       
   449 // d: Heading of list of joined users
       
   450 // l: heading_pane_t1
       
   451 // r: 3.2
       
   452 #define qtn_chat_show_part_heading              "Joined:"
       
   453 // d: Heading of info popup
       
   454 // d: %U is replaced by string that contains room name
       
   455 // l: heading_pane_t1
       
   456 //
       
   457 #define qtn_chat_info_heading                   "Info: %U"
       
   458 
       
   459 // d: Heading of list item
       
   460 // d: Heading name for "Room ID"
       
   461 // l: list_single_heading_pane_t2_cp2
       
   462 //
       
   463 #define qtn_chat_info_gid                       "Group ID"
       
   464 
       
   465 // d: Heading of list item
       
   466 // d: Heading name for "Topic"
       
   467 // l: list_single_heading_pane_t2_cp2
       
   468 //
       
   469 #define qtn_chat_info_top                       "Topic"
       
   470 
       
   471 // d: Heading of list item
       
   472 // d: Heading name for "Participants"
       
   473 // l: list_single_heading_pane_t2_cp2
       
   474 //
       
   475 #define qtn_chat_info_numb                      "Participants"
       
   476 
       
   477 // d: Content of list item
       
   478 // d: Item contents for participants
       
   479 // d: %0N is replaced by string containing the number of the joined participants
       
   480 // d: %1N is replaced by string containing the limit of the chat room
       
   481 // l: list_single_heading_pane_t1_cp2
       
   482 //
       
   483 #define qtn_chat_info_numb_parti                "%0N / %1N"
       
   484 
       
   485 // d: Heading of list item
       
   486 // d: Heading name for "Administrators"
       
   487 // l: list_single_heading_pane_t2_cp2
       
   488 //
       
   489 #define qtn_chat_info_admin                     "Administrators"
       
   490 
       
   491 // d: Heading of list item
       
   492 // d: Heading name for "Whispering"
       
   493 // l: list_single_heading_pane_t2_cp2
       
   494 //
       
   495 #define qtn_chat_info_al_whis                   "Whispering"
       
   496 
       
   497 // d: Content of list item
       
   498 // d: Item content for whispering
       
   499 // l: list_single_heading_pane_t1_cp2
       
   500 //
       
   501 #define qtn_chat_proper_whis_yes                "Allowed"
       
   502 
       
   503 // d: Heading of list item
       
   504 // d: Item content for whispering
       
   505 // l: list_single_heading_pane_t1_cp2
       
   506 //
       
   507 #define qtn_chat_proper_whis_no                 "Not allowed"
       
   508 // CHATLIST VIEW RELATED STRINGS END /////////////////////////////////////////
       
   509 
       
   510 // FRIENDSLIST VIEW RELATED STRINGS START ////////////////////////////////////
       
   511 
       
   512 // d: Title text of friends-view
       
   513 // l: title_pane_t2/opt12
       
   514 //
       
   515 #define qtn_chat_friends_title                  "IM Contacts"
       
   516 
       
   517 
       
   518 // d: Command in Options Menu
       
   519 // d: Command is used for opening I-message view
       
   520 // l: list_single_pane_t1_cp2
       
   521 //
       
   522 #define qtn_chat_friend_om_sendi                "Open conversation"
       
   523 
       
   524 // d: Command in Options Menu
       
   525 // d: Command is used for toggling the state of watcher to on for this contact
       
   526 // l: list_single_pane_t1_cp2
       
   527 //
       
   528 #define qtn_chat_friend_om_watch                "Watch status"
       
   529 
       
   530 // d: Command in Options Menu
       
   531 // d: Command is used for showing the chat groups where the focused contact is currently joined
       
   532 // l: list_single_pane_t1_cp2
       
   533 //
       
   534 #define qtn_chat_friend_om_find                 "Find joined chats"
       
   535 
       
   536 // d: Command in Options Menu
       
   537 // d: Command is used for opening contact editor to create new contact
       
   538 // l: list_single_pane_t1_cp2
       
   539 //
       
   540 #define qtn_chat_friend_om_crnew                "Create new"
       
   541 
       
   542 // d: Command in Options Menu
       
   543 // d: Command is used for opening the contact editor to edit focused contact
       
   544 // l: list_single_pane_t1_cp2
       
   545 //
       
   546 #define qtn_chat_friend_om_edit                 "Edit"
       
   547 
       
   548 // d: Label for confirmation note
       
   549 // d: Confirmation is shown when user has selected to update existing contact that already has a user ID defined
       
   550 // l: popup_note_window
       
   551 //
       
   552 #define qtn_chat_replace_existing_id            "Contact has already user ID. Replace existing user ID?"
       
   553 
       
   554 // d: Command in Options Menu
       
   555 // d: Command is used for deleting the focused contact
       
   556 // l: list_single_pane_t1_cp2
       
   557 //
       
   558 #define qtn_chat_friend_om_del                  "Delete"
       
   559 
       
   560 // d: Command in Options Menu
       
   561 // d: Command is used for adding focused contact to block-list
       
   562 // l: list_single_popup_submenu_pane_t1
       
   563 //
       
   564 #define qtn_chat_friend_om_block                "Block messages"
       
   565 
       
   566 // d: Label in confirmation note
       
   567 // l: popup_note_window
       
   568 //
       
   569 #define qtn_chat_friend_block_note              "Contact added to Blocked list"
       
   570 
       
   571 // d: Command in Options Menu
       
   572 // d: Command is used for refreshing the friends-list's presence data
       
   573 // l: list_single_pane_t1_cp2
       
   574 //
       
   575 #define qtn_chat_friend_om_refresh              "Refresh list"
       
   576 
       
   577 // d: Command in Options Menu
       
   578 // d: Command is used for opening blocking sub-menu
       
   579 // l: list_single_pane_t1_cp2/opt3
       
   580 //
       
   581 #define qtn_chat_friend_om_imsg_set             "Block options"
       
   582 
       
   583 // d: Command in Options Menu
       
   584 // d: Command is used for showing block-list
       
   585 // l: list_single_popup_submenu_pane_t1
       
   586 //
       
   587 #define qtn_chat_friend_block_showl             "Show Blocked list"
       
   588 
       
   589 // d: Command in Options Menu
       
   590 // d: Command is used for showing block-list with unblock functionality
       
   591 // l: list_single_popup_submenu_pane_t1
       
   592 //
       
   593 #define qtn_chat_friend_block_unblock               "Unblock"
       
   594 
       
   595 // d: Command in Options Menu
       
   596 // d: Command is used for turning off the watcher for this contact
       
   597 // l: list_single_pane_t1_cp2
       
   598 //
       
   599 #define qtn_chat_friend_om_offwa                "Remove watching"
       
   600 
       
   601 // d: Label for global confirmation note
       
   602 // d: Used to inform user about presence status change (->offline) of previously selected contact
       
   603 // l: popup_note_window
       
   604 // r: 3.2
       
   605 #define qtn_chat_snotif_watch_chg_off               "Status has changed to offline:\n%U"
       
   606 
       
   607 // d: Label for global confirmation note
       
   608 // d: Used to inform user about presence status change (->online) of previously selected contact
       
   609 // l: popup_note_window
       
   610 // r; 3.2
       
   611 #define qtn_chat_snotif_watch_chg_on                "Status has changed to online:\n%U"
       
   612 
       
   613 // d: Label for wait note
       
   614 // d: Note is displayed when user has initiated search (network operation)
       
   615 // l: popup_note_wait_window
       
   616 // r: 3.2
       
   617 #define qtn_chat_wnote_searching                "Searching"
       
   618 
       
   619 // d: Heading text for popup list
       
   620 // d: Heading of the search result list (joined groups)
       
   621 // l: heading_pane_t1
       
   622 //
       
   623 #define qtn_chat_find_joined_prtx               "%U joined:"
       
   624 
       
   625 // d: Label for wait note
       
   626 // d: Note is displayed when system is refreshing friends-list presence data
       
   627 // l: popup_note_wait_window
       
   628 // r: 3.2
       
   629 #define qtn_chat_wait_refresh                   "Refreshing the list"
       
   630 
       
   631 // d: Label for wait note
       
   632 // d: Used when fetching presence status of one contact (%U)
       
   633 // l: popup_note_wait_window
       
   634 #define qtn_chat_checking_availability          "Reloading availability status of %U"
       
   635 
       
   636 // d: Heading text for popup list
       
   637 // d: Heading of the block-list in view-mode
       
   638 // l: heading_pane_t1
       
   639 //
       
   640 #define qtn_chat_block_list_heading             "Blocked"
       
   641 
       
   642 // d: Heading text for popup list
       
   643 // d: Heading of the block-list when user is unblocking contacts
       
   644 // l: heading_pane_t1
       
   645 //
       
   646 #define qtn_chat_mquery_unblock_prtx                "Unblock"
       
   647 
       
   648 // d: Listbox item text
       
   649 // d: Item text for contacts nick name in view-only-mode
       
   650 // l: list_double_pane_t1
       
   651 //
       
   652 #define qtn_chat_cd_nick                    "Nick name"
       
   653 
       
   654 // d: Listbox item text
       
   655 // d: Item text for contacts wv id in view-only-mode
       
   656 // l: list_double_pane_t1
       
   657 //
       
   658 #define qtn_chat_cd_wv_id                   "WV user ID"
       
   659 
       
   660 // d: Title in contact editor view
       
   661 // d: This title is used in contact editor view when user is adding new contact
       
   662 // l: title_pane_t2/opt12
       
   663 //
       
   664 #define qtn_chat_cd_new_entry                   "New IM contact"
       
   665 
       
   666 // d: Listbox item text
       
   667 // d: Item text for contacts nick name in edit-mode
       
   668 // l: list_double_pane_t1_cp2
       
   669 //
       
   670 #define qtn_chat_cd_edit_nick                   "Nick name"
       
   671 
       
   672 // d: Listbox item text
       
   673 // d: Item text for contacts wv id in edit-mode
       
   674 // l: list_double_pane_t1_cp2
       
   675 //
       
   676 #define qtn_chat_cd_edit_wv                 "WV user ID"
       
   677 
       
   678 // d: Label for confirmation note
       
   679 // d: Confirmation is shown when system has saved contact
       
   680 // l: popup_note_window
       
   681 //
       
   682 #define qtn_chat_cnote_saved                    "Saved to IM contacts"
       
   683 
       
   684 // d: Label for confirmation note
       
   685 // d: Confirmation is shown when wv id is missing from contact details, and user tries to save changes
       
   686 // d: If user accepts the query, then current contact gets deleted.
       
   687 // l: popup_note_window
       
   688 //
       
   689 #define qtn_chat_cnote_wv_missing               "There should be entered wv id for the contact. Do you want to enter it now? If you select no, the contact is deleted."
       
   690 
       
   691 // d: Label for confirmation note
       
   692 // d: Confirmation is shown when user tries to save contact with wv id that already exists in database
       
   693 // d: If user accepts the query, then previously added contact will be overwritten.
       
   694 // l: popup_note_window
       
   695 //
       
   696 #define qtn_chat_create_confq_ex_wvid           "There is already contact with same wv id.Overwrite?"
       
   697 // FRIENDSLIST VIEW RELATED STRINGS END //////////////////////////////////////
       
   698 
       
   699 // CHAT VIEW RELATED STRINGS START ///////////////////////////////////////////
       
   700 
       
   701 // d: Label for confirmation note
       
   702 // d: Confirmation is shown after group has been created
       
   703 // l: popup_note_window
       
   704 //
       
   705 #define qtn_chat_invite_friends_now             "Invite IM contacts to this group?"
       
   706 
       
   707 
       
   708 // d:Softkey label, when scrolling of messages is stopped
       
   709 // l:control_pane_t1/opt7
       
   710 // r:3.2
       
   711 #define qtn_chat_sk_continue                    "Continue"
       
   712 
       
   713 // d: Command in Options Menu
       
   714 // d: Command name for sending written message
       
   715 // l: list_single_pane_t1_cp2
       
   716 //
       
   717 #define qtn_chat_om_send                        "Send"
       
   718 
       
   719 // d: Command in Options Menu
       
   720 // d: Command name for "whisper message"
       
   721 // l: list_single_pane_t1_cp2
       
   722 //
       
   723 #define qtn_chat_om_whisper                     "Whisper message"
       
   724 
       
   725 // d: Command in Options Menu
       
   726 // d: Command name for "Reply"
       
   727 // l: list_single_pane_t1_cp2
       
   728 //
       
   729 #define qtn_chat_om_reply                       "Reply"
       
   730 
       
   731 // d: Command in Options Menu
       
   732 // d: Command name for "Invite to chat"
       
   733 // l: list_single_pane_t1_cp2
       
   734 //
       
   735 #define qtn_chat_om_invite                      "Invite to chat"
       
   736 
       
   737 // d: Command in Options Menu
       
   738 // d: Command name for "Leave chat"
       
   739 // l: list_single_pane_t1_cp2
       
   740 //
       
   741 #define qtn_chat_om_leave                       "Leave chat group"
       
   742 
       
   743 // d: Command in Options Menu
       
   744 // d: Command name for "Save as favourite"
       
   745 // l: list_single_pane_t1_cp2
       
   746 //
       
   747 #define qtn_chat_om_save_favor                  "Save as favourite"
       
   748 
       
   749 // d: Command in Options Menu
       
   750 // d: Command name for "Chat room info"
       
   751 // l: list_single_popup_submenu_pane_t1
       
   752 //
       
   753 #define qtn_chat_clist_cgr_sm_info              "Chat group info"
       
   754 
       
   755 // d: Command in Options Menu
       
   756 // d: Command name for "History ON"
       
   757 // l: list_single_pane_t1_cp2
       
   758 //
       
   759 #define qtn_chat_options_clogi_on               "Save to Notes"
       
   760 
       
   761 // d: Command in Options Menu
       
   762 // d: Command name for "History OFF"
       
   763 // l: list_single_pane_t1_cp2
       
   764 //
       
   765 #define qtn_chat_options_clogi_off              "Saving off"
       
   766 
       
   767 // d: Popup list label for "Send whisper message to"
       
   768 // l: heading_pane_t1
       
   769 //
       
   770 #define qtn_chat_om_whisper_select              "Send whisper msg. to:"
       
   771 
       
   772 // d: Label of confirmation note
       
   773 // l: popup_note_window
       
   774 //
       
   775 #define qtn_chat_contact_add_note               "Contact added to IM Contacts"
       
   776 
       
   777 // d: Prompt text for history file name query
       
   778 // l: popup_query_data_window
       
   779 //
       
   780 #define qtn_chat_history_name                   "Enter history file name"
       
   781 
       
   782 
       
   783 // d: Title of "Private Chat" view
       
   784 // l: title_pane_t2/opt12
       
   785 #define qtn_chat_p2p_title                      "Conversations"
       
   786 
       
   787 // d: Command in Options Menu
       
   788 // d: Command name for "Send"
       
   789 // l: list_single_pane_t1_cp2
       
   790 // r: 3.2
       
   791 #define qtn_im_ibox_om_send                     "Send"
       
   792 
       
   793 // d: Popup list prompt for "Select recipient"
       
   794 // l: heading_pane_t1
       
   795 //
       
   796 #define qtn_chat_ibox_sel_resip                 "Select recipient"
       
   797 
       
   798 
       
   799 // d: Data query prompt for "Write recipient"
       
   800 // l: popup_query_data_window
       
   801 // r: 3.2
       
   802 #define qtn_im_prtx_write_recip                 "User ID:"
       
   803 
       
   804 // d: Command in Options Menu
       
   805 // d: Command name for "Add to friends"
       
   806 // l: list_single_pane_t1_cp2
       
   807 //
       
   808 #define qtn_chat_om_addfriends                  "Add to IM contacts"
       
   809 
       
   810 // d: Command in Options Menu
       
   811 // d: Command name for "Set autoreply"
       
   812 // l: list_single_pane_t1_cp2
       
   813 //
       
   814 #define qtn_chat_om_autoreply                   "Set autoreply"
       
   815 
       
   816 // d: Command in option menu
       
   817 // d: Command name for "Enter to list"
       
   818 // l: list_single_popup_submenu_pane_t1
       
   819 //
       
   820 #define qtn_chat_friend_block_enter             "Enter to list"
       
   821 
       
   822 // d: Data query prompt for "Enter WV user id"
       
   823 // l: popup_query_data_window
       
   824 //
       
   825 #define qtn_chat_blcok_manual_dquery            "User ID:"
       
   826 
       
   827 // d: Data query prompt for "Enter autoreply message"
       
   828 // l: popup_query_data_window
       
   829 //
       
   830 #define qtn_chat_dquer_prtx_auto                "Enter autoreply message:"
       
   831 
       
   832 // d: Label of confirmation note "Autoreply is on"
       
   833 // l: popup_note_window
       
   834 //
       
   835 #define qtn_chat_cnote_auto_succ                "Autoreply is on."
       
   836 
       
   837 // d: Label of information note "Autoreply is set off"
       
   838 // l: popup_note_window
       
   839 //
       
   840 #define qtn_chat_inote_auto_off                 "Autoreply is set off"
       
   841 
       
   842 // d: Information note label
       
   843 // d: %U will be replaced by string that contains user name
       
   844 // l: popup_note_window
       
   845 //
       
   846 #define qtn_chat_note_name_notfound             "Recipient not found:\n%U"
       
   847 // CHAT VIEW RELATED STRINGS END /////////////////////////////////////////////
       
   848 
       
   849 // SETTINGS RELATED STRINGS START ////////////////////////////////////////////
       
   850 
       
   851 // d: Separator character
       
   852 // l: None
       
   853 //
       
   854 #define qtn_chat_msg_separator                  ":"
       
   855 
       
   856 // d: Title of "Settings" view
       
   857 // l: title_pane_t2/opt12
       
   858 #define qtn_chat_setting_title                  "Settings"
       
   859 
       
   860 // d: Listbox item text
       
   861 // d: Settings-view listbox item (a link to Application settings view)
       
   862 // l: list_setting_pane_t1
       
   863 // r; 3.2
       
   864 #define qtn_chat_settings_app                   "Preferences"
       
   865 
       
   866 // d: Listbox item text
       
   867 // d: Settings-view listbox item (a link to IM Service settings view)
       
   868 // l: list_setting_pane_t1
       
   869 //
       
   870 #define qtn_chat_settings_serv                  "Service"
       
   871 
       
   872 // d: Title of "Application settings" view
       
   873 // l: title_pane_t2/opt12
       
   874 #define qtn_chat_setting_app_title              "Application Settings"
       
   875 
       
   876 // d: Listbox item title
       
   877 // d: Title for default nick name that is used in room join
       
   878 // l: list_setting_pane_t1
       
   879 // r: 3.2
       
   880 #define qtn_chat_set_def_nick                   "Default Screen name"
       
   881 
       
   882 // d: Listbox item title
       
   883 // d: Title for message flow speed (minimum interval of incoming messages)
       
   884 // l: list_setting_pane_t1
       
   885 // r: 3.2
       
   886 #define qtn_chat_set_msg_listp                  "Message flow"
       
   887 
       
   888 // d: Listbox item title
       
   889 // d: Title for automatic presence update mode in friends-list (on/off)
       
   890 // l: list_setting_pane_t1
       
   891 // r: 3.2
       
   892 #define qtn_chat_set_friendupd                  "Updating Friends list"
       
   893 
       
   894 
       
   895 
       
   896 // d: Value for setting item
       
   897 // d: Value for qtn_chat_set_def_nick (on)
       
   898 // l: list_set_graphic_pane_t1
       
   899 // r: 3.2
       
   900 #define qtn_chat_set_nick_on                    "Yes"
       
   901 
       
   902 // d: Value for setting item
       
   903 // d: Value for qtn_chat_set_def_nick (off)
       
   904 // l: list_set_graphic_pane_t1
       
   905 //
       
   906 #define qtn_chat_set_nick_off                   "No"
       
   907 
       
   908 // d: Value for setting item
       
   909 // d: Value for qtn_chat_set_msg_listp (slow)
       
   910 // l: setting_slider_pane_t2
       
   911 // r: 3.2
       
   912 #define qtn_chat_set_flow_slow                  "Slow"
       
   913 
       
   914 // d: Value for setting item
       
   915 // d: Value for qtn_chat_set_msg_listp (fast)
       
   916 // l: setting_slider_pane_t2
       
   917 // r: 3.2
       
   918 #define qtn_chat_set_flow_fast                  "Fast"
       
   919 
       
   920 // d: Value for setting item
       
   921 // d: Value for qtn_chat_set_friendupd (automatic)
       
   922 // l: list_set_graphic_pane_t1
       
   923 // r: 3.2
       
   924 #define qtn_set_upfrend_auto                    "Automatic"
       
   925 
       
   926 // d: Value for setting item
       
   927 // d: Value for qtn_chat_set_friendupd (Manual)
       
   928 // l: list_set_graphic_pane_t1
       
   929 // r: 3.2
       
   930 #define qtn_set_upfrend_manu                    "Manual"
       
   931 
       
   932 // d: Command in Options Menu
       
   933 // d: Command is used to change currently focused setting item value
       
   934 // l: list_single_pane_t1_cp2
       
   935 //
       
   936 #define qtn_chat_set_opt_change                 "Change"
       
   937 
       
   938 // d: Setting listbox item title
       
   939 // d: Title for "show timestamp" -setting item
       
   940 // l: list_setting_pane_t1
       
   941 // r: 3.1
       
   942 //
       
   943 #define qtn_chat_settings_timestamp             "Show timestamp"
       
   944 
       
   945 // d: True -value for timestamp setting item
       
   946 // l: list_set_graphic_pane_t1
       
   947 // r: 3.1
       
   948 //
       
   949 #define qtn_chat_settings_timestamp_yes         "On"
       
   950 
       
   951 // d: False -value for timestamp setting item
       
   952 // l: list_set_graphic_pane_t1
       
   953 // r: 3.1
       
   954 //
       
   955 #define qtn_chat_settings_timestamp_no          "Off"
       
   956 
       
   957 
       
   958 
       
   959 // SETTINGS RELATED STRINGS END //////////////////////////////////////////////
       
   960 
       
   961 // SEARCH RELATED STRINGS START //////////////////////////////////////////////
       
   962 
       
   963 
       
   964 
       
   965 
       
   966 // d: Multiselection query prompt "search by"
       
   967 // d: %U is replaced by string containing search type (Groups or Users)
       
   968 // l: heading_pane_t1
       
   969 //
       
   970 #define qtn_chat_search_criteria_prtx           "Search by:"
       
   971 
       
   972 // d: Choise item for "Search by"
       
   973 // l: list_single_pane_t1_cp2
       
   974 //
       
   975 #define qtn_chat_search_criter_grp_name         "Group name"
       
   976 
       
   977 // d: Choise item for "Search by"
       
   978 // l: list_single_pane_t1_cp2
       
   979 //
       
   980 #define qtn_chat_search_criter_grp_topic        "Topic"
       
   981 
       
   982 // d: Choise item for "Search by"
       
   983 // l: list_single_pane_t1_cp2
       
   984 //
       
   985 #define qtn_chat_search_criter_grp_user         "Group member"
       
   986 
       
   987 // d: Choise item for "Search by"
       
   988 // l: list_single_pane_t1_cp2
       
   989 //
       
   990 #define qtn_chat_search_criter_user_name        "Name"
       
   991 
       
   992 // d: Choise item for "Search by"
       
   993 // l: list_single_pane_t1_cp2
       
   994 // r: 3.2
       
   995 #define qtn_chat_search_criter_user_wv          "WV user ID"
       
   996 
       
   997 // d: Choise item for "Search by"
       
   998 // l: list_single_pane_t1_cp2
       
   999 //
       
  1000 #define qtn_chat_search_criter_user_puh         "Phone number"
       
  1001 
       
  1002 // d: Choise item for "Search by"
       
  1003 // l: list_single_pane_t1_cp2
       
  1004 //
       
  1005 #define qtn_chat_search_criter_user_email       "E-mail address"
       
  1006 
       
  1007 // d: Choise item for "Search by"
       
  1008 // l: popup_query_data_window
       
  1009 //
       
  1010 #define qtn_chat_dq_search_name_prt1            "First name:"
       
  1011 
       
  1012 // d: Choise item for "Search by"
       
  1013 // l: popup_query_data_window
       
  1014 //
       
  1015 #define qtn_chat_dq_search_name_prt2            "Last name:"
       
  1016 
       
  1017 // d: Data query prompt for "Enter search string"
       
  1018 // l: popup_query_data_window
       
  1019 //
       
  1020 #define qtn_chat_search_data_prtx               "Search criteria:"
       
  1021 
       
  1022 // d: Title of "Search" view aftern search is done
       
  1023 // d: %U is replaced by search string
       
  1024 // l: title_pane_t2/opt12
       
  1025 #define qtn_chat_search_results_title           "Results: %U"
       
  1026 
       
  1027 // d: Search result pages n/n
       
  1028 // d: %0N is replaced by string containing number of current search results
       
  1029 // d: %1N is replaced by string containing total number of search results
       
  1030 // l: navi_text_pane_t1
       
  1031 #define qtn_chat_search_navi                    "Search results %0N/%1N"
       
  1032 
       
  1033 // d: Listbox item's second line when search results are from user search
       
  1034 // d: If user is online this string is shown in listbox
       
  1035 // l: list_double_pane_t2
       
  1036 #define qtn_chat_search_user_online             "Online"
       
  1037 
       
  1038 // d: Listbox item's second line when search results are from user search
       
  1039 // d: If user is offline this string is shown in listbox
       
  1040 // l: list_double_pane_t2
       
  1041 #define qtn_chat_search_user_offline            "Offline"
       
  1042 
       
  1043 // d: Command in Options Menu
       
  1044 // d: Command name for "New search"
       
  1045 // l: list_single_pane_t1_cp2
       
  1046 //
       
  1047 #define qtn_chat_search_om_new                  "New search"
       
  1048 
       
  1049 // d: Command in Options Menu
       
  1050 // d: Command name for "Get more results"
       
  1051 // l: list_single_pane_t1_cp2
       
  1052 //
       
  1053 #define qtn_chat_search_om_more                 "Get more results"
       
  1054 
       
  1055 // d: Command in Options Menu
       
  1056 // d: Command name for "Previous results"
       
  1057 // l: list_single_pane_t1_cp2
       
  1058 //
       
  1059 #define qtn_chat_search_om_prev                 "Previous results"
       
  1060 
       
  1061 // d: Command in Options Menu
       
  1062 // d: Command name for "Join"
       
  1063 // l: list_single_pane_t1_cp2
       
  1064 //
       
  1065 #define qtn_chat_om_join                        "Join"
       
  1066 // SEARCH RELATED STRINGS END ////////////////////////////////////////////////
       
  1067 
       
  1068 // GROUP PROPERTIES RELATED STRINGS START ////////////////////////////////////
       
  1069 
       
  1070 // d: Setting item
       
  1071 // d: Setting item name for "Chat room name"
       
  1072 // l: list_setting_pane_t1
       
  1073 //
       
  1074 #define qtn_chat_create_name                    "Group name"
       
  1075 
       
  1076 // d: Setting item
       
  1077 // d: Setting item name for "Room ID"
       
  1078 // l: list_setting_pane_t1
       
  1079 //
       
  1080 #define qtn_chat_create_gid                     "Group ID"
       
  1081 
       
  1082 // d: Setting item
       
  1083 // d: Setting item name for "Topic"
       
  1084 // l: list_setting_pane_t1
       
  1085 //
       
  1086 #define qtn_chat_create_topic                   "Topic"
       
  1087 
       
  1088 // d: Setting item
       
  1089 // d: Setting item name for "Welcome note"
       
  1090 // l: list_setting_pane_t1
       
  1091 //
       
  1092 #define qtn_chat_create_welcome                 "Welcome note"
       
  1093 
       
  1094 // d: Setting item
       
  1095 // d: Setting item name for "Chat room size"
       
  1096 // l: list_setting_pane_t1
       
  1097 //
       
  1098 #define qtn_chat_create_limit                   "Group size"
       
  1099 
       
  1100 // d: Setting page title
       
  1101 // l: popup_query_data_window
       
  1102 //
       
  1103 #define qtn_chat_prop_size                      "Chat group size"
       
  1104 
       
  1105 // d: Setting item
       
  1106 // d: Setting item name for "Allow search"
       
  1107 // l: list_setting_pane_t1
       
  1108 //
       
  1109 #define qtn_chat_create_searchable              "Allow search"
       
  1110 
       
  1111 // d: Setting item
       
  1112 // d: Setting item name for "Administrator rights"
       
  1113 // l: list_setting_pane_t1
       
  1114 //
       
  1115 #define qtn_chat_create_admin                   "Administrator rights"
       
  1116 
       
  1117 // d: Setting item
       
  1118 // d: Setting item name for "Access to room"
       
  1119 // l: list_setting_pane_t1
       
  1120 //
       
  1121 #define qtn_chat_create_members                 "Access to group"
       
  1122 
       
  1123 // d: Setting item
       
  1124 // d: Setting item name for "Allow Whispering"
       
  1125 // l: list_setting_pane_t1
       
  1126 //
       
  1127 #define qtn_chat_create_priva                   "Allow Whispering"
       
  1128 
       
  1129 // d: Default name of new group in group creation
       
  1130 // d: %U is replaced with user identification
       
  1131 // d: %N is replaced with an ordinal number
       
  1132 // l: none
       
  1133 #define qtn_chat_create_def_title               "%U group %N"
       
  1134 
       
  1135 // d: Default name of new group in group creation
       
  1136 // d: %U is replaced with user identification
       
  1137 // d: %N is replaced with an ordinal number
       
  1138 // l: none
       
  1139 #define  qtn_chat_create_group_def_name				"Group %U"
       
  1140 // d: Default value for setting item "Topic"
       
  1141 // l: list_set_graphic_pane_t1
       
  1142 //
       
  1143 #define qtn_chat_create_def_top                 "General discussion"
       
  1144 
       
  1145 // d: Value for "Allow search" setting item
       
  1146 // l: list_set_graphic_pane_t1
       
  1147 //
       
  1148 #define qtn_chat_prop_asearch_yes               "Yes"
       
  1149 
       
  1150 // d: Value for "Allow search" setting item
       
  1151 // l: list_set_graphic_pane_t1
       
  1152 //
       
  1153 #define qtn_chat_prop_asearch_no                "No"
       
  1154 
       
  1155 // d: Value for "Administrator rights" item
       
  1156 // l: list_set_graphic_pane_t1
       
  1157 //
       
  1158 #define qtn_chat_create_admin_cre               "Grp. creator only"
       
  1159 
       
  1160 // d: Default value setting item name for "Access to room"
       
  1161 // l: list_set_graphic_pane_t1
       
  1162 //
       
  1163 #define qtn_chat_create_allow_all               "All"
       
  1164 
       
  1165 // d: Value for "Access to room"
       
  1166 // l: list_set_graphic_pane_t1
       
  1167 //
       
  1168 #define qtn_chat_create_choice_all              "All"
       
  1169 
       
  1170 // d: Value for "Access to room"
       
  1171 // l: list_set_graphic_pane_t1
       
  1172 //
       
  1173 #define qtn_chat_create_choice_sel              "Selected"
       
  1174 
       
  1175 // d: Setting item
       
  1176 // d: Setting item name for "Chat room name"
       
  1177 // l: list_set_graphic_pane_t1
       
  1178 //
       
  1179 #define qtn_chat_prop_awhisp_yes                "Yes"
       
  1180 
       
  1181 // d: Setting item
       
  1182 // d: Setting item name for "Chat room name"
       
  1183 // l: list_set_graphic_pane_t1
       
  1184 //
       
  1185 #define qtn_chat_prop_awhisp_no                 "No"
       
  1186 
       
  1187 // d: Title of access list view
       
  1188 // l: title_pane_t2/opt12
       
  1189 //
       
  1190 #define qtn_chat_aclist_title                   "Access list"
       
  1191 
       
  1192 // d: Command in Options Menu
       
  1193 // d: Command name for "Add"
       
  1194 // l: list_single_pane_t1_cp2
       
  1195 //
       
  1196 #define qtn_chat_aclist_opt_add                 "Add"
       
  1197 
       
  1198 // d: Command in Options sub menu
       
  1199 // d: Command name for "From friends"
       
  1200 // l: list_single_popup_submenu_pane_t1
       
  1201 //
       
  1202 #define qtn_chat_aclist_add_sm_frend            "From IM contacts"
       
  1203 
       
  1204 // d: Command in Options sub menu
       
  1205 // d: Command name for "Enter manually"
       
  1206 // l: list_single_popup_submenu_pane_t1
       
  1207 //
       
  1208 #define qtn_chat_aclist_add_sm_manual           "Enter user ID"
       
  1209 
       
  1210 // d: Data query prompt for "Enter WV user"
       
  1211 // l: popup_query_data_window
       
  1212 //
       
  1213 #define qtn_chat_aclist_manual_dquery           "WV user ID:"
       
  1214 
       
  1215 // d: Command in Options Menu
       
  1216 // d: Command name for "Open"
       
  1217 // l: list_single_pane_t1_cp2
       
  1218 //
       
  1219 #define qtn_chat_aclist_opt_rmv                 "Remove"
       
  1220 
       
  1221 // d: Confirmation note text
       
  1222 // d: %U is replaced by string containing user name
       
  1223 // l: popup_note_window
       
  1224 //
       
  1225 #define qtn_chat_aclist_cquery_rmv              "Remove access \n%U?"
       
  1226 
       
  1227 // d: Command in Options Menu
       
  1228 // d: Command name for "Open"
       
  1229 // l: list_single_pane_t1_cp2
       
  1230 //
       
  1231 #define qtn_chat_aclist_opt_rmv_all             "Remove all"
       
  1232 
       
  1233 // d: Confirmation note text
       
  1234 // l: popup_note_window
       
  1235 //
       
  1236 #define qtn_chat_aclist_cquery_rmvall           "Remove all access?"
       
  1237 
       
  1238 // d: Command in Options Menu
       
  1239 // d: Command name for "Change"
       
  1240 // l: list_single_pane_t1_cp2
       
  1241 //
       
  1242 #define qtn_chat_properties_change              "Change"
       
  1243 // GROUP PROPERTIES RELATED STRINGS END //////////////////////////////////////
       
  1244 
       
  1245 // NEW STRINGS START /////////////////////////////////////////////////////////
       
  1246 
       
  1247 // d: Command in Options Menu
       
  1248 // d: Command for closing conversation
       
  1249 // l: list_single_pane_t1_cp2
       
  1250 //
       
  1251 #define qtn_chat_om_close_conv                  "Close conversation"
       
  1252 
       
  1253 // d: Confirmation query text
       
  1254 // d: %U is replaced by string containing user name
       
  1255 // l: popup_note_window
       
  1256 //
       
  1257 #define qtn_chat_cquery_close_conv              "End conversation with %U"
       
  1258 
       
  1259 // NEW STRINGS END ///////////////////////////////////////////////////////////
       
  1260 
       
  1261 // ERROR STRINGS START ///////////////////////////////////////////////////////
       
  1262 
       
  1263 // d: Error note label.
       
  1264 // d: Used when user has sent a message that can't be delivered to recipient
       
  1265 // l: popup_note_window
       
  1266 //
       
  1267 #define qtn_chat_error_not_reach                "Can’t reach %U"
       
  1268 
       
  1269 // d: Error note label.
       
  1270 // d: Used when network server does not support the requested operation.
       
  1271 // l: popup_note_window
       
  1272 //
       
  1273 #define qtn_chat_error_service_err              "Service not available temporarily"
       
  1274 
       
  1275 // d: Error note label.
       
  1276 // d: Used when server does not accept the given search request
       
  1277 // l: popup_note_window
       
  1278 //
       
  1279 #define qtn_chat_error_search_fail              "Search failed. Try again"
       
  1280 
       
  1281 // d: Information note label.
       
  1282 // d: Used when server responds that the wanted search's result set is too large
       
  1283 // l: popup_note_window
       
  1284 //
       
  1285 #define qtn_chat_inote_too_many_hits            "Too many items found. \n Specify search criterias."
       
  1286 
       
  1287 // d: Confirmation query label.
       
  1288 // d: Used when the room that user tries to access (not join!) does not exists.
       
  1289 // l: popup_note_window
       
  1290 //
       
  1291 #define qtn_chat_error_no_group                "Group doesn't exist in the server anymore"
       
  1292 
       
  1293 // d: Information note label.
       
  1294 // d: Used when user has been kicked out from room and he still tries to send a message to room
       
  1295 // l: popup_note_window
       
  1296 //
       
  1297 #define qtn_chat_inote_kicked                  "Unallowed operation"
       
  1298 
       
  1299 // d: Information note label.
       
  1300 // d: Used when user has created the maximum amount of groups and still tries to create new one
       
  1301 // l: popup_note_window
       
  1302 //
       
  1303 #define qtn_chat_inote_group_full               "The maximum amount of groups has been reached. You can’t create new groups before deleting old ones."
       
  1304 
       
  1305 // d: Information note label.
       
  1306 // d: Used when chat room is full and thou can not be joined
       
  1307 // l: popup_note_window
       
  1308 //
       
  1309 #define qtn_chat_inote_chat_full                "Chat group is full. Try again later."
       
  1310 // ERROR STRINGS END /////////////////////////////////////////////////////////
       
  1311 
       
  1312 // CONVERSATION LIST VIEW ////////////////////////////////////////////////////
       
  1313 
       
  1314 // d: Command in Options Menu
       
  1315 // d: Command in converstion list view options menu that starts new conversation
       
  1316 // l: list_single_pane_t1_cp2
       
  1317 //
       
  1318 #define qtn_chat_om_new_convers                 "New conversation"
       
  1319 
       
  1320 // d: Command in conversations list view's options menu for opening the currently focused conversation
       
  1321 // l: list_single_pane_t1_cp2
       
  1322 #define qtn_chat_om_conv_open                   "Open"
       
  1323 
       
  1324 // d: Command in Options Menu
       
  1325 // d: Command in converstion list view options menu that deletes the focused invitation
       
  1326 // l: list_single_pane_t1_cp2
       
  1327 //
       
  1328 #define qtn_chat_conv_list_delete               "Delete"
       
  1329 // d: Command in New conversation sub menu
       
  1330 // d: Command in converstion list view new conversation sub menu
       
  1331 // l: list_single_pane_t1_cp2
       
  1332 //
       
  1333 #define qtn_im_p2p_recip_select                 "Select recipient"
       
  1334 
       
  1335 // d: Command in New conversation sub menu
       
  1336 // d: Command in converstion list view new conversation sub menu
       
  1337 // l: list_single_popup_submenu_pane_t1
       
  1338 // r: 3.2
       
  1339 #define qtn_im_p2p_recip_write                  "Write recipient"
       
  1340 
       
  1341 
       
  1342 
       
  1343 // d: Command in Options Menu
       
  1344 // d: Command name for "Open"
       
  1345 // l: list_single_pane_t1_cp2
       
  1346 // r: 3.2
       
  1347 #define qtn_options_open                        "Open"
       
  1348 
       
  1349 // d: Label for global confirmation note
       
  1350 // d: Used when friends-list refresh has failed somehow
       
  1351 // l: popup_note_window
       
  1352 //
       
  1353 #define qtn_chat_friends_cannot_update          "Status of all IM contacts cannot be updated"
       
  1354 
       
  1355 // d: Label for global confirmation note
       
  1356 // d: Confirmation is shown when user tries delete the focused invitation
       
  1357 // l: popup_note_window
       
  1358 //
       
  1359 #define qtn_chat_conv_list_inv_del              "Delete invitation?"
       
  1360 
       
  1361 // d: Label for global confirmation note
       
  1362 // d: Used when user has selected details from qtn_chat_friends_cannot_update-note
       
  1363 // l: popup_note_window
       
  1364 //
       
  1365 #define qtn_chat_friends_cannot_update_det      "Wv user id might be incorrect or user has not subscribed the service."
       
  1366 
       
  1367 // d: Label for wait note
       
  1368 // d: This note is used when system is saving settings (network operation)
       
  1369 // l: popup_note_wait_window
       
  1370 // r: 3.2
       
  1371 #define qtn_chat_wait_savingsettings            "Saving settings"
       
  1372 
       
  1373 // d: Label for wait note
       
  1374 // d: This "general" note is used when system is processing something
       
  1375 // l: popup_note_wait_window
       
  1376 // r: 3.2
       
  1377 #define qtn_gen_note_processing                "Processing"
       
  1378 
       
  1379 // d: This is inserted at the beginning of failed message in message list pane
       
  1380 // l: popup_info_list_pane_t1
       
  1381 #define qtn_chat_send_message_failed            "Failed:"
       
  1382 
       
  1383 // d: Empty listbox text
       
  1384 // d: Text is showd in listbox if there is no listbox (all friends are offline)
       
  1385 // l: popup_note_window
       
  1386 //
       
  1387 #define qtn_chat_ibox_friends_offline           "All IM contacts are offline"
       
  1388 
       
  1389 // d: Value of setting item "Access to room" when user has selected several admins
       
  1390 // l: list_set_graphic_pane_t1
       
  1391 //
       
  1392 #define qtn_chat_create_admin_sel               "Selected"
       
  1393 
       
  1394 // d: Listbox item title
       
  1395 // d: Title for own presence publishing setting (On/Off)
       
  1396 // l: list_setting_pane_t1
       
  1397 // r; 3.2
       
  1398 #define qtn_chat_set_ownpresence                "Authorize IM presence"
       
  1399 
       
  1400 
       
  1401 
       
  1402 // d: Query prompt text
       
  1403 // l: heading_pane_t1
       
  1404 #define qtn_chat_prtx_delete_groups             "Remove groups:"
       
  1405 
       
  1406 
       
  1407 // d: Error note label.
       
  1408 // d: Used when user tries to start functionality that is not supported by the network server
       
  1409 // l: popup_note_window
       
  1410 //
       
  1411 #define qtn_chat_error_not_sup_functions        "Selected function is not supported by the service provider"
       
  1412 
       
  1413 
       
  1414 
       
  1415 //d:Caption string for AIF file (short)
       
  1416 //l:cell_app_pane_t1
       
  1417 //
       
  1418 #define qtn_apps_instant_grid                       "ChatNG"
       
  1419 
       
  1420 //d:Caption string for AIF file (long)
       
  1421 //l:list_single_large_graphic_pane_t1
       
  1422 //
       
  1423 #define qtn_apps_instant_list                       "ChatNG"
       
  1424 
       
  1425 // NEW //////////////////////////////////////////////////////
       
  1426 
       
  1427 // CONVERSATIONS VIEW  //////////////////////////////////////
       
  1428 
       
  1429 // d: Command in Options Menu
       
  1430 // d: Command in conversation view options menu that forwards focused message
       
  1431 // l: list_single_pane_t1_cp2
       
  1432 //
       
  1433 #define qtn_chat_om_forward                     "Forward"
       
  1434 
       
  1435 // d: Command in Options Menu
       
  1436 // d: Command is used to forward focused message to group
       
  1437 // l: list_single_popup_submenu_pane_t1
       
  1438 //
       
  1439 #define qtn_chat_om_forward_group               "to group"
       
  1440 
       
  1441 // d: Query prompt text
       
  1442 // l: heading_pane_t1
       
  1443 //
       
  1444 #define qtn_chat_om_forward_to_group            "Select group:"
       
  1445 
       
  1446 // d: Command in Options Menu
       
  1447 // d: Command is used to forward focused message to contact
       
  1448 // l: list_single_popup_submenu_pane_t1
       
  1449 //
       
  1450 #define qtn_chat_om_forward_friend              "to IM contact"
       
  1451 
       
  1452 // d: Query prompt text
       
  1453 // l: heading_pane_t1
       
  1454 //
       
  1455 #define qtn_chat_om_forward_to_friend           "Select IM contact:"
       
  1456 // CONVERSATIONS VIEW ENDS //////////////////////////////////
       
  1457 
       
  1458 // CONTACTS VIEW ////////////////////////////////////////////
       
  1459 
       
  1460 // d: Command in Options Menu
       
  1461 // d: Command in contacts view options menu that opens details view of contact details
       
  1462 // l: list_single_pane_t1_cp2
       
  1463 //
       
  1464 #define qtn_chat_friend_om_open1                "Open contact details"
       
  1465 
       
  1466 // d: Command in Options Menu
       
  1467 // d: Command opens contact editing view
       
  1468 // l: list_single_popup_submenu_pane_t1
       
  1469 //
       
  1470 #define qtn_chat_friends_addmanually            "Write manually"
       
  1471 
       
  1472 
       
  1473 // d: Label for wait note
       
  1474 // d: Note is displayed when system is trying to add contact to IM contacts list
       
  1475 // l: popup_note_wait_window
       
  1476 //
       
  1477 #define qtn_chat_friend_wait_addpb              "Adding contacts to IM contact list"
       
  1478 
       
  1479 
       
  1480 // d: Label of information note
       
  1481 // d: Note is shown when user is Online, but focused contact is offline
       
  1482 // d: %U is name of focused contact
       
  1483 // l: popup_note_window
       
  1484 //
       
  1485 #define qtn_chat_friend_offline                 "%U is offline"
       
  1486 
       
  1487 
       
  1488 // d: Contact list synchronisation query
       
  1489 // l: popup_note_window
       
  1490 //
       
  1491 #define qtn_chat_update_cont_from_server        "Contact list empty. Copy contacts from server?"
       
  1492 // CONTACTS VIEW ENDS ///////////////////////////////////////
       
  1493 
       
  1494 /// SERVER CONTACTS VIEW ////////////////////////////////////
       
  1495 
       
  1496 
       
  1497 
       
  1498 
       
  1499 
       
  1500 
       
  1501 
       
  1502 
       
  1503 
       
  1504 
       
  1505 
       
  1506 
       
  1507 // d: Label for information note
       
  1508 // d: Note is shown when user tries to export contacts to server and the server's contact list is full
       
  1509 // l: popup_note_window
       
  1510 //
       
  1511 #define qtn_chat_server_full                    "Maximum amount of contacts added to server. Cannot add more contacts."
       
  1512 // SERVER CONTACTS VIEW ENDS /////////////////////////////////
       
  1513 
       
  1514 // d: Heading of list item
       
  1515 // d: Heading name for the banned users
       
  1516 // l: list_single_heading_pane_t2_cp2
       
  1517 //
       
  1518 #define qtn_chat_info_banned                    "Banned users"
       
  1519 
       
  1520 
       
  1521 
       
  1522 
       
  1523 // d: Prompt text of invite multiselection query
       
  1524 // l: heading_pane_t1
       
  1525 //
       
  1526 #define qtn_chat_search_invite_heading          "Invite to:"
       
  1527 
       
  1528 // d: Title of Invitation dialog
       
  1529 // l: title_pane_t2/opt12
       
  1530 #define qtn_chat_invitation_title               "Invitation"
       
  1531 
       
  1532 // d: Label Item in Invitation dialog
       
  1533 // d: Label for invitation sender name
       
  1534 // l: msg_body_pane/opt
       
  1535 #define qtn_chat_inv_from                       "From:"
       
  1536 
       
  1537 // d: Label Item in Invitation dialog
       
  1538 // d: Label for invited group
       
  1539 // l: msg_body_pane/opt
       
  1540 #define qtn_chat_inv_togroup                    "Group:"
       
  1541 
       
  1542 // d: Label Item in Invitation dialog
       
  1543 // d: Label for invitation time and date
       
  1544 // l: msg_body_pane/opt
       
  1545 #define qtn_chat_inv_date                       "Time and date:"
       
  1546 
       
  1547 // d: Time and date when invitation is received
       
  1548 // d: %0U is replaced by qtn_time_usual_with_zero
       
  1549 // d: %1U is replaced by qtn_date_short_with_zero
       
  1550 // l: None
       
  1551 //
       
  1552 #define qtn_chat_invite_date_time               "%0U %1U"
       
  1553 
       
  1554 // d: Label Item in Invitation dialog
       
  1555 // d: Label for invitation message
       
  1556 // l: msg_body_pane/opt
       
  1557 #define qtn_chat_inv_message                    "Message:"
       
  1558 
       
  1559 // d: Command in Options Menu
       
  1560 // d: Command in Invitation view options menu accepts invitation
       
  1561 // l: list_single_pane_t1_cp2
       
  1562 //
       
  1563 #define qtn_chat_invit_accept_join              "Join"
       
  1564 
       
  1565 // d: Command in Options Menu
       
  1566 // d: Command in Invitation view options menu rejects invitation
       
  1567 // l: list_single_pane_t1_cp2
       
  1568 #define qtn_chat_invite_reject                  "Reject"
       
  1569 
       
  1570 // d: Data query prompt for invite reject reason
       
  1571 // l: popup_query_data_window
       
  1572 //
       
  1573 #define qtn_chat_invit_reject_reason            "Write reason:"
       
  1574 
       
  1575 // INVITATION RESPONSE VIEW /////////////////////////////////
       
  1576 
       
  1577 // d: Label for invitation response
       
  1578 // l: heading_pane_t1
       
  1579 #define qtn_chat_invite_response                "Invitation response"
       
  1580 
       
  1581 // d: Item in invitation response
       
  1582 // d: Accepted item
       
  1583 // l: msg_body_pane/opt
       
  1584 #define qtn_chat_invite_accept                  "Accepted by:"
       
  1585 
       
  1586 // d: Item in invitation response
       
  1587 // d: Group item
       
  1588 // l: msg_body_pane/opt
       
  1589 #define qtn_chat_invite_group                   "Group:"
       
  1590 
       
  1591 // d: Item in invitation response
       
  1592 // d: Rejected item
       
  1593 // l: msg_body_pane/opt
       
  1594 #define qtn_chat_invite_rejected                "Rejected by:"
       
  1595 
       
  1596 // d: Item in invitation response
       
  1597 // d: Invite response message item
       
  1598 // l: msg_body_pane/opt
       
  1599 #define qtn_chat_invite_message                 "Message:"
       
  1600 // INVITATION RESPONSE VIEW ENDS ///////////////////////////////////
       
  1601 
       
  1602 // d: Application settings listbox item title
       
  1603 // d: Label for Receive Instant messages setting
       
  1604 // l: list_setting_pane_t1
       
  1605 // r: 3.2
       
  1606 #define qtn_chat_set_receive_mess               "Receive instant messages"
       
  1607 
       
  1608 // d: Value for setting item
       
  1609 // d: Value for qtn_chat_set_receive_mess (from all)
       
  1610 // l: list_set_graphic_pane_t1
       
  1611 //
       
  1612 #define qtn_chat_set_all1                       "From all"
       
  1613 
       
  1614 // d: Value for setting item
       
  1615 // d: Value for qtn_chat_set_receive_mess (only from friends)
       
  1616 // l: list_set_graphic_pane_t1
       
  1617 // r: 3.2
       
  1618 #define qtn_chat_set_from_friends1              "Only from IM contacts"
       
  1619 
       
  1620 // d: Value for setting item
       
  1621 // d: Value for qtn_chat_set_receive_mess (nobody)
       
  1622 // l: list_set_graphic_pane_t1
       
  1623 // r: 3.2
       
  1624 #define qtn_chat_set_none1                      "From nobody"
       
  1625 
       
  1626 // d: Application settings listbox item title
       
  1627 // d: Label for Receive invitations setting
       
  1628 // l: list_setting_pane_t1
       
  1629 // r; 3.2
       
  1630 #define qtn_chat_set_receive_inv                "Receive invitations"
       
  1631 
       
  1632 // d: Value for setting item
       
  1633 // d: Value for qtn_chat_set_receive_inv (From all)
       
  1634 // l: list_set_graphic_pane_t1
       
  1635 //
       
  1636 #define qtn_chat_set_all2                       "From all"
       
  1637 
       
  1638 // d: Value for setting item
       
  1639 // d: Value for qtn_chat_set_receive_inv (only from friends)
       
  1640 // l: list_set_graphic_pane_t1
       
  1641 // r: 3.2
       
  1642 #define qtn_chat_set_from_friends2              "Only from IM contacts"
       
  1643 
       
  1644 // d: Value for setting item
       
  1645 // d: Value for qtn_chat_set_receive_inv (nobody)
       
  1646 // l: list_set_graphic_pane_t1
       
  1647 // r: 3.2
       
  1648 #define qtn_chat_set_none2                      "From nobody"
       
  1649 
       
  1650 
       
  1651 
       
  1652 
       
  1653 // d: Prompt text of select contacts multiselection query
       
  1654 // l: heading_pane_t1
       
  1655 //
       
  1656 #define qtn_chat_set_relusers_sel               "Select contacts:"
       
  1657 
       
  1658 
       
  1659 // d: Value for setting item
       
  1660 // d: Value for ? (on)
       
  1661 // l: list_set_graphic_pane_t1
       
  1662 //
       
  1663 #define qtn_chat_set_presence_pub_on1           "Available for all"
       
  1664 
       
  1665 // d: Value for setting item
       
  1666 // d: Value for ? (for contacts)
       
  1667 // l: list_set_graphic_pane_t1
       
  1668 //
       
  1669 #define qtn_chat_set_presence_friends           "Available for contacts"
       
  1670 
       
  1671 // d: Value for setting item.
       
  1672 // d: Defines value for presence authorization level.
       
  1673 // d: When this value is selected, other people don't see my presence status changes.
       
  1674 // l: list_set_graphic_pane_t1
       
  1675 //
       
  1676 #define qtn_chat_set_presence_pub_off1          "None"
       
  1677 
       
  1678 // d: Listbox item title
       
  1679 // d: Title for "contact list ordering" -setting item
       
  1680 // l: list_setting_pane_t1
       
  1681 #define qtn_chat_set_order_contacts             "Order IM contacts"
       
  1682 
       
  1683 // d: Value for "contact list ordering" -setting item
       
  1684 // d: Contacts will be ordered in Series 60 Platform default order
       
  1685 // l: list_set_graphic_pane_t1
       
  1686 // r: 3.2
       
  1687 #define qtn_chat_set_alpha                      "Alphabetically"
       
  1688 
       
  1689 // d: Value for "contact list ordering" -setting item
       
  1690 // d: Contacts will be ordered according to their online status
       
  1691 // l: list_set_graphic_pane_t1
       
  1692 #define qtn_chat_set_by_user_status             "By user status"
       
  1693 
       
  1694 // d: Create chat view settings listbox item title
       
  1695 // d: Label for Banned list setting
       
  1696 // l: list_setting_pane_t1
       
  1697 //
       
  1698 #define qtn_chat_banned_list                    "Banned list"
       
  1699 
       
  1700 // d: Primary text for empty banned list 
       
  1701 // l: main_pane_empty_t1/opt2
       
  1702 // r: 3.2
       
  1703 // w:
       
  1704 //
       
  1705 #define  qtn_chat_empty_banned_list_primary			"No banned users"
       
  1706 
       
  1707 // d: Value for setting item
       
  1708 // d: Value for qtn_chat_banned_list (no banned users)
       
  1709 // l: list_set_graphic_pane_t1
       
  1710 //
       
  1711 #define qtn_chat_group_banned_empty             "No banned users"
       
  1712 
       
  1713 
       
  1714 // d: Value for setting item
       
  1715 // d: Value for qtn_chat_banned_list (selected)
       
  1716 // l: list_set_graphic_pane_t1
       
  1717 //
       
  1718 #define qtn_chat_group_banned_selected          "Selected"
       
  1719 
       
  1720 // d: Title of Editing rights view
       
  1721 // l: title_pane_t2/opt12
       
  1722 //
       
  1723 #define qtn_chat_group_admin_title              "Editing rights"
       
  1724 
       
  1725 // d: Command in Options Menu
       
  1726 // d: Command in Editing rights view options menu
       
  1727 // l: list_single_pane_t1_cp2
       
  1728 //
       
  1729 #define qtn_chat_group_editrights_add           "Add editor"
       
  1730 
       
  1731 // d: Command in Options Menu
       
  1732 // d: Command opens multiselection list query for selecting contacts
       
  1733 // l: list_single_popup_submenu_pane_t1
       
  1734 //
       
  1735 #define qtn_chat_aclist_add_sm_frend1           "From IM contacts"
       
  1736 
       
  1737 // d: Prompt text of contacts multiselection query
       
  1738 // l: heading_pane_t1
       
  1739 //
       
  1740 #define qtn_chat_aclist_add_from_friend         "Select IM contacts:"
       
  1741 
       
  1742 // d: Command in Options Menu
       
  1743 // d: Command opens data query for adding contact names manually
       
  1744 // l: list_single_popup_submenu_pane_t1
       
  1745 //
       
  1746 #define qtn_chat_aclist_add_sm_manual1          "Enter user ID"
       
  1747 
       
  1748 // d: Label for confirmation note
       
  1749 // d: Confirmation is shown after when group admin removes user from editing rights list
       
  1750 // d: %U is contact name
       
  1751 // l: popup_note_window
       
  1752 //
       
  1753 #define qtn_chat_group_banned_remove1           "Remove %U from the list?"
       
  1754 
       
  1755 // d: Label for confirmation note
       
  1756 // d: Confirmation is shown after when group admin removes user from banned list
       
  1757 // d: %U is contact name
       
  1758 // l: popup_note_window
       
  1759 //
       
  1760 #define qtn_chat_group_banned_remove            "Remove %U from the list?"
       
  1761 
       
  1762 // d: Label for confirmation note
       
  1763 // d: Confirmation is shown after when group admin removes users from editing rights list
       
  1764 // l: popup_note_window
       
  1765 //
       
  1766 #define qtn_chat_group_banned_remall1           "Remove all editors from the list?"
       
  1767 
       
  1768 // d: Text for empty banned contacts list
       
  1769 // l: main_list_empty_pane
       
  1770 #define qtn_chat_group_banned_listempty         "(no banned contacts)"
       
  1771 
       
  1772 // d: Title of Banned list view
       
  1773 // l: title_pane_t2/opt12
       
  1774 //
       
  1775 #define qtn_chat_group_banned_title             "Banned list"
       
  1776 
       
  1777 // d: Command in Options Menu
       
  1778 // d: Command in Banned list view options menu that add contact(s) to banned list
       
  1779 // l: list_single_pane_t1_cp2
       
  1780 //
       
  1781 #define qtn_chat_group_banned_add               "Add user to list"
       
  1782 
       
  1783 // d: Command in Options Menu
       
  1784 // d: Command add user to banned list from IM contact list
       
  1785 // l: list_single_popup_submenu_pane_t1
       
  1786 //
       
  1787 #define qtn_chat_aclist_add_sm_frend2           "From IM contacts"
       
  1788 
       
  1789 // d: Command in Options Menu
       
  1790 // d: Command user adds manually writing contact to banned list
       
  1791 // l: list_single_popup_submenu_pane_t1
       
  1792 //
       
  1793 #define qtn_chat_aclist_add_sm_manual2          "Enter user ID"
       
  1794 
       
  1795 // d: Label for confirmation note
       
  1796 // d: Confirmation is shown after when group admin removes users from banned list
       
  1797 // l: popup_note_window
       
  1798 //
       
  1799 #define qtn_chat_group_banned_remall            "Remove all users from the list?"
       
  1800 
       
  1801 // d: Text for empty blocked contacts list
       
  1802 // l: main_list_empty_pane
       
  1803 #define qtn_chat_block_nocontacts               "(no blocked IM contacts)"
       
  1804 
       
  1805 // d: Prompt text of server contact list query
       
  1806 // l: heading_pane_t1
       
  1807 //
       
  1808 #define qtn_chat_servcont_sellist               "Select contact list:"
       
  1809 
       
  1810 
       
  1811 
       
  1812 // SMILEY RELATED STRINGS START ///////////////////////////////////////////////
       
  1813 
       
  1814 // d: Command in Options Menu
       
  1815 // d: Command is used for showing smiley selecting popup
       
  1816 // l: list_single_pane_t1_cp2
       
  1817 //
       
  1818 #define qtn_chat_conv_insert_smiley             "Insert smiley"
       
  1819 
       
  1820 // d: Text for smiley icon selection grid
       
  1821 // l: heading_pane_t1
       
  1822 //
       
  1823 #define qtn_chat_conv_smiley                    "Select smiley:"
       
  1824 // SMILEY RELATED STRINGS END /////////////////////////////////////////////////
       
  1825 
       
  1826 // OPEN CONVERSATION RELATED //////////////////////////////////////////////////
       
  1827 
       
  1828 // (copied from PEC, don't modify!)
       
  1829 
       
  1830 
       
  1831 //d:Confirmation query asking user to correct the incorrect wvid.
       
  1832 //d:If the user input the new wvid, old wrong one would be deleted. Cancle will
       
  1833 //d:pop up another confirmation query to ask the user whether to delete the current
       
  1834 //d:wrong wvid.
       
  1835 //l:popup_query_data_window_1
       
  1836 
       
  1837 
       
  1838 
       
  1839 //
       
  1840 //----( MODIFICATIONS FOR  "SERVER AS A MASTER FOR IM CONTACT LIST" )----
       
  1841 //
       
  1842 
       
  1843 // d: Label for wait note
       
  1844 // d: Used when fetching contact list from server
       
  1845 // d: %U is replaced by name of the selected list
       
  1846 // l: popup_note_wait_window
       
  1847 //
       
  1848 #define qtn_chat_opening_list               "Fetching contact list: %U"
       
  1849 
       
  1850 // d: Label for error note
       
  1851 // d: Used when fetching of contact list has failed
       
  1852 // l: popup_note_window
       
  1853 //
       
  1854 #define qtn_chat_fetching_list_failed       "Fetching contact list failed: %U"
       
  1855 
       
  1856 // d: Label for wait note
       
  1857 // d: Used when fetching list of contact lists from server
       
  1858 // l: popup_note_wait_window
       
  1859 //
       
  1860 #define qtn_chat_searching_contact_lists    "Searching contact lists"
       
  1861 
       
  1862 // d: Label for info note
       
  1863 // d: Used in "manual presence update"-mode,
       
  1864 // d: after opening the friends list view for the first time
       
  1865 // l: popup_note_window
       
  1866 //
       
  1867 #define qtn_chat_manual_update_act          "You may reload contact status via Options."
       
  1868 
       
  1869 
       
  1870 // d: Label for menu item in friends list view's Options menu
       
  1871 // d: Command is used to launch move from other list operation
       
  1872 // l: list_single_popup_submenu_pane_t1
       
  1873 //
       
  1874 #define qtn_chat_move_from_server           "Move from other list"
       
  1875 
       
  1876 // d: Label for menu item in friends list view's Options menu
       
  1877 // d: Command is used for moving the currently focused contact to other list in server
       
  1878 // l: list_single_pane_t1_cp2
       
  1879 //
       
  1880 #define qtn_chat_contact_move               "Move"
       
  1881 
       
  1882 // d: Label for menu item in friends list view's Options menu
       
  1883 // d: Command is used to change the currently active contact list
       
  1884 // l: list_single_pane_t1_cp2
       
  1885 //
       
  1886 #define qtn_chat_im_change_list             "Change contact list"
       
  1887 
       
  1888 // d: Label for info note
       
  1889 // d: Used when trying to change the currently active list,
       
  1890 // d: but there are no other lists in server
       
  1891 // l: popup_note_window
       
  1892 //
       
  1893 #define qtn_chat_no_lists                   "No other lists found"
       
  1894 
       
  1895 // d: Label for info note
       
  1896 // d: Used when trying to search users from server
       
  1897 // d: with invalid search criteria
       
  1898 // l: popup_note_window
       
  1899 //
       
  1900 #define qtn_chat_search_not_supported       "Server doesn’t support used search criteria"
       
  1901 
       
  1902 // d: Label for info note
       
  1903 // d: Used when the contact list on server is full
       
  1904 // l: popup_note_window
       
  1905 //
       
  1906 #define qtn_chat_contact_list_full          "List is full. Cannot add more contacts."
       
  1907 
       
  1908 // d: Label for wait note
       
  1909 // d: Used when moving contact to another list
       
  1910 // l: popup_note_wait_window
       
  1911 //
       
  1912 #define qtn_chat_moving_contact             "Moving"
       
  1913 
       
  1914 // d: Label for info note
       
  1915 // d: Used when contact has been successfully moved to another list
       
  1916 // l: popup_note_window
       
  1917 //
       
  1918 #define qtn_chat_contact_moved              "Contact moved"
       
  1919 
       
  1920 // d: Label for wait note
       
  1921 // d: Used when deleting contact
       
  1922 // l: popup_note_wait_window
       
  1923 //
       
  1924 #define qtn_chat_deleting_contact           "Deleting"
       
  1925 
       
  1926 // d: Label for info note
       
  1927 // d: Used when server changed the nick name user had entered
       
  1928 // l: popup_note_window
       
  1929 //
       
  1930 #define qtn_chat_server_altered_nick        "Server altered the nick name."
       
  1931 
       
  1932 // d: Label for info note
       
  1933 // d: Used when opening conversation with blocked contact
       
  1934 // l: popup_note_window
       
  1935 //
       
  1936 #define qtn_chat_friend_unblock_note        "Contact removed from Blocked list"
       
  1937 
       
  1938 //
       
  1939 //----( MODIFICATIONS FOR "4 Step Add Contact" )----
       
  1940 //
       
  1941 
       
  1942 // alias stuff
       
  1943 
       
  1944 // d: Label for info note
       
  1945 // d: Used to inform user about the need for alias
       
  1946 // l: popup_note_window
       
  1947 // w:
       
  1948 // r: 3.0
       
  1949 //
       
  1950 #define qtn_chat_no_alias_def               "You need to define Alias name for yourself."
       
  1951 
       
  1952 // d: Label for alias query
       
  1953 // l: popup_query_data_window
       
  1954 // w:
       
  1955 // r: 3.0
       
  1956 //
       
  1957 #define qtn_chat_alias_prompt               "Enter Alias name:"
       
  1958 
       
  1959 // d: Label for saving alias wait note
       
  1960 // l: popup_note_wait_window
       
  1961 // w:
       
  1962 // r: 3.0
       
  1963 //
       
  1964 #define qtn_chat_saving_alias               "Saving Alias name"
       
  1965 
       
  1966 
       
  1967 // d: Label for menu item in friends list view's Options menu
       
  1968 // d: Command is used to launch 4 Step Add Contact operation
       
  1969 // l: list_single_popup_submenu_pane_t1
       
  1970 // w:
       
  1971 // r: 3.0
       
  1972 //
       
  1973 #define qtn_chat_add_from_pb                "Add from Phonebook"
       
  1974 
       
  1975 // d: Information note label
       
  1976 // d: %U is the name (first and last) of the contact
       
  1977 // l: popup_note_wait_window
       
  1978 // w:
       
  1979 // r: 3.0
       
  1980 //
       
  1981 #define qtn_chat_verify_from_server             "Verifying %U from the server"
       
  1982 
       
  1983 // d: Information note label
       
  1984 // d: %N is the number of Contacts with the same id
       
  1985 // l: popup_note_window
       
  1986 // w:
       
  1987 // r: 3.0
       
  1988 //
       
  1989 #define qtn_chat_found_many_ids             "Found %N contacts with same phone number"
       
  1990 
       
  1991 // d: Information note label
       
  1992 // d:
       
  1993 // l: popup_query_data_code_window/opt2
       
  1994 // w:
       
  1995 // r: 3.0
       
  1996 //
       
  1997 #define qtn_chat_select_id              "Select contact:"
       
  1998 
       
  1999 // d: Information note label
       
  2000 // d: %U is the name (first and last) of the contact
       
  2001 // l: popup_note_window
       
  2002 // w:
       
  2003 // r: 3.0
       
  2004 //
       
  2005 #define qtn_chat_cont_not_found             "%U not found from server"
       
  2006 
       
  2007 // d: Label for info note
       
  2008 // d: User can't edit alias name, this is shown if he tries that
       
  2009 // l: popup_note_window
       
  2010 // w:
       
  2011 // r: 3.0
       
  2012 //
       
  2013 #define qtn_chat_unable_modify_alias                "Alias name cannot be modified."
       
  2014 
       
  2015 // d: Label for contact details viewer
       
  2016 // l: list_double_pane_t1
       
  2017 // w:
       
  2018 // r: 3.0
       
  2019 //
       
  2020 #define qtn_chat_cd_alias               "Alias name"
       
  2021 
       
  2022 // d: Label for confirmation note
       
  2023 // l: popup_note_window
       
  2024 // r: 3.2
       
  2025 #define qtn_chat_set_ao_on  "Set application to be always online?"
       
  2026 
       
  2027 //----( MODIFICATIONS FOR "Simplified UI"/UI Empty Lists" )----
       
  2028 
       
  2029 // d: Text for empty conversation list
       
  2030 // l: main_list_empty_pane
       
  2031 // r: 3.0
       
  2032 // w:
       
  2033 //
       
  2034 #define qtn_chat_empty_convers_list  "Select New conversation from Options to start new conversation."
       
  2035 
       
  2036 // d: Text for empty contact list
       
  2037 // l: main_list_empty_pane
       
  2038 // r: 3.0
       
  2039 // w:
       
  2040 //
       
  2041 #define qtn_chat_empty_contact_list  "Add a new contact via Options menu"
       
  2042 
       
  2043 // d: Text for empty list
       
  2044 // l: main_list_empty_pane/opt2
       
  2045 // r: 3.2
       
  2046 // w:
       
  2047 //
       
  2048 #define qtn_chat_empty_community_view  "Add new chat service by selecting Settings from Options menu"
       
  2049 
       
  2050 
       
  2051 // d: Text for empty group list
       
  2052 // l: main_list_empty_pane
       
  2053 // r: 3.0
       
  2054 // w:
       
  2055 //
       
  2056 #define qtn_chat_empty_group_list  "Select Create new group from Options to Create new Group."
       
  2057 
       
  2058 // d: Text for empty recorded chats view
       
  2059 // l: main_pane_empty_t1/opt2
       
  2060 // r: 3.0
       
  2061 // w:
       
  2062 //
       
  2063 
       
  2064 #define qtn_chat_empty_saved_chat_primary  "No saved chats"
       
  2065 
       
  2066 // d: Primary Text for empty recorded chats view
       
  2067 // l: main_list_empty_pane/opt2
       
  2068 // r: 3.2
       
  2069 // w:
       
  2070 //
       
  2071 
       
  2072 
       
  2073 #define qtn_chat_empty_saved_chat  "You can save conversation in the active conversation view."
       
  2074 
       
  2075 // d: Secondary Text for empty recorded chats view
       
  2076 // l: main_pane_1_empty
       
  2077 // r: 3.2
       
  2078 // w:
       
  2079 //
       
  2080 
       
  2081 // old string 
       
  2082 // #define qtn_chat_empty_saved_chat_primary  "No recorded chats"
       
  2083 
       
  2084 // d: Text for empty search view
       
  2085 // l: main_list_empty_pane/opt2
       
  2086 // r: 3.0
       
  2087 // w:
       
  2088 //
       
  2089 #define qtn_chat_empty_search  "Select New search from Options to make a new search."
       
  2090 
       
  2091 // d: Secondary Text for empty access lists
       
  2092 // l: main_list_empty_pane/opt2
       
  2093 // r: 3.2
       
  2094 // w:
       
  2095 //
       
  2096 #define qtn_chat_empty_access_list  "You can limit the group access by defining the members for the group via Options."
       
  2097 
       
  2098 // d: Primary Text for empty access lists
       
  2099 // l: main_pane_empty_t1/opt2
       
  2100 // r: 3.2
       
  2101 // w:
       
  2102 //
       
  2103 #define qtn_chat_empty_access_list_primary  "Not limited"
       
  2104 
       
  2105 
       
  2106 // d: Secondary text for empty banned list 
       
  2107 // l: main_list_empty_pane/opt2
       
  2108 // r: 3.2
       
  2109 // w:
       
  2110 //
       
  2111 #define qtn_chat_empty_banned_list  "Select Add user to bann the access to group from some user."
       
  2112 
       
  2113 //----( MODIFICATIONS FOR "Private group alignment" )----
       
  2114 
       
  2115 // d: Text for simplified group creation group name query
       
  2116 // l: popup_query_data_window
       
  2117 // r: 3.0
       
  2118 // w:
       
  2119 //
       
  2120 #define qtn_chat_create_group_name "Group name"
       
  2121 
       
  2122 // d: Text for simplified group creation wait note
       
  2123 // l: popup_note_wait_window
       
  2124 // r: 3.0
       
  2125 // w:
       
  2126 //
       
  2127 #define qtn_chat_creating_chat_group "Creating chat group"
       
  2128 
       
  2129 // d: Text for simplified group creation wait note
       
  2130 // d: when sending many invitations to users
       
  2131 // l: popup_note_wait_window
       
  2132 // r: 3.0
       
  2133 // w:
       
  2134 //
       
  2135 #define qtn_chat_invite_sending_many "Sending invitations"
       
  2136 
       
  2137 // d: Query text for cancelling simplified group creation
       
  2138 // l: popup_note_window
       
  2139 // r: 3.0
       
  2140 // w:
       
  2141 //
       
  2142 #define qtn_chat_cancel_group_creation "Cancel group creation?"
       
  2143 
       
  2144 
       
  2145 //----( new strings for  a feature "Own status" )----
       
  2146 
       
  2147 // d: View title
       
  2148 // d: Title of Contact editing view when user is modifying own data
       
  2149 // l: title_pane_t2/opt12
       
  2150 // w:
       
  2151 // r: 3.0
       
  2152 //
       
  2153 #define qtn_chat_cd_own_data_title  "Own data"
       
  2154 
       
  2155 // d: Command in Options Menu
       
  2156 // d: Command name for changing own status
       
  2157 // l: list_single_pane_t1_cp2
       
  2158 // w:
       
  2159 // r: 3.0
       
  2160 //
       
  2161 #define qtn_chat_friend_change_status   "Change own status"
       
  2162 
       
  2163 // d: Command in Options Menu
       
  2164 // d: Command name for changing status message
       
  2165 // l: list_single_pane_t1_cp2
       
  2166 // w:
       
  2167 // r: 3.0
       
  2168 //
       
  2169 #define qtn_chat_friend_status_message  "Status message"
       
  2170 
       
  2171 // d: List query with graphic
       
  2172 // d: Title of a list query
       
  2173 // l: heading_pane_t1
       
  2174 // w:
       
  2175 // r: 3.0
       
  2176 //
       
  2177 #define qtn_chat_change_own_status  "Own status"
       
  2178 
       
  2179 // d: List query item
       
  2180 // d: Item online
       
  2181 // l: list_single_graphic_pane_t1_cp2
       
  2182 // w:
       
  2183 // r: 3.0
       
  2184 //
       
  2185 #define qtn_chat_change_own_online  "Online"
       
  2186 
       
  2187 // d: List query item
       
  2188 // d: Item offline
       
  2189 // l: list_single_graphic_pane_t1_cp2
       
  2190 // w:
       
  2191 // r: 3.0
       
  2192 //
       
  2193 #define qtn_chat_change_own_appear_offline  "Appear offline"
       
  2194 
       
  2195 // d: List query item
       
  2196 // d: Item away
       
  2197 // l: list_single_graphic_pane_t1_cp2
       
  2198 // w:
       
  2199 // r: 3.0
       
  2200 //
       
  2201 #define qtn_chat_change_own_away    "Away"
       
  2202 
       
  2203 // d: List query
       
  2204 // d: Title for list query.
       
  2205 // l: heading_pane_t1
       
  2206 // w:
       
  2207 // r: 3.0
       
  2208 //
       
  2209 #define qtn_chat_change_select_message      "Status message:"
       
  2210 
       
  2211 // d: List query item
       
  2212 // d: Item New status message
       
  2213 // l: list_single_pane_t1_cp2
       
  2214 // w:
       
  2215 // r: 3.0
       
  2216 //
       
  2217 #define qtn_chat_change_new_message     "(new status message)"
       
  2218 
       
  2219 // d: Data query
       
  2220 // d: Title of data query
       
  2221 // l: popup_query_data_window
       
  2222 // w:
       
  2223 // r: 3.0
       
  2224 //
       
  2225 #define qtn_chat_change_status_message      "Status message"
       
  2226 
       
  2227 // d: Wait note label
       
  2228 // d: Note is displayed when own status is changing
       
  2229 // l: popup_note_wait_window
       
  2230 // w:
       
  2231 // r: 3.0
       
  2232 //
       
  2233 #define qtn_chat_change_status_changing "Changing own status"
       
  2234 
       
  2235 // d: Confirmation note label.
       
  2236 // d: Note is displayed when own status change was successfull
       
  2237 // l: popup_note_window
       
  2238 // w:
       
  2239 // r: 3.0
       
  2240 //
       
  2241 #define qtn_chat_change_status_changed      "Status changed"
       
  2242 
       
  2243 // d: Information note label.
       
  2244 // d: Note is displayed when own status change was cancelled
       
  2245 // l: popup_note_window
       
  2246 // w:
       
  2247 // r: 3.0
       
  2248 //
       
  2249 #define qtn_chat_change_status_not_changed      "Own status not changed"
       
  2250 
       
  2251 // d: Error note label.
       
  2252 // d: Note is displayed when own status change failed
       
  2253 // l: popup_note_window
       
  2254 // w:
       
  2255 // r: 3.0
       
  2256 //
       
  2257 #define qtn_chat_change_status_failed       "Changing status failed"
       
  2258 
       
  2259 // d: Wait note label
       
  2260 // d: Note is displayed when own status is changing
       
  2261 // l: popup_note_wait_window
       
  2262 // w:
       
  2263 // r: 3.0
       
  2264 //
       
  2265 #define qtn_chat_change_message_changing    "Changing status message"
       
  2266 
       
  2267 // d: Confirmation note label.
       
  2268 // d: Note is displayed when own status change was successfull
       
  2269 // l: popup_note_window
       
  2270 // w:
       
  2271 // r: 3.0
       
  2272 //
       
  2273 #define qtn_chat_change_message_changed     "Status message changed"
       
  2274 
       
  2275 // d: Information note label.
       
  2276 // d: Note is displayed when own status change was cancelled
       
  2277 // l: popup_note_window
       
  2278 // w:
       
  2279 // r: 3.0
       
  2280 //
       
  2281 #define qtn_chat_change_message_not_changed     "Status message not changed"
       
  2282 
       
  2283 // d: Error note label.
       
  2284 // d: Note is displayed when own status change failed
       
  2285 // l: popup_note_window
       
  2286 // w:
       
  2287 // r: 3.0
       
  2288 //
       
  2289 #define qtn_chat_change_message_failed      "Changing status message failed"
       
  2290 
       
  2291 // d: Information note label.
       
  2292 // d: Note is displayed when user is modifying own status and tries to modify user ID
       
  2293 // l: popup_note_window
       
  2294 // w:
       
  2295 // r: 3.0
       
  2296 //
       
  2297 #define qtn_chat_unable_modify_userid   "Unable to modify user ID."
       
  2298 
       
  2299 // new 3.0 multimedia content related texts
       
  2300 
       
  2301 
       
  2302 // d: Command in Options Menu
       
  2303 // d: Command name for "Open"
       
  2304 // l: list_single_pane_t1_cp2
       
  2305 // r: 3.0
       
  2306 //
       
  2307 #define qtn_chat_open_object        "Open"
       
  2308 
       
  2309 // d: Command in Options Menu
       
  2310 // d: Command name for "Save"
       
  2311 // l: list_single_pane_t1_cp2
       
  2312 // r: 3.0
       
  2313 //
       
  2314 #define qtn_chat_save_object        "Save"
       
  2315 
       
  2316 // d: Command in Options Menu
       
  2317 // d: Command name for "Send image"
       
  2318 // l: list_single_pane_t1_cp2
       
  2319 // r: 3.0
       
  2320 //
       
  2321 #define qtn_chat_send_image         "Send image"
       
  2322 
       
  2323 // d: Command in "Send image" sub menu
       
  2324 // D: Command name for "Existing Image"
       
  2325 // l: list_single_popup_submenu_pane_t1
       
  2326 // r: 3.0
       
  2327 //
       
  2328 #define qtn_chat_insert_image_pic    "Existing Image"
       
  2329 
       
  2330 // d: Command in "Send image" sub menu
       
  2331 // D: Command name for "New image"
       
  2332 // l: list_single_popup_submenu_pane_t1
       
  2333 // r: 3.0
       
  2334 //
       
  2335 #define qtn_chat_insert_image_new   "New image"
       
  2336 
       
  2337 // d: Default name for multimedia objects that don't have specific name
       
  2338 // d: Used when launching non-saved multimedia objects
       
  2339 // l: none
       
  2340 // r: 3.0
       
  2341 //
       
  2342 #define qtn_chat_unnamed_file       "(unnamed)"
       
  2343 
       
  2344 // d: Heading text for popup list
       
  2345 // d: Used when selecting recipients for sending file(s)
       
  2346 // l: heading_pane_t1
       
  2347 // r: 3.0
       
  2348 //
       
  2349 #define qtn_chat_send_file_to       "Send to:"
       
  2350 
       
  2351 // d: Choise item for "Send to"
       
  2352 // d: Used when selecting recipients for sending file(s)
       
  2353 // l: list_single_pane_t1_cp2
       
  2354 // r: 3.0
       
  2355 //
       
  2356 #define qtn_chat_send_file_to_all   "All"
       
  2357 
       
  2358 
       
  2359 // d: Label for wait note
       
  2360 // d: Note is displayed when system is fetching contact lists and contacts from server
       
  2361 // l: popup_note_wait_window
       
  2362 // r: 3.0
       
  2363 //
       
  2364 #define qtn_chat_fetching_contact_lists             "Fetching contact lists"
       
  2365 
       
  2366 // d: Label for note
       
  2367 // d: Used when system failed to fetch contacts lists (and contacts) from server
       
  2368 // l: popup_note_window
       
  2369 // r: 3.0
       
  2370 //
       
  2371 #define qtn_chat_fetching_contact_lists_failed      "Fetching contact lists failed"
       
  2372 
       
  2373 
       
  2374 // d: Command in Options Menu
       
  2375 // d: Command is used for expanding collapsed contact list
       
  2376 // l: list_single_pane_t1_cp2
       
  2377 // r: 3.0
       
  2378 //
       
  2379 #define qtn_chat_friend_expand_group                "Expand"
       
  2380 
       
  2381 // d: Command in Options Menu
       
  2382 // d: Command is used for collapsing expanded contact list
       
  2383 // l: list_single_pane_t1_cp2
       
  2384 // r: 3.0
       
  2385 //
       
  2386 #define qtn_chat_friend_collapse_group              "Collapse"
       
  2387 
       
  2388 // d: Command in Options Menu
       
  2389 // d: Command is used for creating new contact list to server
       
  2390 // l: list_single_pane_t1_cp2
       
  2391 // r: 3.0
       
  2392 //
       
  2393 #define qtn_chat_friend_new_group                   "New contact list"
       
  2394 
       
  2395 // d: Command in Options Menu
       
  2396 // d: Command is used for renaming contacts list on server
       
  2397 // l: list_single_pane_t1_cp2
       
  2398 // r: 3.0
       
  2399 //
       
  2400 #define qtn_chat_friend_rename_group                "Rename"
       
  2401 
       
  2402 
       
  2403 // d: Prompt text for query
       
  2404 // d: Used for asking name for new contact list
       
  2405 // l: popup_query_data_window
       
  2406 // r: 3.0
       
  2407 //
       
  2408 #define qtn_chat_contact_list_name_query            "Contact list name:"
       
  2409 
       
  2410 // d: Label for note
       
  2411 // d: Used when user has created maximum amount of contact
       
  2412 // d: lists and new list couldn't be created
       
  2413 // l: popup_note_window
       
  2414 // r: 3.0
       
  2415 //
       
  2416 #define qtn_chat_contact_lists_full                 "Maximum amount of lists already created. Cannot add new list."
       
  2417 
       
  2418 // d: Label for note
       
  2419 // d: Used when contact list creation failed
       
  2420 // l: popup_note_window
       
  2421 // r: 3.0
       
  2422 //
       
  2423 #define qtn_chat_contact_list_failed                "Creating contact list failed."
       
  2424 
       
  2425 
       
  2426 // d: Confirmation query text
       
  2427 // d: Used when user is deleting contact list that has contacts from server.
       
  2428 // l: popup_note_window
       
  2429 // r: 3.0
       
  2430 //
       
  2431 #define qtn_chat_contacts_delete_list               "Delete contact list and all contacts in the list?"
       
  2432 
       
  2433 // d: This is a part of text inside a list box.
       
  2434 // d: Numbers will be appended after contact list name in friends list view
       
  2435 // d: %0N is replaced by string containing the number of online contacts in this list
       
  2436 // d: %1N is replaced by string containing the total number of contacts in this list
       
  2437 // l: none
       
  2438 // r: 3.0
       
  2439 //
       
  2440 #define qtn_chat_contact_list_numers               "%0N/%1N"
       
  2441 
       
  2442 // d: B-Column of the community main view w.r.t contact list
       
  2443 // d: Once fetching of contact lists is complete it is replaced with this text
       
  2444 // d: %0U is the name of the list
       
  2445 // d: %0N is the amount of contacts whose status is something else than offline
       
  2446 // d: %1N is the total amount of contacts in the list.
       
  2447 // l: list_single_large_graphic_pane_t1
       
  2448 // r: 3.2
       
  2449 //
       
  2450 #define qtn_chat_contactlist_contactlist	"%0U %1N/%2N"
       
  2451 
       
  2452 
       
  2453 
       
  2454 // DO NOT CHANGE, FROM SENDUI
       
  2455 
       
  2456 // d: Information note
       
  2457 // d: Note shown when one unsupported object is tried to send.
       
  2458 // l: popup_note_window
       
  2459 // r: 3.2
       
  2460 //
       
  2461 #define qtn_mms_info_obj_not_supp_send "Unable to send. Object format not supported."
       
  2462 
       
  2463 // d: Information note
       
  2464 // d: Note shown when one corrupted object is tried to send.
       
  2465 // l: popup_note_window
       
  2466 // r: 3.2
       
  2467 //
       
  2468 #define qtn_mms_upload_info_corrupted "Unable to send. Object is corrupted."
       
  2469 
       
  2470 
       
  2471 // DO NOT CHANGE, FROM DRMCOMMON
       
  2472 
       
  2473 //d: Text in confirmation note that is displayed when user attempts to send one
       
  2474 //d: non-superdistributable DRM protected media object.
       
  2475 //l: popup_note_window
       
  2476 //w:
       
  2477 //r: 3.0
       
  2478 //
       
  2479 #define qtn_drm_info_send_forbid_one "Unable to send protected object"
       
  2480 
       
  2481 //d: Text in confirmation note that is displayed when user has selected one or more DRM protected
       
  2482 //d: MOs that cannot be sent and some unprotected MOs that can be sent,
       
  2483 //l: popup_note_window
       
  2484 //w:
       
  2485 //r: 3.0
       
  2486 //
       
  2487 #define qtn_drm_info_send_forbid_some "Some objects protected. Unable to send protected objects."
       
  2488 
       
  2489 //d: Text in information note
       
  2490 //l: popup_note_window
       
  2491 //w:
       
  2492 //r:
       
  2493 //
       
  2494 #define qtn_drm_not_allowed "Unable to select protected objects"
       
  2495 
       
  2496 
       
  2497 ///----( MODIFICATIONS FOR "Reactive authorization" )----
       
  2498 
       
  2499 // d: Confirmation query for authorization recipient
       
  2500 // d: Recipient gets the query and either allows or disallows it
       
  2501 // l: popup_note_window
       
  2502 // r: 3.0
       
  2503 // w:
       
  2504 //
       
  2505 #define qtn_chat_reactive_authorize_query   "Allow %U see your status?"
       
  2506 
       
  2507 // d: Confirmation query for authorization recipient
       
  2508 // d: Recipient can add the sender to contacts list
       
  2509 // l: popup_note_window
       
  2510 // r: 3.0
       
  2511 // w:
       
  2512 //
       
  2513 #define qtn_chat_reactive_add_list          "Add %U to IM contacts?"
       
  2514 
       
  2515 // d: Confirmation query for authorization recipient
       
  2516 // d: Sender can be blocked by the recipient, this is the note which is showing
       
  2517 // l: popup_note_window
       
  2518 // r: 3.0
       
  2519 // w:
       
  2520 //
       
  2521 #define qtn_chat_reactive_block             "Add %U to blocked contacts?"
       
  2522 
       
  2523 // d: Confirmation query for authorization sender
       
  2524 // d: The recipient has rejected the authorization request
       
  2525 // l: popup_note_window
       
  2526 // r: 3.0
       
  2527 // w:
       
  2528 //
       
  2529 #define qtn_chat_reactive_not_authorized    "%U has not allowed to show the status."
       
  2530 
       
  2531 // DO NOT CHANGE, FROM PROFILES APP
       
  2532 
       
  2533 //d: Profile Settings Item Edit - setting selection data
       
  2534 //l: list_set_graphic_pane_t1
       
  2535 #define qtn_tc_off  "Off"
       
  2536 
       
  2537 //d: File list dialog header
       
  2538 //l: heading_pane_t1
       
  2539 #define qtn_tc_popup_heading        "Select tone: "
       
  2540 
       
  2541 //d: Settings list item for instant message alert tone
       
  2542 //l: list_setting_pane_t1
       
  2543 //r: 3.2
       
  2544 #define qtn_chat_set_tone       "Message tone"
       
  2545 
       
  2546 ////for Blocking Dialog ///////////////////////////////////////////////////////
       
  2547 
       
  2548 // d: Title of "Blocked contacts" view
       
  2549 // l: title_pane_t2/opt12
       
  2550 // r: 3.0
       
  2551 // w:
       
  2552 //
       
  2553 #define qtn_chat_blocked_contacts_title "Blocked contacts"
       
  2554 
       
  2555 // d: Primary Empty listbox text
       
  2556 // d: Text is shown in listbox if there is no data available
       
  2557 // l: main_list_empty_pane/opt2
       
  2558 // r: 3.2
       
  2559 // w:
       
  2560 //
       
  2561 #define qtn_chat_blocked_contacts_empty_secondary "Block a new contact selecting Block new from Options"
       
  2562 
       
  2563 // d: Secondary Empty listbox text
       
  2564 // d: Text is shown in listbox if there is no data available
       
  2565 // l: main_pane_empty_t1/opt2
       
  2566 // r: 3.2
       
  2567 // w:
       
  2568 //
       
  2569 #define qtn_chat_blocked_contacts_empty "No blocked contacts"
       
  2570 
       
  2571 
       
  2572 // d: Command in Options Menu
       
  2573 // l: list_single_pane_t1_cp2
       
  2574 // r: 3.0
       
  2575 // w:
       
  2576 //
       
  2577 #define qtn_chat_blocked_unblock "Unblock"
       
  2578 
       
  2579 // d: Command in Options Menu
       
  2580 // d: Command is used for opening blocking  new sub-menu
       
  2581 // l: list_single_pane_t1_cp2
       
  2582 // r: 3.0
       
  2583 // w:
       
  2584 //
       
  2585 #define qtn_chat_blocked_add_new "Block new"
       
  2586 
       
  2587 // d: Command in Options Menu
       
  2588 // d: Command is used selecting from contacts for blocking
       
  2589 // l: list_single_popup_submenu_pane_t1
       
  2590 // r: 3.0
       
  2591 // w:
       
  2592 //
       
  2593 #define qtn_chat_blocked_add_from_contacts "from IM contacts"
       
  2594 
       
  2595 // d: Command in Options Menu
       
  2596 // d: Command name for "Enter to list"
       
  2597 // l: list_single_popup_submenu_pane_t1
       
  2598 // r: 3.0
       
  2599 // w:
       
  2600 //
       
  2601 #define qtn_chat_blocked_add_manually "Enter user ID"
       
  2602 
       
  2603 // d: Label for confirmation query
       
  2604 // d: Confirmation is shown when user can add unblocked contact to his/her list
       
  2605 // d: %U is name of selected history file.
       
  2606 // l: popup_note_window
       
  2607 // r: 3.0
       
  2608 // w:
       
  2609 //
       
  2610 #define qtn_chat_unblocking_query "Add %U to IM Contacts?"
       
  2611 
       
  2612 // d: Label for confirmation note
       
  2613 // d: Confirmation is shown when unblock is going
       
  2614 // l: popup_note_window
       
  2615 // r: 3.0
       
  2616 // w:
       
  2617 //
       
  2618 #define qtn_chat_unblocking "Unblocking"
       
  2619 
       
  2620 
       
  2621 // d: Label for confirmation note
       
  2622 // d: Confirmation is shown when unblocking was sucesfull
       
  2623 // d: %U is name of selected history file.
       
  2624 // l: popup_note_window
       
  2625 // r: 3.0
       
  2626 // w:
       
  2627 //
       
  2628 #define qtn_chat_unblocking_confnote2 "Unblocked"
       
  2629 
       
  2630 //----( new string for a feature welcome note )----
       
  2631 
       
  2632 // d: Message query
       
  2633 // d: Welcome note when logging in
       
  2634 // d: By default this is empty
       
  2635 // l: popup_info_list_pane_t1
       
  2636 // w:
       
  2637 //
       
  2638 #define qtn_chat_welcome_note   ""
       
  2639 
       
  2640 // d: Welcome note heading
       
  2641 // l: heading_pane_t1
       
  2642 // w:
       
  2643 // r: 3.1
       
  2644 //
       
  2645 #define qtn_chat_welcome_note_heading        "Welcome note"
       
  2646 
       
  2647 
       
  2648 //----( new strings for a  "full contact list support" -feature)----
       
  2649 
       
  2650 // d: Command in Options Menu
       
  2651 // d: Command name for opening "edit options" submenu
       
  2652 // l: list_single_pane_t1_cp2
       
  2653 // w:
       
  2654 // r: 3.0
       
  2655 //
       
  2656 #define qtn_chat_friend_edit_options    "Contact Options"
       
  2657 
       
  2658 // new setting items in UI spec 31.0
       
  2659 
       
  2660 // d: Setting listbox item title
       
  2661 // d: Title for "own message color" -setting item
       
  2662 // l: list_setting_pane_t1
       
  2663 // w:
       
  2664 // r: 3.0
       
  2665 //
       
  2666 #define qtn_chat_set_font_colours_own   "Own message colour"
       
  2667 
       
  2668 // d: Setting listbox item title
       
  2669 // d: Title for "other's message color" -setting item
       
  2670 // l: list_setting_pane_t1
       
  2671 // w:
       
  2672 // r: 3.0
       
  2673 //
       
  2674 #define qtn_chat_set_font_colours_other "Other’s message colour"
       
  2675 
       
  2676 // d: Default value for message colour -setting items
       
  2677 // l: list_set_graphic_pane_t1
       
  2678 // w:
       
  2679 // r: 3.0
       
  2680 //
       
  2681 #define qtn_chat_set_colour_default     "Default"
       
  2682 
       
  2683 // d: "None" text for message's color selection grid
       
  2684 // l: cell_large_graphic_colour_none_popup_pane_t1/opt1
       
  2685 // w:
       
  2686 // r: 3.1
       
  2687 #define qtn_chat_colour_grid_default    "Default"
       
  2688 
       
  2689 // d: Setting listbox item title
       
  2690 // d: Title for "show offline contacts" -setting item
       
  2691 // l: list_setting_pane_t1
       
  2692 // w:
       
  2693 // r: 3.0
       
  2694 //
       
  2695 #define qtn_chat_set_show_offline_contacts  "Show offline contacts"
       
  2696 
       
  2697 // d: Value for "Show offline contacts" -setting item
       
  2698 // l: list_set_graphic_pane_t1
       
  2699 // w:
       
  2700 // r: 3.0
       
  2701 //
       
  2702 #define qtn_chat_set_show_offline_yes   "Yes"
       
  2703 
       
  2704 // d: Value for "Show offline contacts" -setting item
       
  2705 // l: list_set_graphic_pane_t1
       
  2706 // w:
       
  2707 // r: 3.0
       
  2708 //
       
  2709 #define qtn_chat_set_show_offline_no    "No"
       
  2710 
       
  2711 // d:Softkey label for collapsing a list
       
  2712 // l:control_pane_t1/opt7
       
  2713 // w:
       
  2714 // r: 3.0
       
  2715 //
       
  2716 #define qtn_chat_softkey_collapse       "Collapse"
       
  2717 
       
  2718 
       
  2719 // d: Confirmation query text
       
  2720 // d: Used when user is adding blocked contact to access list
       
  2721 // d: %U is replaced with the identification of the contact
       
  2722 // l: popup_note_window
       
  2723 // r: 3.0
       
  2724 //
       
  2725 #define qtn_chat_aclist_move_to_access  "Remove %U from the banned list and add to access list?"
       
  2726 
       
  2727 // d: Confirmation query text
       
  2728 // d: Used when user is adding blocked contact to editing rights list
       
  2729 // d: %U is replaced with the identification of the contact
       
  2730 // l: popup_note_window
       
  2731 // r: 3.0
       
  2732 //
       
  2733 #define qtn_chat_aclist_move_to_admin   "Remove %U from the banned list and add to administrator list?"
       
  2734 
       
  2735 
       
  2736 // d: Confirmation query text
       
  2737 // d: Used when user is adding contact which is in access list to blocked list.
       
  2738 // d: %U is replaced with the identification of the contact
       
  2739 // l: popup_note_window
       
  2740 // r: 3.0
       
  2741 //
       
  2742 #define qtn_chat_aclist_move_to_banned  "Remove %U from the access list and add to banned list?"
       
  2743 
       
  2744 // d: Confirmation query text
       
  2745 // d: Used when user is inviting banned contact
       
  2746 // d: %U is replaced with the identification of the contact
       
  2747 // l: popup_note_window
       
  2748 // r: 3.0
       
  2749 //
       
  2750 #define qtn_chat_invite_remove_banned   "Remove %U from banned list and send invitation?"
       
  2751 
       
  2752 // d: Confirmation note
       
  2753 // d: Used when recording of chat is turned off
       
  2754 // l: popup_note_window
       
  2755 // r: 3.0
       
  2756 //
       
  2757 #define qtn_chat_recording_ended        "Recording ended."
       
  2758 
       
  2759 // d: Information note
       
  2760 // d: Shown if user changes the presence update mode to manual
       
  2761 // l: popup_note_window
       
  2762 // r: 3.0
       
  2763 #define qtn_chat_set_watch_deactivated  "Watching functionality is not available in manual update mode."
       
  2764 
       
  2765 
       
  2766 // ---
       
  2767 
       
  2768 // d: Information note
       
  2769 // d: Shown when user tries to open object that is not supported
       
  2770 // l: popup_note_window
       
  2771 // r: 3.0
       
  2772 #define qtn_chat_media_unsupported          "Unable to open. Object format not supported."
       
  2773 
       
  2774 // d: Information note
       
  2775 // d: Shown when user tries to open object that is corrupted
       
  2776 // l: popup_note_window
       
  2777 // r: 3.0
       
  2778 #define qtn_chat_media_corrupted            "Unable to open. Object corrupted."
       
  2779 
       
  2780 // d: Information note with OK softkey
       
  2781 // d: Shown when receiver didn't accept media object user was trying to send
       
  2782 // d: %U is the name of receiver of message.
       
  2783 // l: popup_note_window
       
  2784 // r: 3.2
       
  2785 #define qtn_chat_mm_denied                  "%U doesn't accept media objects."
       
  2786 
       
  2787 // d: Information note with OK softkey
       
  2788 // d: Shown when image sending failed
       
  2789 // l: popup_note_window
       
  2790 // r: 3.0
       
  2791 #define qtn_chat_scaling_error              "Sending image failed."
       
  2792 
       
  2793 // d: Information note
       
  2794 // d: Shown when image sending failed because the image was too big.
       
  2795 // l: popup_note_window
       
  2796 // r: 3.0
       
  2797 #define qtn_chat_scaling_image_too_big      "Image too big. Sending failed."
       
  2798 
       
  2799 // d: Error note
       
  2800 // d: Shown when trying to add contact and server doesn't accept the user id.
       
  2801 // l: popup_note_window
       
  2802 // r: 3.0
       
  2803 #define qtn_chat_validating_contact_failed  "User ID is incorrect."
       
  2804 
       
  2805 // d: Confirmation query text
       
  2806 // d: Shown when user sends message to offline contact
       
  2807 // d: %U is replaced with the identification of the contact
       
  2808 // l: popup_note_window
       
  2809 // r: 3.0
       
  2810 #define qtn_chat_contact_may_not_receive_message    "%U is offline, and may not receive the message. Continue?"
       
  2811 // d: Confirmation query text
       
  2812 // d: Shown when a online user is selected and goes Offline.
       
  2813 // d: %U is replaced with the identification of the contact
       
  2814 // l: popup_note_window
       
  2815 // r: 3.0
       
  2816 #define qtn_chat_selection_contact_offline    "%U has gone the offline. It is not selected anymore."
       
  2817 
       
  2818 // d: Information note
       
  2819 // d: Shown when user's status was automatically changed to online
       
  2820 // l: popup_note_window
       
  2821 // r: 3.0
       
  2822 #define qtn_chat_status_changed_automatic           "Status changed to Online"
       
  2823 
       
  2824 // d: Amount of contacts is shown in navipane of multiselection dialog.
       
  2825 // d: %N is amount of selected contacts
       
  2826 // l: navi_text_pane_t1
       
  2827 // r: 3.0
       
  2828 #define qtn_chat_multiselection_amount                "Selected: %N"
       
  2829 
       
  2830 // d: Information note
       
  2831 // d: Shown when user tries to use a nick name which already exists in contact list
       
  2832 // d: %U is replaced with the nick name of the contact
       
  2833 // l: popup_note_window
       
  2834 // r: 3.0
       
  2835 #define qtn_chat_nick_name_in_use               "Nick name %U already in use. Enter new nick name"
       
  2836 
       
  2837 // d:Softkey label for invitation join
       
  2838 // l:control_pane_t1/opt7
       
  2839 // r: 3.0
       
  2840 //
       
  2841 #define qtn_chat_softkey_join                   "Join"
       
  2842 
       
  2843 // d:Softkey label for invitation postpone
       
  2844 // l:control_pane_t1/opt7
       
  2845 // r: 3.0
       
  2846 //
       
  2847 #define qtn_chat_softkey_postpone               "Postpone"
       
  2848 
       
  2849 // d: Information note
       
  2850 // d: Shown when user tries to create a new contact but no contact lists exist.
       
  2851 // l: popup_note_window
       
  2852 // r: 3.0
       
  2853 #define qtn_chat_no_contact_lists           "No contact lists available. You need to create new contact list."
       
  2854 
       
  2855 // d: Label for global confirmation note
       
  2856 // d: Used to inform user about presence status change (->offline) of previously selected contact
       
  2857 // l: popup_note_window
       
  2858 // r: 3.0
       
  2859 //
       
  2860 #define qtn_chat_snotif_watch_chg_away "Status has changed to away:\n%U"
       
  2861 
       
  2862 // d: Error note label.
       
  2863 // d: Used when server responds that client sent invalid presence attribute
       
  2864 // d: IM uses this when sending alias-attribute
       
  2865 // l: popup_note_window
       
  2866 // r: 3.0
       
  2867 //
       
  2868 #define qtn_chat_too_long_alias_error  "Alias name is too long, too short or includes invalid characters."
       
  2869 
       
  2870 // d: This is the welcome text that is shown when joining to a chat room.
       
  2871 // d: %U describes the user's screen name in the room.
       
  2872 // l: popup_info_list_pane_t1
       
  2873 // r: 3.0
       
  2874 #define qtn_chat_sysnote_welcome_text  "Welcome to this chat group %U."
       
  2875 
       
  2876 // d: This is the chat room topic that is shown when joining to a chat room if available
       
  2877 // d: %U is the topic of the chat room
       
  2878 // l: popup_info_list_pane_t1
       
  2879 // r: 3.0
       
  2880 #define qtn_chat_sysnote_topic_text    "Topic is %U."
       
  2881 
       
  2882 // contact details viewing
       
  2883 
       
  2884 // d: Label for contact details viewer
       
  2885 // d: The status message of contact
       
  2886 // l: list_double_pane_t1
       
  2887 // r: 3.0
       
  2888 #define qtn_chat_cd_message    "Status message"
       
  2889 
       
  2890 // d: Label for contact details viewer
       
  2891 // d: Device type
       
  2892 // l: list_double_pane_t1
       
  2893 // r: 3.0
       
  2894 #define qtn_chat_cd_device    "Device type"
       
  2895 
       
  2896 // d: Contact details device type for mobile
       
  2897 // l: list_double_pane_t2
       
  2898 // r: 3.0
       
  2899 #define qtn_chat_cd_device_mobile    "Mobile"
       
  2900 
       
  2901 // d: Contact details device type for a personal computer
       
  2902 // l: list_double_pane_t2
       
  2903 // r: 3.0
       
  2904 #define qtn_chat_cd_device_pc    "PC"
       
  2905 
       
  2906 // d: Contact details device type for unknown
       
  2907 // l: list_double_pane_t2
       
  2908 // r: 3.0
       
  2909 #define qtn_chat_cd_device_unknown    "Unknown"
       
  2910 
       
  2911 // d: Label for contact details viewer
       
  2912 // d: Contact status
       
  2913 // l: list_double_pane_t1
       
  2914 // r: 3.0
       
  2915 #define qtn_chat_cd_status    "Status"
       
  2916 
       
  2917 // d: Status is online in contact details viewer
       
  2918 // l: list_double_pane_t2
       
  2919 // r: 3.0
       
  2920 #define qtn_chat_cd_status_online    "Online"
       
  2921 
       
  2922 // d: Status is away in contact details viewer
       
  2923 // l: list_double_pane_t2
       
  2924 // r: 3.0
       
  2925 #define qtn_chat_cd_status_away    "Away"
       
  2926 
       
  2927 // d: Status is offline in contact details viewer
       
  2928 // l: list_double_pane_t2
       
  2929 // r: 3.0
       
  2930 #define qtn_chat_cd_status_offline    "Offline"
       
  2931 
       
  2932 // d: Status is appear offline in contact details viewer
       
  2933 // l: list_double_pane_t2
       
  2934 // r: 3.0
       
  2935 #define qtn_chat_cd_status_appear_offline    "Appear offline"
       
  2936 
       
  2937 // d: Status is unknown in contact details viewer
       
  2938 // l: list_double_pane_t2
       
  2939 // r: 3.0
       
  2940 #define qtn_chat_cd_status_unknown    "Unknown"
       
  2941 
       
  2942 // d: Yes/no query for adding unknown contact to contact list.
       
  2943 // d: Asked if user replies to unknown contacts conversation.
       
  2944 // d: %U is unknown contacts wvid.
       
  2945 // l: popup_note_window
       
  2946 // r: 3.0
       
  2947 //
       
  2948 #define qtn_chat_friend_add_unknown  "Add %U to IM contacts?"
       
  2949 
       
  2950 
       
  2951 // d: Information note
       
  2952 // d: Shown when user tries to make a task which includes selecting contact(s)
       
  2953 // d: from contact list while the contact list is empty.
       
  2954 // l: popup_note_window
       
  2955 // r: 3.0
       
  2956 //
       
  2957 #define qtn_chat_no_contacts_available  "IM contact list is empty"
       
  2958 
       
  2959 
       
  2960 // d: Information note
       
  2961 // d: Shown if user has reached the maximum amount of characters in the message editor.
       
  2962 // l: popup_note_window
       
  2963 // r: 3.0
       
  2964 #define qtn_chat_maximum_message_length "Maximum amount of characters in a message reached."
       
  2965 
       
  2966 // d: Information note
       
  2967 // d: Shown when users seeks contacts joined groups and none is found
       
  2968 // l: popup_note_window
       
  2969 // r: 3.0
       
  2970 #define qtn_chat_contacts_no_joined_found       "No joined chat groups found"
       
  2971 
       
  2972 
       
  2973 // d: Error note label.
       
  2974 // d: Note is shown if deleting a contact list is not succesfull
       
  2975 // l: popup_note_window
       
  2976 // r: 3.0
       
  2977 //
       
  2978 #define qtn_chat_contact_list_deleting_failed   "Deleting contact list failed"
       
  2979 
       
  2980 
       
  2981 // d: Error note label.
       
  2982 // d: Note is shown if group creation is cancelled when maximum amount of groups were created.
       
  2983 // l: popup_note_window
       
  2984 // r: 3.0
       
  2985 //
       
  2986 #define qtn_chat_group_creation_cancelled   "Group creation cancelled"
       
  2987 
       
  2988 
       
  2989 // d: In case there is media file in recorded chat, there is shown text in the place of media file.
       
  2990 // d: This is for recorded chats sending via MTM
       
  2991 // l: None
       
  2992 //
       
  2993 #define qtn_chat_log_media_file     "(media file)"
       
  2994 
       
  2995 
       
  2996 // d: Label for error note
       
  2997 // d: Shown when user tries to select DRM protected tone as IM alert tone.
       
  2998 // l: popup_note_window
       
  2999 // r: 3.0
       
  3000 #define qtn_chat_settings_tone_invalid		"Protected tone cannot be selected for IM"
       
  3001 
       
  3002 //
       
  3003 //----( MODIFICATIONS FOR )----
       
  3004 //
       
  3005 
       
  3006 // LOC 
       
  3007 // d: Query text shown after first successful login.
       
  3008 // d: Also shown when the user connects with a different password.
       
  3009 // l: popup_note_window
       
  3010 // r: 3.1u
       
  3011 //
       
  3012 #define qtn_chat_login_save_pw   "Save password?"
       
  3013 
       
  3014 // d: Query text shown when connecting to a server with a different User Id than the one saved to it.
       
  3015 // l: popup_note_window
       
  3016 // r: 3.1u
       
  3017 //
       
  3018 #define qtn_chat_login_save_username_pw   "Save username and password?"
       
  3019 
       
  3020 // d: Query text after saving the username and password.
       
  3021 // d: If accepted, the application launch login type will be activated.
       
  3022 // l: popup_note_window
       
  3023 // r: 3.1u
       
  3024 //
       
  3025 #define qtn_chat_login_activate_applaunch   "Connect automatically to server %U next time when opening Chat application?"
       
  3026 
       
  3027 // d: Error note label.
       
  3028 // d: Used when recipient does not accept messages (has blocked sender)
       
  3029 // d: %U is the identification of the contact
       
  3030 // l: popup_note_window
       
  3031 // r: 3.1u
       
  3032 //
       
  3033 #define qtn_chat_recipient_blocked_messages "%U does not allow messages"
       
  3034 
       
  3035 // d: Query text if blocking the contact after deletion
       
  3036 // d: %U is the identification of the contact to block
       
  3037 // l: popup_note_window
       
  3038 // r: 3.1u
       
  3039 //
       
  3040 #define qtn_chat_blocking_query  "Block %U?"
       
  3041 
       
  3042 
       
  3043 //
       
  3044 //----( MODIFICATIONS FOR )----
       
  3045 //IM - MSN support for OMA IMPS IM - Send to many
       
  3046 //
       
  3047 
       
  3048 // d: Command in Options Menu
       
  3049 // d: Command in friends list view options menu that opens a multiselection list for sending message to several contacts
       
  3050 // l: list_single_popup_submenu_pane_t1
       
  3051 // r: 3.2
       
  3052 //
       
  3053 #define qtn_chat_opt_new_conversation "Select from contacts"
       
  3054 
       
  3055 // d: Data query prompt for "Enter message"
       
  3056 // l: popup_query_data_window
       
  3057 // r: 3.2
       
  3058 //
       
  3059 #define qtn_chat_opt_new_conv_message "Enter message:"
       
  3060 
       
  3061 // d: Wait note text
       
  3062 // l: popup_note_wait_window
       
  3063 // r: 3.2
       
  3064 //
       
  3065 #define qtn_chat_opening_conversations "Opening conversation"
       
  3066 
       
  3067 
       
  3068 //
       
  3069 //----( MODIFICATIONS  )----
       
  3070 //IM - MSN support for OMA IMPS IM - Additional presence information
       
  3071 //
       
  3072 
       
  3073 // d: Status is online in contact details viewer
       
  3074 // l: list_double_pane_t2
       
  3075 // r: 3.2
       
  3076 #define qtn_chat_cd_status_busy    "Busy"
       
  3077 
       
  3078 
       
  3079 // d: Label for global confirmation note
       
  3080 // d: Used to inform user about presence status change (->busy) of previously selected contact
       
  3081 // l: popup_note_window
       
  3082 // r: 3.2
       
  3083 //
       
  3084 #define qtn_chat_snotif_watch_chg_busy               "Status has changed to busy:\n%U"
       
  3085 
       
  3086 
       
  3087 //
       
  3088 //----( MODIFICATIONS FOR SUB 101-21035 IM: Background handling of contactlists  )----
       
  3089 //
       
  3090 
       
  3091 // d: Wait note text
       
  3092 // l: popup_note_wait_window
       
  3093 // r:3.2
       
  3094 //
       
  3095 #define qtn_chat_fetching_lists_ongoing              	"Waiting for contact list synchronization to complete"
       
  3096 
       
  3097 // d: Contact list item in friendlist when fetching is going.
       
  3098 // l: list_single_2graphic_pane_t1
       
  3099 // r:3.2
       
  3100 //
       
  3101 #define qtn_chat_contactlist_fetching		"Fetching list"
       
  3102 
       
  3103 // d: Failed contact list in friend list view.
       
  3104 // d: %U: Contact list identification.
       
  3105 // l: list_single_2graphic_pane_t1
       
  3106 // r:3.2
       
  3107 //
       
  3108 #define qtn_chat_contactlist_fetching_failed	"Failed: %U"
       
  3109 
       
  3110 // d: Command in Options Menu
       
  3111 // d: Command is used for fetching all failed lists again.
       
  3112 // l: list_single_pane_t1_cp2
       
  3113 // r:3.2
       
  3114 //
       
  3115 #define qtn_chat_contactlist_fetch_all              	"Fetch all failed lists"
       
  3116 
       
  3117 // d: Label for confirmation note
       
  3118 // d: Confirmation query is shown when focus is in failed contact list and selection key is pressed.
       
  3119 // l: popup_note_window
       
  3120 // r:3.2
       
  3121 //
       
  3122 #define qtn_chat_contactlist_fetchagain          	"Fetch all failed contact lists?"
       
  3123 
       
  3124 //
       
  3125 //----( MODIFICATIONS FOR SUB 101-17634 Middle softkey labeling  )----
       
  3126 //
       
  3127 
       
  3128 // d: Middle softkey label
       
  3129 // d: Middle softkey label when focus is on own data item in IM contacts view.
       
  3130 // l: control_pane_t3/opt7
       
  3131 // r: 3.2
       
  3132 //
       
  3133 #define qtn_msk_change_status       "Change status"
       
  3134 
       
  3135 // d: Middle softkey label
       
  3136 // d: Middle softkey label when focus is on failed contact list in IM contact view.
       
  3137 // l: control_pane_t3/opt7
       
  3138 // r: 3.2
       
  3139 //
       
  3140 #define qtn_msk_fetch_im       "Fetch"
       
  3141 
       
  3142 // d: Middle softkey label
       
  3143 // d: Middle softkey label when focus is on contact in IM contact view.
       
  3144 // l: control_pane_t3/opt7
       
  3145 // r: 3.2
       
  3146 //
       
  3147 #define qtn_msk_chat       "Chat"
       
  3148 
       
  3149 // d: Middle softkey label
       
  3150 // d: Middle softkey label when focus is on non joined group in chat group list view.
       
  3151 // l: control_pane_t3/opt7
       
  3152 // r: 3.2
       
  3153 //
       
  3154 #define qtn_msk_join        "Join"
       
  3155 
       
  3156 
       
  3157 // ---[ touch support: strings for stylus activated popup ]---
       
  3158 
       
  3159 
       
  3160 // d: Heading label for stylus activated popup.
       
  3161 // d: Popup is shown when user taps the IM indicator.
       
  3162 // l: heading_sub_pane_t1
       
  3163 //
       
  3164 #define qtn_chat_stylus_popup_im        "IM"
       
  3165 
       
  3166 // d: Singular content label for stylus activated popup.
       
  3167 // d: Popup is shown when user taps the IM indicator.
       
  3168 // l: list_single_touch_info_pane_t1
       
  3169 //
       
  3170 #define qtn_chat_stylus_popup_new1      "1 new message"
       
  3171 
       
  3172 // d: Plural content label for stylus activated popup.
       
  3173 // d: Popup is shown when user taps the IM indicator.
       
  3174 // d: %N is number of unread messages.
       
  3175 // l: list_single_touch_info_pane_t1
       
  3176 //
       
  3177 #define qtn_chat_stylus_popup_new       "%N new messages"
       
  3178 
       
  3179 // d: Link Label for stylus activated popup.
       
  3180 // d: When user activates the link, IM application is launched.
       
  3181 // d: Popup is shown when user taps the IM indicator.
       
  3182 // l: list_single_touch_info_pane_t2/opt1
       
  3183 //
       
  3184 #define qtn_chat_stylus_popup_show      "Show"
       
  3185 
       
  3186 // ---[ UI  ]---
       
  3187 
       
  3188 // d: Warning note prompt when memory runs out and application starts to delete messages
       
  3189 // l: popup_note_window
       
  3190 // w:
       
  3191 // r: 3.2
       
  3192 #define qtn_chat_memory_low_warning        "Memory low. Old messages are deleted automatically to be able to receive new ones." 
       
  3193 
       
  3194 // d: Label for confirmation query
       
  3195 // d: Confirmation query is shown when user tries to add a blocked contact 
       
  3196 // d: to contact list.
       
  3197 // d: %U is the identification of the contact.
       
  3198 // l: popup_note_window
       
  3199 // w:
       
  3200 // r: 3.2
       
  3201 //
       
  3202 #define qtn_chat_contact_add_blocked "Cannot add a blocked contact. Unblock %U?"
       
  3203 
       
  3204 // d: Label for confirmation note
       
  3205 // d: Confirmation is shown when user did not want to unblock contact
       
  3206 // d: when trying to add it to contacts
       
  3207 // l: popup_note_window
       
  3208 // w:
       
  3209 // r: 3.2
       
  3210 //
       
  3211 #define qtn_chat_contact_add_blocked_not "Contact not added"
       
  3212 
       
  3213 
       
  3214 // ---[ UI  ]---
       
  3215 
       
  3216 // d: Command in Options Menu
       
  3217 // d: Command is used for deleting the focused contact
       
  3218 // l: list_single_pane_t1_cp2
       
  3219 // r: 3.1
       
  3220 //
       
  3221 #define qtn_chat_friend_om_del_list 	        "Delete"
       
  3222 
       
  3223 
       
  3224 // ---[ UI]---
       
  3225 
       
  3226 // d: List query item
       
  3227 // d: Item busy
       
  3228 // l: list_single_pane_t1_cp2
       
  3229 // r: 3.1
       
  3230 //
       
  3231 #define qtn_chat_change_own_busy                "Busy"
       
  3232 
       
  3233 // SINGLE LIST VIEW RELATED STRINGS START ////////////////////////////////////
       
  3234 // d: Command in Options Menu of own data item
       
  3235 // d: Command is used on own data for opening own options submenu - Change Message, Details, Edit 
       
  3236 // l: list_single_pane_t1_cp2/opt3
       
  3237 // w:
       
  3238 // r: 3.2
       
  3239 //
       
  3240 #define qtn_chat_friend_own_options                    "Own options"
       
  3241 
       
  3242 // d: Label for sub menu item in single list view's Own options menu option
       
  3243 // d: Command is used change the online status message of own data item
       
  3244 // l: list_single_popup_submenu_pane_t1
       
  3245 // w:
       
  3246 // r: 3.2
       
  3247 //
       
  3248 #define qtn_chat_friend_change_message                  "Change message"
       
  3249 
       
  3250 
       
  3251 // d: Command in Own Options submenu for own data item
       
  3252 // d: Command in contacts view options menu that opens details view of contact details
       
  3253 // l: list_single_popup_submenu_pane_t1
       
  3254 // w:
       
  3255 // r: 3.2
       
  3256 //
       
  3257 #define qtn_chat_friend_contact_details                "Details"
       
  3258 
       
  3259 
       
  3260 // d: Command in Options Menu
       
  3261 // d: Command is used for opening the contact editor to edit focused contact
       
  3262 // l: list_single_popup_submenu_pane_t1
       
  3263 // w:
       
  3264 // r: 3.2
       
  3265 //
       
  3266 #define qtn_chat_friend_contact_edit                    "Edit"
       
  3267 
       
  3268 // d: Command in Options Menu
       
  3269 // d: Command is used for showing the details of a contact item
       
  3270 // l: list_single_popup_submenu_pane_t1
       
  3271 // w:
       
  3272 // r: 3.2
       
  3273 //
       
  3274 #define qtn_chat_friend_om_details						"Details"
       
  3275 
       
  3276 // d: Label for menu item in single list view's Options menu
       
  3277 // d: Command is used to launch search operation for a contact from server
       
  3278 // l: list_single_popup_submenu_pane_t1
       
  3279 // w:
       
  3280 // r: 3.2
       
  3281 //
       
  3282 #define qtn_chat_search_contact                         "Search"
       
  3283 
       
  3284 
       
  3285 // d: Label for saved chat/conversation items in single list view's Options menu
       
  3286 // d: Command is used to launch saved conversations view
       
  3287 // l: list_single_pane_t1_cp2
       
  3288 // w:
       
  3289 // r: 3.2
       
  3290 //
       
  3291 #define qtn_chat_friend_saved_conversations				 "Saved Conversations"
       
  3292 
       
  3293 
       
  3294 // d: Label for note
       
  3295 // d: Used when contact list renaming failed
       
  3296 // l: popup_note_window
       
  3297 // r: 3.2
       
  3298 //
       
  3299 #define qtn_chat_contact_list_renaming_failed                "Renaming contact list failed"
       
  3300 
       
  3301 
       
  3302 // SINGLE LIST VIEW RELATED STRINGS END ////////////////////////////////////
       
  3303 
       
  3304 // SEARCH  VIEW RELATED STRINGS START ////////////////////////////////////
       
  3305 
       
  3306 // d: Label for Primary Text in Empty Search View
       
  3307 // w:
       
  3308 // l: main_pane_empty_t1/opt2
       
  3309 // r: 3.2
       
  3310 //
       
  3311 #define qtn_chat_empty_search_primary                    "No Results Found"
       
  3312 
       
  3313 
       
  3314 
       
  3315 // SEARCH  VIEW RELATED STRINGS END ////////////////////////////////////
       
  3316 
       
  3317 // RECORDED CHAT LIST VIEW RELATED STRINGS START //////////////////////////
       
  3318 
       
  3319 
       
  3320 // RECORDED CHAT LIST VIEW RELATED STRINGSEND //////////////////////////
       
  3321 
       
  3322 
       
  3323 
       
  3324 //CONVERSATION VIEW RELATED STRINGS START //////////////////////////
       
  3325 
       
  3326 // d: Information note label
       
  3327 // d: %0U will be replaced by string that contains user name
       
  3328 // d: %1U will be replaced by string that contains the message
       
  3329 // l: popup_preview_text_window/opt2
       
  3330 //
       
  3331 
       
  3332 #define qtn_chat_message_preview                    "%0U: %1U"
       
  3333 
       
  3334 
       
  3335 // d: Prompt text for file name query
       
  3336 // l: popup_query_data_window
       
  3337 //
       
  3338 #define qtn_chat_save_enter_name					"Enter file name:"
       
  3339 
       
  3340 
       
  3341 // d: Label for info note
       
  3342 // d: Used when a chat is saved 
       
  3343 // l: popup_note_window
       
  3344 //
       
  3345 #define qtn_chat_saving_saved						"Saved"
       
  3346 
       
  3347 
       
  3348 // d: Command in Options Menu
       
  3349 // d: Command name for Saving a conversation
       
  3350 // l: list_single_pane_t1_cp2
       
  3351 //
       
  3352 #define qtn_chat_options_save						"Save conversation"
       
  3353 
       
  3354 //d: Information note
       
  3355 //d: Note shown when In case user tries to open a saved or sent image from the message list.
       
  3356 //l: popup_note_window
       
  3357 #define qtn_chat_mem_low_image_open_saved			"Only thumbnail is available for the sent or saved image"
       
  3358 
       
  3359 //d: Information note
       
  3360 //d: In case there is only a thumbnail available in the buffer, because the real
       
  3361 //d: image file is deleted because of lack of memory
       
  3362 //l: popup_note_window
       
  3363 #define qtn_chat_mem_low_image_open					"Object deleted because of low memory. Delete old conversations to save memory."
       
  3364 
       
  3365 
       
  3366 // d: Command in Options Menu
       
  3367 // d: Command for Edit text
       
  3368 // l: list_single_pane_t1_cp2/opt3
       
  3369 //
       
  3370 #define qtn_options_edit_text						"Edit text"
       
  3371 
       
  3372 
       
  3373 // CONVERSATION VIEW RELATED STRINGSEND //////////////////////////
       
  3374 
       
  3375 
       
  3376 //GROUP RELATED STRINGS START //////////////////////////
       
  3377 
       
  3378 // d: Command in Options Menu
       
  3379 // l: list_single_pane_t1_cp2
       
  3380 //
       
  3381 #define qtn_chat_opt_new_chat                  "New chat"
       
  3382 
       
  3383 
       
  3384 // d: Command in Options Menu
       
  3385 // l: list_single_popup_submenu_pane_t1
       
  3386 //
       
  3387 #define qtn_chat_opt_new_conv_creategroup      "Create group"
       
  3388 
       
  3389 
       
  3390 // d: Command in Options Menu
       
  3391 // l: list_single_popup_submenu_pane_t1
       
  3392 //
       
  3393 #define qtn_chat_opt_new_conv_searchgroup      "Search group"
       
  3394 
       
  3395 
       
  3396 // d: Command in Options Menu
       
  3397 // l: list_single_popup_submenu_pane_t1
       
  3398 //
       
  3399 #define qtn_chat_opt_new_conv_searchcontact     "Search contact"
       
  3400 
       
  3401 
       
  3402 // d: Command in Options Menu
       
  3403 // l: list_single_pane_t1_cp2
       
  3404 //
       
  3405 #define qtn_chat_friend_join_group                 "Join"
       
  3406 
       
  3407 
       
  3408 // d: Command in Options Menu
       
  3409 // l: list_single_pane_t1_cp2
       
  3410 //
       
  3411 #define qtn_chat_contacts_open_group_conv                 "Open group chat"
       
  3412 
       
  3413 
       
  3414 // d: Heading text for popup list
       
  3415 // d: Heading of the multiselection list query for selecting contacts to be invited to join group
       
  3416 // l: title_pane_t2/opt12
       
  3417 //
       
  3418 
       
  3419 #define qtn_chat_contacts_open_group_prompt                 "Invite:"
       
  3420 
       
  3421 //GROUP RELATED STRINGS START //////////////////////////
       
  3422 
       
  3423 
       
  3424 //CONTACT EDITOR RELATED STRINGS START //////////////////////////
       
  3425 
       
  3426 // d: Label for confirmation note
       
  3427 // d: Shown when user tries to use a nick name which already exists in contact list
       
  3428 // l: popup_note_window
       
  3429 // r: 3.2
       
  3430 #define qtn_chat_same_nick_name          "Nick name already in use. Enter new nick name?"
       
  3431 
       
  3432 
       
  3433 // d: Message query
       
  3434 // d: Dialog body text, shown when user starts recording of a conversation
       
  3435 // d: By default this is empty
       
  3436 // l: popup_info_list_pane_t1
       
  3437 // w:
       
  3438 // r: 3.2
       
  3439 //
       
  3440 #define qtn_chat_record_warning        ""
       
  3441 
       
  3442 // d: Message query
       
  3443 // d: Dialog body text, shown when user saves password
       
  3444 // d: By default this is empty
       
  3445 // l: popup_info_list_pane_t1
       
  3446 // w:
       
  3447 // r: 3.2
       
  3448 //
       
  3449 #define qtn_chat_save_pw_warning        ""
       
  3450 
       
  3451 // d: Note heading for qtn_chat_record_warning
       
  3452 // l: heading_pane_t1
       
  3453 // w:
       
  3454 // r: 3.2
       
  3455 //
       
  3456 #define qtn_chat_record_warning_heading         "Warning"
       
  3457 
       
  3458 // d: Note heading for qtn_chat_save_pw_warning
       
  3459 // l: heading_pane_t1
       
  3460 // w:
       
  3461 // r: 3.2
       
  3462 //
       
  3463 #define qtn_chat_save_pw_warning_heading         "Warning"
       
  3464 
       
  3465 
       
  3466 
       
  3467 
       
  3468 //CONTACT EDITOR RELATED STRINGS END //////////////////////////
       
  3469 
       
  3470 
       
  3471 // New ChatNG strings start
       
  3472 
       
  3473 
       
  3474 // d: view Title 
       
  3475 // d: This title is shown When user is connecting first time to the community with this client
       
  3476 // l: title_pane_t2/opt12
       
  3477 // r 3.2
       
  3478 #define qtn_chat_tou_title                   "Terms of Use"
       
  3479 
       
  3480 
       
  3481 
       
  3482 // d: Text for empty list when the user id is not saved but the community is defined
       
  3483 // l: main_list_empty_pane
       
  3484 // r: 3.2
       
  3485 // w:
       
  3486 //
       
  3487 #define qtn_chat_empty_community_view_not_visible      "Connect to service selecting Login from Options."
       
  3488 
       
  3489 // d: Contact details device type for PDA
       
  3490 // l: list_double_pane_t2
       
  3491 // r: 3.2
       
  3492 #define     qtn_chat_cd_device_pda                           "PDA"
       
  3493 
       
  3494 //d: Label for confirmation note
       
  3495 //d: case only a thumbnail is available, because the real image file is
       
  3496 //d:deleted because of lack of memory,
       
  3497 //l: popup_note_window
       
  3498 // r: 3.2
       
  3499 #define     qtn_chat_mem_low_image_save                      "Object deleted because of low memory. Save thumbnail?"
       
  3500 
       
  3501 //d: Label for confirmation note
       
  3502 //d: n case image is only a thumbnail, e.g. real file is deleted because of lack of
       
  3503 //d:memory
       
  3504 //l: popup_note_window
       
  3505 // r: 3.2
       
  3506 #define     qtn_chat_mem_low_image_forward                   "Object deleted because of low memory. Forward thumbnail?" 
       
  3507 
       
  3508 // d: Error note's text
       
  3509 // d:In case sending of the image has failed, the name of the image
       
  3510 // d:is show in the place of the %5U. 
       
  3511 // l: popup_note_window
       
  3512 // r: 3.2
       
  3513 #define     qtn_chat_message_failed                          "%0U Failed: %1U"  
       
  3514 
       
  3515 // d: Primary text when no servers defined.
       
  3516 // l: main_pane_empty_t1/opt2
       
  3517 // r: 3.2
       
  3518 //
       
  3519 #define     qtn_chat_empty_contacts_primary                  "No chat server defined" 
       
  3520 
       
  3521 // d: Label for wait note
       
  3522 // d: Used when deleting Group
       
  3523 // l: popup_note_wait_window
       
  3524 // r: 3.2
       
  3525 #define     qtn_fldr_deleting_wait_note                      "Deleting"
       
  3526 
       
  3527 //d: Label for confirmation note
       
  3528 //d: when the inviation expired.
       
  3529 //l: popup_note_window
       
  3530 // r: 3.2
       
  3531 #define     qtn_chat_invitation_expired                      "Invitation expired. Join anyway?"
       
  3532 
       
  3533 //d: Label for Information note
       
  3534 //d: In case after fetching it is
       
  3535 //d: noticed that contact is already saved to contacts
       
  3536 //l: popup_note_window
       
  3537 // r: 3.2
       
  3538 #define     qtn_chat_add_already_saved                       "Contact already saved" 
       
  3539 
       
  3540 //d: Label for confirmation note
       
  3541 //d: case user has
       
  3542 //d: marked a contact who changes to offline.
       
  3543 //l: popup_note_window
       
  3544 // r: 3.2
       
  3545 #define     qtn_chat_selection_contact_offline_query         "%U has gone offline, and may not receive messages.Keep as marked?" 
       
  3546 
       
  3547 // d: 
       
  3548 // d: Listbox item text
       
  3549 // l: list_single_large_graphic_pane_t1
       
  3550 // r: 3.2
       
  3551 #define     qtn_chat_contactlist_invitation                  "%U: Invitation" 
       
  3552 
       
  3553 // d: Submenu item for "New chat" QTN_CHAT_OPT_NEW_CHAT, 
       
  3554 // d: opens a data query prompt to enter group ID
       
  3555 // l: list_single_popup_submenu_pane_t1
       
  3556 // r: 3.2
       
  3557 #define     qtn_chat_opt_new_conv_entergroup                 "Enter group ID" 
       
  3558 
       
  3559 // d: Normal message sent by
       
  3560 // d:the user or another group member
       
  3561 // d: %0U is replaced by timestamp
       
  3562 // d: %1U is sender
       
  3563 // d: %5U is replaced by message
       
  3564 // l: None
       
  3565 // r: 3.2
       
  3566 #define     qtn_chat_im_message_to_name                      "%0U %1U: %5U"
       
  3567 
       
  3568 // d: Instant message sent to the user
       
  3569 // d: %0U is replaced by timestamp
       
  3570 // d: %4U is qgn_prop_im_tome
       
  3571 // d: %5U is replaced by message
       
  3572 // l: None
       
  3573 // r: 3.2
       
  3574 #define     qtn_chat_im_message_to_icon                      "%0U %4U: %5U"  
       
  3575 
       
  3576 // d: Normal message sent by
       
  3577 // d:the user or another group member
       
  3578 // d: %0U is replaced by timestamp
       
  3579 // d: %1U is sender
       
  3580 // d: %5U is replaced by message
       
  3581 // l: None
       
  3582 // r: 3.2                    
       
  3583 #define     qtn_chat_im_message_from_name                    "%0U %1U: %5U" 
       
  3584 
       
  3585 // d:Instant message sent by the user
       
  3586 // d: %0U is replaced by timestamp
       
  3587 // d: %3U is qgn_prop_im_from
       
  3588 // d: %5U is replaced by message
       
  3589 // l: None
       
  3590 // r: 3.2
       
  3591 #define     qtn_chat_im_message_from_icon                    "%0U %3U: %5U" 
       
  3592 
       
  3593 
       
  3594 // d: Group change notifications
       
  3595 // d: %0U is replaced by qtn_date_usual_with_zero
       
  3596 // d: %6U is  group information
       
  3597 // l: None
       
  3598 // r: 3.2              
       
  3599 #define     qtn_chat_group_message_notification              "%0U %6U"   
       
  3600 
       
  3601 
       
  3602 // d: Whisper message sent to user
       
  3603 // d: %0U is replaced by timestamp
       
  3604 // d: %1U is sender
       
  3605 // d: %4U is qgn_prop_im_tome
       
  3606 // d: %5U is replaced by message
       
  3607 // l: None
       
  3608 // r: 3.2   
       
  3609 #define     qtn_chat_group_message_whisper_to                "%0U %1U%4U: %5U" 
       
  3610 
       
  3611 
       
  3612 // d: 
       
  3613 // d: %0U is replaced by timestamp
       
  3614 // d: %2U is receiver
       
  3615 // d: %3U is qgn_prop_im_from
       
  3616 // d: %5U is replaced by message
       
  3617 // l: None
       
  3618 // r: 3.2
       
  3619 #define     qtn_chat_group_message_whisper_from              "%0U %3U%2U: %5U"  
       
  3620 
       
  3621 // d: 
       
  3622 // d: %0U is replaced by timestamp
       
  3623 // d: %1U is sender
       
  3624 // d: %2U is receiver
       
  3625 // d: %4U is qgn_prop_im_tome
       
  3626 // d: %5U is replaced by message
       
  3627 // l: None
       
  3628 // r: 3.2
       
  3629 #define    qtn_chat_group_message_whisper                "%0U %1U %4U %2U: %5U" 
       
  3630 
       
  3631 // d: Normal message sent by
       
  3632 // d:the user or another group member
       
  3633 // d: %0U is replaced by timestamp
       
  3634 // d: %1U is sender
       
  3635 // d: %5U is replaced by message
       
  3636 // l: None
       
  3637 // r: 3.2
       
  3638 #define     qtn_chat_group_message_normal                    "%0U %1U: %5U"
       
  3639 
       
  3640 // d: Listbox item text
       
  3641 // d: Item text for contacts alias in edit-mode
       
  3642 // l: list_double_pane_t1_cp2
       
  3643 // r: 3.2
       
  3644 #define     qtn_chat_cd_edit_alias                           "Alias name"  
       
  3645 
       
  3646 
       
  3647 // d: primary text for empty list when the coomunity is not defined
       
  3648 // l: main_pane_empty_t1/opt2
       
  3649 // r: 3.2
       
  3650 #define     qtn_chat_empty_community_view_primary            "No chat server defined"
       
  3651 
       
  3652 
       
  3653 // d: primary text for empty list when the user id is not saved but the community is defined
       
  3654 // l: main_pane_empty_t1/opt2
       
  3655 // r: 3.2
       
  3656 #define     qtn_chat_empty_community_view_not_visible_primary          "Offline"
       
  3657 
       
  3658 
       
  3659 // d: Title of private chats item
       
  3660 // l: list_single_large_graphic_pane_t1
       
  3661 // r: 3.2   
       
  3662 #define     qtn_chat_contactlist_chats               "Chats"
       
  3663 
       
  3664 
       
  3665 
       
  3666 // d: Text shown in tab for an invitation
       
  3667 // l: tabs_2_active_pane_t1/opt1
       
  3668 // r: 3.2   
       
  3669 #define     qtn_chat_invitation_tab                  "Invit."
       
  3670 
       
  3671 // End of File