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>2021-05-19 10:17:35 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-19 10:43:06 +0300
commit6c8ea328fde051458ac11d8bbc78bedcc0bd9a0f (patch)
treeb14cefabb58f6f59cb34eeb708bd081f165d44d5 /app/src/main/res/values/strings.xml
parent3a2516d53cb17bcfc176087e9c6c92a7cda351d3 (diff)
Fix a few lint warnings
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d48d5d5e..6aa0a88d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -93,7 +93,6 @@
<string name="widget_create_note">Create Note</string>
<string name="widget_not_logged_in">Please login to Notes before using this widget</string>
<string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favourite</string>
- <string name="widget_app_launcher_contentDescription">Launches app</string>
<string name="activity_select_single_note">Select note</string>
@@ -167,12 +166,10 @@
<string name="append_to_note">Append to note</string>
<string name="change_note_title">Change note title</string>
<string name="menu_edit_title">Edit title</string>
- <string name="settings_branding">Branding</string>
<string name="settings_gridview">Grid view</string>
<string name="simple_security">Security</string>
<string name="appearance_and_behavior">Appearance and behavior</string>
<string name="simple_synchronization">Synchronization</string>
- <string name="simple_behavior">Behavior</string>
<string name="manage_accounts">Manage accounts</string>
<string name="action_formatting_help">Formatting</string>
@@ -188,13 +185,6 @@
<item>Large</item>
</string-array>
- <string-array name="sync_entries">
- <item>Off</item>
- <item>15 minutes</item>
- <item>1 hour</item>
- <item>6 hours</item>
- </string-array>
-
<string-array name="darkmode_entries">
<item>Light</item>
<item>Dark</item>