aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/values/strings_commons.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-22 16:08:08 -0700
committerGitHub <noreply@github.com>2017-07-22 16:08:08 -0700
commit61d87976e8b29ed25061ae98743a6cf4f4274542 (patch)
treefa4d9bca5fe1b9478ba2f1cc1e6c7d8d18bf15ce /core/src/main/res-public/values/strings_commons.xml
parent8f2b5ac043f47cc44f43c3788d1377083fb339a2 (diff)
downloadkau-61d87976e8b29ed25061ae98743a6cf4f4274542.tar.gz
kau-61d87976e8b29ed25061ae98743a6cf4f4274542.tar.bz2
kau-61d87976e8b29ed25061ae98743a6cf4f4274542.zip
Support sdk 19 where possible and add image picker (#10)3.0
* Fix plural * Switch to long * Test plural again * Comment * Major update to image picker and view utils * Make image activity full screen * Update min sdk and prefix * Lower sdk requirement and make string private * Bring kpref activity to sdk 19
Diffstat (limited to 'core/src/main/res-public/values/strings_commons.xml')
-rw-r--r--core/src/main/res-public/values/strings_commons.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/core/src/main/res-public/values/strings_commons.xml b/core/src/main/res-public/values/strings_commons.xml
new file mode 100644
index 0000000..d236021
--- /dev/null
+++ b/core/src/main/res-public/values/strings_commons.xml
@@ -0,0 +1,74 @@
+<?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>
+ <string name="kau_add_account">Add Account</string>
+ <string name="kau_amoled" translatable="false">AMOLED</string>
+ <string name="kau_back">Back</string>
+ <string name="kau_cancel">Cancel</string>
+ <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>
+ <string name="kau_do_not_show_again">Do not show again</string>
+ <string name="kau_done">Done</string>
+ <string name="kau_error">Error</string>
+ <string name="kau_exit">Exit</string>
+ <string name="kau_exit_confirmation">Are you sure you want to exit?</string>
+ <string name="kau_exit_confirmation_x">Are you sure you want to exit %s?</string>
+ <string name="kau_glass">Glass</string>
+ <string name="kau_got_it">Got it</string>
+ <string name="kau_great">Great</string>
+ <string name="kau_hide">Hide</string>
+ <string name="kau_light">Light</string>
+ <string name="kau_login">Login</string>
+ <string name="kau_logout">Logout</string>
+ <string name="kau_logout_confirm_as_x">Are you sure you want to log out as %s?</string>
+ <string name="kau_lorem_ipsum" translatable="false">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</string>
+ <string name="kau_manage_account">Manage Account</string>
+ <string name="kau_maybe">Maybe</string>
+ <string name="kau_menu">Menu</string>
+ <string name="kau_no">No</string>
+ <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_play_store">Play Store</string>
+ <string name="kau_rate">Rate</string>
+ <string name="kau_report_bug">Report A Bug</string>
+ <string name="kau_search">Search</string>
+ <string name="kau_send_feedback">Send Feedback</string>
+ <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>
+ <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_permission_denied">Permission denied</string>
+ <string name="kau_0">0</string>
+ <string name="kau_bullet_point">•</string>
+</resources>