mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
16 lines
437 B
JavaScript
16 lines
437 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefonsynkronisering",
|
|
"Cancel" : "Avbryt",
|
|
"Confirm" : "Bekreft",
|
|
"Settings" : "Innstillinger",
|
|
"Default country code" : "Standard landskode",
|
|
"Last message" : "Siste melding",
|
|
"Label" : "Etikett",
|
|
"Notification settings" : "Innstillinger for notifiseringer",
|
|
"Enable" : "Aktiver",
|
|
"Disable" : "Deaktiver"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|