news/l10n/es_AR.php

40 строки
1.5 KiB
PHP
Исходник Обычный вид История

2014-10-27 23:36:42 +03:00
<?php
$TRANSLATIONS = array(
2013-04-20 03:02:32 +04:00
"Can not add feed: Exists already" => "No es posible agregar fuente: Ya existe",
2014-01-23 10:01:59 +04:00
"Articles without feed" => "Artículos sin redifusión",
2013-04-20 03:02:32 +04:00
"Can not add folder: Exists already" => "No es posible agregar carpeta: Ya existe",
2014-10-23 09:01:41 +04:00
"Saved" => "Guardado",
2014-10-06 09:01:27 +04:00
"Refresh" => "Recargar",
2013-04-16 03:04:50 +04:00
"by" => "por",
2014-09-20 09:01:39 +04:00
"from" => "de",
2013-07-20 09:18:45 +04:00
"Download" => "Descargar",
2014-10-22 09:02:29 +04:00
"Description" => "Descripción",
2014-09-20 09:01:39 +04:00
"Subscribe" => "Subscribirse",
"Web address" => "Dirección web",
"Feed exists already!" => "¡La fuente ya existe!",
"Folder" => "Carpeta",
"No folder" => "Sin carpeta",
"New folder" => "Nueva Carpeta",
"Folder name" => "Nombre de la carpeta",
"Folder exists already!" => "¡El directorio ya existe!",
"Create" => "Crear",
"Rename" => "Cambiar nombre",
2014-01-23 10:01:59 +04:00
"Rename feed" => "Renombrar redifusión",
2014-09-20 09:01:39 +04:00
"Delete feed" => "Borrar fuente",
2012-10-12 04:08:54 +04:00
"Collapse" => "Colapsar",
2013-02-15 03:04:19 +04:00
"Rename folder" => "Renombrar carpeta",
2014-09-20 09:01:39 +04:00
"Delete folder" => "Borrar carpeta",
"Starred" => "Favoritos",
"Unread articles" => "Articulos sin leer",
"All articles" => "Todos los articulos",
2013-12-21 10:02:55 +04:00
"Settings" => "Configuración",
2014-10-22 09:02:29 +04:00
"Keyboard shortcuts" => "Atajos de teclado",
2014-01-23 10:01:59 +04:00
"Subscriptions (OPML)" => "Suscripciones (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",
2014-01-23 10:01:59 +04:00
"Unread/Starred Articles" => "Artículos No leídos/Favoritos",
2014-09-20 09:01:39 +04:00
"Error when importing: file does not contain valid JSON" => "Error al importar: el archivo no contiene JSON válido"
2012-10-11 04:10:53 +04:00
);
2014-10-27 23:36:42 +03:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";