ftpexample.loc

来自「Symbian智能手机操作系统源代码值的参考_网络ftp」· LOC 代码 · 共 35 行

LOC
35
字号
/*
* ============================================================================
*  Name     : ftpexample.loc
*  Part of  : FtpExample
*  Created  : 03/11/2005 by Forum Nokia
*  Description:
*     This is a localisation file for FtpExample
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*  -------------------------------------------------------------------
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

// LOCALISATION STRINGS



#define qtn_app_caption_string "FTP example"
#define qtn_app_short_caption_string "FTP example"

#define qtn_ftpexample_exit "Exit"
#define qtn_ftpexample_connect "Connect"
#define qtn_ftpexample_commands "Commands"

#define qtn_ftpexample_login "Login"
#define qtn_ftpexample_server "Server"
#define qtn_ftpexample_username "Username"
#define qtn_ftpexample_password "Password"



// End of File

⌨️ 快捷键说明

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