aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-02-24 11:59:17 -0800
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-02-24 11:59:17 -0800
commita08328403be84d85c006f801169a3feed0d956a4 (patch)
treeceebece6443a3e6662a4937b911c58904bb5b1ff /app/src/main/res/values/strings.xml
downloadWorkMode-a08328403be84d85c006f801169a3feed0d956a4.tar
WorkMode-a08328403be84d85c006f801169a3feed0d956a4.tar.gz
WorkMode-a08328403be84d85c006f801169a3feed0d956a4.tar.bz2
WorkMode-a08328403be84d85c006f801169a3feed0d956a4.zip
First Commit
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..a536b1e
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,27 @@
+<resources>
+ <string name="app_name">Work Mode</string>
+ <string name="work">Work</string>
+ <string name="suspended_message">This app is disabled because you want to enjoy your work.</string>
+ <!-- Switch On/Off -->
+ <string name="switch_on_text">On</string>
+ <string name="switch_off_text">Off</string>
+ <string name="apps">Apps</string>
+ <string name="add">Add</string>
+ <string name="blacklist">Blacklist</string>
+ <string name="whitelist">Whitelist</string>
+ <string name="blacklist_welcome">Add apps to be disabled when you are working</string>
+ <string name="whitelist_welcome">Add apps to be enabled only when you are working</string>
+ <string name="blacklist_toggle_title">Switch to blacklist</string>
+ <string name="blacklist_toggle_information">These apps will be disabled and others will be enabled when you are working</string>
+ <string name="whitelist_toggle_title">Switch to whitelist</string>
+ <string name="whitelist_toggle_information">These apps will be enabled and others will be disabled when you are working</string>
+ <string name="error_load_applications">Cannot get applications</string>
+ <string name="error_apply">Unable to apply settings</string>
+ <string name="feedback">Feedback</string>
+ <string name="get_logs">Get logs</string>
+ <string name="check_update">Check update</string>
+ <string name="about">About</string>
+ <string name="feedback_subject">Work Mode feedback</string>
+ <string name="update_available">%1$s is available</string>
+ <string name="view">View</string>
+</resources>