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 + );