mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
14 lines
336 B
JavaScript
14 lines
336 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefon sync",
|
|
"Cancel" : "Annullér",
|
|
"Confirm" : "Bekræft",
|
|
"Settings" : "Indstillinger",
|
|
"Label" : "Mærkat",
|
|
"Notification settings" : "Meddelelsesindstillinger",
|
|
"Enable" : "Aktivér",
|
|
"Disable" : "Deaktiver"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|