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-04-25 15:13:06 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-25 15:13:06 +0300
commit71010248cdd0941d9a68ab94874d96cc23941d62 (patch)
treefa189e3ab0b5d0a761c6f75253c55c25675098ea /app/src/main/res/values
parentac114f21c6ed0df62425b578c1b2a744927b7576 (diff)
- #1014 Handle offline state when adding accounts (First time import)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 957c00e0..30779de1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -299,11 +299,11 @@
<string name="no_other_accounts">You don\'t have configured any other accounts yet.</string>
<string name="choose_account">Choose account</string>
<string name="context_based_formatting">Context based formatting popover</string>
-
-
<plurals name="remove_account_message">
<item quantity="one">Removing the account %1$s will also delete one unsynchronized change irrecoverable.</item>
<item quantity="other">Removing the account %1$s will also delete %2$d unsynchronized changes irrecoverable.</item>
</plurals>
<string name="remove_account">Remove %1$s</string>
+
+ <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
</resources>