1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-03-02 16:57:38 +00:00
parent 33a93c370c
commit fb95a1c6a0
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
8 changed files with 40 additions and 0 deletions

6
l10n/cs.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Synchronizace s telefonem"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");

4
l10n/cs.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Synchronizace s telefonem"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}

6
l10n/fi.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Puhelin synkronointi"
},
"nplurals=2; plural=(n != 1);");

4
l10n/fi.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Puhelin synkronointi"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

6
l10n/nb.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Telefon synkronisering"
},
"nplurals=2; plural=(n != 1);");

4
l10n/nb.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Telefon synkronisering"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

6
l10n/sk.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "SMS"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");

4
l10n/sk.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "SMS"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}