]> git.mxchange.org Git - friendica-addons.git/blob - dav/lang/es/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[friendica-addons.git] / dav / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Friendica-Native events"] = "Eventos Nativos de Friendica";
9 $a->strings["Friendica-Contacts"] = "Contactos de Friendica";
10 $a->strings["Your Friendica-Contacts"] = "Sus contactos de Friendica";
11 $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.";
12 $a->strings["Something went wrong when trying to import the file. Sorry."] = "Algo fue mal al intentar importar el archivio. Perdón.";
13 $a->strings["The ICS-File has been imported."] = "El archivo ICS ha sido importado.";
14 $a->strings["No file was uploaded."] = "No se ha cargado en ningún archivo.";
15 $a->strings["Go back to the calendar"] = "Volver al calendario";
16 $a->strings["Import a ICS-file"] = "Importar un archivo ICS";
17 $a->strings["ICS-File"] = "Archivo ICS";
18 $a->strings["Overwrite all #num# existing events"] = "Sobreescribir todos los eventos #num# existentes";
19 $a->strings["Upload"] = "Cargar";
20 $a->strings["Settings"] = "Ajustes";
21 $a->strings["Help"] = "Ayuda";
22 $a->strings["New event"] = "Nuevo evento";
23 $a->strings["Today"] = "Hoy";
24 $a->strings["Day"] = "Día";
25 $a->strings["Week"] = "Semana";
26 $a->strings["Month"] = "Mes";
27 $a->strings["Reload"] = "Recargar";
28 $a->strings["Previous"] = "Anterior";
29 $a->strings["Next"] = "Siguiente";
30 $a->strings["Date"] = "Fecha";
31 $a->strings["Error"] = "Error";
32 $a->strings["Permission denied."] = "Permiso denegado.";
33 $a->strings["The new values have been saved."] = "Los nuevos valores se han guardado.";
34 $a->strings["The calendar has been updated."] = "El calendario se ha actualizado.";
35 $a->strings["The new calendar has been created."] = "El nuevo calendario se ha creado.";
36 $a->strings["The calendar has been deleted."] = "El calendario ha sido eliminado.";
37 $a->strings["Calendar Settings"] = "Ajustes de calendario";
38 $a->strings["Date format"] = "Formato de fecha";
39 $a->strings["Time zone"] = "Zona horaria";
40 $a->strings["Save"] = "Guardar";
41 $a->strings["Calendars"] = "Calendarios";
42 $a->strings["Create a new calendar"] = "Crear un nuevo calendario";
43 $a->strings["Limitations"] = "Límites";
44 $a->strings["Warning"] = "Advertencia";
45 $a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronización (iPhone, Thunderbird Lightning, Android, ...)";
46 $a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizar este calendario con el iPhone";
47 $a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizar sus contactos de Friendica con el iPhone";
48 $a->strings["The current version of this plugin 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 plugin no se ha instalado correctamente. Por favor contacte con el administrador del sistema de su instalación de Friendica para resolver esto.";
49 $a->strings["Calendar"] = "Calendario";
50 $a->strings["Extended calendar with CalDAV-support"] = "Estendido el calendario con soporte CalDAV";
51 $a->strings["noreply"] = "no responder";
52 $a->strings["Notification: "] = "Notificación: ";
53 $a->strings["The database tables have been installed."] = "Las tablas de bases de datos se han instalado.";
54 $a->strings["An error occurred during the installation."] = "Hubo un error durante la instalación.";
55 $a->strings["The database tables have been updated."] = "Las tablas de bases de datos se han actualizado.";
56 $a->strings["An error occurred during the update."] = "Hubo un error durante la actualización.";
57 $a->strings["No system-wide settings yet."] = "Aún no hay ajustes para todo el sistema.";
58 $a->strings["Database status"] = "Estado de base de datos";
59 $a->strings["Installed"] = "Instalado";
60 $a->strings["Upgrade needed"] = "Actualización requerida";
61 $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'.";
62 $a->strings["Upgrade"] = "Actualizar";
63 $a->strings["Not installed"] = "No instalado";
64 $a->strings["Install"] = "Instalar";
65 $a->strings["Unknown"] = "Desconocido";
66 $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.";
67 $a->strings["Troubleshooting"] = "Resolución de problemas";
68 $a->strings["Manual creation of the database tables:"] = "Creación manual de las tablas de base de datos:";
69 $a->strings["Show SQL-statements"] = "Mostrar declaraciones SQL";
70 $a->strings["Private Calendar"] = "Calendario Privado";
71 $a->strings["Friendica Events: Mine"] = "Eventos de Friendica: Mío";
72 $a->strings["Friendica Events: Contacts"] = "Efentos de Friendica: Contactos";
73 $a->strings["Private Addresses"] = "Direcciones Privadas";
74 $a->strings["Friendica Contacts"] = "Contactos de Friendica";
75 $a->strings["Could not open component for editing"] = "Podría no abrir el componente para editar";
76 $a->strings["Event data"] = "Información de evento";
77 $a->strings["Special color"] = "Color especial";
78 $a->strings["Subject"] = "Tema";
79 $a->strings["Starts"] = "Empieza";
80 $a->strings["Ends"] = "Termina";
81 $a->strings["Location"] = "Ubicación";
82 $a->strings["Description"] = "Descripción";
83 $a->strings["Recurrence"] = "Repetición";
84 $a->strings["Frequency"] = "Frecuencia";
85 $a->strings["None"] = "Ninguno";
86 $a->strings["Daily"] = "Diariamente";
87 $a->strings["Weekly"] = "Semanalmente";
88 $a->strings["Monthly"] = "Mensual";
89 $a->strings["Yearly"] = "Anualmente";
90 $a->strings["days"] = "días";
91 $a->strings["weeks"] = "semanas";
92 $a->strings["months"] = "meses";
93 $a->strings["years"] = "años";
94 $a->strings["Interval"] = "intervalo";
95 $a->strings["All %select% %time%"] = "Todo el %select% %time%";
96 $a->strings["Days"] = "Días";
97 $a->strings["Sunday"] = "Domingo";
98 $a->strings["Monday"] = "Lunes";
99 $a->strings["Tuesday"] = "Martes";
100 $a->strings["Wednesday"] = "Miércoles";
101 $a->strings["Thursday"] = "Jueves";
102 $a->strings["Friday"] = "Viernes";
103 $a->strings["Saturday"] = "Sábado";
104 $a->strings["First day of week:"] = "Primer día de la semana:";
105 $a->strings["Day of month"] = "Día del mes";
106 $a->strings["#num#th of each month"] = "#num#th de cada mes";
107 $a->strings["#num#th-last of each month"] = "#num#th-last de cada mes";
108 $a->strings["#num#th #wkday# of each month"] = "#num#th #wkday# de cada mes";
109 $a->strings["#num#th-last #wkday# of each month"] = "#num#th-last #wkday# de cada mes";
110 $a->strings["#num#th of the given month"] = "#num#th del mes dado";
111 $a->strings["#num#th-last of the given month"] = "#num#th-last del mes dado";
112 $a->strings["#num#th #wkday# of the given month"] = "#num#th #wkday# del mes dado";
113 $a->strings["#num#th-last #wkday# of the given month"] = "#num#th-last #wkday# del mes dado";
114 $a->strings["Repeat until"] = "Repetir hasta";
115 $a->strings["Infinite"] = "Infinito";
116 $a->strings["Until the following date"] = "Hasta la siguiente fecha";
117 $a->strings["Number of times"] = "Número de veces";
118 $a->strings["Exceptions"] = "Excepciones";
119 $a->strings["none"] = "Ninguno";
120 $a->strings["Notification"] = "Notificación";
121 $a->strings["Notify by"] = "Notificar mediante";
122 $a->strings["Remove"] = "Eliminar";
123 $a->strings["E-Mail"] = "E-Mail";
124 $a->strings["On Friendica / Display"] = "El Friendica / Mostrar";
125 $a->strings["Time"] = "Tiempo";
126 $a->strings["Hours"] = "Horas";
127 $a->strings["Minutes"] = "Minutos";
128 $a->strings["Seconds"] = "Segundos";
129 $a->strings["Weeks"] = "Semanas";
130 $a->strings["before the"] = "antes del";
131 $a->strings["start of the event"] = "inicio del evento";
132 $a->strings["end of the event"] = "fin del evento";
133 $a->strings["Add a notification"] = "Añadir una notificación";
134 $a->strings["The event #name# will start at #date"] = "El evento #name# empezará el #date";
135 $a->strings["#name# is about to begin."] = "#name# está a punto de empezar.";
136 $a->strings["Saved"] = "Guardado";
137 $a->strings["U.S. Time Format (mm/dd/YYYY)"] = "EE.UU. Formato de Fecha (mm/dd/YYYY)";
138 $a->strings["German Time Format (dd.mm.YYYY)"] = "Formato de fecha alemán (dd.mm.YYYY)";
139 $a->strings["Private Events"] = "Eventos privados";
140 $a->strings["No access"] = "Sin acceso";
141 $a->strings["Private Addressbooks"] = "Agenda Privada";