📄 locationexample.l01
字号:
/*
* ============================================================================
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -