1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
4 changed files with 12 additions and 2 deletions
+1 -1
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;");
+1 -1
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
View File
@@ -0,0 +1,6 @@
OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Sinkronizimi i celularit"
},
"nplurals=2; plural=(n != 1);");
+4
View File
@@ -0,0 +1,4 @@
{ "translations": {
"Phone Sync" : "Sinkronizimi i celularit"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}