friendica-addons/dav/lang/es/strings.php

142 lines
9.2 KiB
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Friendica-Native events"] = "Eventos Nativos de Friendica";
$a->strings["Friendica-Contacts"] = "Contactos de Friendica";
$a->strings["Your Friendica-Contacts"] = "Sus contactos de Friendica";
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Algo fue mal al intentar importar el archivo. Perdón. Quizá algunos eventos fueron importados de todas formas.";
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Algo fue mal al intentar importar el archivio. Perdón.";
$a->strings["The ICS-File has been imported."] = "El archivo ICS ha sido importado.";
$a->strings["No file was uploaded."] = "No se ha cargado en ningún archivo.";
$a->strings["Go back to the calendar"] = "Volver al calendario";
$a->strings["Import a ICS-file"] = "Importar un archivo ICS";
$a->strings["ICS-File"] = "Archivo ICS";
$a->strings["Overwrite all #num# existing events"] = "Sobreescribir todos los eventos #num# existentes";
$a->strings["Upload"] = "Cargar";
$a->strings["Settings"] = "Ajustes";
$a->strings["Help"] = "Ayuda";
$a->strings["New event"] = "Nuevo evento";
$a->strings["Today"] = "Hoy";
$a->strings["Day"] = "Día";
$a->strings["Week"] = "Semana";
$a->strings["Month"] = "Mes";
$a->strings["Reload"] = "Recargar";
$a->strings["Previous"] = "Anterior";
$a->strings["Next"] = "Siguiente";
$a->strings["Date"] = "Fecha";
$a->strings["Error"] = "Error";
$a->strings["Permission denied."] = "Permiso denegado.";
$a->strings["The new values have been saved."] = "Los nuevos valores se han guardado.";
$a->strings["The calendar has been updated."] = "El calendario se ha actualizado.";
$a->strings["The new calendar has been created."] = "El nuevo calendario se ha creado.";
$a->strings["The calendar has been deleted."] = "El calendario ha sido eliminado.";
$a->strings["Calendar Settings"] = "Ajustes de calendario";
$a->strings["Date format"] = "Formato de fecha";
$a->strings["Time zone"] = "Zona horaria";
$a->strings["Save"] = "Guardar";
$a->strings["Calendars"] = "Calendarios";
$a->strings["Create a new calendar"] = "Crear un nuevo calendario";
$a->strings["Limitations"] = "Límites";
$a->strings["Warning"] = "Advertencia";
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronización (iPhone, Thunderbird Lightning, Android, ...)";
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizar este calendario con el iPhone";
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizar sus contactos de Friendica con el iPhone";
$a->strings["The current version of this addon has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versión actual de este addon no se ha instalado correctamente. Por favor contacte con el administrador del sistema de su instalación de Friendica para resolver esto.";
$a->strings["Calendar"] = "Calendario";
$a->strings["Extended calendar with CalDAV-support"] = "Estendido el calendario con soporte CalDAV";
$a->strings["noreply"] = "no responder";
$a->strings["Notification: "] = "Notificación: ";
$a->strings["The database tables have been installed."] = "Las tablas de bases de datos se han instalado.";
$a->strings["An error occurred during the installation."] = "Hubo un error durante la instalación.";
$a->strings["The database tables have been updated."] = "Las tablas de bases de datos se han actualizado.";
$a->strings["An error occurred during the update."] = "Hubo un error durante la actualización.";
$a->strings["No system-wide settings yet."] = "Aún no hay ajustes para todo el sistema.";
$a->strings["Database status"] = "Estado de base de datos";
$a->strings["Installed"] = "Instalado";
$a->strings["Upgrade needed"] = "Actualización requerida";
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Por favor haga una copia de seguridad de toda la información de calendario (las tablas que empiezan por dav_*) antes de proceder. Mientras todos los eventos de calendario <i>deberían</i> de ser convertidos a la nueva estructura de base de datos, siempre es seguro tener copia de seguridad. Debajo, puede echar un vistazo a las colsultas de base de datos que se crearán al presionar el botón 'actualizar'.";
$a->strings["Upgrade"] = "Actualizar";
$a->strings["Not installed"] = "No instalado";
$a->strings["Install"] = "Instalar";
$a->strings["Unknown"] = "Desconocido";
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Algo fue realmente mal. No puedo recuperarme de este estado automáticamente, lo siento. Por favor vaya a la parte trasera de la base de datos, haga una copia de seguridad de la información, y elimine todas las tablas que empiecen por 'dav_' manualmente. Después de eso, esta rutina de instalación debería ser capaz de reiniciar las tablas automáticamente.";
$a->strings["Troubleshooting"] = "Resolución de problemas";
$a->strings["Manual creation of the database tables:"] = "Creación manual de las tablas de base de datos:";
$a->strings["Show SQL-statements"] = "Mostrar declaraciones SQL";
$a->strings["Private Calendar"] = "Calendario Privado";
$a->strings["Friendica Events: Mine"] = "Eventos de Friendica: Mío";
$a->strings["Friendica Events: Contacts"] = "Efentos de Friendica: Contactos";
$a->strings["Private Addresses"] = "Direcciones Privadas";
$a->strings["Friendica Contacts"] = "Contactos de Friendica";
$a->strings["Could not open component for editing"] = "Podría no abrir el componente para editar";
$a->strings["Event data"] = "Información de evento";
$a->strings["Special color"] = "Color especial";
$a->strings["Subject"] = "Tema";
$a->strings["Starts"] = "Empieza";
$a->strings["Ends"] = "Termina";
$a->strings["Location"] = "Ubicación";
$a->strings["Description"] = "Descripción";
$a->strings["Recurrence"] = "Repetición";
$a->strings["Frequency"] = "Frecuencia";
$a->strings["None"] = "Ninguno";
$a->strings["Daily"] = "Diariamente";
$a->strings["Weekly"] = "Semanalmente";
$a->strings["Monthly"] = "Mensual";
$a->strings["Yearly"] = "Anualmente";
$a->strings["days"] = "días";
$a->strings["weeks"] = "semanas";
$a->strings["months"] = "meses";
$a->strings["years"] = "años";
$a->strings["Interval"] = "intervalo";
$a->strings["All %select% %time%"] = "Todo el %select% %time%";
$a->strings["Days"] = "Días";
$a->strings["Sunday"] = "Domingo";
$a->strings["Monday"] = "Lunes";
$a->strings["Tuesday"] = "Martes";
$a->strings["Wednesday"] = "Miércoles";
$a->strings["Thursday"] = "Jueves";
$a->strings["Friday"] = "Viernes";
$a->strings["Saturday"] = "Sábado";
$a->strings["First day of week:"] = "Primer día de la semana:";
$a->strings["Day of month"] = "Día del mes";
$a->strings["#num#th of each month"] = "#num#th de cada mes";
$a->strings["#num#th-last of each month"] = "#num#th-last de cada mes";
$a->strings["#num#th #wkday# of each month"] = "#num#th #wkday# de cada mes";
$a->strings["#num#th-last #wkday# of each month"] = "#num#th-last #wkday# de cada mes";
$a->strings["#num#th of the given month"] = "#num#th del mes dado";
$a->strings["#num#th-last of the given month"] = "#num#th-last del mes dado";
$a->strings["#num#th #wkday# of the given month"] = "#num#th #wkday# del mes dado";
$a->strings["#num#th-last #wkday# of the given month"] = "#num#th-last #wkday# del mes dado";
$a->strings["Repeat until"] = "Repetir hasta";
$a->strings["Infinite"] = "Infinito";
$a->strings["Until the following date"] = "Hasta la siguiente fecha";
$a->strings["Number of times"] = "Número de veces";
$a->strings["Exceptions"] = "Excepciones";
$a->strings["none"] = "Ninguno";
$a->strings["Notification"] = "Notificación";
$a->strings["Notify by"] = "Notificar mediante";
$a->strings["Remove"] = "Eliminar";
$a->strings["E-Mail"] = "E-Mail";
$a->strings["On Friendica / Display"] = "El Friendica / Mostrar";
$a->strings["Time"] = "Tiempo";
$a->strings["Hours"] = "Horas";
$a->strings["Minutes"] = "Minutos";
$a->strings["Seconds"] = "Segundos";
$a->strings["Weeks"] = "Semanas";
$a->strings["before the"] = "antes del";
$a->strings["start of the event"] = "inicio del evento";
$a->strings["end of the event"] = "fin del evento";
$a->strings["Add a notification"] = "Añadir una notificación";
$a->strings["The event #name# will start at #date"] = "El evento #name# empezará el #date";
$a->strings["#name# is about to begin."] = "#name# está a punto de empezar.";
$a->strings["Saved"] = "Guardado";
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "EE.UU. Formato de Fecha (mm/dd/YYYY)";
$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato de fecha alemán (dd.mm.YYYY)";
$a->strings["Private Events"] = "Eventos privados";
$a->strings["No access"] = "Sin acceso";
$a->strings["Private Addressbooks"] = "Agenda Privada";