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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-12 05:35:33 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-12 05:35:33 +0300
commit18047efde6d258a48125b4b2acc3f6177e495c3b (patch)
tree9b25c967bdfa964826d81773c61c6249569d997c /l10n
parenta7cbec8b0121404ea5903aa541f1d2df252c2c8b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/da.js6
-rw-r--r--l10n/da.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/l10n/da.js b/l10n/da.js
index eb1a9a4..44e8f7e 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -2,6 +2,10 @@ OC.L10N.register(
"files_accesscontrol",
{
"No rule given" : "Ingen regl givet",
- "File access control" : "Fil adgangskontrol"
+ "Block access to a file" : "Bloker adgang til en fil",
+ "File is accessed" : "Filen er tilgået",
+ "File access control" : "Fil adgangskontrol",
+ "Control access to files based on conditions" : "Styr adgang til filer baseret på betingelser",
+ "Nextcloud's File Access Control app enables administrators to protect data from unauthorized access or modifications.\n\n## How it works\nThe administrator can create and manage a set of rule groups. Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied or the upload is blocked. The rules criteria range from IP address, mimetype and request time to group membership, tags, user agent and more.\n\nAn example would be to deny access to MS Excel/XLSX files owned by the \"Human Resources\" group accessed from an IP not on the internal company network or to block uploads of files bigger than 512 mb by students in the \"1st year\" group.\n\nLearn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)" : "Nextclouds filadgangskontrol-app gør det muligt for administratorer at beskytte data mod uautoriseret adgang eller ændringer.\n\n## Hvordan det virker\nAdministratoren kan oprette og administrere et sæt regelgrupper. Hver af regelgrupperne består af en eller flere regler. Hvis alle regler for en gruppe holder stik, matcher gruppen anmodningen, og adgang nægtes, eller uploaden blokeres. Regelkriterierne spænder fra IP-adresse, mimetype og anmodningstid til gruppemedlemskab, tags, brugeragent og mere.\n\nEt eksempel kunne være at nægte adgang til MS Excel/XLSX-filer, der ejes af \"Human Resources\"-gruppen, der tilgås fra en IP, der ikke er på det interne firmanetværk, eller at blokere uploads af filer, der er større end 512 mb af studerende i \"1st year\"-gruppen .\n\nFå mere at vide om filadgangskontrol på [https://nextcloud.com/workflow](https://nextcloud.com/workflow)"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/da.json b/l10n/da.json
index d1a11e9..9ebab90 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,5 +1,9 @@
{ "translations": {
"No rule given" : "Ingen regl givet",
- "File access control" : "Fil adgangskontrol"
+ "Block access to a file" : "Bloker adgang til en fil",
+ "File is accessed" : "Filen er tilgået",
+ "File access control" : "Fil adgangskontrol",
+ "Control access to files based on conditions" : "Styr adgang til filer baseret på betingelser",
+ "Nextcloud's File Access Control app enables administrators to protect data from unauthorized access or modifications.\n\n## How it works\nThe administrator can create and manage a set of rule groups. Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied or the upload is blocked. The rules criteria range from IP address, mimetype and request time to group membership, tags, user agent and more.\n\nAn example would be to deny access to MS Excel/XLSX files owned by the \"Human Resources\" group accessed from an IP not on the internal company network or to block uploads of files bigger than 512 mb by students in the \"1st year\" group.\n\nLearn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)" : "Nextclouds filadgangskontrol-app gør det muligt for administratorer at beskytte data mod uautoriseret adgang eller ændringer.\n\n## Hvordan det virker\nAdministratoren kan oprette og administrere et sæt regelgrupper. Hver af regelgrupperne består af en eller flere regler. Hvis alle regler for en gruppe holder stik, matcher gruppen anmodningen, og adgang nægtes, eller uploaden blokeres. Regelkriterierne spænder fra IP-adresse, mimetype og anmodningstid til gruppemedlemskab, tags, brugeragent og mere.\n\nEt eksempel kunne være at nægte adgang til MS Excel/XLSX-filer, der ejes af \"Human Resources\"-gruppen, der tilgås fra en IP, der ikke er på det interne firmanetværk, eller at blokere uploads af filer, der er større end 512 mb af studerende i \"1st year\"-gruppen .\n\nFå mere at vide om filadgangskontrol på [https://nextcloud.com/workflow](https://nextcloud.com/workflow)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file