eggclock.loc
来自「symbian s60环境一个鸡蛋型图像钟表源代码」· LOC 代码 · 共 104 行
LOC
104 行
/*
============================================================================
Name : EggClock.loc
Author : Michele Berionne
Version :
Copyright :
Description : Localized strings
============================================================================
*/
// The Text in source files is encoded in UTF-8
CHARACTER_SET UTF8
// Localisation
// English
#ifdef LANGUAGE_01
#define ELanguage ELangEnglish
// Captions and title
#define qtn_app_caption_string "EggClock"
#define qtn_app_short_caption_string "EggClock"
#define T_TITLE "EggClock"
// menu strings
#define T_START "Start"
#define T_STOP "Stop"
#define T_RESET "Reset"
#define T_DURATION "Duration"
#define T_REPETITION_MINUTES "Minutes:"
#define T_NOTIFICATION_SCHEME "Notification scheme"
#define T_NOTIFICATION_SCHEME_SILENT "Silent"
#define T_NOTIFICATION_SCHEME_SELECT "Select"
#define T_NOTIFICATION_REPEAT "Repeat alarm..."
#define T_NOTIFICATION_REPEAT_ONCE "Once"
#define T_NOTIFICATION_REPEAT_LOOP "Loop"
#define T_NOTIFICATION_REPEAT_EVERY_X "Every XXXX minutes"
#define T_ABOUT "About"
// other strings
#define T_VERSION "EggClock v1.3"
#define T_OVERTIME "Overtime:"
#define T_SELECT_NOTIFICATION "Select notification"
#define T_AUDIO_ERROR "Error reading the audio file. No notification will be played"
#endif
// French
#ifdef LANGUAGE_02
#define ELanguage ELangFrench
// Captions and title
#define qtn_app_caption_string "EggClock"
#define qtn_app_short_caption_string "EggClock"
#define T_TITLE "EggClock"
// menu strings
#define T_START "Start"
#define T_STOP "Stop"
#define T_RESET "Reset"
#define T_DURATION "Duration"
#define T_REPETITION_MINUTES "Minutes:"
#define T_NOTIFICATION_SCHEME "Notification scheme"
#define T_NOTIFICATION_SCHEME_SILENT "Silent"
#define T_NOTIFICATION_SCHEME_SELECT "Select"
#define T_NOTIFICATION_REPEAT "Repeat alarm..."
#define T_NOTIFICATION_REPEAT_ONCE "Once"
#define T_NOTIFICATION_REPEAT_LOOP "Loop"
#define T_NOTIFICATION_REPEAT_EVERY_X "Every XXXX minutes"
#define T_ABOUT "About"
// other strings
#define T_VERSION "EggClock v1.3"
#define T_OVERTIME "Overtime:"
#define T_SELECT_NOTIFICATION "Select notification"
#define T_AUDIO_ERROR "Error reading the audio file. No notification will be played"
#endif
// Italian
#ifdef LANGUAGE_05
#define ELanguage ELangItalian
// Captions and title
#define qtn_app_caption_string "EggClock"
#define qtn_app_short_caption_string "EggClock"
#define T_TITLE "EggClock"
// menu strings
#define T_START "Inizio"
#define T_STOP "Fine"
#define T_RESET "Reset"
#define T_DURATION "Durata"
#define T_REPETITION_MINUTES "Minuti:"
#define T_NOTIFICATION_SCHEME "Notifica"
#define T_NOTIFICATION_SCHEME_SILENT "Silenzioso"
#define T_NOTIFICATION_SCHEME_SELECT "Scegli"
#define T_NOTIFICATION_REPEAT "Ripeti allarme..."
#define T_NOTIFICATION_REPEAT_ONCE "Una volta"
#define T_NOTIFICATION_REPEAT_LOOP "Loop"
#define T_NOTIFICATION_REPEAT_EVERY_X "Ogni XXXX minuti"
#define T_ABOUT "Informazioni"
// other strings
#define T_VERSION "EggClock v1.3"
#define T_OVERTIME "Extra time:"
#define T_SELECT_NOTIFICATION "Scegli notifica"
#define T_AUDIO_ERROR "Errore in lettura del file audio"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?