From 33ad8f4149b84394c3bdf7e35fb22863f9515406 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Thu, 22 Oct 2015 06:34:47 -0400 Subject: [PATCH] add bootorder to openvz --- interface/web/vm/lib/lang/pl_openvz_vm.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/vm/lib/lang/pl_openvz_vm.lng b/interface/web/vm/lib/lang/pl_openvz_vm.lng index bbf388a..2029d96 100644 --- a/interface/web/vm/lib/lang/pl_openvz_vm.lng +++ b/interface/web/vm/lib/lang/pl_openvz_vm.lng @@ -40,4 +40,6 @@ $wb['features_txt'] = 'Features'; $wb["iptables_txt"] = "IP Tables"; $wb["custom_txt"] = "Custom settings"; +$wb["bootorder_txt"] = "Boot order priority"; +$wb["bootorder_error_notpositive"] = "Only positive integers are allowed for Boot order priority"; ?> -- Gitblit v1.9.1