Skip to content

Commit 8bb1665

Browse files
committed
[tx] updated from transifex
1 parent b090bda commit 8bb1665

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

l10n/lv.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_external_dropbox",
3+
{
4+
"Error verifying OAuth2 Code for " : "Kļūda verificējot OAuth2 kodu priekš ",
5+
"Dropbox V2" : "Dropbox V2",
6+
"Step 2 failed. Exception: %s" : "Otrais solis neizdevās. Izņēmums: %s"
7+
},
8+
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

l10n/lv.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ "translations": {
2+
"Error verifying OAuth2 Code for " : "Kļūda verificējot OAuth2 kodu priekš ",
3+
"Dropbox V2" : "Dropbox V2",
4+
"Step 2 failed. Exception: %s" : "Otrais solis neizdevās. Izņēmums: %s"
5+
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
6+
}

0 commit comments

Comments
 (0)