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-02-01 01:14:44 +00:00
parent 5e46c0d8ab
commit aeea3c8a17
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
18 changed files with 90 additions and 0 deletions

6
l10n/de.js Normal file
View File

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

4
l10n/de.json Normal file
View File

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

6
l10n/el.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Συγχρονισμός τηλεφώνου"
},
"nplurals=2; plural=(n != 1);");

4
l10n/el.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Συγχρονισμός τηλεφώνου"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

6
l10n/fr.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Synchronisation du téléphone"
},
"nplurals=2; plural=(n > 1);");

4
l10n/fr.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Synchronisation du téléphone"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

6
l10n/he.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "סינכרון טלפון"
},
"nplurals=2; plural=(n != 1);");

4
l10n/he.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "סינכרון טלפון"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

6
l10n/pt_BR.js Normal file
View File

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

4
l10n/pt_BR.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Sincronizar telefone"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

6
l10n/ru.js Normal file
View File

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

4
l10n/ru.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Синхронизация с телефоном"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

6
l10n/sk_SK.js Normal file
View File

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

4
l10n/sk_SK.json Normal file
View File

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

6
l10n/sl.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Sinhronizacija telefona"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

4
l10n/sl.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Sinhronizacija telefona"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

6
l10n/zh_CN.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "电话同步"
},
"nplurals=1; plural=0;");

4
l10n/zh_CN.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "电话同步"
},"pluralForm" :"nplurals=1; plural=0;"
}