summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: b244b2c64918b0bd44e000b7776e7c4a914e4236 (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
92
93
94
95
96
97
<?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",
"Empty filename" => "Nombre de archivo vacío",
"No source argument passed" => "No se ha pasado argumentos",
"Error while reading file" => "Error al leer el archivo",
"An error occurred while parsing the file." => "Se produjo un error al analizar el archivo.",
"Feed loaded!" => "Fuente cargada!",
"Error moving feed into folder." => "Error al mover la fuente hacia la carpeta",
"No file path was submitted." => "No se presentó la ruta del archivo.",
"File doesn't exist:" => "El fichero no existe.",
"Couldn't save temporary image: " => "No se pudo salvar una imagen temporal",
"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",
"Error while loading the feed" => "Error cargando la fuente",
"Error" => "Error",
"None" => "Ninguno",
"Show only unread" => "Mostrar solo no leidos",
"Show everything" => "Mostrar todo",
"Are you sure you want to delete this feed?" => "¿Está seguro de que desea borrar esta fuente?",
"Are you sure you want to delete this folder and all its feeds?" => "¿Está seguro de que desea borrar esta carpeta y todas las fuentes?",
"Warning" => "Atención",
"Name of the folder cannot be empty." => "El nombre de la carpeta no puede estar vacio.",
"Adding..." => "Añadiendo...",
"Add folder" => "Añadir carpeta",
"Changing..." => "Cambiando...",
"Change folder name" => "Cambiar nombre de carpeta",
"URL cannot be empty." => "URL no puede estar vacia",
"Add feed" => "Añadir fuente",
"Error while parsing the feed" => "Error mientras se analizaba la fuente",
"Fatal Error" => "Error fatal.",
"No files selected." => "No hay ficheros seleccionados.",
"Importing OPML file..." => "Importando archivo OPML...",
"Not a valid type" => "No es un tipo válido",
"Importing done" => "Importación realizada",
"Error while importing feeds." => "Error importando las fuentes.",
"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 suscrito a",
"You had already subcribed to this feed!" => "Ya está subscrito a esta fuente!",
"You don't have any feed in your reader." => "Usted no tiene ninguna fuente en el lector.",
"Address" => "Dirección",
"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>",
"Import" => "Importar",
"Or..." => "O...",
"Add feed or folder" => "Añadir fuente o carpeta",
"Add Feed/Folder" => "Añadir Fuente/Carpeta",
"Feed" => "Fuente",
"Folder" => "Carpeta",
"Settings" => "Configuración",
"Add Folder" => "Añadir carpeta",
"Add new folder" => "Añadir nueva carpeta",
"Folder name" => "Nombre de la carpeta",
"Add Subscription" => "Añadir subcripción",
"Add new feed" => "Añadir nueva fuente",
"Choose folder" => "Seleccionar carpeta",
"Add" => "Añadir",
"New articles" => "Nuevo artículo",
"Mark all read" => "Marcar como leido",
"Starred" => "Favoritos",
"Mark as unimportant" => "Marcar como no importante",
"Mark as important" => "Marcar como importante",
"from" => "desde",
"by" => "por",
"Share" => "Compartir",
"Keep unread" => "Dejar como no leido",
"Delete feed" => "Eliminar fuente",
"Collapse" => "Colapsar",
"Delete folder" => "Eliminar carpeta",
"Rename folder" => "Renombrar carpeta",
"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:"
);