0
|
1 |
/*------------------------------------------------------------------
|
|
2 |
-
|
|
3 |
* Software Name : UserEmulator
|
|
4 |
* Version : v4.2.1309
|
|
5 |
*
|
|
6 |
* Copyright (c) 2009 France Telecom. All rights reserved.
|
|
7 |
* This software is distributed under the License
|
|
8 |
* "Eclipse Public License - v 1.0" the text of which is available
|
|
9 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
10 |
*
|
|
11 |
* Initial Contributors:
|
|
12 |
* France Telecom
|
|
13 |
*
|
|
14 |
* Contributors:
|
|
15 |
*------------------------------------------------------------------
|
|
16 |
-
|
|
17 |
* File Name: UserEmulator.rls
|
|
18 |
*
|
|
19 |
* Created: 13/08/2009
|
|
20 |
* Author(s): Marcell Kiss, Reshma Sandeep Das
|
|
21 |
*
|
|
22 |
* Description:
|
|
23 |
* This is a localisation file for UserEmulator.
|
|
24 |
* A .rls file is the one and only place where the logical
|
|
25 |
* strings to be localised are defined.
|
|
26 |
*------------------------------------------------------------------
|
|
27 |
-
|
|
28 |
*
|
|
29 |
*/
|
|
30 |
|
|
31 |
// LOCALISATION STRINGS
|
|
32 |
// Caption string for app.
|
|
33 |
//
|
|
34 |
#define qtn_caption_string "UserEmulator"
|
|
35 |
|
|
36 |
// Application name
|
|
37 |
//
|
|
38 |
#define qtn_caption_appname "UserEmulator_0x2001C3AF"
|
|
39 |
|
|
40 |
// Help menu item in "Options" menu pane
|
|
41 |
//
|
|
42 |
#define qtn_help "Help"
|
|
43 |
|
|
44 |
// About menu item in "Options" menu pane
|
|
45 |
//
|
|
46 |
#define qtn_about "About"
|
|
47 |
|
|
48 |
// Exit menu item in "Options" menu pane
|
|
49 |
#define qtn_exit "Exit"
|
|
50 |
|
|
51 |
// resource file location
|
|
52 |
//
|
|
53 |
#define qtn_loc_resource_file_1 "\\resource\\apps\\UserEmulator_0x2001C3AF"
|
|
54 |
|
|
55 |
// About dialog title
|
|
56 |
//
|
|
57 |
#define qtn_about_dialog_title "About"
|
|
58 |
|
|
59 |
// About dialog text
|
|
60 |
//
|
|
61 |
#define qtn_about_dialog_text "UserEmulator v4.2.2509"<0x2028>"France Telecom R&D UK "
|
|
62 |
|
|
63 |
// Error message display for application not found
|
|
64 |
//
|
|
65 |
#define qtn_ue_error_app_not_present "Error Application not present"
|
|
66 |
|
|
67 |
// Run Script menu item in "Options" menu pane
|
|
68 |
//
|
|
69 |
#define qtn_run_scripts "Run Scripts"
|
|
70 |
|
|
71 |
// Settings menu item in "Options" menu pane
|
|
72 |
//
|
|
73 |
#define qtn_settings "Settings"
|
|
74 |
|
|
75 |
// Select menu item in "Options" menu pane
|
|
76 |
//
|
|
77 |
#define qtn_select "Select"
|
|
78 |
|
|
79 |
// cba softkey options
|
|
80 |
//
|
|
81 |
#define qtn_softkey_options "Options"
|
|
82 |
|
|
83 |
// System Info menu item in "Options" menu pane
|
|
84 |
//
|
|
85 |
#define qtn_systemInfo "System Info"
|
|
86 |
|
|
87 |
// Log Status title in the Settings dialog
|
|
88 |
//
|
|
89 |
#define qtn_logstatus "Log Status"
|
|
90 |
|
|
91 |
// Record input menu item in the "Options" menu pane
|
|
92 |
//
|
|
93 |
#define qtn_recordkeys "Record input"
|
|
94 |
|
|
95 |
// Random Test Run menu item in "Options" menu pane
|
|
96 |
//
|
|
97 |
#define qtn_randomtest_start "Random test run"
|
|
98 |
|
|
99 |
// application resource identifier
|
|
100 |
//
|
|
101 |
#define qtn_user "USER"
|
|
102 |
|
|
103 |
// confirmation to overwrite the existing file
|
|
104 |
//
|
|
105 |
#define qtn_confirmation_overwrite_file "File already exists..Do you wish to overwrite?"
|
|
106 |
|
|
107 |
// Binary pop up option ON
|
|
108 |
//
|
|
109 |
#define qtn_on "On"
|
|
110 |
|
|
111 |
// Binary pop up option OFF
|
|
112 |
//
|
|
113 |
#define qtn_off "Off"
|
|
114 |
|
|
115 |
// Binary pop up options
|
|
116 |
//
|
|
117 |
#define qtn_binary_options "Binary Options"
|
|
118 |
|
|
119 |
// Label for scripts path in settings dialog
|
|
120 |
//
|
|
121 |
#define qtn_scripts_path "Scripts Path"
|
|
122 |
|
|
123 |
// Label for log path in settings dialog
|
|
124 |
//
|
|
125 |
#define qtn_log_path "Log File Path"
|
|
126 |
|
|
127 |
// Label for random test in settings dialog
|
|
128 |
//
|
|
129 |
#define qtn_random_test "Target for Random Test?"
|
|
130 |
|
|
131 |
// Label of application appuids
|
|
132 |
//
|
|
133 |
#define qtn_appid "App IDs of Random Test"
|
|
134 |
|
|
135 |
// Label to Mark scripts
|
|
136 |
//
|
|
137 |
#define qtn_mark "Mark"
|
|
138 |
// Label to Mark all scripts
|
|
139 |
//
|
|
140 |
#define qtn_markall "Mark All"
|
|
141 |
// Label to Un Mark scripts
|
|
142 |
//
|
|
143 |
#define qtn_unmark "Unmark"
|
|
144 |
// Label to Un Mark all scripts
|
|
145 |
//
|
|
146 |
#define qtn_unmarkall "Unmark all"
|
|
147 |
|
|
148 |
// Icon file location
|
|
149 |
//
|
|
150 |
#define qtn_caption_iconfile "\\resource\\apps\\UserEmulator_0x2001C3AF.mif"
|
|
151 |
// String representing the system details format
|
|
152 |
//
|
|
153 |
rls_string qtn_format_system_details "OS-Version: %S"<0x2028>"UI-Version: %S"<0x2028>"Machine ID: %S"<0x2028>"IMEI No: %S"<0x2028>"Family: %S %d"<0x2028>"CPU: %S"<0x2028>"CPUSpeed: %d Mhz"<0x2028>"Startup reason: %S boot"<0x2028>"RAM: %d (%d MB)"<0x2028>"Free RAM: %d (%.2f MB)"<0x2028>"ROM: %d (%d MB)"
|
|
154 |
rls_string qtn_format_system_details_file "%S,%S,%S,%S,%S %d,%S,%d,%S,%d (%d MB),%d (%.2f MB),%d (%d MB)\n"
|
|
155 |
|
|
156 |
// End of File
|