9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s" : "Ndeewo %s",
|
|
"Hello %s," : "Ndeewo %s",
|
|
"Notifications" : "Nziọkwà"
|
|
},
|
|
"nplurals=1; plural=0;");
|