X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=cgi-files%2Finstall.cgi;h=0bb18dc1f27a3c6b99c89d4e7c5d3d08355f48dd;hb=be683aa626f39218c9ee5e3e0523069a5243dd83;hp=2750d4093ef54a1f83a6bb3904cd408ef194d8ee;hpb=e4d0cf25f9197980476f10d0d4be0a716e3e880a;p=kiriwrite%2F.git diff --git a/cgi-files/install.cgi b/cgi-files/install.cgi index 2750d40..0bb18dc 100755 --- a/cgi-files/install.cgi +++ b/cgi-files/install.cgi @@ -4,7 +4,7 @@ # Kiriwrite Installer Script (install.cgi) # # Installation script for Kiriwrite # # # -# Version: 0.0.2 # +# Version: 0.1.0 # # # # Copyright (C) 2005-2007 Steve Brokenshire # # # @@ -110,6 +110,7 @@ $kiriwrite_lang{"en-GB"}{"languagename"} = "English (British)"; $kiriwrite_lang{"en-GB"}{"errormessagetext"} = "Please press the back button on your browser or preform the command needed to return to the previous page."; + $kiriwrite_lang{"en-GB"}{"switch"} = "Switch"; $kiriwrite_lang{"en-GB"}{"setting"} = "Setting"; $kiriwrite_lang{"en-GB"}{"value"} = "Value"; $kiriwrite_lang{"en-GB"}{"filename"} = "Filename"; @@ -1770,7 +1771,7 @@ foreach $language_name_short (@language_list_short){ } print " "; -print submit('Switch'); +print submit($kiriwrite_lang{$language_selected}{switch}); print end_form; print end_td();