From ba5a5c404b8ef0b71efd873e604184ab90ebff94 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 17 Mar 2007 21:13:34 +0000 Subject: Bug 374227: Create a system for localizing basic installation strings Patch By Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/setup/strings.txt.pl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 template/en/default/setup/strings.txt.pl (limited to 'template/en/default/setup/strings.txt.pl') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl new file mode 100644 index 000000000..0942bb0e9 --- /dev/null +++ b/template/en/default/setup/strings.txt.pl @@ -0,0 +1,16 @@ +# This file contains a single hash named %strings, which is used by the +# installation code to display strings before Template-Toolkit can safely +# be loaded. +# +# Each string supports a very simple substitution system, where you can +# have variables named like ##this## and they'll be replaced by the string +# variable with that name. +# +# Please keep the strings in alphabetical order by their name. + +%strings = ( + version_and_os => "* This is Bugzilla ##bz_ver## on perl ##perl_ver##\n" + . "* Running on ##os_name## ##os_ver##", +); + +1; -- cgit v1.2.3-24-g4f1b