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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-12-16 05:40:09 +0300
committerNextcloud bot <bot@nextcloud.com>2021-12-16 05:40:09 +0300
commitf2c00d0329a65e64a49fc6e12b784c0e1f1f7e99 (patch)
treee2368630d367145c43c35478f7a01bcf4ebf1469
parent0a55c6e9bf13189dc0bc30e46b3ed9e0e60cfc0f (diff)
[tx-robot] updated from transifexstable20
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/nb.js5
-rw-r--r--l10n/nb.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/l10n/nb.js b/l10n/nb.js
index 4350c79..e5bab5d 100644
--- a/l10n/nb.js
+++ b/l10n/nb.js
@@ -2,6 +2,9 @@ OC.L10N.register(
"files_accesscontrol",
{
"No rule given" : "Ingen regel angitt",
- "File access control" : "Filtilgangskontroll"
+ "Block access to a file" : "Blokker tilgang til en fil",
+ "File is accessed" : "Fil blir åpnet",
+ "File access control" : "Filtilgangskontroll",
+ "Control access to files based on conditions" : "Kontroller tilgang til filer basert på betingelser"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb.json b/l10n/nb.json
index 12ad13a..312c0ea 100644
--- a/l10n/nb.json
+++ b/l10n/nb.json
@@ -1,5 +1,8 @@
{ "translations": {
"No rule given" : "Ingen regel angitt",
- "File access control" : "Filtilgangskontroll"
+ "Block access to a file" : "Blokker tilgang til en fil",
+ "File is accessed" : "Fil blir åpnet",
+ "File access control" : "Filtilgangskontroll",
+ "Control access to files based on conditions" : "Kontroller tilgang til filer basert på betingelser"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file