|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Localized strings for JSR-256. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // LOCALISATION STRINGS |
|
20 |
|
21 // d:Sensor specific description of the sensor. |
|
22 // d:Human readable information about the sensor. |
|
23 // d:sensor quantity: acceleration |
|
24 // l:None |
|
25 // r:3.2 |
|
26 // r:5.0 |
|
27 #define qtn_sensor_description_acceleration "acceleration sensor has channels axis_x, axis_y, and axis_z that measure x, y, and z axis accelerations; used, for example, to get the orientation of the device. Always on" |
|
28 |
|
29 // d:Sensor specific description of the sensor. |
|
30 // d:Human readable information about the sensor. |
|
31 // d:sensor quantity: acceleration |
|
32 // l:None |
|
33 // r:3.2 |
|
34 // r:5.0 |
|
35 #define qtn_sensor_description_acceleration2 "acceleration sensor has channels axis_x, axis_y, and axis_z that measure x, y, and z axis accelerations and give values as raw data; performance-optimized. Always on" |
|
36 |
|
37 // d:Sensor specific description of the sensor. |
|
38 // d:Human readable information about the sensor. |
|
39 // d:sensor quantity: battery_charge |
|
40 // l:None |
|
41 // r:3.2 |
|
42 // r:5.0 |
|
43 #define qtn_sensor_description_battery_charge "battery_charge sensor has one channel that gives the relative battery charge level as a percentage of the maximum value of being fully charged. Always on" |
|
44 |
|
45 // d:Sensor specific description of the sensor. |
|
46 // d:Human readable information about the sensor. |
|
47 // d:sensor quantity: charger_state |
|
48 // l:None |
|
49 // r:3.2 |
|
50 // r:5.0 |
|
51 #define qtn_sensor_description_charger_state "charger_state sensor has one channel that indicates whether the device is plugged in a charger (1) or not (0). Always on" |
|
52 |
|
53 // d:Sensor specific description of the sensor. |
|
54 // d:Human readable information about the sensor. |
|
55 // d:sensor quantity: network_field_intensity |
|
56 // l:None |
|
57 // r:3.2 |
|
58 // r:5.0 |
|
59 #define qtn_sensor_description_network_field_intensity "network_field_intensity sensor has one channel that gives signal strength of the used network as a percentage of the maximum intensity the device is capable of measuring. Always on" |