summaryrefslogtreecommitdiffstats
path: root/l10n/es.php
blob: 25dbb4a52dc5db7aff69a4b9e8cbbfa30521b10e (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
<?php $TRANSLATIONS = array(
"Can not add feed: Exists already" => "No se puede agregar fuente: ya existe",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "No se puede agregar fuente: el URL no existe, el certificado SSL no puede ser validado o la fuente contiene XML inválido",
"Articles without feed" => "Artículos sin fuente",
"Can not add folder: Exists already" => "No se puede agregar carpeta: ya existe",
"Add a feed" => "Añadir fuente",
"There are no feeds yet. Go ahead and add some" => "No hay fuentes todavía. Continúe y añada alguna",
"Import feeds and articles" => "Importar fuentes y artículos",
"Keep article unread" => "Mantener el artículo como no-leído.",
"Open website" => "Abrir página web",
"by" => "por",
"from" => "de",
"Browser can not play media type" => "El navegador no puede reproducir tipos multimedia",
"Download" => "Descargar",
"Subscribe" => "Subscribirse",
"Web address" => "Dirección web",
"Feed exists already!" => "Los feed ya existen!",
"Folder" => "Carpeta",
"No folder" => "Sin carpeta",
"New folder" => "Nueva carpeta",
"Folder name" => "Nombre de la carpeta",
"Go back" => "Atrás",
"Folder exists already!" => "La carpeta ya existe!",
"New Folder" => "Nueva carpeta",
"Create" => "Crear",
"Deleted feed" => "Eliminar fuente",
"Undo delete feed" => "Deshacer eliminar fuente",
"Rename" => "Renombrar",
"Menu" => "Menú",
"Rename feed" => "Renombrar fuente",
"Delete feed" => "Eliminar fuente",
"Read all" => "Leer todos",
"Dismiss" => "Descartar",
"Collapse" => "Colapsar",
"Deleted folder" => "Eliminar carpeta",
"Undo delete folder" => "Deshacer eliminar carpeta",
"Rename folder" => "Renombrar carpeta",
"Delete folder" => "Eliminar carpeta",
"Starred" => "Favoritos",
"Unread articles" => "Artículos sin leer",
"All articles" => "Todos los artículos",
"Settings" => "Ajustes",
"Compact view" => "Vista compacta",
"Show unread articles" => "Mostrar artículos no leídos",
"Order by oldest first" => "Ordenar por más antiguo primero",
"Disable mark read during scrolling" => "Desactivar marca de lectura durante el desplazamiento",
"Subscriptions (OPML)" => "Subscripciones (OPML)",
"Import" => "Importar",
"Export" => "Exportar",
"Error when importing: file does not contain valid OPML" => "Error al importar: el archivo no contiene OPML válido",
"Unread/Starred Articles" => "Artículos no leídos y favoritos",
"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido"
);