1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-11 01:46:13 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-10-14 02:46:01 +00:00
parent 49d34f61f9
commit 2cfecf234e
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 10 additions and 0 deletions

6
l10n/sr.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Телефонска синхронизација"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

4
l10n/sr.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Телефонска синхронизација"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}