Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-10-16 18:54:20 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-16 18:54:20 +0300
commitfafca46f90b761e7e6e54e4c525a8599acde0136 (patch)
treec2045392eaee4fab510c8501b91f513f793437b6 /app/src/main/res/values
parent033ae67ef38fe5cdd4bd2a8425f2c57a23f7e068 (diff)
Introduce LoginActivity
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml1
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 39559c4c..8efeb927 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -18,6 +18,7 @@
<color name="fg_default_selection">#333333</color>
<color name="fg_default_low">#666666</color>
<color name="fg_default_high">#cccccc</color>
+ <color name="fg_secondary">#999999</color>
<color name="fg_contrast">#ffffff</color>
<color name="icon_color_default">#757575</color>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9c48717a..60a3809d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -6,6 +6,7 @@
<string name="label_all_notes">All notes</string>
<string name="label_favorites">Favorites</string>
<string name="action_create">New note</string>
+ <string name="welcome_text">Welcome to %1$s</string>
<string name="action_settings">Settings</string>
<string name="action_trashbin">Deleted notes</string>
<string name="action_search">Search</string>
@@ -314,4 +315,5 @@
<string name="error_action_open_deck_info">Open App info</string>
<string name="error_action_open_network">Network settings</string>
<string name="no_other_accounts">You don\'t have configured any other accounts yet.</string>
+ <string name="choose_account">Choose account</string>
</resources>