16 строки
634 B
JavaScript
16 строки
634 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s," : "Salute %s,",
|
|
"Notifications" : "Notificationes",
|
|
"Dismiss" : "Dimitter",
|
|
"seconds ago" : "secundas passate",
|
|
"in {path}" : "in {path}",
|
|
"No notifications" : "Nulle notificationes",
|
|
"Never" : "Nunquam",
|
|
"Your settings have been updated." : "Tu configurationes ha essite actualisate.",
|
|
"You need to set up your email address before you can receive notification emails." : "Tu necessita configurar tu adresse de e-posta ante que tu pote reciper messages de e-posta de notification.",
|
|
"None" : "Nulle"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|