From 382a4bdcf5f821f7a32b38b2b4a4a0e8cba8254b Mon Sep 17 00:00:00 2001 From: gorgone Date: Sat, 29 Feb 2020 12:50:14 +0100 Subject: [PATCH] fix / add missing txtvar in support/translation/en --- support/translation/en | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/support/translation/en b/support/translation/en index ae4db89..5836c63 100644 --- a/support/translation/en +++ b/support/translation/en @@ -67,20 +67,22 @@ txt_module_configure="select oscam modules " txt_build_reset="reset configuration" # _toolchain_build_menu##################################### - txt_bmenu_title="build menu" - txt_bmenu_user="username " - txt_bmenu_comp="compiler " - txt_bmenu_debu="debug info " - txt_bmenu_use="USE_variables " - txt_bmenu_build="build oscam now" -txt_bmenu_config="oscam/build configuration" -txt_bmenu_update="install/update libraries" -txt_bmenu_backup="backup toolchain" - txt_bmenu_log="show lastbuild.log" - txt_bmenu_back="back to toolchain selection" - txt_compress1="filesize before " - txt_compress2="filesize after " - txt_compress3="filesize reduced to " + txt_bmenu_title="build menu" + txt_bmenu_user="username " + txt_bmenu_comp="compiler " + txt_bmenu_debu="debug info " + txt_bmenu_use="USE_variables " + txt_bmenu_build="build oscam now" + txt_bmenu_config="oscam/build configuration" + txt_bmenu_update="install/update libraries" + txt_bmenu_backup="backup toolchain" + txt_bmenu_profile="load existing $txt_profiles" +txt_bmenus_profile="$txt_profiles $txt_save" + txt_bmenu_log="show lastbuild.log" + txt_bmenu_back="back to toolchain selection" + txt_compress1="filesize before " + txt_compress2="filesize after " + txt_compress3="filesize reduced to " # _toolchain_main_menu##################################### txt_menu_builder1="close simplebuild"