summaryrefslogtreecommitdiffstats
path: root/l10n/es_AR.php
blob: 7b9ac85a5c7f08c182cafd56f68a8ed84faed80b (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
<?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",
"Can not add folder: Exists already" => "No es posible agregar carpeta: Ya existe",
"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",
"from" => "de",
"by" => "por",
"Download" => "Descargar",
"Keep unread" => "Mantener como no leido",
"Delete website" => "Borrar sitio web.",
"Collapse" => "Colapsar",
"Delete folder" => "Borrar carpeta",
"Rename folder" => "Renombrar carpeta",
"Import / Export OPML" => "Importar / Exportar OPML",
"Import" => "Importar",
"Export" => "Exportar",
"Error when importing: file does not contain valid OPML" => "Error al importar: el archivo no contiene OPML válido",
"Import Google Reader JSON" => "Importar JSON de Google Reader",
"To import starred and shared articles from Google \n\t\t\tReader please upload the .json files from the Google Takeout archive" => "Para importar artículos favoritos y compartidos de Google Reader, cargá los archivos .json del archivo de Google Takeout",
"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido",
"Show all" => "Mostrar todo",
"Show only unread" => "Mostrar únicamente los no leidos"
);