txtviewer.loc

来自「最常用的短信息功能实现」· LOC 代码 · 共 118 行

LOC
118
字号
/*
* ============================================================================
*  Name     : SmsViewer.loc
*  Part of  : TxtViewer
*
*  Description:
*     This file contains the localised strings for the SMS Viewer
*
*  Version:
*
*  Copyright (C) 2002 Nokia Corporation.
*  This material, including documentation and any related 
*  computer programs, is protected by copyright controlled by 
*  Nokia Corporation. All rights are reserved. Copying, 
*  including reproducing, storing,  adapting or translating, any 
*  or all of this material requires the prior written consent of 
*  Nokia Corporation. This material also contains confidential 
*  information which may not be disclosed to others without the 
*  prior written consent of Nokia Corporation.
*
* ============================================================================
*/

//  LOCALISATION STRINGS

/////////////////////////////////////////////////
// Option-menu commands

//d:Command in options-menu
//d:Launches Sms Editor for replying the original message
//l:list_single_popup_menu_pane_1
//
#define qtn_sms_reply                   "Reply"

//d:Command in options-menu
//d:Launches Sms Editor for forwarding the original message
//l:list_single_popup_menu_pane_1
//
#define qtn_sms_forward                 "Forward"

//d:Command in options-menu
//d:Starts calling to the sender of the message
//l:list_single_popup_menu_pane_1
//
#define qtn_sms_call_back               "Call back to sender"

//d:Command in options-menu
//d:Opens dialog for moving current message to different folder
//l:list_single_popup_menu_pane_1
//
#define qtn_sms_move_to_folder          "Move to folder"

//d:Command in options-menu
//d:Saves class 0 sms to Inbox
//l:list_single_popup_menu_pane_1
//
#define qtn_sms_save                    "Save message"

/////////////////////////////////////////////////
//  Controls

//d:This text is used for indicating that reply path for sms is provided by the sender
//l:main_pane_2_to_cc_subj_plain
//
#define qtn_sms_heading_reply_path "Reply path provided"

/////////////////////////////////////////////////
//  Texts in Notifications/Queries

//d:Query text when deleting a current message
//d:A confirmation query
//l:popup_note_window_1
//
#define qtn_query_common_conf_delete_me     "Delete message?"

//d:A text for telling that class 0 sms has been saved to Inbox.
//d:A confirmation note
//l:popup_note_window_1
//
#define qtn_mce_conf_message_saved          "Message saved into Inbox"

/////////////////////////////////////////////////
//  Texts

//d:A titlepane text showing app name
//d:text
//l:title_pane_2
//
#define qtn_title_sms                   "Short message"

// d: Title of the list query to select folder to move messages
// d: text
// l: popup_list_heading_pane_1
//
#define qtn_mce_move_move_to            "Move to:"

//d: Caption name (short)
//l: cell_app_pane_1
//
#define qtn_apps_sms_grid               "SMS"

//d:Title which tells that it is a Picture Message.
//l:title_pane_2
//
#define qtn_sm_title_picture_message "Picture message"

//d:Command in options list for adding picture to photoalbum.
//l:list_single_popup_menu_pane_1
//
#define qtn_sm_add_photoalbum "Add to photo album"

//d:Default name when saving the picture to Photo Album.
//l:popup_query_data_window_2_default
//
#define qtn_sm_picture_name "New picture"

// End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?