From f1fe4acc79657c2752d39498670b672f4ef56948 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 16 Jan 2009 02:18:15 +0000 Subject: Bug 460376: Make module-install instructions localizable. Patch By Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/setup/strings.txt.pl | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'template') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 51e1ac059..38464807c 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -33,6 +33,7 @@ checking_dbd => 'Checking available perl DBD modules...', checking_optional => 'The following Perl modules are optional:', checking_modules => 'Checking perl modules...', + commands_to_install => 'COMMANDS TO INSTALL:', done => 'done.', header => "* This is Bugzilla ##bz_ver## on perl ##perl_ver##\n" . "* Running on ##os_name## ##os_ver##", @@ -52,10 +53,74 @@ then the value of the ##column## column that needs to be fixed: EOT install_module => 'Installing ##module## version ##version##...', + min_version_required => "Minimum version required: ", + +# Note: When translating these "modules" messages, don't change the formatting +# if possible, because there is hardcoded formatting in +# Bugzilla::Install::Requirements to match the box formatting. + modules_message_db => < < < "found v##ver##", module_not_found => "not found", module_ok => 'ok', module_unknown_version => "found unknown version", + ppm_repo_add => < < '* NOTE: You must run any commands listed below as ##root##', template_precompile => "Precompiling templates...", template_removing_dir => "Removing existing compiled templates...", ); -- cgit v1.2.3-24-g4f1b