mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
19 lines
654 B
JavaScript
19 lines
654 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Puhelinsynkronointi",
|
|
"Cancel" : "Peruuta",
|
|
"Confirm" : "Vahvista",
|
|
"No contact found." : "Yhteystietoa ei löydy.",
|
|
"Settings" : "Asetukset",
|
|
"Default country code" : "Oletusmaakoodi",
|
|
"Contact ordering" : "Yhteystietojen järjestäminen",
|
|
"Last message" : "Viimeinen viesti",
|
|
"Label" : "Nimike",
|
|
"Notification settings" : "Ilmoitusasetukset",
|
|
"Enable" : "Ota käyttöön",
|
|
"Disable" : "Poista käytöstä",
|
|
"Please select a conversation from the list to load it." : "Valitse keskustelu listasta ladataksesi se"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|