mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
12 lines
354 B
JavaScript
12 lines
354 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Puhelinsynkronointi",
|
|
"No contact found." : "Yhteystietoa ei löydy.",
|
|
"Settings" : "Asetukset",
|
|
"Default country code" : "Oletusmaakoodi",
|
|
"Contact ordering" : "Yhteystietojen järjestäminen",
|
|
"Notification settings" : "Ilmoitusasetukset"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|