-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
79 lines (79 loc) · 5.01 KB
/
strings.xml
File metadata and controls
79 lines (79 loc) · 5.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<resources>
<string name="app_name">Nothing Compass</string>
<string name="cardinal_direction_north">North</string>
<string name="cardinal_direction_northeast">Northeast</string>
<string name="cardinal_direction_east">East</string>
<string name="cardinal_direction_southeast">Southeast</string>
<string name="cardinal_direction_south">South</string>
<string name="cardinal_direction_southwest">Southwest</string>
<string name="cardinal_direction_west">West</string>
<string name="cardinal_direction_northwest">Northwest</string>
<string name="degree_0_text">0</string>
<string name="degree_30_text">30</string>
<string name="degree_90_text">90</string>
<string name="degree_60_text">60</string>
<string name="degree_120_text">120</string>
<string name="degree_150_text">150</string>
<string name="degree_180_text">180</string>
<string name="degree_210_text">210</string>
<string name="degree_240_text">240</string>
<string name="degree_270_text">270</string>
<string name="degree_300_text">300</string>
<string name="degree_330_text">330</string>
<string name="cardinal_direction_north_abbreviation">N</string>
<string name="cardinal_direction_east_abbreviation">E</string>
<string name="cardinal_direction_south_abbreviation">S</string>
<string name="cardinal_direction_west_abbreviation">W</string>
<string name="sensor_accuracy_no_contact">Sensor not available</string>
<string name="sensor_accuracy_unreliable">Sensor values are unreliable</string>
<string name="sensor_accuracy_low">Low accuracy</string>
<string name="sensor_accuracy_medium">Average accuracy</string>
<string name="sensor_accuracy_high">Maximum accuracy</string>
<string name="element_location">Location</string>
<string name="location_loading">Waiting for location update</string>
<string name="location_not_present">Location could not be determined. Falling back to magnetic north.</string>
<string name="location_reload">Reload location</string>
<string name="access_location_permission_denied">Access to location permission is denied</string>
<string name="sensor_error_message">Sensor not available</string>
<string name="location_error_message">Location not available</string>
<string name="error">Error</string>
<string name="error_message">An error occurred.\\nMessage: %1$s\\nCode: %2$s</string>
<string name="ok">OK</string>
<string name="options_hub_title">Options</string>
<string name="category_app">App</string>
<string name="category_data_security">Data and security</string>
<string name="category_support">Support</string>
<string name="category_preferences">Preferences</string>
<string name="item_theme">Theme</string>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="theme_system">System default</string>
<string name="item_version_update">Version update</string>
<string name="item_about">About</string>
<string name="item_manage_permission">Manage permission</string>
<string name="item_help_feedback">Help and feedback</string>
<string name="item_rate_app">Rate the app</string>
<string name="item_author">Author</string>
<string name="item_third_party_licenses">Third Party Licenses</string>
<string name="item_license">License</string>
<string name="item_source_code">Source Code</string>
<string name="about_title">About</string>
<string name="about_description">A minimal compass app inspired by Nothing aesthetic, designed for precision and simplicity.</string>
<string name="about_version">Version %1$s</string>
<string name="about_developed_by">Developed with passion by iso53</string>
<string name="about_legal_disclaimer">This application is provided "as is" without warranty of any kind. The developer is not responsible for any inaccuracies or issues arising from its use.</string>
<string name="item_haptic_feedback">Haptic feedback</string>
<string name="haptic_feedback_on">On</string>
<string name="haptic_feedback_off">Off</string>
<string name="item_high_precision">High precision</string>
<string name="high_precision_on">On</string>
<string name="high_precision_off">Off</string>
<string name="item_north_reference">Compass Reference</string>
<string name="north_reference_true">True North</string>
<string name="north_reference_magnetic">Magnetic North</string>
<string name="north_reference_explanation_title">What is this?</string>
<string name="north_reference_explanation_message">True North points to the geographic North Pole.\n\nMagnetic North points to the Magnetic North Pole, which shifts over time.\n\nThe difference is the magnetic declination, which depends on your location.</string>
<string name="north_reference_permission_warning">Using True North requires location access to calculate the magnetic declination.</string>
<string name="north_reference_permission_button">Enable Location</string>
<string name="options">Options</string>
</resources>