nextcloud/l10n/es/calendar.po

820 lines
17 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
2012-08-11 04:05:58 +04:00
# <davidlopez.david@gmail.com>, 2012.
2012-05-09 14:41:01 +04:00
# Javier Llorente <javier@opensuse.org>, 2012.
2012-01-15 18:12:58 +04:00
# <juanma@kde.org.ar>, 2011, 2012.
2012-05-13 21:59:44 +04:00
# oSiNaReF <>, 2012.
2012-08-11 04:05:58 +04:00
# <rafabayona@gmail.com>, 2012.
2012-01-20 21:53:45 +04:00
# <sergioballesterossolanas@gmail.com>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
2012-05-13 21:59:44 +04:00
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
2012-08-11 04:05:58 +04:00
"POT-Creation-Date: 2012-08-11 02:02+0200\n"
"PO-Revision-Date: 2012-08-11 00:02+0000\n"
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2012-08-11 04:05:58 +04:00
#: ajax/cache/status.php:19
msgid "Not all calendars are completely cached"
msgstr "Aún no se han guardado en caché todos los calendarios"
#: ajax/cache/status.php:21
msgid "Everything seems to be completely cached"
msgstr "Parece que se ha guardado todo en caché"
#: ajax/categories/rescan.php:29
2012-05-09 14:41:01 +04:00
msgid "No calendars found."
2012-05-13 21:59:44 +04:00
msgstr "No se encontraron calendarios."
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: ajax/categories/rescan.php:37
2012-05-09 14:41:01 +04:00
msgid "No events found."
2012-05-13 21:59:44 +04:00
msgstr "No se encontraron eventos."
2012-05-09 14:41:01 +04:00
#: ajax/event/edit.form.php:20
msgid "Wrong calendar"
msgstr "Calendario incorrecto"
2012-08-11 04:05:58 +04:00
#: ajax/import/dropimport.php:29 ajax/import/import.php:64
msgid ""
"The file contained either no events or all events are already saved in your "
"calendar."
msgstr "El archivo no contiene eventos o ya existen en tu calendario."
#: ajax/import/dropimport.php:31 ajax/import/import.php:67
msgid "events has been saved in the new calendar"
msgstr "Los eventos han sido guardados en el nuevo calendario"
#: ajax/import/import.php:56
msgid "Import failed"
msgstr "Fallo en la importación"
#: ajax/import/import.php:69
msgid "events has been saved in your calendar"
msgstr "eventos se han guardado en tu calendario"
2012-05-09 14:41:01 +04:00
#: ajax/settings/guesstimezone.php:25
2012-01-15 18:12:58 +04:00
msgid "New Timezone:"
msgstr "Nueva zona horaria:"
2012-08-11 04:05:58 +04:00
#: ajax/settings/settimezone.php:23
msgid "Timezone changed"
msgstr "Zona horaria cambiada"
2012-08-11 04:05:58 +04:00
#: ajax/settings/settimezone.php:25
msgid "Invalid request"
msgstr "Petición no válida"
2012-08-11 04:05:58 +04:00
#: appinfo/app.php:35 templates/calendar.php:15
#: templates/part.eventform.php:33 templates/part.showevent.php:33
msgid "Calendar"
msgstr "Calendario"
2012-08-11 04:05:58 +04:00
#: js/calendar.js:832
2012-06-06 02:29:28 +04:00
msgid "ddd"
2012-08-11 04:05:58 +04:00
msgstr "ddd"
2012-06-06 02:29:28 +04:00
2012-08-11 04:05:58 +04:00
#: js/calendar.js:833
2012-06-06 02:29:28 +04:00
msgid "ddd M/d"
2012-08-11 04:05:58 +04:00
msgstr "ddd M/d"
2012-06-06 02:29:28 +04:00
2012-08-11 04:05:58 +04:00
#: js/calendar.js:834
2012-06-06 02:29:28 +04:00
msgid "dddd M/d"
2012-08-11 04:05:58 +04:00
msgstr "dddd M/d"
2012-06-06 02:29:28 +04:00
2012-08-11 04:05:58 +04:00
#: js/calendar.js:837
2012-06-06 02:29:28 +04:00
msgid "MMMM yyyy"
2012-08-11 04:05:58 +04:00
msgstr "MMMM yyyy"
2012-06-06 02:29:28 +04:00
2012-08-11 04:05:58 +04:00
#: js/calendar.js:839
2012-05-09 14:41:01 +04:00
msgid "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}"
2012-05-13 21:59:44 +04:00
msgstr "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: js/calendar.js:841
2012-06-06 02:29:28 +04:00
msgid "dddd, MMM d, yyyy"
2012-08-11 04:05:58 +04:00
msgstr "dddd, MMM d, yyyy"
2012-06-06 02:29:28 +04:00
2012-08-11 04:05:58 +04:00
#: lib/app.php:121
msgid "Birthday"
2011-09-25 01:12:18 +04:00
msgstr "Cumpleaños"
2012-08-11 04:05:58 +04:00
#: lib/app.php:122
msgid "Business"
2011-09-25 01:12:18 +04:00
msgstr "Negocios"
2012-08-11 04:05:58 +04:00
#: lib/app.php:123
msgid "Call"
2012-05-09 14:41:01 +04:00
msgstr "Llamada"
2012-08-11 04:05:58 +04:00
#: lib/app.php:124
msgid "Clients"
2011-09-25 01:12:18 +04:00
msgstr "Clientes"
2012-08-11 04:05:58 +04:00
#: lib/app.php:125
msgid "Deliverer"
2012-01-15 18:12:58 +04:00
msgstr "Entrega"
2012-08-11 04:05:58 +04:00
#: lib/app.php:126
msgid "Holidays"
2012-05-09 14:41:01 +04:00
msgstr "Festivos"
2012-08-11 04:05:58 +04:00
#: lib/app.php:127
msgid "Ideas"
2011-09-25 01:12:18 +04:00
msgstr "Ideas"
2012-08-11 04:05:58 +04:00
#: lib/app.php:128
msgid "Journey"
2011-09-25 01:12:18 +04:00
msgstr "Viaje"
2012-08-11 04:05:58 +04:00
#: lib/app.php:129
msgid "Jubilee"
2011-09-25 01:12:18 +04:00
msgstr "Aniversario"
2012-08-11 04:05:58 +04:00
#: lib/app.php:130
msgid "Meeting"
2011-09-25 01:12:18 +04:00
msgstr "Reunión"
2012-08-11 04:05:58 +04:00
#: lib/app.php:131
msgid "Other"
2011-09-25 01:12:18 +04:00
msgstr "Otro"
2012-08-11 04:05:58 +04:00
#: lib/app.php:132
msgid "Personal"
2011-09-25 01:12:18 +04:00
msgstr "Personal"
2012-08-11 04:05:58 +04:00
#: lib/app.php:133
msgid "Projects"
2012-01-15 18:12:58 +04:00
msgstr "Proyectos"
2012-08-11 04:05:58 +04:00
#: lib/app.php:134
msgid "Questions"
2011-09-25 01:12:18 +04:00
msgstr "Preguntas"
2012-08-11 04:05:58 +04:00
#: lib/app.php:135
msgid "Work"
2011-09-25 01:12:18 +04:00
msgstr "Trabajo"
2012-08-11 04:05:58 +04:00
#: lib/app.php:351 lib/app.php:361
msgid "by"
msgstr "por"
#: lib/app.php:359 lib/app.php:399
2012-05-09 14:41:01 +04:00
msgid "unnamed"
2012-05-13 21:59:44 +04:00
msgstr "Sin nombre"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: lib/import.php:184 templates/calendar.php:12
#: templates/part.choosecalendar.php:22
msgid "New Calendar"
msgstr "Nuevo calendario"
#: lib/object.php:372
msgid "Does not repeat"
msgstr "No se repite"
2012-08-11 04:05:58 +04:00
#: lib/object.php:373
msgid "Daily"
msgstr "Diariamente"
2012-08-11 04:05:58 +04:00
#: lib/object.php:374
msgid "Weekly"
msgstr "Semanalmente"
2012-08-11 04:05:58 +04:00
#: lib/object.php:375
msgid "Every Weekday"
2012-01-15 18:12:58 +04:00
msgstr "Días de semana laboral"
2012-08-11 04:05:58 +04:00
#: lib/object.php:376
msgid "Bi-Weekly"
2012-01-15 18:12:58 +04:00
msgstr "Cada 2 semanas"
2012-08-11 04:05:58 +04:00
#: lib/object.php:377
msgid "Monthly"
msgstr "Mensualmente"
2012-08-11 04:05:58 +04:00
#: lib/object.php:378
msgid "Yearly"
msgstr "Anualmente"
2012-08-11 04:05:58 +04:00
#: lib/object.php:388
2012-01-15 18:12:58 +04:00
msgid "never"
msgstr "nunca"
2012-08-11 04:05:58 +04:00
#: lib/object.php:389
2012-01-15 18:12:58 +04:00
msgid "by occurrences"
msgstr "por ocurrencias"
2012-08-11 04:05:58 +04:00
#: lib/object.php:390
2012-01-15 18:12:58 +04:00
msgid "by date"
msgstr "por fecha"
2012-08-11 04:05:58 +04:00
#: lib/object.php:400
2012-01-15 18:12:58 +04:00
msgid "by monthday"
msgstr "por día del mes"
2012-08-11 04:05:58 +04:00
#: lib/object.php:401
2012-01-15 18:12:58 +04:00
msgid "by weekday"
msgstr "por día de la semana"
2012-08-11 04:05:58 +04:00
#: lib/object.php:411 templates/calendar.php:5 templates/settings.php:69
msgid "Monday"
msgstr "Lunes"
2012-08-11 04:05:58 +04:00
#: lib/object.php:412 templates/calendar.php:5
msgid "Tuesday"
msgstr "Martes"
2012-08-11 04:05:58 +04:00
#: lib/object.php:413 templates/calendar.php:5
msgid "Wednesday"
msgstr "Miércoles"
2012-08-11 04:05:58 +04:00
#: lib/object.php:414 templates/calendar.php:5
msgid "Thursday"
msgstr "Jueves"
2012-08-11 04:05:58 +04:00
#: lib/object.php:415 templates/calendar.php:5
msgid "Friday"
msgstr "Viernes"
2012-08-11 04:05:58 +04:00
#: lib/object.php:416 templates/calendar.php:5
msgid "Saturday"
msgstr "Sábado"
2012-08-11 04:05:58 +04:00
#: lib/object.php:417 templates/calendar.php:5 templates/settings.php:70
2012-01-15 18:12:58 +04:00
msgid "Sunday"
msgstr "Domingo"
2012-08-11 04:05:58 +04:00
#: lib/object.php:427
2012-01-15 18:12:58 +04:00
msgid "events week of month"
msgstr "eventos de la semana del mes"
2012-08-11 04:05:58 +04:00
#: lib/object.php:428
2012-01-15 18:12:58 +04:00
msgid "first"
msgstr "primer"
2012-08-11 04:05:58 +04:00
#: lib/object.php:429
2012-01-15 18:12:58 +04:00
msgid "second"
msgstr "segundo"
2012-08-11 04:05:58 +04:00
#: lib/object.php:430
2012-01-15 18:12:58 +04:00
msgid "third"
msgstr "tercer"
2012-08-11 04:05:58 +04:00
#: lib/object.php:431
2012-01-15 18:12:58 +04:00
msgid "fourth"
msgstr "cuarto"
2012-08-11 04:05:58 +04:00
#: lib/object.php:432
2012-01-15 18:12:58 +04:00
msgid "fifth"
msgstr "quinto"
2012-08-11 04:05:58 +04:00
#: lib/object.php:433
2012-01-15 18:12:58 +04:00
msgid "last"
msgstr "último"
2012-08-11 04:05:58 +04:00
#: lib/object.php:467 templates/calendar.php:7
msgid "January"
msgstr "Enero"
2012-08-11 04:05:58 +04:00
#: lib/object.php:468 templates/calendar.php:7
msgid "February"
msgstr "Febrero"
2012-08-11 04:05:58 +04:00
#: lib/object.php:469 templates/calendar.php:7
msgid "March"
msgstr "Marzo"
2012-08-11 04:05:58 +04:00
#: lib/object.php:470 templates/calendar.php:7
msgid "April"
msgstr "Abril"
2012-08-11 04:05:58 +04:00
#: lib/object.php:471 templates/calendar.php:7
msgid "May"
msgstr "Mayo"
2012-08-11 04:05:58 +04:00
#: lib/object.php:472 templates/calendar.php:7
msgid "June"
msgstr "Junio"
2012-08-11 04:05:58 +04:00
#: lib/object.php:473 templates/calendar.php:7
msgid "July"
msgstr "Julio"
2012-08-11 04:05:58 +04:00
#: lib/object.php:474 templates/calendar.php:7
msgid "August"
msgstr "Agosto"
2012-08-11 04:05:58 +04:00
#: lib/object.php:475 templates/calendar.php:7
msgid "September"
msgstr "Septiembre"
2012-08-11 04:05:58 +04:00
#: lib/object.php:476 templates/calendar.php:7
msgid "October"
msgstr "Octubre"
2012-08-11 04:05:58 +04:00
#: lib/object.php:477 templates/calendar.php:7
msgid "November"
msgstr "Noviembre"
2012-08-11 04:05:58 +04:00
#: lib/object.php:478 templates/calendar.php:7
msgid "December"
msgstr "Diciembre"
2012-08-11 04:05:58 +04:00
#: lib/object.php:488
2012-01-15 18:12:58 +04:00
msgid "by events date"
msgstr "por fecha de los eventos"
2012-08-11 04:05:58 +04:00
#: lib/object.php:489
2012-01-15 18:12:58 +04:00
msgid "by yearday(s)"
msgstr "por día(s) del año"
2012-08-11 04:05:58 +04:00
#: lib/object.php:490
2012-01-15 18:12:58 +04:00
msgid "by weeknumber(s)"
msgstr "por número(s) de semana"
2012-08-11 04:05:58 +04:00
#: lib/object.php:491
2012-01-15 18:12:58 +04:00
msgid "by day and month"
msgstr "por día y mes"
2012-08-11 04:05:58 +04:00
#: lib/search.php:35 lib/search.php:37 lib/search.php:40
2012-01-15 18:12:58 +04:00
msgid "Date"
msgstr "Fecha"
2012-08-11 04:05:58 +04:00
#: lib/search.php:43
2012-01-15 18:12:58 +04:00
msgid "Cal."
msgstr "Cal."
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:6
msgid "Sun."
msgstr "Dom."
#: templates/calendar.php:6
msgid "Mon."
msgstr "Lun."
#: templates/calendar.php:6
msgid "Tue."
msgstr "Mar."
#: templates/calendar.php:6
msgid "Wed."
msgstr "Mier."
#: templates/calendar.php:6
msgid "Thu."
msgstr "Jue."
#: templates/calendar.php:6
msgid "Fri."
msgstr "Vie."
#: templates/calendar.php:6
msgid "Sat."
msgstr "Sab."
#: templates/calendar.php:8
msgid "Jan."
msgstr "Ene."
#: templates/calendar.php:8
msgid "Feb."
msgstr "Feb."
#: templates/calendar.php:8
msgid "Mar."
msgstr "Mar."
#: templates/calendar.php:8
msgid "Apr."
msgstr "Abr."
#: templates/calendar.php:8
msgid "May."
msgstr "May."
#: templates/calendar.php:8
msgid "Jun."
msgstr "Jun."
#: templates/calendar.php:8
msgid "Jul."
msgstr "Jul."
#: templates/calendar.php:8
msgid "Aug."
msgstr "Ago."
#: templates/calendar.php:8
msgid "Sep."
msgstr "Sep."
#: templates/calendar.php:8
msgid "Oct."
msgstr "Oct."
#: templates/calendar.php:8
msgid "Nov."
msgstr "Nov."
#: templates/calendar.php:8
msgid "Dec."
msgstr "Dic."
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:11
2012-01-15 18:12:58 +04:00
msgid "All day"
msgstr "Todo el día"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:13
2012-01-15 18:12:58 +04:00
msgid "Missing fields"
msgstr "Los campos que faltan"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:14 templates/part.eventform.php:19
#: templates/part.showevent.php:11
2012-01-15 18:12:58 +04:00
msgid "Title"
msgstr "Título"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:16
2012-01-15 18:12:58 +04:00
msgid "From Date"
msgstr "Desde la fecha"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:17
2012-01-15 18:12:58 +04:00
msgid "From Time"
msgstr "Desde la hora"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:18
2012-01-15 18:12:58 +04:00
msgid "To Date"
msgstr "Hasta la fecha"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:19
2012-01-15 18:12:58 +04:00
msgid "To Time"
msgstr "Hasta la hora"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:20
2012-01-15 18:12:58 +04:00
msgid "The event ends before it starts"
msgstr "El evento termina antes de que comience"
2012-05-09 14:41:01 +04:00
#: templates/calendar.php:21
2012-01-15 18:12:58 +04:00
msgid "There was a database fail"
2012-05-09 14:41:01 +04:00
msgstr "Se ha producido un error en la base de datos"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:39
2012-01-15 18:12:58 +04:00
msgid "Week"
msgstr "Semana"
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:40
2012-01-15 18:12:58 +04:00
msgid "Month"
msgstr "Mes"
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:41
2012-01-15 18:12:58 +04:00
msgid "List"
msgstr "Lista"
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:45
2012-01-15 18:12:58 +04:00
msgid "Today"
msgstr "Hoy"
2012-08-11 04:05:58 +04:00
#: templates/calendar.php:46 templates/calendar.php:47
msgid "Settings"
msgstr ""
2012-05-09 14:41:01 +04:00
#: templates/part.choosecalendar.php:2
msgid "Your calendars"
2012-05-13 21:59:44 +04:00
msgstr "Tus calendarios"
2012-05-09 14:41:01 +04:00
#: templates/part.choosecalendar.php:27
2012-08-11 04:05:58 +04:00
#: templates/part.choosecalendar.rowfields.php:11
msgid "CalDav Link"
2012-01-15 18:12:58 +04:00
msgstr "Enlace a CalDav"
2012-05-09 14:41:01 +04:00
#: templates/part.choosecalendar.php:31
msgid "Shared calendars"
2012-05-13 21:59:44 +04:00
msgstr "Calendarios compartidos"
2012-05-09 14:41:01 +04:00
#: templates/part.choosecalendar.php:48
msgid "No shared calendars"
2012-05-13 21:59:44 +04:00
msgstr "Calendarios no compartidos"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.choosecalendar.rowfields.php:8
2012-05-09 14:41:01 +04:00
msgid "Share Calendar"
2012-05-13 21:59:44 +04:00
msgstr "Compartir calendario"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.choosecalendar.rowfields.php:14
msgid "Download"
msgstr "Descargar"
2012-08-11 04:05:58 +04:00
#: templates/part.choosecalendar.rowfields.php:17
msgid "Edit"
msgstr "Editar"
2012-08-11 04:05:58 +04:00
#: templates/part.choosecalendar.rowfields.php:20
2012-01-15 18:12:58 +04:00
#: templates/part.editevent.php:9
2011-09-25 01:12:18 +04:00
msgid "Delete"
2012-01-15 18:12:58 +04:00
msgstr "Eliminar"
2012-05-09 14:41:01 +04:00
#: templates/part.choosecalendar.rowfields.shared.php:4
msgid "shared with you by"
2012-05-13 21:59:44 +04:00
msgstr "compartido contigo por"
2012-05-09 14:41:01 +04:00
2011-09-25 01:12:18 +04:00
#: templates/part.editcalendar.php:9
msgid "New calendar"
msgstr "Nuevo calendario"
#: templates/part.editcalendar.php:9
msgid "Edit calendar"
msgstr "Editar calendario"
2011-09-25 01:12:18 +04:00
#: templates/part.editcalendar.php:12
msgid "Displayname"
msgstr "Nombre"
2011-09-25 01:12:18 +04:00
#: templates/part.editcalendar.php:23
msgid "Active"
msgstr "Activo"
2012-01-15 18:12:58 +04:00
#: templates/part.editcalendar.php:29
msgid "Calendar color"
msgstr "Color del calendario"
2012-01-15 18:12:58 +04:00
#: templates/part.editcalendar.php:42
msgid "Save"
2011-09-25 01:12:18 +04:00
msgstr "Guardar"
2012-01-15 18:12:58 +04:00
#: templates/part.editcalendar.php:42 templates/part.editevent.php:8
#: templates/part.newevent.php:6
msgid "Submit"
msgstr "Guardar"
2012-01-15 18:12:58 +04:00
#: templates/part.editcalendar.php:43
msgid "Cancel"
2011-09-25 01:12:18 +04:00
msgstr "Cancelar"
2012-01-15 18:12:58 +04:00
#: templates/part.editevent.php:1
msgid "Edit an event"
msgstr "Editar un evento"
2012-01-15 18:12:58 +04:00
#: templates/part.editevent.php:10
msgid "Export"
msgstr "Exportar"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:8 templates/part.showevent.php:3
msgid "Eventinfo"
2012-05-13 21:59:44 +04:00
msgstr "Información del evento"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:9 templates/part.showevent.php:4
msgid "Repeating"
2012-05-13 21:59:44 +04:00
msgstr "Repetición"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:10 templates/part.showevent.php:5
msgid "Alarm"
2012-05-13 21:59:44 +04:00
msgstr "Alarma"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:11 templates/part.showevent.php:6
msgid "Attendees"
2012-05-13 21:59:44 +04:00
msgstr "Asistentes"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:13
msgid "Share"
2012-05-13 21:59:44 +04:00
msgstr "Compartir"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:21
msgid "Title of the Event"
msgstr "Título del evento"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:27 templates/part.showevent.php:19
msgid "Category"
msgstr "Categoría"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:29
msgid "Separate categories with commas"
2012-05-13 21:59:44 +04:00
msgstr "Separar categorías con comas"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:30
msgid "Edit categories"
2012-05-13 21:59:44 +04:00
msgstr "Editar categorías"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:56 templates/part.showevent.php:52
msgid "All Day Event"
msgstr "Todo el día"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:60 templates/part.showevent.php:56
msgid "From"
msgstr "Desde"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:68 templates/part.showevent.php:64
msgid "To"
msgstr "Hasta"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:76 templates/part.showevent.php:72
2012-01-15 18:12:58 +04:00
msgid "Advanced options"
msgstr "Opciones avanzadas"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:81 templates/part.showevent.php:77
2012-05-09 14:41:01 +04:00
msgid "Location"
msgstr "Lugar"
#: templates/part.eventform.php:83
msgid "Location of the Event"
msgstr "Lugar del evento"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:89 templates/part.showevent.php:85
2012-05-09 14:41:01 +04:00
msgid "Description"
msgstr "Descripción"
#: templates/part.eventform.php:91
msgid "Description of the Event"
msgstr "Descripción del evento"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:100 templates/part.showevent.php:95
msgid "Repeat"
msgstr "Repetir"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:107 templates/part.showevent.php:102
2012-01-15 18:12:58 +04:00
msgid "Advanced"
msgstr "Avanzado"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:151 templates/part.showevent.php:146
2012-01-15 18:12:58 +04:00
msgid "Select weekdays"
msgstr "Seleccionar días de la semana"
2012-05-09 14:41:01 +04:00
#: templates/part.eventform.php:164 templates/part.eventform.php:177
2012-08-11 04:05:58 +04:00
#: templates/part.showevent.php:159 templates/part.showevent.php:172
2012-01-15 18:12:58 +04:00
msgid "Select days"
msgstr "Seleccionar días"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:169 templates/part.showevent.php:164
2012-01-15 18:12:58 +04:00
msgid "and the events day of year."
msgstr "y el día del año de los eventos."
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:182 templates/part.showevent.php:177
2012-01-15 18:12:58 +04:00
msgid "and the events day of month."
msgstr "y el día del mes de los eventos."
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:190 templates/part.showevent.php:185
2012-01-15 18:12:58 +04:00
msgid "Select months"
msgstr "Seleccionar meses"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:203 templates/part.showevent.php:198
2012-01-15 18:12:58 +04:00
msgid "Select weeks"
msgstr "Seleccionar semanas"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:208 templates/part.showevent.php:203
2012-01-15 18:12:58 +04:00
msgid "and the events week of year."
msgstr "y la semana del año de los eventos."
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:214 templates/part.showevent.php:209
2012-01-15 18:12:58 +04:00
msgid "Interval"
msgstr "Intervalo"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:220 templates/part.showevent.php:215
2012-01-15 18:12:58 +04:00
msgid "End"
msgstr "Fin"
2012-08-11 04:05:58 +04:00
#: templates/part.eventform.php:233 templates/part.showevent.php:228
2012-01-15 18:12:58 +04:00
msgid "occurrences"
msgstr "ocurrencias"
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:14
msgid "create a new calendar"
msgstr "Crear un nuevo calendario"
#: templates/part.import.php:17
2012-01-15 18:12:58 +04:00
msgid "Import a calendar file"
2012-01-20 21:53:45 +04:00
msgstr "Importar un archivo de calendario"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:24
msgid "Please choose a calendar"
msgstr "Por favor, escoge un calendario"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:36
2012-01-15 18:12:58 +04:00
msgid "Name of new calendar"
2012-01-20 21:53:45 +04:00
msgstr "Nombre del nuevo calendario"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:44
msgid "Take an available name!"
msgstr "¡Elige un nombre disponible!"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:45
msgid ""
"A Calendar with this name already exists. If you continue anyhow, these "
"calendars will be merged."
msgstr "Ya existe un calendario con este nombre. Si continúas, se combinarán los calendarios."
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:47
msgid "Import"
msgstr "Importar"
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.import.php:56
2012-01-15 18:12:58 +04:00
msgid "Close Dialog"
2012-01-20 21:53:45 +04:00
msgstr "Cerrar diálogo"
#: templates/part.newevent.php:1
msgid "Create a new event"
msgstr "Crear un nuevo evento"
2012-05-09 14:41:01 +04:00
#: templates/part.showevent.php:1
msgid "View an event"
2012-05-13 21:59:44 +04:00
msgstr "Ver un evento"
2012-05-09 14:41:01 +04:00
#: templates/part.showevent.php:23
msgid "No categories selected"
2012-05-13 21:59:44 +04:00
msgstr "Ninguna categoría seleccionada"
2012-05-09 14:41:01 +04:00
#: templates/part.showevent.php:37
msgid "of"
2012-05-13 21:59:44 +04:00
msgstr "de"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/part.showevent.php:59 templates/part.showevent.php:67
2012-05-09 14:41:01 +04:00
msgid "at"
2012-05-13 21:59:44 +04:00
msgstr "a las"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/settings.php:10
msgid "General"
msgstr ""
#: templates/settings.php:15
msgid "Timezone"
msgstr "Zona horaria"
2012-08-11 04:05:58 +04:00
#: templates/settings.php:47
msgid "Update timezone automatically"
msgstr ""
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/settings.php:52
msgid "Time format"
msgstr ""
2012-01-15 18:12:58 +04:00
2012-08-11 04:05:58 +04:00
#: templates/settings.php:57
2012-01-15 18:12:58 +04:00
msgid "24h"
msgstr "24h"
2012-08-11 04:05:58 +04:00
#: templates/settings.php:58
2012-01-15 18:12:58 +04:00
msgid "12h"
msgstr "12h"
2012-08-11 04:05:58 +04:00
#: templates/settings.php:64
msgid "Start week on"
msgstr ""
#: templates/settings.php:76
msgid "Cache"
msgstr "Caché"
#: templates/settings.php:80
msgid "Clear cache for repeating events"
msgstr "Limpiar caché de eventos recurrentes"
#: templates/settings.php:85
msgid "URLs"
msgstr ""
#: templates/settings.php:87
msgid "Calendar CalDAV syncing addresses"
msgstr "Direcciones de sincronización de calendario CalDAV:"
#: templates/settings.php:87
msgid "more info"
msgstr "Más información"
#: templates/settings.php:89
msgid "Primary address (Kontact et al)"
msgstr "Dirección principal (Kontact y otros)"
#: templates/settings.php:91
msgid "iOS/OS X"
msgstr "iOS/OS X"
2012-05-09 14:41:01 +04:00
2012-08-11 04:05:58 +04:00
#: templates/settings.php:93
msgid "Read only iCalendar link(s)"
msgstr "Enlace(s) iCalendar de sólo lectura"
2012-01-15 18:12:58 +04:00
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:20
msgid "Users"
2012-05-13 21:59:44 +04:00
msgstr "Usuarios"
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:21
msgid "select users"
2012-05-13 21:59:44 +04:00
msgstr "seleccionar usuarios"
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:36 templates/share.dropdown.php:62
msgid "Editable"
2012-05-13 21:59:44 +04:00
msgstr "Editable"
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:48
msgid "Groups"
2012-05-13 21:59:44 +04:00
msgstr "Grupos"
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:49
msgid "select groups"
2012-05-13 21:59:44 +04:00
msgstr "seleccionar grupos"
2012-05-09 14:41:01 +04:00
#: templates/share.dropdown.php:75
msgid "make public"
2012-05-13 21:59:44 +04:00
msgstr "hacerlo público"