mobilemessaging/audiomsg/loc/audiomessage.loc
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005-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:   Localization strings for project audiomessage
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /*
       
    21   The syntax of a logical name entry in this file is the following:
       
    22 
       
    23   // d:context description (line 1)
       
    24   // d:context description (line N)
       
    25   // l:layout id
       
    26   // w:
       
    27   // r:release information
       
    28   //
       
    29   #define qtn_<?feature_or_application>_?freetext "?text"
       
    30 
       
    31   where
       
    32       "qtn_" starts a logical name.  Note: "text_" has been used in
       
    33            old logical names, but is deprecated.
       
    34       "?feature/application" is 2-5 lower-case characters and/or numbers
       
    35            identifying the larger context of the display text.
       
    36       "?freetext" is the free text portion of the logical name.
       
    37            It may contain only lower-case letters ('a' to 'z'), numbers
       
    38            ('0' to '9'), and the underscore ('_').  The total length of
       
    39            the logical name does must not exceed 50 characters.
       
    40       "d:" Starts a description line clarifying the entry's context with
       
    41            information like:
       
    42            - Is a word a verb in imperative or is it a noun?  (For instance,
       
    43              what does "Set" mean?)
       
    44            - What will replace %U (unicode text parameter) or %N (number
       
    45              parameter) included in texts?  (For instance, is it a phone
       
    46              number or an e-mail address?)
       
    47       "l:" Starts a layout id information (one line).
       
    48            "P" and "No" are symbols in LAF's information table
       
    49                 - "P" is parent pane or current pane
       
    50                 - "No" is reference number in table
       
    51       "r:" Starts a release information: one line indicating in which
       
    52            S60 release the text was used for the first time.
       
    53 
       
    54   Refer to the S60 localization instructions for more information.
       
    55 
       
    56   Examples:
       
    57 
       
    58 // d:Command in options list in short term memories.
       
    59 // d:Opens the call list view that is focused.
       
    60 // l:list_single_popup_menu_pane_1
       
    61 // r:3.1
       
    62 //
       
    63 #define text_logs_stm_cmd_open "Open"
       
    64 
       
    65 // d:Title pane text in converter main state.
       
    66 // l:title_pane_1
       
    67 // r:3.0
       
    68 //
       
    69 #define qtn_cnv_title "Converter"
       
    70 
       
    71 // d:Prompt text for currency data query in converter.
       
    72 // l:popup_query_data_window_1
       
    73 // r:4.0
       
    74 //
       
    75 #define qtn_cnv_edit_name_prompt "Currency name"
       
    76 
       
    77 // d:Active call is terminated and a held call becomes active.
       
    78 // d:Operation is confirmed with this info note.
       
    79 // d:%U stands for the call identification of the activated call.
       
    80 // l:popup_note_window_1
       
    81 // r:3.1
       
    82 //
       
    83 #define qtn_multc_unhold_done_note "%U active"
       
    84 
       
    85 */
       
    86 
       
    87 //d: app name in list
       
    88 //l: list_single_large_graphic_pane_1
       
    89 //w:
       
    90 //r: 3.1u
       
    91 //#define qtn_apps_audiomessage_list "Audio message"
       
    92 
       
    93 //d: app name in grid
       
    94 //l: cell_app_pane_1
       
    95 //w:
       
    96 //r: 3.1u
       
    97 //#define qtn_apps_audiomessage_grid "Audio message"
       
    98 
       
    99 
       
   100 ////////////////////////////////////////////////////////////////////////////
       
   101 //  Main view
       
   102 ////////////////////////////////////////////////////////////////////////////
       
   103 
       
   104 //d: Name shown in title pane when application is running
       
   105 //l: title_pane_t2/opt12
       
   106 //w:
       
   107 //r: 3.1u
       
   108 #define qtn_title_audio_message 		"Audio message" 
       
   109 
       
   110 
       
   111 ////////////////////////////////////////////////////////////////////////////
       
   112 // Options menu
       
   113 ////////////////////////////////////////////////////////////////////////////
       
   114 
       
   115 //d: Command in options menu.
       
   116 //d: 
       
   117 //l: list_single_pane_t1_cp2
       
   118 //w:
       
   119 //r: 3.1u
       
   120 #define qtn_sms_forward 			"Forward" 
       
   121 
       
   122 //d: Command in options menu.
       
   123 //d: 
       
   124 //l: list_single_pane_t1_cp2/opt3
       
   125 //w:
       
   126 //r: 3.1u
       
   127 #define qtn_sms_reply 			"Reply" 
       
   128 
       
   129 
       
   130 //d: Submenu command in "Reply" submenu 
       
   131 //l: list_single_popup_submenu_pane_t1
       
   132 //w:
       
   133 // r:3.1u
       
   134 #define qtn_mms_sm_via_message 	 	"Via message"  
       
   135 
       
   136 //d: Submenu command in "Reply" submenu 
       
   137 //l: list_single_popup_submenu_pane_t1
       
   138 //w:
       
   139 // r:3.1u  
       
   140 #define qtn_msg_reply_via_audio_message 	"Via audio message" 
       
   141 
       
   142 //d: Submenu command in "Reply" submenu 
       
   143 //l: list_single_popup_submenu_pane_t1
       
   144 //w:
       
   145 // r:3.1u
       
   146 #define qtn_audio_messaging_sm_to_all           "To all"
       
   147 
       
   148 //d: Submenu command in "Reply" submenu 
       
   149 //l: list_single_popup_submenu_pane_t1
       
   150 //w:
       
   151 // r:3.1u
       
   152 #define qtn_audio_messaging_sm_to_sender           "To sender"
       
   153 
       
   154 //d: Submenu title in options menu.
       
   155 //d: Submenu for Replace audio functions. 
       
   156 //l: list_single_pane_t1_cp2/opt3
       
   157 //w:
       
   158 //r: 3.1u
       
   159 #define qtn_audiomessaging_replace_audio 	"Replace audio" 
       
   160 
       
   161 //d: Submenu command in "Replace audio" submenu 
       
   162 //d: Opens audio recording progress dialog
       
   163 //l: list_single_popup_submenu_pane_t1
       
   164 //w:
       
   165 //r: 3.1u
       
   166 #define qtn_audio_messaging_rerecordaudio 	"Re-record audio" 
       
   167 
       
   168 //d: Submenu command in "Replace audio" submenu 
       
   169 //d: Opens audio clip fetch dialog where user can choose
       
   170 //d: amr to be inserted in message
       
   171 //l: list_single_popup_submenu_pane_t1
       
   172 //w:
       
   173 //r: 3.1u
       
   174 #define qtn_msg_insert_from_gallery 		"From Gallery" 
       
   175 
       
   176 //d: Submenu title in options menu.
       
   177 //d: Submenu for Replace audio functions. 
       
   178 //l: list_single_pane_t1_cp2/opt3
       
   179 //w:
       
   180 //r: 3.1u
       
   181 #define qtn_audio_messaging_insert_audio 	"Insert audio" 
       
   182 
       
   183 //d: Submenu command in "Insert audio" submenu                 
       
   184 //d: Opens audio recording progress dialog
       
   185 //l: list_single_popup_submenu_pane_t1
       
   186 //w:
       
   187 //r: 3.1u
       
   188 #define qtn_audio_messaging_record_audio 	"Record audio" 
       
   189 
       
   190 //d: Command in options menu.
       
   191 //l: list_single_pane_t1_cp2
       
   192 //w:
       
   193 //r: 3.1u
       
   194 #define qtn_audio_messaging_play_audio 		"Play audio" 
       
   195 
       
   196 //d: Command in options menu.
       
   197 //d: 
       
   198 //l: list_single_pane_t1_cp2
       
   199 //w:
       
   200 //r: 3.1u
       
   201 #define qtn_audio_messaging_save_audio 		"Save audio" 
       
   202 
       
   203 //d: Command in options menu.
       
   204 //d: delivery
       
   205 //l: list_single_pane_t1_cp2
       
   206 //w:
       
   207 //r: 3.1u
       
   208 #define qtn_msg_om_delivery_status      	"Delivery status"
       
   209 
       
   210 //d: Submenu title in options menu.
       
   211 //d: Submenu for call functions. 
       
   212 //l: list_single_pane_t1_cp2/opt3
       
   213 //w:
       
   214 //r: 3.1u
       
   215 #define qtn_stm_om_call                    "Call"
       
   216 
       
   217 //d: Submenu command in "Call" submenu 
       
   218 //d: Opens audio recording progress dialog
       
   219 //l: list_single_popup_submenu_pane_t1
       
   220 //w:
       
   221 //r: 3.1u
       
   222 #define qtn_call_sub_voice 								"Voice call" 
       
   223 
       
   224 //d: Submenu command in "Call" submenu 
       
   225 //d: Opens audio recording progress dialog
       
   226 //l: list_single_popup_submenu_pane_t1
       
   227 //w:
       
   228 //r: 3.1u
       
   229 #define qtn_call_sub_video 								"Video call"
       
   230 
       
   231 //d: Options menu item.
       
   232 //d: Shows priority selection list
       
   233 //l: list_single_pane_t1_cp2
       
   234 //w:
       
   235 //r:3.2
       
   236 #define qtn_msg_om_priority               "Priority"
       
   237 
       
   238 //d: Title heading for priority popup 
       
   239 //l: heading_pane_t1
       
   240 //w:
       
   241 //r: 3.2
       
   242 #define qtn_msg_qry_priority                     "Message priority:"
       
   243 
       
   244 //d: Item in the priority popup
       
   245 //l: list_single_pane_t1_cp2
       
   246 //w:
       
   247 //r: 3.2
       
   248 #define qtn_msg_qry_high_priority                "High"
       
   249 
       
   250 //d: Item in the priority popup
       
   251 //l: list_single_pane_t1_cp2
       
   252 //w:
       
   253 //r: 3.2
       
   254 #define qtn_msg_qry_normal_priority                "Normal"
       
   255 
       
   256 //d: Item in the priority popup
       
   257 //l: list_single_pane_t1_cp2
       
   258 //w:
       
   259 //r: 3.2
       
   260 #define qtn_msg_qry_low_priority                "Low"
       
   261 
       
   262 
       
   263 ////////////////////////////////////////////////////////////////////////////
       
   264 //  INFORMATION NOTES
       
   265 ////////////////////////////////////////////////////////////////////////////
       
   266 
       
   267 //d: Information note
       
   268 //d: Note shown when the user try to send without inserted audio clip
       
   269 //l: popup_note_window
       
   270 //w:
       
   271 //r: 3.1u
       
   272 #define qtn_audio_messaging_cannot_send 	"Message cannot be sent without an audio clip"  
       
   273 
       
   274 //d: Information note.
       
   275 //d: Note shown when user presses Back key and has emptied the message
       
   276 //l: popup_note_window
       
   277 //w:
       
   278 //r: 3.1u
       
   279 #define qtn_sms_info_deleted 			"Message deleted"        
       
   280 
       
   281 //d: Information note.
       
   282 //d: recording phase:If the message is not stopped 
       
   283 //d: before the maximum allowed time defined by.
       
   284 //l: popup_note_window
       
   285 //w:
       
   286 //r: 3.1u
       
   287 #define qtn_audio_messaging_recording_stopped 	"Maximum audio clip length reached. Recording stopped" 
       
   288 
       
   289 //d:Note when message cannot be forwarded because of unsupported objects
       
   290 //d:Information note
       
   291 //l:popup_note_window
       
   292 //w:
       
   293 //r: 3.1u
       
   294 #define qtn_mms_err_cannot_fw_objects 		"Message includes objects that cannot be forwarded."
       
   295 
       
   296 //d:The heading of "Close message" list query
       
   297 //d:Shown when user presses "Close" softkey
       
   298 //l:heading_pane_t1
       
   299 //w:
       
   300 //r: 3.1u
       
   301 #define qtn_msg_qry_close_title 		"Closing message:"   
       
   302 
       
   303 //d:An entry in "Close message" list query        
       
   304 //d:Message will be saved and editor exited when this option is selected.
       
   305 //l:list_single_pane_t1_cp2
       
   306 //w:
       
   307 //r: 3.1u
       
   308 #define qtn_msg_qry_save_to_drafts 		"Save to drafts"
       
   309 
       
   310 //d: Information note.
       
   311 //d: When user tries to insert a file which is too big.
       
   312 //l: popup_note_window
       
   313 //w:
       
   314 //r: 3.1u
       
   315 #define qtn_audio_messaging_size_exceeded 	"Unable to insert. Audio clip exceeds the maximum allowed size"
       
   316 
       
   317 //d: Information note.
       
   318 //d: When user tries to insert protected audio clip.
       
   319 //l: popup_note_window
       
   320 //w:
       
   321 //r: 3.1u
       
   322 #define qtn_audio_messaging_unable_to_insert_drm  "Unable to insert DRM protected audio"
       
   323 
       
   324 //d:Note when message cannot be forwarded because of message size
       
   325 //d:Information note
       
   326 //l:popup_note_window
       
   327 //w:
       
   328 //r: 3.1u
       
   329 #define qtn_mms_err_cannot_fw_big 		"Cannot forward. Message size too big."
       
   330 
       
   331 //d:Note when audio clip is removed
       
   332 //d:Information note
       
   333 //l:popup_note_window
       
   334 //w:
       
   335 //r: 3.1u
       
   336 #define qtn_audio_messaging_audio_removed 	"Audio clip removed"
       
   337 
       
   338 //d: Information note.
       
   339 //d: audio clip is selected and user select send via audio message or
       
   340 //d: user inserts clip from gallery
       
   341 //d: user record new clip
       
   342 //d: after successful insert note is displayed
       
   343 //l: popup_note_window
       
   344 //w:
       
   345 //r: 3.1u
       
   346 #define qtn_audio_messaging_audio_inserted 	"Audio clip inserted"
       
   347 
       
   348 //d: Information note.
       
   349 //d: When user tries to insert a file which format is not supported.
       
   350 //l: popup_note_window
       
   351 //w:
       
   352 //r: 3.1u
       
   353 #define qtn_mms_poca_info_unsupported        	"Unable to insert. Format not supported."
       
   354 
       
   355 //d: Information note.
       
   356 //d: When user tries to insert multiple audio clips thru send via.
       
   357 //l: popup_note_window
       
   358 //w:
       
   359 //r: 3.1u
       
   360 #define qtn_mms_poca_info_many_files        	"Unable to insert multiple files."
       
   361 
       
   362 //d: Information note.
       
   363 //d: When user checks name in To- field and name is in the phonebook with invalid details
       
   364 //l: popup_note_window
       
   365 //w:
       
   366 //r: 3.1u
       
   367 #define qtn_audiomessage_info_fail_recipient	"Invalid contact details:\n %0U %1U"
       
   368 
       
   369 //d: Information note.
       
   370 //d: When user checks name in To- field and it's not in the phonebook
       
   371 //l: popup_note_window
       
   372 //w:
       
   373 //r: 3.1u
       
   374 #define qtn_audiomessage_info_recipient_no_alias	"Invalid contact details:\n %U"
       
   375 
       
   376 ////////////////////////////////////////////////////////////////////////////
       
   377 //  QUERY DIALOGS
       
   378 ////////////////////////////////////////////////////////////////////////////
       
   379 
       
   380 //d: Confirmation query. (viewer mode, and "c" key presses)
       
   381 //d: Confirmation asked when deleting whole message
       
   382 //d: YES/NO
       
   383 //l: popup_note_window
       
   384 //w:
       
   385 //r: 3.1u
       
   386 #define qtn_mms_quest_delete_msg 		"Delete message?" 
       
   387 
       
   388 //d: Confirmation query. 
       
   389 //d: Confirmation asked when the user selects Delete from options menu, or
       
   390 //d: Confirmation asked when the user presses clear key when audio is inserted?  
       
   391 //d: YES/NO
       
   392 //l: popup_note_window
       
   393 //w:
       
   394 //r: 3.1u
       
   395 #define qtn_audio_messaging_remove_audio 	"Remove audio clip?" 
       
   396 
       
   397 //d: Confirmation query. (editor/viewer mode)
       
   398 //d: Confirmation asked when the user selects play audio and phon is in silent mode
       
   399 //d: YES/NO
       
   400 //l: popup_note_window
       
   401 //w:
       
   402 //r: 3.1u
       
   403 #define qtn_mms_qry_play_audio 			"Phone is on silent profile. Play audio anyway?"
       
   404 
       
   405 ////////////////////////////////////////////////////////////////////////////
       
   406 //  WAIT NOTES
       
   407 ////////////////////////////////////////////////////////////////////////////
       
   408 
       
   409 //d: Wait note
       
   410 //d: Shown when sending a message  
       
   411 //l: popup_note_wait_window
       
   412 //w:
       
   413 //r: 3.1u
       
   414 #define qtn_audio_messaging_sending_wait_note 	"Sending audio message"
       
   415 
       
   416 //d: Wait note
       
   417 //d: Shown when saving message first time to draft folder 
       
   418 //l: popup_note_wait_window
       
   419 //w:
       
   420 //r: 3.1u
       
   421 #define qtn_wait_saving_message_new 		"Saving message to Drafts" 
       
   422 
       
   423 ////////////////////////////////////////////////////////////////////////////
       
   424 //  PROGRESS BAR
       
   425 ////////////////////////////////////////////////////////////////////////////
       
   426 
       
   427 
       
   428 //d:Progress note
       
   429 //d:Shown when audio clip is recording
       
   430 //l:popup_note_wait_window
       
   431 //w:
       
   432 //r: 3.1u
       
   433 #define qtn_audio_messaging_recording 		"Recording\n%0U / %1U"
       
   434 
       
   435 //d:Progress note
       
   436 //d:Shown when audio clip is playing
       
   437 //l:popup_note_wait_window
       
   438 //w:
       
   439 //r: 3.1u
       
   440 #define qtn_audio_messaging_playing 		"Playing\n%0U / %1U"
       
   441 
       
   442 
       
   443 //d:Progress note
       
   444 //d:Shown when audio clip is playing
       
   445 //l:popup_note_wait_window
       
   446 //w:
       
   447 //r: 3.1u
       
   448 #define qtn_audio_messaging_paused			"Paused\n%0U / %1U"
       
   449 
       
   450 
       
   451 
       
   452 ////////////////////////////////////////////////////////////////////////////
       
   453 //  SOFTKEYS
       
   454 ////////////////////////////////////////////////////////////////////////////
       
   455 
       
   456 //d:Command for the softkey 'To loudspeaker'
       
   457 //d:toggles voice between loudspeaker and earpiece
       
   458 //l:control_pane_t1/opt7
       
   459 //w:
       
   460 //r: 3.1u
       
   461 #define text_softkey_to_loudspeaker		"To loudspeaker"  
       
   462 
       
   463 //d:Command for the softkey 'To earpiece'
       
   464 //d:toggles voice between loudspeaker and earpiece
       
   465 //l:control_pane_t1/opt7
       
   466 //w:
       
   467 //r: 3.1u
       
   468 #define text_softkey_to_earpiece		"To earpiece"  
       
   469 
       
   470 //d:Command for the softkey 'Continue'
       
   471 //d:toggles voice between loudspeaker and earpiece
       
   472 //l:control_pane_t1/opt7
       
   473 //w:
       
   474 //r: 3.1u
       
   475 #define text_softkey_continue		"Continue"  
       
   476 
       
   477 
       
   478 ////////////////////////////////////////////////////////////////////////////
       
   479 //Mtm
       
   480 ////////////////////////////////////////////////////////////////////////////
       
   481 
       
   482 //d: Submenu item in mce application that starts writing a audio message
       
   483 //l: list_single_popup_submenu_pane_t1
       
   484 //w:
       
   485 //r: 3.1u
       
   486 #define qtn_mce_write_audio     "Audio message"
       
   487 
       
   488 //d: Popup query item in mce application that starts writing a audio message.
       
   489 //l: list_single_pane_t1_cp2
       
   490 //w:
       
   491 //r: 3.1u
       
   492 #define qtn_mce_pop_up_audio          "Audio message"
       
   493 
       
   494 ////////////////////////////////////////////////////////////////////////////
       
   495 //navipanel
       
   496 ////////////////////////////////////////////////////////////////////////////
       
   497 
       
   498 //d: length of audio message
       
   499 //l: navi_text_pane_t1
       
   500 //w:
       
   501 //r: 3.1u
       
   502 #define qtn_audio_messaging_length		"%U"
       
   503 
       
   504 //d: Messages ordinal number in navipane text
       
   505 //l: tabs_2_active_pane_t1/opt1
       
   506 //w:
       
   507 //r: 3.1u
       
   508 #define qtn_stat_msg_number           "%0N/%1N"
       
   509 
       
   510 // d: Default file name created by VoiceRec application.
       
   511 // d: The first memo will be assigned with this name.
       
   512 // d: The maximum length for the name is 20 characters 
       
   513 // d: The filename extension (.amr) is NOT included in the translation.
       
   514 // l: vorec_t1
       
   515 // w:
       
   516 // r: 1.0
       
   517 #define qtn_vorec_first_memo_name		"Sound clip"
       
   518 
       
   519 
       
   520 // d: Tooltip in permanent tool bar in Viewer
       
   521 // l: popup_preview_text_window_t1
       
   522 // r: 5.0
       
   523 #define qtn_audio_messaging_tb_tooltip_reply "Reply"
       
   524 
       
   525 // d: Tooltip in permanent tool bar in Viewer
       
   526 // l: popup_preview_text_window_t1
       
   527 // r: 5.0
       
   528 #define qtn_audio_messaging_tb_tooltip_delete "Delete"
       
   529 
       
   530 // d: Tooltip in permanent tool bar in Viewer
       
   531 // l: popup_preview_text_window_t1
       
   532 // r: 5.0
       
   533 #define qtn_audio_messaging_tb_tooltip_forward "Forward"
       
   534 
       
   535 // d: Tooltip in permanent tool bar in Editor
       
   536 // l: popup_preview_text_window_t1
       
   537 // r: 5.0
       
   538 #define qtn_audio_messaging_tb_tooltip_send "Send"
       
   539 
       
   540 // d: Tooltip in permanent tool bar in Editor
       
   541 // l: popup_preview_text_window_t1
       
   542 // r: 5.0
       
   543 #define qtn_audio_messaging_tb_tooltip_record "Record" 
       
   544 
       
   545 // d: Tooltip in permanent tool bar in Editor
       
   546 // l: popup_preview_text_window_t1
       
   547 // r: 5.0
       
   548 #define qtn_audio_messaging_tb_tooltip_add_recipient "Add recipient"