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-05 01:14:42 +00:00
parent 37103d1869
commit 78ef009e61
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
8 changed files with 40 additions and 0 deletions

6
l10n/es.js Normal file
View File

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

4
l10n/es.json Normal file
View File

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

6
l10n/id.js Normal file
View File

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

4
l10n/id.json Normal file
View File

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

6
l10n/it.js Normal file
View File

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

4
l10n/it.json Normal file
View File

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

6
l10n/nb_NO.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_NO.json Normal file
View File

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