phonebookui/Phonebook2/remotecontactlookup/loc/phonebook2rcl.loc
branchRCL_3
changeset 20 f4a778e096c2
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Localization strings for project Remote Contact Lookup
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // d:Search query editor prompt.
       
    20 // d:%U stands for name of the account from which search is done.
       
    21 // l:popup_query_data_window
       
    22 // r:5.2
       
    23 #define qtn_rcl_search "Search from '%U'"
       
    24 
       
    25 // d:Wait note text while doing remote search.
       
    26 // d:%U stands for the user entered search string.
       
    27 // l:popup_note_wait_window
       
    28 // r:5.2
       
    29 #define qtn_rcl_search_wait_note "Searching \"%U\""
       
    30 
       
    31 // d:Wait note text while opening result information view.
       
    32 // l:popup_note_wait_window
       
    33 // r:5.2
       
    34 #define qtn_rcl_opening_wait_note "Opening details"
       
    35 
       
    36 // d:Wait note text while retrieving details before exiting RCL.
       
    37 // l:popup_note_wait_window
       
    38 // r:5.2
       
    39 #define qtn_rcl_retrieval_wait_note "Retrieving details"
       
    40 
       
    41 // d:Confirmation note shown to user when contact details is updated
       
    42 // d:but there is already existing detail.
       
    43 // d:%U stands for the name of the detail being replaced.
       
    44 // l:popup_note_window
       
    45 // r:5.2
       
    46 #define qtn_rcl_replace_existing_detail_note "Do you want to replace existing %U?"
       
    47 
       
    48 // d:Search result view navipane text.
       
    49 // d:%N stands for the number of results found.
       
    50 // l:navi_text_pane_t1
       
    51 // r:5.2
       
    52 #define qtn_rcl_result_navi "%N results"
       
    53 
       
    54 // d:Search result view navipane text when one result found.
       
    55 // l:navi_text_pane_t1
       
    56 // r:5.2
       
    57 #define qtn_rcl_one_result_navi "1 result"
       
    58 
       
    59 // d:Result information view navipane text.
       
    60 // d:%0N stands for the ordinal number of the result being shown.
       
    61 // d:%1N stands for the total number of the results.
       
    62 // l:navi_text_pane_t1
       
    63 // r:5.2
       
    64 #define qtn_rcl_info_navi "%0N/%1N"
       
    65 
       
    66 // d:Menu option view details.
       
    67 // d:Opens result information view. 
       
    68 // l:list_single_pane_t1_cp2
       
    69 // r:5.2
       
    70 #define qtn_rcl_opt_details "View details"
       
    71 
       
    72 // d:Menu option add recipient.
       
    73 // d:Return to the calling application with selected contact.
       
    74 // l:list_single_pane_t1_cp2
       
    75 // r:5.2
       
    76 #define qtn_rcl_opt_add_recipient "Add as recipient"
       
    77 
       
    78 /*** TODO: remove this, not needed anywhere, use qtn_rcl_opt_save_contact instead
       
    79     // d:Menu option add to contacts.
       
    80     // d:Opens sub menu. 
       
    81     // l:list_single_pane_t1_cp2/opt3
       
    82     // r:5.2
       
    83     #define qtn_rcl_opt_add_contacts "Add to Contacts"
       
    84 ***/
       
    85 
       
    86 // d:Menu option save to contacts.
       
    87 // d:Saves selected contact in to contact database.
       
    88 // l:list_single_pane_t1_cp2
       
    89 // r:5.2
       
    90 #define qtn_rcl_opt_save_contact "Save to contacts"
       
    91 
       
    92 // d:Menu option new search.
       
    93 // d:Starts new remote search.
       
    94 // l:list_single_pane_t1_cp2
       
    95 // r:5.2
       
    96 #define qtn_rcl_opt_new_search "New search"
       
    97 
       
    98 // d:Menu option call.
       
    99 // d:Opens sub menu.
       
   100 // l:list_single_pane_t1_cp2/opt3
       
   101 // r:5.2
       
   102 #define qtn_rcl_opt_call "Call"
       
   103 
       
   104 // d:Menu option send.
       
   105 // d:Opens sub menu.
       
   106 // l:list_single_pane_t1_cp2/opt3
       
   107 // r:5.2
       
   108 #define qtn_rcl_opt_send "Send"
       
   109 
       
   110 // d:Menu option talk.
       
   111 // d:Opens sub menu.
       
   112 // l:list_single_pane_t1_cp2/opt3
       
   113 // r:5.2
       
   114 #define qtn_rcl_opt_talk "Talk"
       
   115 
       
   116 // d:Menu option to contact.
       
   117 // d:Part of Talk sub menu.
       
   118 // l:list_single_popup_submenu_pane_t1
       
   119 // r:5.2
       
   120 #define qtn_rcl_opt_talk_1to1 "To contact"
       
   121 
       
   122 // d:Menu option send callback request.
       
   123 // d:Part of Talk sub menu.
       
   124 // l:list_single_popup_submenu_pane_t1
       
   125 // r:5.2
       
   126 #define qtn_rcl_opt_talk_cbr "Send callback request"
       
   127 
       
   128 // d:Menu option create new.
       
   129 // d:Part of Save to contacts sub menu.
       
   130 // d:Creates new contact to contacts database from selected contact.
       
   131 // l:list_single_popup_submenu_pane_t1
       
   132 // r:5.2
       
   133 #define qtn_rcl_opt_create_new "Create new"
       
   134 
       
   135 // d:Menu option update existing.
       
   136 // d:Part of Save to contacts sub menu.
       
   137 // d:Updates existing contact from selected contact data.
       
   138 // l:list_single_popup_submenu_pane_t1
       
   139 // r:5.2
       
   140 #define qtn_rcl_opt_update_existing "Update existing"
       
   141 
       
   142 // d:Menu option voice call.
       
   143 // d:Part of Call sub menu.
       
   144 // l:list_single_popup_submenu_pane_t1
       
   145 // r:5.2
       
   146 #define qtn_rcl_opt_voice_call "Voice call"
       
   147 
       
   148 // d:Menu option Video call.
       
   149 // d:Part of Call sub menu.
       
   150 // l:list_single_popup_submenu_pane_t1
       
   151 // r:5.2
       
   152 #define qtn_rcl_opt_video_call "Video call"
       
   153 
       
   154 // d:Menu option voip call.
       
   155 // d:Part of Call sub menu.
       
   156 // l:list_single_popup_submenu_pane_t1
       
   157 // r:5.2
       
   158 #define qtn_rcl_opt_voip "Internet call"
       
   159 
       
   160 // d:Menu option message.
       
   161 // d:Part of Send sub menu.
       
   162 // l:list_single_popup_submenu_pane_t1
       
   163 // r:5.2
       
   164 #define qtn_rcl_opt_msg "Message"
       
   165 
       
   166 // d:Menu option email.
       
   167 // d:Part of Send sub menu.
       
   168 // l:list_single_popup_submenu_pane_t1
       
   169 // r:5.2
       
   170 #define qtn_rcl_opt_email "Email"
       
   171 
       
   172 // d:Menu option meeting request.
       
   173 // d:Part of Send sub menu.
       
   174 // l:list_single_popup_submenu_pane_t1
       
   175 // r:5.2
       
   176 #define qtn_rcl_opt_mreq "Meeting request"
       
   177 
       
   178 // d:Menu option business card.
       
   179 // d:Part of Send sub menu.
       
   180 // l:list_single_popup_submenu_pane_t1
       
   181 // r:5.2
       
   182 #define qtn_rcl_opt_bcard "Business card"
       
   183 
       
   184 // d:Menu option audio message.
       
   185 // d:Part of Send sub menu.
       
   186 // l:list_single_popup_submenu_pane_t1
       
   187 // r:5.2
       
   188 #define qtn_rcl_opt_audio "Audio message"
       
   189 
       
   190 // d:Header Stylus Popup and Context Specific menu for Voice call command.
       
   191 // l:list_single_pane_t1_cp2
       
   192 // r:5.2
       
   193 #define qtn_rcl_stylus_popup_voice_call "Voice call"
       
   194 
       
   195 // d:Header Stylus Popup and Context Specific menu for Video call command.
       
   196 // l:list_single_pane_t1_cp2
       
   197 // r:5.2
       
   198 #define qtn_rcl_stylus_popup_video_call "Video call"
       
   199 
       
   200 // d:Header Stylus Popup and Context Specific menu for Send message command.
       
   201 // l:list_single_pane_t1_cp2
       
   202 // r:5.2
       
   203 #define qtn_rcl_stylus_popup_msg "Send message"
       
   204 
       
   205 // d:Header Stylus Popup and Context Specific menu for Send email command.
       
   206 // l:list_single_pane_t1_cp2
       
   207 // r:5.2
       
   208 #define qtn_rcl_stylus_popup_email "Send email"
       
   209 
       
   210 // d:Header Stylus Popup and Context Specific menu for Send business card command.
       
   211 // l:list_single_pane_t1_cp2
       
   212 // r:5.2
       
   213 #define qtn_rcl_stylus_popup_bcard "Send business card"
       
   214 
       
   215 // d:Softkey text.
       
   216 // l:control_pane_t1/opt7
       
   217 // r:5.2
       
   218 #define qtn_rcl_softkey_search "Search"
       
   219 
       
   220 // d:Softkey text
       
   221 // l:control_pane_t1/opt7
       
   222 // r:5.2
       
   223 #define qtn_rcl_softkey_refine "Refine"
       
   224 
       
   225 // d:No item text in search result view.
       
   226 // d:Shown when search produced zero results.
       
   227 // l:main_list_empty_pane
       
   228 // r:5.2
       
   229 #define qtn_rcl_no_results "No results"
       
   230 
       
   231 // d:Too many results note text.
       
   232 // d:Shown when remote search produced too many results.
       
   233 // d:%N stands for the maximum number of results.
       
   234 // l:popup_note_window
       
   235 // r:5.2
       
   236 #define qtn_rcl_too_many_results_note "Only %N hits can be displayed. Do a new refined search to get better results."
       
   237 
       
   238 // d:General RCL error note text.
       
   239 // d:Shown when there is no better error message available from CTextResolver.
       
   240 // l:popup_note_window
       
   241 // r:5.2
       
   242 #define qtn_rcl_error_note "Remote contact lookup failed. Try again later."
       
   243 
       
   244 // d:Note text shown when contact information is updated.
       
   245 // d:%0U stands for the name of the detail that is added
       
   246 // d:%1U stands for the name of contact for which detail is added
       
   247 // l:popup_note_window
       
   248 // r:5.2
       
   249 #define qtn_rcl_update_note "%0U successfully added to %1U"
       
   250 
       
   251 // d:Action menu text for add as recipient action.
       
   252 // l:fs_action_menu_text
       
   253 // r:5.2
       
   254 #define qtn_fs_action_recipient "Add as recipient"
       
   255 
       
   256 // d:Heading for RCL account setting item.
       
   257 // l:list_setting_pane_t1
       
   258 // r:5.2
       
   259 #define qtn_phob_set_server_search "Server search"
       
   260 
       
   261 // d:Selection text for no account selection.
       
   262 // l:list_set_graphic_pane_t1
       
   263 // r:5.2
       
   264 #define qtn_fs_setting_rcl_server_none "None"
       
   265 
       
   266 // d:Value shown in setting item when no account is defined.
       
   267 // l:set_value_pane_t1
       
   268 // r:5.2
       
   269 #define qtn_fs_setting_rcl_not_defined "Not defined"
       
   270 
       
   271 // d:Title pane heading for RCL contact search results list
       
   272 // l:title_pane_t2/opt9
       
   273 // r:5.2
       
   274 #define qtn_rcl_title_server_contacts "Server contacts"
       
   275 
       
   276 
       
   277 // ----------- from fsccallplugin.loc ----------------
       
   278 //
       
   279 // d:Voice Call command in Action menu
       
   280 // l:fs_action_menu_text
       
   281 // r:5.2
       
   282 //
       
   283 #define qtn_fs_action_call "Voice Call"
       
   284 
       
   285 // d:Internet Call command in Action menu
       
   286 // l:fs_action_menu_text
       
   287 // r:5.2
       
   288 //
       
   289 #define qtn_fs_action_voip "Internet Call"
       
   290 
       
   291 // d:Video call command in Action menu
       
   292 // l:fs_action_menu_text
       
   293 // r:5.2
       
   294 //
       
   295 #define qtn_fs_action_vidcall "Video Call"
       
   296 
       
   297 // d:Call conference service command in Action menu
       
   298 // l:fs_action_menu_text
       
   299 // r:5.2
       
   300 //
       
   301 #define qtn_fs_action_conf_service "Call conference service"
       
   302 //
       
   303 
       
   304 // ----------- from fsccontactactionservice.loc ----------------
       
   305 
       
   306 // d: Note is displayed if to many contacts selected
       
   307 // l: popup_note_window
       
   308 // r:5.2
       
   309 //
       
   310 #define qtn_msg_query_remove_recipient	"Too many recipients. Remove 1 recipient"
       
   311 
       
   312 // d: Note is displayed if to many contacts selected
       
   313 // l: popup_note_window
       
   314 // r:5.2
       
   315 //
       
   316 #define qtn_msg_query_remove_recipients	"Too many recipients. Remove %N recipients"
       
   317 
       
   318 
       
   319 // ----------- from fscplugin.loc -------------------------
       
   320 
       
   321 // NOTES
       
   322 //
       
   323 // d:Note is displayed if some of the selected contacts
       
   324 // d:have no number defined for other than call actions
       
   325 // l:popup_note_window
       
   326 // r:5.2
       
   327 //
       
   328 #define qtn_fs_query_info_missing   "Required detail missing from %0N/%1N contacts. Continue anyway?"
       
   329 
       
   330 
       
   331 // d:Note is displayed if none of the selected contacts
       
   332 // d:have phone number defined
       
   333 // l:popup_note_window
       
   334 // r:5.2
       
   335 //
       
   336 #define qtn_fs_note_info_missing_all   "Number missing from all contacts"
       
   337 
       
   338 // d:Note is displayed if only one of the
       
   339 // d:selected contacts have number defined
       
   340 // l:popup_note_window
       
   341 // r:5.2
       
   342 //
       
   343 #define qtn_fs_query_one_number_available "Only %U has a number. Create call anyway?"
       
   344 
       
   345 // d:Note is displayed if some of the selected contacts
       
   346 // d:have no number defined for call actions
       
   347 // l:popup_note_window
       
   348 // r:5.2
       
   349 //
       
   350 #define qtn_fs_query_call_n_available_numbers   "Number missing from %0N/%1N contacts. Create call anyway?"
       
   351 
       
   352 
       
   353 // ----------- from fscpocplugin.loc -----------------------
       
   354 
       
   355 // d:Push-to-talk command in Action menu
       
   356 // l:fs_action_menu_text
       
   357 // r:5.2
       
   358 //
       
   359 #define qtn_fs_action_ptt "Push-to-talk"
       
   360 
       
   361 
       
   362 // ----------- from fscsaveascontactplugin.loc --------------
       
   363 
       
   364 // d:Save to contacts command in Action menu
       
   365 // l:fs_action_menu_text
       
   366 // r:5.2
       
   367 //
       
   368 #define qtn_fs_action_save "Save to contacts"
       
   369 
       
   370 // NOTES
       
   371 //
       
   372 // d:Confirmation note is displayed after saving contact to contact database
       
   373 // l:popup_note_window/opt2
       
   374 // r:5.2
       
   375 //
       
   376 #define qtn_rcl_saved_note "Contact saved"
       
   377 
       
   378 // d:Wait note is displayed when retriving information for saving contact
       
   379 // d:to the database takes longer than 1 sec.
       
   380 // l:popup_note_wait_window
       
   381 // r:5.2
       
   382 //
       
   383 #define qtn_rcl_saving_wait_note "Saving contact"
       
   384 
       
   385 
       
   386 // ----------- from fscsendplugin.loc --------------
       
   387 
       
   388 //
       
   389 // d: Send text or multimedia command in Action menu
       
   390 // l: fs_action_menu_text
       
   391 // r:5.2
       
   392 //
       
   393 #define qtn_fs_action_msg "Send message"
       
   394 
       
   395 // d: Send audio message command in Action menu
       
   396 // l: fs_action_menu_text
       
   397 // r:5.2
       
   398 //
       
   399 #define qtn_fs_action_audio "Send audio message"
       
   400 
       
   401 // d: Send postcard command in Action menu
       
   402 // l: fs_action_menu_text
       
   403 // r:5.2
       
   404 //
       
   405 #define qtn_fs_action_postcard "Send postcard"
       
   406 
       
   407 // d: Send email command in Action menu
       
   408 // l: fs_action_menu_text
       
   409 // r:5.2
       
   410 //
       
   411 #define qtn_fs_action_email "Send email"