summaryrefslogtreecommitdiffstats
path: root/l10n/es_MX.php
blob: 96f2b25741fd9961c0841251f3e0089b3806d181 (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
<?php
$TRANSLATIONS = array(
"Can not add feed: Exists already" => "No se puede agregar fuente: ya existe",
"Articles without feed" => "Artículos sin fuente",
"Can not add folder: Exists already" => "No se puede agregar carpeta: ya existe",
"Refresh" => "Actualizar",
"by" => "por",
"from" => "de",
"Download" => "Descargar",
"Description" => "Descripción",
"Folder" => "Carpeta",
"New folder" => "Nueva carpeta",
"Folder name" => "Nombre de la carpeta",
"Create" => "Crear",
"Rename" => "Renombrar",
"Rename feed" => "Renombrar fuente",
"Collapse" => "Colapsar",
"Rename folder" => "Renombrar carpeta",
"Delete folder" => "Eliminar carpeta",
"Starred" => "Favoritos",
"Unread articles" => "Artículos sin leer",
"All articles" => "Todos los artículos",
"Settings" => "Ajustes",
"Keyboard shortcuts" => "Atajos de teclado",
"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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";