mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-09 17:06:12 +00:00
15 lines
397 B
JavaScript
15 lines
397 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Phone Sync",
|
|
"An app to sync SMS with your cloud" : "An app to sync SMS with your cloud",
|
|
"Cancel" : "Cancel",
|
|
"Confirm" : "Confirm",
|
|
"Settings" : "Settings",
|
|
"Label" : "Label",
|
|
"Notification settings" : "Notification settings",
|
|
"Enable" : "Enable",
|
|
"Disable" : "Disable"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|