From 13b62b964ee644702419cb2ebcb638d78e6d0139 Mon Sep 17 00:00:00 2001 From: A. Täffner <darkalex@firesplash.de> Date: Mon, 25 Jan 2016 06:52:12 -0500 Subject: [PATCH] removed absolute paths This is a considered as stable stable release. (tested the workflow successfully) Note: I am not perfect at RegEx I know the RegEx for LOC- and DS-Records is actually not checking. The DS-Regex is definitely valid (tested on regexpal). Along with my dns-status modification this should not be a problem at all. --- interface/web/admin/lib/lang/es_software_update_list.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/lang/es_software_update_list.lng b/interface/web/admin/lib/lang/es_software_update_list.lng index 206ae59..ef066b5 100644 --- a/interface/web/admin/lib/lang/es_software_update_list.lng +++ b/interface/web/admin/lib/lang/es_software_update_list.lng @@ -1,8 +1,9 @@ <?php -$wb['list_head_txt'] = 'Actualizaciones de software'; +$wb['list_head_txt'] = 'Actualizaciones de aplicaciones'; +$wb['server_select_txt'] = 'Seleccionar servidor'; $wb['installed_txt'] = 'Acción'; $wb['update_title_txt'] = 'Actualizar'; $wb['version_txt'] = 'Versión'; $wb['action_txt'] = 'Acción'; -$wb['server_select_txt'] = 'Select server'; +$wb['no_updates_txt'] = 'No existen actualizaciones'; ?> -- Gitblit v1.9.1