summaryrefslogtreecommitdiffstats
path: root/l10n/es_AR.php
blob: 48e62c85f3afe2b0b4b818ec2a5bbad1f947d71f (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
<?php $TRANSLATIONS = array(
"News" => "Noticias",
"Can not add feed: Exists already" => "No es posible agregar fuente: Ya existe",
"Can not add feed: URL does not exist or has invalid xml" => "No es posible agregar fuente: No existe o tiene un xml inválido",
"Articles without feed" => "Artículos sin redifusión",
"Can not add folder: Exists already" => "No es posible agregar carpeta: Ya existe",
" " => " ",
"_" => "-",
"status" => "estado",
"Undo deletion of %s" => "Deshacer borrado de %s",
"Add Website" => "Agregar sitio web",
"Error: address exists already!" => "Error: ¡la dirección ya existe!",
"Error: folder exists already" => "Error: ¡la carpeta ya existe!",
"Address" => "Dirección",
"Add" => "Agregar",
"New folder" => "Nueva Carpeta",
"Folder" => "Carpeta",
"Choose folder" => "Seleccionar carpeta",
"Folder name" => "Nombre de la carpeta",
"Back to folder selection" => "Volver a la selección de carpeta",
"Create folder" => "Crear carpeta",
"Starred" => "Favoritos",
"Unread articles" => "Articulos sin leer",
"All articles" => "Todos los articulos",
"Mark read" => "Marcar como leído",
"Welcome to the ownCloud News app!" => "Bienvenido a OwnCloud News!",
"read on website" => "Leer en el sitio web",
"star" => "favorito",
"from" => "de",
"by" => "por",
"Download" => "Descargar",
"Keep unread" => "Mantener como no leido",
"Cancel" => "Cancelar",
"Save" => "Guardar",
"Delete website" => "Borrar sitio web.",
"Rename feed" => "Renombrar redifusión",
"Collapse" => "Colapsar",
"Delete folder" => "Borrar carpeta",
"Rename folder" => "Renombrar carpeta",
"Settings" => "Configuración",
"Use compact view" => "Usar vista compacta",
"Subscriptions (OPML)" => "Suscripciones (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/Favoritos",
"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido",
"Show read articles" => "Mostrar artículos leídos",
"Hide read articles" => "Ocultar artículos leídos"
);