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-06-10 11:39:16 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-10 11:39:16 +0300
commit2b771d947baafed8c521fe4f44cea5ada63d2583 (patch)
tree418360385d76010bb97655723ce5a0266a9f768d /app/src/main/res/values
parent00e1b5d6f1aee60212b701a3a985eef62f6e70e9 (diff)
Make graphical preference for en/disabling GridView
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fd222e89..e90e858b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -117,6 +117,7 @@
<string name="pref_key_theme" translatable="false">darkTheme</string>
<string name="pref_key_font" translatable="false">font</string>
<string name="pref_key_branding" translatable="false">branding</string>
+ <string name="pref_key_gridview" translatable="false">gridview</string>
<string name="pref_key_font_size" translatable="false">fontSize</string>
<string name="pref_key_wifi_only" translatable="false">wifiOnly</string>
<string name="pref_key_lock" translatable="false">lock</string>
@@ -191,6 +192,7 @@
<string name="shared_text_empty">Shared text was empty</string>
<string name="append_to_note">Append to note</string>
<string name="settings_branding">Branding</string>
+ <string name="settings_gridview">Grid view</string>
<string name="simple_security">Security</string>
<string name="simple_appearance">Appearance</string>
<string name="simple_synchronization">Synchronization</string>