From 8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 00:05:36 +0000 Subject: Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch by A.A. Shimono (himorin) r=LpSolit r=mkanat a=LpSolit --- template/en/default/admin/params/core.html.tmpl | 4 +++- template/en/default/global/common-links.html.tmpl | 2 +- template/en/default/global/docslinks.html.tmpl | 2 +- template/en/default/global/per-bug-queries.html.tmpl | 2 +- template/en/default/index.html.tmpl | 2 +- template/en/default/pages/release-notes.html.tmpl | 20 ++++++++++---------- 6 files changed, 17 insertions(+), 15 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index ab914d771..8544e2ff7 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -35,7 +35,9 @@ "$terms.Bugzilla documentation URLs. " _ "It may be an absolute URL, or a URL relative to urlbase " _ "above. " _ - "Leave this empty to suppress links to the documentation.", + "Leave this empty to suppress links to the documentation." _ + "'%lang%' will be replaced by user's preferred language " _ + "(if available)." sslbase => "The URL that is the common initial leading part of all HTTPS " _ "(SSL) $terms.Bugzilla URLs.", diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index db913d9a1..bfd18af4d 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -122,7 +122,7 @@ [% IF doc_section %]
  • | - Help + Help
  • [% END %] [% END %] diff --git a/template/en/default/global/docslinks.html.tmpl b/template/en/default/global/docslinks.html.tmpl index 7c4e7aba5..712dfb45b 100644 --- a/template/en/default/global/docslinks.html.tmpl +++ b/template/en/default/global/docslinks.html.tmpl @@ -45,7 +45,7 @@ [% BLOCK docslinkslist %] [% FOREACH docslink = docstype.keys %]
  • - [% docstype.$docslink FILTER html %]
  • [% END %] diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index 6a9f7db0d..c2fc3983d 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -71,7 +71,7 @@ [% IF Param('docs_urlbase') %] - the named tag + the named tag [% ELSE %] the named tag [% END %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 08ac4f166..9e0ec8aed 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -106,7 +106,7 @@ function addSidebar() { of [% terms.Bugzilla %], see the release notes! You may also want to read the - + [%- terms.Bugzilla %] User's Guide to find out more about [%+ terms.Bugzilla %] and how to use it.

    diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index d6ed45fc5..3964dea61 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -353,14 +353,14 @@ to the xmlrpc.cgi on your installation.

    Documentation can be found in the - [% terms.Bugzilla %] + [% terms.Bugzilla %] API Docs, in the various Bugzilla::WebService modules.

    Skins

    [% terms.Bugzilla %] can have multiple "skins" installed, and users can pick between them. To write a skin, you just have to - write several CSS files. See the Custom + write several CSS files. See the Custom Skins Documentation for more details.

    We currently don't have any alternate skins shipping with @@ -414,7 +414,7 @@ unsupported add-on, but it is now an official interface to [%+ terms.Bugzilla %].

    -

    For more details see the documentation +

    For more details see the documentation for email_in.pl.

    Users Who Get All [% terms.Bug %] @@ -687,7 +687,7 @@ localconfig file to the new installation.

  • Now follow the standard - + [%- terms.Bugzilla %] installation process.
  • Run checksetup.pl after you install the new version.
  • @@ -739,7 +739,7 @@

    [% terms.Bugzilla %] now supports a code hook mechanism. See the documentation for - Bugzilla::Hook + Bugzilla::Hook for more details.

    This gives [% terms.Bugzilla %] very advanced plugin support. You can @@ -756,7 +756,7 @@

    [% terms.Bugzilla %] now ships with all of its perldoc built as HTML. Go ahead and read the - API Documentation + API Documentation for all of the [% terms.Bugzilla %] modules now! Even scripts like checksetup.pl have HTML documentation.

    @@ -799,7 +799,7 @@ sub y { $var++ }

    The Bugzilla::Auth family of modules have been completely re-written. For details on how the new structure of authentication, read the - Bugzilla::Auth + Bugzilla::Auth API docs.

    It should be very easy to write new authentication plugins, now.

    @@ -807,7 +807,7 @@ sub y { $var++ }

    Bugzilla::Object

    There is a new base class for most of our objects, - Bugzilla::Object. + Bugzilla::Object. It makes it really easy to create new objects based on things that are in the database.

    @@ -832,7 +832,7 @@ sub y { $var++ }
  • checksetup.pl has been completely re-written, and most of its code moved into modules in the Bugzilla::Install namespace. See the - checksetup + checksetup documentation and [% terms.Bugzilla %] [%+ terms.bug %] 277502 for details.
  • Instead of UserInGroup(), all of [% terms.Bugzilla %] now @@ -866,7 +866,7 @@ sub y { $var++ }

    Release notes for versions of [% terms.Bugzilla %] for versions prior to 3.0 are only available in text format: - Release Notes for [% terms.Bugzilla %] 2.22 + Release Notes for [% terms.Bugzilla %] 2.22 and Earlier.

    [% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b