summaryrefslogtreecommitdiffstats
path: root/l10n/es_MX.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_MX.php')
-rw-r--r--l10n/es_MX.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/l10n/es_MX.php b/l10n/es_MX.php
deleted file mode 100644
index 96f2b2574..000000000
--- a/l10n/es_MX.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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);";