aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings_sample.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-10-12 11:30:40 -0400
committerGitHub <noreply@github.com>2017-10-12 11:30:40 -0400
commit3f1d6746fd7bcc8d01ef367455628d291d07f434 (patch)
treeabfd1dfa4fa599ec1620e323db327c4570202789 /sample/src/main/res/values/strings_sample.xml
parentb87c75d607956393ad3b07751eb59ccf41726863 (diff)
downloadkau-3f1d6746fd7bcc8d01ef367455628d291d07f434.tar.gz
kau-3f1d6746fd7bcc8d01ef367455628d291d07f434.tar.bz2
kau-3f1d6746fd7bcc8d01ef367455628d291d07f434.zip
Translations (#84)
* Rename string files * Add translations to readme * Check job scheduler null check against travis lint * Remove bad spacing * Update badges * Use vector zenhub badge
Diffstat (limited to 'sample/src/main/res/values/strings_sample.xml')
-rw-r--r--sample/src/main/res/values/strings_sample.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/sample/src/main/res/values/strings_sample.xml b/sample/src/main/res/values/strings_sample.xml
new file mode 100644
index 0000000..1e3361e
--- /dev/null
+++ b/sample/src/main/res/values/strings_sample.xml
@@ -0,0 +1,31 @@
+<resources>
+ <string name="app_name">KAU</string>
+ <string name="header">This is a header</string>
+ <string name="desc">This is a description</string>
+ <string name="checkbox_1">Checkbox 1</string>
+ <string name="checkbox_2">Checkbox 2</string>
+ <string name="checkbox_3">Checkbox 3</string>
+ <string name="desc_dependent">I am dependent on checkbox 2</string>
+ <string name="text_color">Text Color</string>
+ <string name="accent_color">Accent Color</string>
+ <string name="background_color">Background Color</string>
+ <string name="color_custom">This selector allows custom colors</string>
+ <string name="color_no_custom">This selector does not allow custom colors</string>
+ <string name="color_custom_alpha">This selector allows for custom colors with alpha values</string>
+ <string name="text">Text Pref</string>
+ <string name="text_desc">Saves the text</string>
+ <string name="seekbar">Seekbar</string>
+ <string name="time">Time Pref</string>
+ <string name="time_desc_12">AM PM version</string>
+ <string name="time_desc_24">24h version</string>
+ <string name="sub_item">Sub Item Pref</string>
+ <string name="sub_item_desc">Press this to view the next subset of preferences</string>
+ <string name="your_email">your.email@here.com</string>
+ <string name="your_subject">Your subject</string>
+ <string name="swipe_showcase">Swipe Showcase</string>
+ <string name="image_showcase">Image Showcase</string>
+ <string name="video_overlay_showcase">Video Overlay Showcase</string>
+ <string name="adapter_showcase">Adapter Showcase</string>
+ <string name="about_kau">KAU (Kotlin Android Utils) is a collection of common extension functions and complex UIs that can be used in almost all apps. It is meant to implement the shared components, so you can focus on what makes your app unique.</string>
+ <string name="long_prefs">Long Prefs</string>
+</resources>