summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-15 01:46:49 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-03-15 01:46:49 +0200
commit1f28924c571f7b14ed2aef9200d6b6ae26bd7170 (patch)
treee843baa22d0e334bcfc8676e34126c5f5a09a86a
parente0a097b5c04567eb7914614a69638fa5e324f21d (diff)
downloadandroid_packages_apps_Calendar-1f28924c571f7b14ed2aef9200d6b6ae26bd7170.tar.gz
android_packages_apps_Calendar-1f28924c571f7b14ed2aef9200d6b6ae26bd7170.tar.bz2
android_packages_apps_Calendar-1f28924c571f7b14ed2aef9200d6b6ae26bd7170.zip
Automatic translation import
Change-Id: I7890752036c3f6c12cf897c855303e39c8f162f9
-rw-r--r--res/values-en-rAU/cm_plurals.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-en-rAU/cm_plurals.xml b/res/values-en-rAU/cm_plurals.xml
new file mode 100644
index 00000000..d7d7a137
--- /dev/null
+++ b/res/values-en-rAU/cm_plurals.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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="one">%1$d event selected</item>
+ <item quantity="other">%1$d events selected</item>
+ </plurals>
+ <plurals name="select_events_to_share">
+ <item quantity="one">Select an event to share</item>
+ <item quantity="other">Select events to share</item>
+ </plurals>
+</resources>