summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-07-27 21:20:27 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-07-27 21:20:27 -0700
commit3d7b9863d6f555cfce9c90a1789fe48ddb7aecd3 (patch)
treef837591c7a9eacd2f9a9b47e16cf0ec312cb4577
parent7faf99689d2b187769f8824c42f0931ce769e11f (diff)
downloadandroid_packages_apps_Calendar-3d7b9863d6f555cfce9c90a1789fe48ddb7aecd3.tar.gz
android_packages_apps_Calendar-3d7b9863d6f555cfce9c90a1789fe48ddb7aecd3.tar.bz2
android_packages_apps_Calendar-3d7b9863d6f555cfce9c90a1789fe48ddb7aecd3.zip
Automatic translation importreplicant-6.0-0002
Change-Id: I30d8c6af0a833869a4296491d81532ada51ca8d2
-rw-r--r--res/values-ast-rES/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 81970158..2e87bfbf 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -36,10 +36,24 @@
of not repeating). -->
<!-- Title of event when no explicit title is specified by the user -->
<!-- Reminder format strings -->
+ <plurals name="Nminutes">
+ <!-- This is the label for a 1-minute reminder. -->
+ <item quantity="one">1 minutu</item>
+ <!-- This is the label for 2 or more minutes. The actual number of
+ minutes is a parameter. -->
+ <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> minutos</item>
+ </plurals>
<!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
This is the number of minutes displayed for a calendar reminder. For example,
a reminder of 10 minutes would be displayed as '10 mins'. The translation
should use the shortest acceptable abbreviation to save space. -->
+ <plurals name="Nmins">
+ <!-- This is the label for a 1-minute reminder. -->
+ <item quantity="one">1 min</item>
+ <!-- This is the label for 2 or more minutes. The actual number of
+ minutes is a parameter. -->
+ <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> mins</item>
+ </plurals>
<!-- This is the number of hours displayed for a calendar reminder. For example,
a reminder of 1 hour would be displayed as '1 hour'. The translation
should use the shortest acceptable abbreviation of 'hour' to save space. -->
@@ -297,6 +311,7 @@
<!-- List item label for setting the default number of reminder minutes -->
<!-- Title of dialog for setting the default number of reminder minutes -->
<!-- Default value for the number of reminder minutes -->
+ <string name="preferences_default_reminder_default">10</string>
<!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
<!-- Settings description of what setting Calendar to use a fixed 'home' time
zone does [CHAR LIMIT = 60]-->