summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-08-27 09:53:53 +0200
committerMatt Garnes <matt@cyngn.com>2014-11-11 17:46:51 -0800
commit276e187a12f6cf8f74b819d94894bebbf8574a01 (patch)
treec1ecd4b371dfb7c8d5afedfb40f06a50034cfd57 /res
parentcb3bb7652f3a96ae49638dedc741281e7847e40c (diff)
downloadandroid_packages_apps_Calendar-276e187a12f6cf8f74b819d94894bebbf8574a01.tar.gz
android_packages_apps_Calendar-276e187a12f6cf8f74b819d94894bebbf8574a01.tar.bz2
android_packages_apps_Calendar-276e187a12f6cf8f74b819d94894bebbf8574a01.zip
Improve delete handling strings.
Change-Id: I5e9d6ab5a805b9968fcb8ed2453061de51cd9a69
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_plurals.xml21
-rw-r--r--res/values/cm_strings.xml3
2 files changed, 22 insertions, 2 deletions
diff --git a/res/values/cm_plurals.xml b/res/values/cm_plurals.xml
new file mode 100644
index 00000000..d7caea6f
--- /dev/null
+++ b/res/values/cm_plurals.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
+
+ 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="events_selected">
+ <item quantity="other">%1$d selected</item>
+ </plurals>
+</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index ef2d53df..ba9bb628 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -39,8 +39,7 @@
<string name="action_delete">Done</string>
<string name="all_events">All events</string>
<string name="no_events">No events available</string>
- <string name="selected">selected</string>
- <string name="evt_del_dlg_title">Delete Events?</string>
+ <string name="evt_del_dlg_title">Delete events?</string>
<string name="evt_del_dlg_msg_selected">Selected events will be deleted</string>
<string name="evt_del_dlg_msg_all">All events will be deleted</string>
<string name="no_events_selected">No events selected</string>