aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2012-12-28 13:22:17 -0500
committerDvTonder <david.vantonder@gmail.com>2012-12-28 13:22:17 -0500
commit712e66fbf0f8c472afc2c67b463846dc336bfc62 (patch)
tree0511bf695c98bbf59232d7c547a4295113f0ce1c /res/values/strings.xml
parenta7e30e40f602899609c6ff20c6d34af11a938035 (diff)
downloadandroid_packages_apps_LockClock-712e66fbf0f8c472afc2c67b463846dc336bfc62.tar.gz
android_packages_apps_LockClock-712e66fbf0f8c472afc2c67b463846dc336bfc62.tar.bz2
android_packages_apps_LockClock-712e66fbf0f8c472afc2c67b463846dc336bfc62.zip
Add Calendar support and some general cleanup of copyrights
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b76ed70..9fc2f6d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,4 +1,19 @@
<?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>
<string name="app_name">LockClock</string>
@@ -81,6 +96,8 @@
<!-- Preferences -->
<string name="clock_category">Clock</string>
<string name="weather_category">Weather</string>
+ <string name="calendar_category">Calendar</string>
+
<string name="clock_font_title">Bold hours</string>
<string name="clock_font_summary">Show the hours on the clock in a bold font</string>
<string name="show_alarm_title">Show next alarm</string>
@@ -111,6 +128,29 @@
<string name="weather_refresh_6hrs">6 hours</string>
<string name="weather_refresh_8hrs">8 hours</string>
+ <!-- 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_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>
+
<string name="unknown">Unknown</string>
<string name="cancel">Cancel</string>