From c0f73d2dd361928aaeb646bfa5f7c8d179cdea51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Freddy=20Mor=C3=A1n=20Jr=2E?= Date: Tue, 16 Sep 2014 09:57:22 -0600 Subject: [PATCH] Update es.lang.php Fixed some translation issues. --- plugins/box/plugins/languages/es.lang.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/box/plugins/languages/es.lang.php b/plugins/box/plugins/languages/es.lang.php index 005fdc9..f40948c 100644 --- a/plugins/box/plugins/languages/es.lang.php +++ b/plugins/box/plugins/languages/es.lang.php @@ -6,16 +6,16 @@ 'Name' => 'Nombre', 'Actions' => 'Acciones', 'Description' => 'Descripción', - 'Installed' => 'Instalado', - 'Install New' => 'Instalar nuevo', - 'Delete' => 'Borrar', + 'Installed' => 'Instalados', + 'Install New' => 'Instalar Nuevo', + 'Delete' => 'Eliminar', 'Delete plugin :plugin' => 'Eliminar plugin :plugin', 'This plugin does not exist' => 'Este plugin no existe', - 'Version' => 'Version', + 'Version' => 'Versión', 'Author' => 'Autor', - 'Get More Plugins' => 'Obtener mas plugins', + 'Get More Plugins' => 'Obtener más plugins', 'Install' => 'Instalar', 'Uninstall' => 'Desinstalar', - 'README.md not found' => 'README.md not found', + 'README.md not found' => 'README.md no encontrado', ) - ); \ No newline at end of file + );