mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
12 lines
282 B
JavaScript
12 lines
282 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "همگام سازی تلفن",
|
|
"Cancel" : "لغو",
|
|
"Confirm" : "تایید",
|
|
"Settings" : "تنظیمات",
|
|
"Enable" : "فعال",
|
|
"Disable" : "غیرفعال کردن"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|