news/l10n/es_AR.php

41 строка
2.0 KiB
PHP
Исходник Обычный вид История

2012-10-11 04:10:53 +04:00
<?php $TRANSLATIONS = array(
"News" => "Noticias",
2013-04-20 03:02:32 +04:00
"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",
2013-06-25 03:24:15 +04:00
"Undo deletion of %s" => "Deshacer borrado de %s",
2013-04-20 03:02:32 +04:00
"Add Website" => "Agregar sitio web",
"Error: address exists already!" => "Error: ¡la dirección ya existe!",
"Error: folder exists already" => "Error: ¡la carpeta ya existe!",
2013-02-12 15:54:12 +04:00
"Address" => "Dirección",
"Add" => "Agregar",
2013-02-15 03:04:19 +04:00
"New folder" => "Nueva Carpeta",
2013-02-12 15:54:12 +04:00
"Folder" => "Carpeta",
2013-04-20 03:02:32 +04:00
"Choose folder" => "Seleccionar carpeta",
2013-04-16 03:04:50 +04:00
"Folder name" => "Nombre de la carpeta",
2013-04-20 03:02:32 +04:00
"Back to folder selection" => "Volver a la selección de carpeta",
"Create folder" => "Crear carpeta",
2012-10-16 04:11:11 +04:00
"Starred" => "Favoritos",
2013-02-15 03:04:19 +04:00
"Unread articles" => "Articulos sin leer",
"All articles" => "Todos los articulos",
2013-06-25 03:24:15 +04:00
"Mark read" => "Marcar como leído",
2013-09-07 12:35:57 +04:00
"Welcome to the ownCloud News app!" => "Bienvenido a OwnCloud News!",
2013-04-20 03:02:32 +04:00
"from" => "de",
2013-04-16 03:04:50 +04:00
"by" => "por",
2013-07-20 09:18:45 +04:00
"Download" => "Descargar",
2012-10-12 04:08:54 +04:00
"Keep unread" => "Mantener como no leido",
2013-04-20 03:02:32 +04:00
"Delete website" => "Borrar sitio web.",
2012-10-12 04:08:54 +04:00
"Collapse" => "Colapsar",
2013-02-13 03:03:05 +04:00
"Delete folder" => "Borrar carpeta",
2013-02-15 03:04:19 +04:00
"Rename folder" => "Renombrar carpeta",
"Import / Export OPML" => "Importar / Exportar OPML",
2013-02-12 15:54:12 +04:00
"Import" => "Importar",
"Export" => "Exportar",
2013-04-20 03:02:32 +04:00
"Error when importing: file does not contain valid OPML" => "Error al importar: el archivo no contiene OPML válido",
2013-06-25 03:24:15 +04:00
"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",
2013-02-15 03:04:19 +04:00
"Show all" => "Mostrar todo",
2013-04-18 03:04:23 +04:00
"Show only unread" => "Mostrar únicamente los no leidos"
2012-10-11 04:10:53 +04:00
);