locationexample.l01

来自「Symbian Demo, why do you want to get 20 」· L01 代码 · 共 38 行

L01
38
字号
/*
* ============================================================================
*  Name     : locationexample.l01
*  Part of  : Location Example
*  Created  : 21.05.2007 by Forum Nokia
*  Description:
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

#define ELanguage               ELangEnglish

//  LOCALISATION STRINGS
#define STRING_caption "LocationExample"
#define STRING_exit "Exit"
#define STRING_gps "GPS"
#define STRING_your_location "Your Location"
#define STRING_give_phone_number "Phone number"
#define STRING_close_gps "Close GPS"
#define STRING_project "Project"
#define STRING_send_location "Send your location"
#define STRING_get_location "Ask friend location"
#define STRING_unknown "Unknown"
#define STRING_position_unknown "Last known position unknown."
#define STRING_position_quality_error "Does not get GPS data."
#define STRING_position_timeout "Waiting for GPS signal..."
#define STRING_latitude "Latitude"
#define STRING_longitude "Longitude"
#define STRING_friend_latitude "Friend latitude"
#define STRING_friend_longitude "Friend longitude"
#define STRING_sms_error "Sending SMS failed"
#define STRING_sms_sent "SMS sent"
#define STRING_sms_send_location "Send Your location via SMS ?"
#define STRING_friend_distance "Distance to friend"

// End of File

⌨️ 快捷键说明

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