aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2013-01-03 17:08:06 -0500
committerDvTonder <david.vantonder@gmail.com>2013-01-03 17:24:17 -0500
commit8abf6492f3b1ae63d7e946e6927ca9960e61b65c (patch)
tree27b00c4cb2299398acb2aabccc26e3a055cca9e0 /res/values/strings.xml
parentb1deb4d89b452a31fae1fab11521dc5840d999a5 (diff)
downloadandroid_packages_apps_LockClock-8abf6492f3b1ae63d7e946e6927ca9960e61b65c.tar.gz
android_packages_apps_LockClock-8abf6492f3b1ae63d7e946e6927ca9960e61b65c.tar.bz2
android_packages_apps_LockClock-8abf6492f3b1ae63d7e946e6927ca9960e61b65c.zip
Chronus: Add support for alternate (Color) weather icons
Color weather icons sourced from https://github.com/Root-Box with credit to Vostradamus & m.Long (maxromanyuk)(xiao4) Remove MDPI resources since there are no 4.2.1 MDPI devices Change-Id: I4aed8ce327d4eaf01413da0cce3aa46e8a8e156d
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 337b03a..71c660f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -110,9 +110,12 @@
<string name="weather_category">Weather panel</string>
<string name="calendar_category">Calendar events</string>
- <!-- Preferences - Clock -->
+ <!-- Preferences - Categories -->
<string name="fonts_category">Fonts</string>
<string name="general_category">General</string>
+ <string name="display_category">Display</string>
+
+ <!-- Preferences - Clock -->
<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>
@@ -136,6 +139,8 @@
<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>