14 lines
549 B
JavaScript
14 lines
549 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s" : "Hola %s",
|
|
"Hello %s," : "Hola %s,",
|
|
"Notifications" : "Notificacions",
|
|
"in {path}" : "en {path}",
|
|
"Never" : "Nunca",
|
|
"Your settings have been updated." : "A suya configuración ha estau actualizada.",
|
|
"None" : "Denguno",
|
|
"You need to set up your email address before you can receive notification emails." : "Ye necesario que configures a tuya direción de correu electronico pa poder recibir os correus de notificación."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|