summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: de138a81a7f09057db8354a1540faab2c862409d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?php $TRANSLATIONS = array(
"Error changing name of folder " => "Error cambiando el nombre de la carpeta",
"Error collapsing folder." => "Error al colapsar carpeta.",
"Feed already exists." => "La fuente ya existe.",
"Error adding feed." => "Error agregando la fuente.",
"Feed added!" => "¡Fuente agregada!",
"Error adding folder." => "Error agregando la carpeta.",
"Folder added!" => "¡Carpeta agregada!",
"Error removing feed." => "Error al borrar la fuente.",
"Error removing folder." => "Error al borrar la carpeta.",
"Error updating feeds." => "Error actualizando las fuentes",
"No file path was submitted." => "No se presentó la ruta del archivo.",
"An error occurred while parsing the file." => "Se produjo un error al analizar el archivo.",
"Starred" => "Favoritos",
"New articles" => "Nuevo artículo",
"Feed loaded!" => "Fuente cargada!",
"Error moving feed into folder." => "Error al mover la fuente hacia la carpeta",
"File doesn't exist:" => "El fichero no existe.",
"Error setting all items as read." => "Error al configurar todos los elementos como leídos.",
"Error marking item as read." => "Error al marcar elemento como leído.",
"Error updating feed." => "Error actualizando la fuente.",
"Feed updated!" => "Fuentes actualizadas!",
"News" => "Noticias",
"Name of the folder cannot be empty." => "El nombre de la carpeta no puede estar vacio.",
"Error" => "Error",
"Adding..." => "Adicionando...",
"Add folder" => "Añadir carpeta",
"Changing..." => "Cambiando...",
"Change folder name" => "Cambiar nombre de carpeta",
"URL cannot be empty." => "URL no puede estar vacio",
"Add feed" => "Adicionar fuente",
"Error while parsing the feed" => "Error mientras se analizaba la fuente",
"Fatal Error" => "Error fatal.",
"File " => "Fichero",
" loaded from cloud." => "Leyendo desde la nube",
"No files selected." => "No hay ficheros seleccionados.",
" loaded from local filesystem." => "cargado desde un sistema de archivos local.",
"Importing..." => "Importando...",
" out of " => "Fuera de",
" feeds imported successfully from " => "Fuente importada satisfactoriamente de",
"Success" => "Éxito",
"Import" => "Importar",
"Downloading..." => "Descargando...",
"Download" => "Descargar",
"Select file" => "Seleccionar archivo",
"no title" => "sin título",
"no name" => "sin nombre",
"no body" => "sin cuerpo",
"subscriptions in ownCloud - News" => "suscripciones en ownCloud - Noticias",
"An error occurred" => "Ocurrió un error",
"Nice! You have subscribed to " => "¡Bien! Te has suscribido a",
"You had already subcribed to this feed!" => "Ya está subscrito a esta fuente!",
"Show everything" => "Mostrar todo",
"Show only unread" => "Mostrar solo no leidos",
"Add feed or folder" => "Adicionar fuente o carpeta",
"Add Feed/Folder" => "Adicionar Fuente/Carpeta",
"Feed" => "Fuente",
"Folder" => "Carpeta",
"Settings" => "Configuración",
"Add Folder" => "Adicionar carpeta",
"Add new folder" => "Añadir nueva carpeta",
"Folder name" => "Nombre de la carpeta",
"Add Subscription" => "Adicionar subcripción",
"Add new feed" => "Añadir nueva fuente",
"Choose folder" => "Seleccionar carpeta",
"Address" => "Dirección",
"Add" => "Adicionar",
"Mark all read" => "Marcar como leido",
"Mark as unimportant" => "Marcar como no importante",
"Mark as important" => "Marcar como importante",
"by" => "por",
"Keep unread" => "Dejar como no leido",
"Delete feed" => "Eliminar fuente",
"Collapse" => "Colapsar",
"Delete folder" => "Eliminar carpeta",
"Rename folder" => "Renombrar carpeta",
"You don't have any feed in your reader." => "Usted no tiene ninguna fuente en el lector.",
"Subscribe" => "Subscribirse",
"Import OPML" => "Importar OPML",
"Upload file from desktop" => "Subir fichero desde el escritorio",
"Upload" => "Subir",
"Select file from ownCloud" => "Seleccionar fichero desde ownCloud",
"Select" => "Seleccionar",
"Select file from <a href=\"#\" class=\"settings\" id=\"browselink\">local filesystem</a> or <a href=\"#\" class=\"settings\" id=\"cloudlink\">cloud</a>" => "Seleccionar archivo desde <a href=\"#\" class=\"settings\" id=\"browselink\">sistema de archivo local</a> o <a href=\"#\" class=\"settings\" id=\"cloudlink\">nube</a>",
"Or..." => "O...",
"Import feeds" => "Importar fuentes",
"Export feeds" => "Exportar fuente",
"Download OPML" => "Descargar OPML",
"Subscribelet" => "Suscribirse",
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arrastra hacia los favoritos de tu navegador y has clic en él siempre que quiera suscribirse a una página web con rapidez:"
);