diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/l10n/es.js | 5 | ||||
-rw-r--r-- | apps/dav/l10n/es.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 2a01abafcfb..75b5ccc8aa9 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -44,6 +44,9 @@ OC.L10N.register( "Contacts" : "Contactos", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", - "Request ID: %s" : "ID de la solicitud: %s" + "Request ID: %s" : "ID de la solicitud: %s", + "CalDAV server" : "Servidor CalDAV", + "Send invitations to attendees" : "Enviar invitaciones a los asistentes", + "Please make sure to properly set up the email settings above." : "Por favor, asegúrate de que las configuraciones de correo de arriba son correctas" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index 20e33731a34..72c0aceef5e 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -42,6 +42,9 @@ "Contacts" : "Contactos", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", - "Request ID: %s" : "ID de la solicitud: %s" + "Request ID: %s" : "ID de la solicitud: %s", + "CalDAV server" : "Servidor CalDAV", + "Send invitations to attendees" : "Enviar invitaciones a los asistentes", + "Please make sure to properly set up the email settings above." : "Por favor, asegúrate de que las configuraciones de correo de arriba son correctas" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |