diff options
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/es.js | 4 | ||||
-rw-r--r-- | apps/dav/l10n/es.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 9137e53b040..fa129533530 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -151,7 +151,9 @@ OC.L10N.register( "No outstanding DAV system address book sync." : "No hay una sincronización pendiente en la libreta de direcciones DAV del sistema.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: \"occ dav:sync-system-addressbook\".", "WebDAV endpoint" : "Endpoint WebDAV", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "No se pudo verificar si su servidor web está adecuadamente configurado para permitir la sincronización de archivos a través de WebDAV. Por favor, verifique manualmente.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Su servidor web está adecuadamente configurado para permitir la sincronización de archivos a través de WebDAV.", "Migrated calendar (%1$s)" : "Calendario migrado (%1$s)", "Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes", "Contacts and groups" : "Contactos y grupos", @@ -171,6 +173,7 @@ OC.L10N.register( "Delete slot" : "Eliminar espacio", "No working hours set" : "No se han establecido horas de funcionamiento", "Add slot" : "Añadir espacio", + "Weekdays" : "Días de semana", "Monday" : "Lunes", "Tuesday" : "Martes", "Wednesday" : "Miércoles", @@ -185,6 +188,7 @@ OC.L10N.register( "Saved availability" : "Disponibilidad guardada", "Failed to save availability" : "No se ha podido guardar la disponibilidad", "Availability" : "Disponibilidad", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.", "Absence" : "Ausencia", "Configure your next absence period." : "Configura el siguiente periodo en que estarás ausente", "Calendar server" : "Servidor de calendario", diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index 941c9dfbc07..c2c86e92941 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -149,7 +149,9 @@ "No outstanding DAV system address book sync." : "No hay una sincronización pendiente en la libreta de direcciones DAV del sistema.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: \"occ dav:sync-system-addressbook\".", "WebDAV endpoint" : "Endpoint WebDAV", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "No se pudo verificar si su servidor web está adecuadamente configurado para permitir la sincronización de archivos a través de WebDAV. Por favor, verifique manualmente.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Su servidor web está adecuadamente configurado para permitir la sincronización de archivos a través de WebDAV.", "Migrated calendar (%1$s)" : "Calendario migrado (%1$s)", "Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes", "Contacts and groups" : "Contactos y grupos", @@ -169,6 +171,7 @@ "Delete slot" : "Eliminar espacio", "No working hours set" : "No se han establecido horas de funcionamiento", "Add slot" : "Añadir espacio", + "Weekdays" : "Días de semana", "Monday" : "Lunes", "Tuesday" : "Martes", "Wednesday" : "Miércoles", @@ -183,6 +186,7 @@ "Saved availability" : "Disponibilidad guardada", "Failed to save availability" : "No se ha podido guardar la disponibilidad", "Availability" : "Disponibilidad", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.", "Absence" : "Ausencia", "Configure your next absence period." : "Configura el siguiente periodo en que estarás ausente", "Calendar server" : "Servidor de calendario", |