Skip to content

Commit 8449e14

Browse files
committed
[tx-robot] updated from transifex
1 parent d451893 commit 8449e14

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

l10n/sv.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OC.L10N.register(
2+
"files_accesscontrol",
3+
{
4+
"No rule given" : "Ingen regel angiven",
5+
"File access control" : "Åtkomstkontroll av filer",
6+
"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." : "Varje regelgrupp består av en eller flera regler. En begäran matchar en grupp om alla regler utvärderas till sant. Om en begäran matchar minst en av de definierade grupperna blockeras begäran och filen kan då inte läsas eller skrivas."
7+
},
8+
"nplurals=2; plural=(n != 1);");

l10n/sv.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"No rule given" : "Ingen regel angiven",
3+
"File access control" : "Åtkomstkontroll av filer",
4+
"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." : "Varje regelgrupp består av en eller flera regler. En begäran matchar en grupp om alla regler utvärderas till sant. Om en begäran matchar minst en av de definierade grupperna blockeras begäran och filen kan då inte läsas eller skrivas."
5+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
6+
}

0 commit comments

Comments
 (0)