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

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-13 06:14:02 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-13 06:14:02 +0300
commit89f202b83cbe096ca764f6a6d807a5c7b357d17e (patch)
treef3d8e7c2e27bb8a9aab894062b3ff78b6f6b6f5a
parent333f0efaf6fac7261d6bf368fe01653bb19addcb (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/en_GB.js1
-rw-r--r--l10n/en_GB.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index fdcfe0b..e900d16 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"User %s may be infected with ransomware and is asking for your help." : "User %s may be infected with ransomware and is asking for your help.",
"I will help" : "I will help",
"This app prevents uploading files with known ransomware file endings" : "This app prevents uploading files with known ransomware file endings",
+ "This app prevents the Nextcloud Sync clients from uploading files with known ransomware file endings.\n\n⚠️ This app does not replace regular backups. Especially since it only prevents infected clients from uploading and overwriting files on your Nextcloud server. It does not help in case your server is infected directly by a ransomware.\n\n⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files cannot be affected by another way." : "This app prevents the Nextcloud Sync clients from uploading files with known ransomware file endings.\n\n⚠️ This app does not replace regular backups. Especially since it only prevents infected clients from uploading and overwriting files on your Nextcloud server. It does not help in case your server is infected directly by ransomware.\n\n⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files cannot be affected in another way.",
"Include note files with non-obvious names, e.g. ReadMe.TxT, info.html" : "Include note files with non-obvious names, e.g. ReadMe.TxT, info.html",
"Additional extension patterns" : "Additional extension patterns",
"One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $. Leading dot or underscore on non-regular expression patterns mean that the name has to end with the given string." : "One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $. Leading dot or underscore on non-regular expression patterns mean that the name has to end with the given string.",
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 260a7c9..8ed0b10 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -8,6 +8,7 @@
"User %s may be infected with ransomware and is asking for your help." : "User %s may be infected with ransomware and is asking for your help.",
"I will help" : "I will help",
"This app prevents uploading files with known ransomware file endings" : "This app prevents uploading files with known ransomware file endings",
+ "This app prevents the Nextcloud Sync clients from uploading files with known ransomware file endings.\n\n⚠️ This app does not replace regular backups. Especially since it only prevents infected clients from uploading and overwriting files on your Nextcloud server. It does not help in case your server is infected directly by a ransomware.\n\n⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files cannot be affected by another way." : "This app prevents the Nextcloud Sync clients from uploading files with known ransomware file endings.\n\n⚠️ This app does not replace regular backups. Especially since it only prevents infected clients from uploading and overwriting files on your Nextcloud server. It does not help in case your server is infected directly by ransomware.\n\n⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files cannot be affected in another way.",
"Include note files with non-obvious names, e.g. ReadMe.TxT, info.html" : "Include note files with non-obvious names, e.g. ReadMe.TxT, info.html",
"Additional extension patterns" : "Additional extension patterns",
"One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $. Leading dot or underscore on non-regular expression patterns mean that the name has to end with the given string." : "One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $. Leading dot or underscore on non-regular expression patterns mean that the name has to end with the given string.",