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>2017-09-28 03:14:12 +0300
committerNextcloud bot <bot@nextcloud.com>2017-09-28 03:14:12 +0300
commitbd813a308a220a78f195920915e08b3d44077de2 (patch)
tree4bb6ecf124c6d8ee94712062ef6280dde0cb5872 /l10n/ca.js
parentaebe295d1f79580a5f1b2a684c4daafec245f09a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/ca.js')
-rw-r--r--l10n/ca.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 839d1c3..0812bc9 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"files_accesscontrol",
{
"No rule given" : "No s'han proporcionat regles",
- "File access control" : "Control d'accés a l'arxiu"
+ "File access control" : "Control d'accés a l'arxiu",
+ "Restrict access to files based on factors such as filetype, user group memberships, time and more." : "Restringeix l'accés als fitxers basats en factors com el tipus de fitxer, la pertinença al grup d'usuaris, el temps i més.",
+ "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "Cada grup de regles consisteix en una o més regles. Una sol·licitud coincideix amb un grup si totes les normes s'avaluen a true. Si una sol·licitud coincideix amb almenys un dels grups definits, la sol·licitud està bloquejada i el contingut del fitxer no es pot llegir ni escriure."
},
"nplurals=2; plural=(n != 1);");