mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
|
@ -49,93 +49,93 @@ $a->strings["The current version of this plugin has not been set up correctly. P
|
|||
$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: "] = "";
|
||||
$a->strings["The database tables have been installed."] = "";
|
||||
$a->strings["An error occurred during the installation."] = "";
|
||||
$a->strings["The database tables have been updated."] = "";
|
||||
$a->strings["An error occurred during the update."] = "";
|
||||
$a->strings["No system-wide settings yet."] = "";
|
||||
$a->strings["Database status"] = "";
|
||||
$a->strings["Installed"] = "";
|
||||
$a->strings["Upgrade needed"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Upgrade"] = "";
|
||||
$a->strings["Not installed"] = "";
|
||||
$a->strings["Install"] = "";
|
||||
$a->strings["Unknown"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Troubleshooting"] = "";
|
||||
$a->strings["Manual creation of the database tables:"] = "";
|
||||
$a->strings["Show SQL-statements"] = "";
|
||||
$a->strings["Private Calendar"] = "";
|
||||
$a->strings["Friendica Events: Mine"] = "";
|
||||
$a->strings["Friendica Events: Contacts"] = "";
|
||||
$a->strings["Private Addresses"] = "";
|
||||
$a->strings["Friendica Contacts"] = "";
|
||||
$a->strings["Could not open component for editing"] = "";
|
||||
$a->strings["Event data"] = "";
|
||||
$a->strings["Special color"] = "";
|
||||
$a->strings["Subject"] = "";
|
||||
$a->strings["Starts"] = "";
|
||||
$a->strings["Ends"] = "";
|
||||
$a->strings["Location"] = "";
|
||||
$a->strings["Description"] = "";
|
||||
$a->strings["Recurrence"] = "";
|
||||
$a->strings["Frequency"] = "";
|
||||
$a->strings["None"] = "";
|
||||
$a->strings["Daily"] = "";
|
||||
$a->strings["Weekly"] = "";
|
||||
$a->strings["Monthly"] = "";
|
||||
$a->strings["Yearly"] = "";
|
||||
$a->strings["days"] = "";
|
||||
$a->strings["weeks"] = "";
|
||||
$a->strings["months"] = "";
|
||||
$a->strings["years"] = "";
|
||||
$a->strings["Interval"] = "";
|
||||
$a->strings["All %select% %time%"] = "";
|
||||
$a->strings["Days"] = "";
|
||||
$a->strings["Sunday"] = "";
|
||||
$a->strings["Monday"] = "";
|
||||
$a->strings["Tuesday"] = "";
|
||||
$a->strings["Wednesday"] = "";
|
||||
$a->strings["Thursday"] = "";
|
||||
$a->strings["Friday"] = "";
|
||||
$a->strings["Saturday"] = "";
|
||||
$a->strings["First day of week:"] = "";
|
||||
$a->strings["Day of month"] = "";
|
||||
$a->strings["#num#th of each month"] = "";
|
||||
$a->strings["#num#th-last of each month"] = "";
|
||||
$a->strings["#num#th #wkday# of each month"] = "";
|
||||
$a->strings["#num#th-last #wkday# of each month"] = "";
|
||||
$a->strings["#num#th of the given month"] = "";
|
||||
$a->strings["#num#th-last of the given month"] = "";
|
||||
$a->strings["#num#th #wkday# of the given month"] = "";
|
||||
$a->strings["#num#th-last #wkday# of the given month"] = "";
|
||||
$a->strings["Repeat until"] = "";
|
||||
$a->strings["Infinite"] = "";
|
||||
$a->strings["Until the following date"] = "";
|
||||
$a->strings["Number of times"] = "";
|
||||
$a->strings["Exceptions"] = "";
|
||||
$a->strings["none"] = "";
|
||||
$a->strings["Notification"] = "";
|
||||
$a->strings["Notify by"] = "";
|
||||
$a->strings["Remove"] = "";
|
||||
$a->strings["E-Mail"] = "";
|
||||
$a->strings["On Friendica / Display"] = "";
|
||||
$a->strings["Time"] = "";
|
||||
$a->strings["Hours"] = "";
|
||||
$a->strings["Minutes"] = "";
|
||||
$a->strings["Seconds"] = "";
|
||||
$a->strings["Weeks"] = "";
|
||||
$a->strings["before the"] = "";
|
||||
$a->strings["start of the event"] = "";
|
||||
$a->strings["end of the event"] = "";
|
||||
$a->strings["Add a notification"] = "";
|
||||
$a->strings["The event #name# will start at #date"] = "";
|
||||
$a->strings["#name# is about to begin."] = "";
|
||||
$a->strings["Saved"] = "";
|
||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "";
|
||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "";
|
||||
$a->strings["Private Events"] = "";
|
||||
$a->strings["No access"] = "";
|
||||
$a->strings["Private Addressbooks"] = "";
|
||||
$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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue