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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2023-04-08 16:59:49 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-04-08 18:23:26 +0300
commit2787efc1a38e32ab1ea04a1048194cc4fbc15052 (patch)
treefdfcdd448f94061349a0514c4601358ab76861a6
parenta9e622956778121cf6f4747ad047291860967281 (diff)
i18n: Spelling unification
Transifex spelling unification.
-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 62ff93693..0ff48de4f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -244,7 +244,7 @@
<string name="error_dialog_tip_sync_only_on_wifi">If you have enabled the "Sync only on Wi-Fi" setting, you can only synchronize when you are connected to a Wi-Fi.</string>
<string name="error_dialog_tip_files_force_stop">Something seems to be wrong with your Nextcloud app. Please try to force stop both, the Nextcloud app and the Nextcloud Deck app.</string>
<string name="error_dialog_tip_files_delete_storage">If force stopping them does not help, you can try to clear the storage of both apps.</string>
- <string name="error_dialog_timeout_instance">There wasn\'t a response from your server in the given time. Please make sure your instance is running well.</string>
+ <string name="error_dialog_timeout_instance">There was not a response from your server in the given time. Please make sure your instance is running well.</string>
<string name="error_dialog_timeout_toggle">Check your network connection. Sometimes toggling the mobile data or Wi-Fi off and on again can help.</string>
<string name="error_dialog_check_server">The response of your server was not correct. Please check whether you can access the Deck app via web interface.</string>
<string name="error_dialog_check_server_logs">There is an issue with your Nextcloud setup. Please have a look into the server log files.</string>
@@ -358,5 +358,5 @@
<string name="enter_search_term_title">Enter search term</string>
<string name="enter_search_term_description">Enter search term to find cards in this board</string>
<string name="no_search_results_title">No search results</string>
- <string name="no_search_results_description">We haven\'t found any result for the given search term</string>
+ <string name="no_search_results_description">We have not found any result for the given search term</string>
</resources>