aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 622ea00e0d89141ff1ff7ccd8d5046430bd7c768 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project (DvTonder)

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>

    <!-- General strings -->
    <string name="app_name" translatable="false">Chronus</string>
    <string name="unknown">Unknown</string>
    <string name="cancel">Cancel</string>
    <string name="loading_indicator">Loading widget\u2026</string>

    <!-- Formating strings for widget clock -->
    <string name="widget_12_hours_format_h" translatable="false">h</string>
    <string name="widget_12_hours_format_no_ampm_m" translatable="false">:mm</string>
    <string name="widget_12_hours_format_m" translatable="false">:mm<font size="15">aa</font></string>
    <string name="widget_24_hours_format_h" translatable="false">kk</string>
    <string name="widget_24_hours_format_m" translatable="false">:mm</string>

    <!-- Weather - Weather codes -->
    <string name="weather_0">Tornado</string>
    <string name="weather_1">Tropical Storm</string>
    <string name="weather_2">Hurricane</string>
    <string name="weather_3">Severe Thunderstorms</string>
    <string name="weather_4">Thunderstorms</string>
    <string name="weather_5">Mixed Rain and Snow</string>
    <string name="weather_6">Mixed Rain and Sleet</string>
    <string name="weather_7">Mixed Snow and Sleet</string>
    <string name="weather_8">Freezing Drizzle</string>
    <string name="weather_9">Drizzle</string>
    <string name="weather_10">Freezing Rain</string>
    <string name="weather_11">Showers</string>
    <string name="weather_12">Showers</string>
    <string name="weather_13">Snow Flurries</string>
    <string name="weather_14">Light Snow Showers</string>
    <string name="weather_15">Blowing Snow</string>
    <string name="weather_16">Snow</string>
    <string name="weather_17">Hail</string>
    <string name="weather_18">Sleet</string>
    <string name="weather_19">Dust</string>
    <string name="weather_20">Foggy</string>
    <string name="weather_21">Haze</string>
    <string name="weather_22">Smoky</string>
    <string name="weather_23">Blustery</string>
    <string name="weather_24">Windy</string>
    <string name="weather_25">Cold</string>
    <string name="weather_26">Cloudy</string>
    <string name="weather_27">Mostly Cloudy</string> <!-- Night -->
    <string name="weather_28">Mostly Cloudy</string> <!-- Day -->
    <string name="weather_29">Partly Cloudy</string> <!-- Night -->
    <string name="weather_30">Partly Cloudy</string> <!-- Day -->
    <string name="weather_31">Clear</string> <!-- Night -->
    <string name="weather_32">Sunny</string>
    <string name="weather_33">Fair</string> <!-- Night -->
    <string name="weather_34">Fair</string> <!-- Day -->
    <string name="weather_35">Mixed Rain and Hail</string>
    <string name="weather_36">Hot</string>
    <string name="weather_37">Isolated Thunderstorms</string>
    <string name="weather_38">Scattered Thunderstorms</string>
    <string name="weather_39">Scattered Thunderstorms</string>
    <string name="weather_40">Scattered Showers</string>
    <string name="weather_41">Heavy Snow</string>
    <string name="weather_42">Scattered Snow Showers</string>
    <string name="weather_43">Heavy Snow</string>
    <string name="weather_44">Partly Cloudy</string>
    <string name="weather_45">Thundershowers</string>
    <string name="weather_46">Snow Showers</string>
    <string name="weather_47">Isolated Thundershowers</string>
    <!-- Forecast unavailable -->
    <string name="weather_3200"></string>

    <!-- Weather - Wind directions -->
    <string name="weather_N">N</string>
    <string name="weather_NE">NE</string>
    <string name="weather_E">E</string>
    <string name="weather_SE">SE</string>
    <string name="weather_S">S</string>
    <string name="weather_SW">SW</string>
    <string name="weather_W">W</string>
    <string name="weather_NW">NW</string>

    <!-- Weather - error messages -->
    <string name="weather_no_data">No data</string>
    <string name="weather_tap_to_refresh">Tap to refresh</string>
    <string name="weather_refreshing">Refreshing</string>
    <string name="weather_last_sync_just_now">Just now</string>

    <!-- Weather - Update frequency -->
    <string name="weather_refresh_manual">Manual</string>
    <string name="weather_refresh_30min">30 minutes</string>
    <string name="weather_refresh_60min">60 minutes</string>
    <string name="weather_refresh_2hrs">2 hours</string>
    <string name="weather_refresh_4hrs">4 hours</string>
    <string name="weather_refresh_6hrs">6 hours</string>
    <string name="weather_refresh_8hrs">8 hours</string>

    <!-- Preferences - Categories -->
    <string name="clock_category">Clock and alarm</string>
    <string name="weather_category">Weather panel</string>
    <string name="calendar_category">Calendar events</string>

    <!-- Preferences - Categories -->
    <string name="general_category">General</string>
    <string name="display_category">Display</string>

    <!-- Preferences - Clock -->
    <string name="use_digital_clock_title">Use Digital clock</string>
    <string name="use_digital_clock_summary">Select to toggle between the Digital and the Analog clock</string>
    <string name="clock_font_title">Bold hours</string>
    <string name="clock_font_minutes_title">Bold minutes</string>
    <string name="clock_font_date_title">Bold date and alarm</string>
    <string name="show_alarm_title">Show next alarm</string>

    <!-- Preferences - Weather -->
    <string name="weather_enabled">Enabled</string>
    <string name="weather_enable">Display weather</string>
    <string name="weather_source">Yahoo! Weather</string>
    <string name="weather_use_custom_location">Use custom location</string>
    <string name="weather_geolocated">Geolocated using network</string>
    <string name="weather_custom_location_dialog_title">Enter location</string>
    <string name="weather_custom_location_hint">City, State/Country</string>
    <string name="weather_custom_location_title">Location</string>
    <string name="weather_show_location_title">Show location</string>
    <string name="weather_show_timestamp_title">Show timestamp</string>
    <string name="weather_refresh_interval">Update interval</string>
    <string name="weather_use_metric">Use metric</string>
    <string name="weather_retrieve_location_dialog_title">Cannot retrieve location!</string>
    <string name="weather_retrieve_location_dialog_message">Network geolocation is disabled.\n\nSet a custom location or enable network location</string>
    <string name="weather_retrieve_location_dialog_enable_button">Enable</string>
    <string name="weather_invert_lowhigh">Invert low/high temperatures</string>
    <string name="weather_progress_title">Verifying location</string>
    <string name="weather_alternate_icons_title">Use alternate icons</string>
    <string name="weather_alternate_icons_summary">Select to toggle between the default (White) and the alternate (Color) icons</string>

    <!-- Preferences - Calendar -->
    <string name="calendar_title">Display next event</string>
    <string name="calendars_title">Event calendars</string>
    <string name="calendars_summary">Find events from these calendars</string>
    <string name="calendar_reminders_only_title">Reminders only</string>
    <string name="calendar_reminders_only_summary">Show only events with reminders</string>
    <string name="calendar_hide_allday_title">Hide all-day events</string>
    <string name="calendar_lookahead_title">Event lookahead</string>
    <string name="calendar_show_location_title">Event location</string>
    <string name="calendar_show_description_title">Event description</string>

    <!-- Calendar - lookahead -->
    <string name="calendar_lookahead_3hrs">3 hours</string>
    <string name="calendar_lookahead_6hrs">6 hours</string>
    <string name="calendar_lookahead_12hrs">12 hours</string>
    <string name="calendar_lookahead_1day">1 day</string>
    <string name="calendar_lookahead_3days">3 days</string>
    <string name="calendar_lookahead_1wk">1 week</string>

    <!-- Calendar - Event metadata -->
    <string name="calendar_metadata_none">Do not show</string>
    <string name="calendar_metadata_first_line">Show first line</string>
    <string name="calendar_metadata_all">Show all</string>

</resources>