mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
12 lines
283 B
JavaScript
12 lines
283 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefon Synkronisering",
|
|
"Cancel" : "Avbryt",
|
|
"Settings" : "Instillingar",
|
|
"Notification settings" : "Varsel innstillingar",
|
|
"Enable" : "Slå på",
|
|
"Disable" : "Slå av"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|