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

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-02-16 01:15:31 +00:00
parent 90f66a8b22
commit 5fd545ae30
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 12 additions and 2 deletions

View File

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

View File

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

6
l10n/sq.js Normal file
View File

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

4
l10n/sq.json Normal file
View File

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