10 lines
560 B
JavaScript
10 lines
560 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Notifications" : "नोटिफ़िकेशन",
|
|
"in {path}" : "in {path}",
|
|
"Your settings have been updated." : "आपकी सेटिंग अपडेट हो गई हैं",
|
|
"You need to set up your email address before you can receive notification emails." : "अधिसूचना ईमेल प्राप्त करने से पहले आपको अपना ईमेल पता सेट करना होगा।"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|