mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
13 lines
298 B
JavaScript
13 lines
298 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Phone Sync",
|
|
"Cancel" : "Membatalkan",
|
|
"Confirm" : "Konfirmasi",
|
|
"Settings" : "Setelan",
|
|
"Notification settings" : "Pengaturan notifkasi",
|
|
"Enable" : "aktifkan",
|
|
"Disable" : "Nonaktifkan"
|
|
},
|
|
"nplurals=1; plural=0;");
|