mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
* [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> * [tx-robot] updated from transifex Signed-off-by: Nextcloud bot <bot@nextcloud.com> Co-authored-by: Nextcloud bot <bot@nextcloud.com>
18 lines
630 B
JavaScript
18 lines
630 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",
|
|
"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);");
|