aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings_commons.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-18 20:16:23 -0700
committerGitHub <noreply@github.com>2017-07-18 20:16:23 -0700
commit8f2b5ac043f47cc44f43c3788d1377083fb339a2 (patch)
tree8f91042414de211cbfe67a76298300884f46a765 /core/src/main/res/values/strings_commons.xml
parent4eee8d59c21b2061b9f5fd0e805ca60ab84c3585 (diff)
downloadkau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.tar.gz
kau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.tar.bz2
kau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.zip
Dev 2.1 (#8)
* Rewrite animation interfaces * Update changelog * Add scale factor for slide * Remove margins in iitems and replace with decorators * Remove mutable list * Switch cardiitem to use lambdas for click * status * Utils update and imagepicker fixes * Remove stringholder * Add fade in fade out * Increment about version * Rename fromedge to direction in javadocs * More logging * Add logging and docs * Make card icons visible * Update email builder and icon padding * Create elastic recycler activity * Fix card iitem * Add lint check and plurals * Inline all the things * Format and sort xml * Update dependencies and increment version
Diffstat (limited to 'core/src/main/res/values/strings_commons.xml')
-rw-r--r--core/src/main/res/values/strings_commons.xml27
1 files changed, 19 insertions, 8 deletions
diff --git a/core/src/main/res/values/strings_commons.xml b/core/src/main/res/values/strings_commons.xml
index 389b8a2..560a478 100644
--- a/core/src/main/res/values/strings_commons.xml
+++ b/core/src/main/res/values/strings_commons.xml
@@ -1,8 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
A collection of common string values
Most resources are verbatim and x represents a formatted item
-->
-
<resources>
<string name="kau_about_app">About App</string>
<string name="kau_about_x">About %s</string>
@@ -13,6 +13,7 @@ Most resources are verbatim and x represents a formatted item
<string name="kau_changelog">Changelog</string>
<string name="kau_close">Close</string>
<string name="kau_contact_us">Contact Us</string>
+ <string name="kau_copy">Copy</string>
<string name="kau_custom">Custom</string>
<string name="kau_dark">Dark</string>
<string name="kau_default">Default</string>
@@ -38,8 +39,6 @@ Most resources are verbatim and x represents a formatted item
<string name="kau_no_results_found">No Results Found</string>
<string name="kau_none">None</string>
<string name="kau_ok">@android:string/ok</string>
- <string name="kau_one_day">1 day</string>
- <string name="kau_one_hour">1 hour</string>
<string name="kau_play_store">Play Store</string>
<string name="kau_rate">Rate</string>
<string name="kau_report_bug">Report A Bug</string>
@@ -48,13 +47,25 @@ Most resources are verbatim and x represents a formatted item
<string name="kau_send_via">Send via</string>
<string name="kau_settings">Settings</string>
<string name="kau_share">Share</string>
+ <string name="kau_text_copied">Text copied to clipboard.</string>
<string name="kau_thank_you">Thank You</string>
<string name="kau_uh_oh">Uh Oh</string>
<string name="kau_warning">Warning</string>
- <string name="kau_x_days">%d days</string>
- <string name="kau_x_hours">%d hours</string>
- <string name="kau_x_minutes">%d minutes</string>
+ <plurals name="kau_x_days">
+ <item quantity="one">%d day</item>
+ <item quantity="other">%d days</item>
+ </plurals>
+ <plurals name="kau_x_hours">
+ <item quantity="one">%d hour</item>
+ <item quantity="other">%d hours</item>
+ </plurals>
+ <plurals name="kau_x_minutes">
+ <item quantity="one">%d minute</item>
+ <item quantity="other">%d minutes</item>
+ </plurals>
+ <plurals name="kau_x_seconds">
+ <item quantity="one">%d second</item>
+ <item quantity="other">%d seconds</item>
+ </plurals>
<string name="kau_yes">Yes</string>
- <string name="kau_text_copied">Text copied to clipboard.</string>
- <string name="kau_copy">Copy</string>
</resources>