summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-03-15 01:46:49 +0200
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:54 -0700
commit7650cd169ee3e5cfe16c7ed62021e606a6e619bc (patch)
treea7d11431e709ad5fe5b4986705ef5132b7c26977
parente4a5b8a7f62775e0796d66635548480622ead90f (diff)
downloadandroid_packages_apps_Calendar-7650cd169ee3e5cfe16c7ed62021e606a6e619bc.tar.gz
android_packages_apps_Calendar-7650cd169ee3e5cfe16c7ed62021e606a6e619bc.tar.bz2
android_packages_apps_Calendar-7650cd169ee3e5cfe16c7ed62021e606a6e619bc.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>