cs/0000754000175000000410000000000010422570165012704 5ustar norbertwww-data00000000000000cs/.cvsignore0000664000175000000410000000002107461457355014716 0ustar norbertwww-data00000000000000.htaccess custom cs/default/0000750000175000000410000000000010454471732014331 5ustar norbertwww-data00000000000000cs/default/config.js.tmpl0000640000175000000410000001010410306140050017062 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] // // This file contains installation specific values for third-party clients. // // Note: this interface is experimental and under development. // We may and probably will make breaking changes to it in the future. // the global bugzilla url var installation = { base_url : '[% Param('urlbase') FILTER js %]', install_version : '[% VERSION FILTER js %]', maintainer : '[% Param('maintainer') FILTER js %]' }; // Status and Resolution // ===================== var status = [ [% FOREACH x = status %]'[% x FILTER js %]', [% END %] ]; var status_open = [ [% FOREACH x = open_status %]'[% x FILTER js %]', [% END %] ]; var status_closed = [ [% FOREACH x = closed_status %]'[% x FILTER js %]', [% END %] ]; var resolution = [ [% FOREACH x = resolution %]'[% x FILTER js %]', [% END %] ]; // Keywords // ======== var keyword = [ [% FOREACH x = keyword %]'[% x FILTER js %]', [% END %] ]; // Platforms // ========= var platform = [ [% FOREACH x = platform %]'[% x FILTER js %]', [% END %] ]; // Severities // ========== var severity = [ [% FOREACH x = severity %]'[% x FILTER js %]', [% END %] ]; // Products and Components // ======================= // // It is not necessary to list all products and components here. // Instead, you can define a "blacklist" for some commonly used words // or word fragments that occur in a product or component name // but should _not_ trigger product/component search. // A list of all products and their components, versions, and target milestones: var component = new Object(); var version = new Object(); var target_milestone = new Object(); [% FOREACH p = products %] component['[% p.name FILTER js %]'] = [ [% FOREACH x = p.components %]'[% x.name FILTER js %]', [% END %] ]; version['[% p.name FILTER js %]'] = [ [% FOREACH x = p.versions %]'[% x.name FILTER js %]', [% END %] ]; target_milestone['[% p.name FILTER js %]'] = [ [% FOREACH x = p.milestones %]'[% x.name FILTER js %]', [% END %] ]; [% END %] // Product and Component Exceptions // ================================ // // A blacklist for some commonly used words or word fragments // that occur in a product or component name but should *not* // trigger product/component search in QuickSearch. var product_exceptions = new Array( // Example: //"row" // [Browser] // // ^^^ //,"new" // [MailNews] // // ^^^ ); var component_exceptions = new Array( // Example: //"hang" // [mozilla.org] Bugzilla: Component/Keyword Changes // // ^^^^ ); // Queryable Fields // ================ [% PROCESS "global/field-descs.none.tmpl" %] var field = [ [% FOREACH x = field %] { name: '[% x.name FILTER js %]', description: '[% (field_descs.${x.name} OR x.description) FILTER js %]' }, [% END %] ]; // Deprecated Variables // ==================== // // Other names for various variables. These are deprecated // and could go away at any time. Use them at your own risk! var bugzilla = installation.base_url; var statuses = status; var statuses_resolved = status_closed; var resolutions = resolution; var keywords = keyword; var platforms = platform; var severities = severity; var cpts = component; var vers = version; var tms = target_milestone; cs/default/bug/0000750000175000000410000000000010461137514015101 5ustar norbertwww-data00000000000000cs/default/bug/navigate.html.tmpl0000640000175000000410000000507310457140143020543 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% IF bug_list && bug_list.size > 0 %] [% this_bug_idx = lsearch(bug_list, bug.bug_id) %] Výpis [% terms.bugs2 %]: [% IF this_bug_idx != -1 %] ([% this_bug_idx + 1 %] z [% bug_list.size %]) [% END %] [% IF this_bug_idx != -1 %] První Poslední [% END %] [% IF bug.bug_id %] [% IF this_bug_idx != -1 %] [% IF this_bug_idx > 0 %] [% prev_bug = this_bug_idx - 1 %] Předchozí [% ELSE %] Předchozí [% END %] [% IF this_bug_idx + 1 < bug_list.size %] [% next_bug = this_bug_idx + 1 %] Další [% ELSE %] Další [% END %] [% ELSE %] (Tento [% terms.bug %] není ve výsledku Vašeho posledního vyhledávání) [% END %] [% ELSE %]    [% END %]   Poslední vyhledávání [% ELSE %] [%# Either !bug_list || bug_list.size <= 0 %] [%# With no list, don't show link to search results %] První Poslední Předchozí Další    Žádné dostupné výsledky vyhledávání [% END %]      Vyhledávání      Přidat [% terms.bug %] cs/default/bug/create/0000750000175000000410000000000010461067730016346 5ustar norbertwww-data00000000000000cs/default/bug/create/make-template.html.tmpl0000640000175000000410000000310110460174374022733 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Marc Schumann #%] [%# INTERFACE: # url: URL to a pre-filled bug entry form. # short_desc: Bug summary as entered in the form. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Záložky jsou Vaším přítelem" h1 = "Odkaz vytvořen" %]

Můžete si přidat do záložek tento odkaz: “ [% IF short_desc %] [% short_desc FILTER html %] [% ELSE %] Šablona pro zadání [% terms.bug2 %] [% END %]”. Tento odkaz Vás přenese na stránku se zadáváním [% terms.bug2 %] s předvyplněnými poli jak bylo požadováno.

[% PROCESS global/footer.html.tmpl %] cs/default/bug/create/create-guided.html.tmpl0000640000175000000410000004270710401704324022713 0ustar norbertwww-data00000000000000[%# 1.0@mozilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Christine Begle #%] [%# INTERFACE: # This template has the same interface as create.html.tmpl #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/header.html.tmpl title = "Enter $terms.ABug" onload = "PutDescription()" %]

This is a template used on mozilla.org. This template, and the comment-guided.txt.tmpl template that formats the data submitted via the form in this template, are included as a demo of what it's possible to do with custom templates in general, and custom [% terms.bug %] entry templates in particular. As much of the text will not apply, you should alter it if you want to use this form on your [% terms.Bugzilla %] installation.

[% tablecolour = "#FFFFCC" %] [%# This script displays the descriptions for selected components. %] [%# Browser sniff to try and reduce the incidence of Netscape 6/7 bugs %] [% IF cgi.user_agent('Netscape(\d)') %] [% matches = cgi.user_agent().match('Netscape(\d)') %]
You are using Netscape [% matches.0 %]. Report [% terms.bugs %] with this browser to the Netscape [% matches.0 %] Feedback Center. This form is only for reporting [% terms.bugs %] in the Mozilla web browser and other products from mozilla.org. To report [% terms.abug %] you find in Netscape [% matches.0 %] with this form, you must reproduce it first in a recent build of Mozilla, Firefox, Thunderbird or Camino to make sure the problem hasn't been fixed already.
[% END %] [% IF cgi.user_agent('Gecko/') %] [% matches = cgi.user_agent().match('Gecko/(\d+)') %] [% END %]

Step 1 of 3 - has your [% terms.bug %] already been reported?

Please don't skip this step - half of all [% terms.bugs %] filed are reported already. Check the two lists of frequently-reported [% terms.bugs %]:

[%# Include other products if sensible %] [% IF product == "Firefox" %] [% productstring = "product=Mozilla%20Application%20Suite&product=Firefox" %] [% ELSIF product == "Thunderbird" %] [% productstring = "product=Mozilla%20Application%20Suite&product=Thunderbird" %] [% ELSE %] [% productstring = BLOCK %]product=[% product FILTER url_quote %][% END %] [% END %]

All-time Top 100 (loaded initially) | Hot in the last two weeks

If your [% terms.bug %] isn't there, search [% terms.Bugzilla %] by entering a few key words having to do with your [% terms.bug %] in this box. For example: pop3 mail or copy paste. The results will appear above.

[%# All bugs opened inside the past six months %]
[% IF product == "Firefox" OR product == "Thunderbird" OR product == "Mozilla Application Suite" OR product == "Camino" %] [% END %]

Look through the search results. If you get the [% terms.zeroSearchResults %] message, [% terms.Bugzilla %] found no [% terms.bugs %] that match. Check for typing mistakes, or try fewer or different keywords. If you find [% terms.abug %] that looks the same as yours, please add any useful extra information you have to it, rather than opening a new one.

Step 2 of 3 - give information

If you've tried a few searches and your [% terms.bug %] really isn't in there, tell us all about it.

[%# We override rep_platform and op_sys for simplicity. The values chosen are based on which are most common in the b.m.o database %] [% rep_platform = [ "PC", "Macintosh", "All", "Other" ] %] [% op_sys = [ "Windows 98", "Windows NT", "Windows 2000", "Windows XP", "Mac System 9.x", "MacOS X", "Linux", "All", "other" ] %] [% matches = cgi.user_agent('Gecko/(\d+)') %] [% buildid = cgi.user_agent() IF matches %]
Product [% product FILTER html %]
Component

The area where the problem occurs. To pick the right component, you could use the same one as similar [% terms.bugs %] you found in your search, or read the full list of component descriptions (opens in new window) if you need more help.

Hardware Platform [% PROCESS select sel = 'rep_platform' %]
Operating System [% PROCESS select sel = 'op_sys' %]
Build Identifier
(User Agent)

This identifies exactly the version of the product you were using. If reporting [% terms.abug %] in Mozilla or Firefox, this is the line beginning "Mozilla/5.0" in Help | About. If you are using the problematic software to file the bug, this field will already be filled in correctly. If the product won't start, just enter the complete URL you downloaded it from.

URL

URL that demonstrates the problem you are seeing (optional.)

Summary

A sentence which summarises the problem. Please be descriptive and use lots of keywords.

Bad example: mail crashed
Good example: crash if I close the mail window while checking for new POP mail

Details

Expand on the Summary. Please be as specific as possible about what is wrong.

Bad example: Mozilla crashed. You suck!
Good example: After a crash which happened when I was sorting in the Bookmark Manager,
all of my top-level bookmark folders beginning with the letters Q to Z are no longer present.

Reproducibility
Steps to Reproduce

Describe how to reproduce the problem, step by step. Include any special setup steps.

Actual Results

What happened after you performed the steps above?

Expected Results

What should the software have done instead?

Additional Information

Add any additional information you feel may be relevant to this [% terms.bug %], such as the theme you were using (does the [% terms.bug %] still occur with the default theme?), a Talkback crash ID, or special information about your computer's configuration. Any information longer than a few lines, such as a stack trace or HTML testcase, should be added using the "Create a new Attachment" link on the [% terms.bug %], after it is filed. If you believe that it's relevant, please also include your build configuration, obtained by typing about:buildconfig into your URL bar.

If you are reporting a crash, note the module in which the software crashed (e.g., Application Violation in gkhtml.dll).

Severity

Say how serious the problem is, or if your [% terms.bug %] is a request for a new feature.

Step 3 of 3 - submit the [% terms.bug %] report

That's it! Thanks very much. You'll be notified by email about any progress that is made on fixing your [% terms.bug %].

Please be warned that we get a lot of [% terms.bug %] reports filed - it may take quite a while to get around to yours. You can help the process by making sure your [%+ terms.bug %] is complete and easy to understand, and by quickly replying to any questions which may arrive by email.

[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/bug/create/create.html.tmpl0000640000175000000410000003161410460173264021457 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Ville Skyttä # Shane H. W. Travis #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% product_name = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Přidat $terms.bug: $product_name" onload="set_assign_to();" %] [% USE Bugzilla %]
[%# We can't use the select block in these two cases for various reasons. %] [% sel = { description => 'Platforma', name => 'rep_platform' } %] [% INCLUDE select %] [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] [% IF Param('letsubmitterchoosepriority') %] [% sel = { description => 'Priorita', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] [% END %] [% sel = { description => 'Závažnost', name => 'bug_severity' } %] [% INCLUDE select %] [% IF Param('usetargetmilestone') && Param('letsubmitterchoosemilestone') %] [% sel = { description => 'Cílová verze', name => 'target_milestone' } %] [% INCLUDE select %] [% END %] [% IF bug_status.size <= 1 %] [% ELSE %] [% sel = { description => 'Počáteční stav', name => 'bug_status' } %] [% INCLUDE select %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF UserInGroup(Param('timetrackinggroup')) %] [% END %] [% IF Param("usebugaliases") %] [% END %] [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% ELSE %] [% END %] [% IF UserInGroup('editbugs') %] [% IF use_keywords %] [% END %] [% END %] [%# Form controls for entering additional data about the bug being created. %] [% Hook.process("form") %] [% UNLESS (Param('defaultplatform') && Param('defaultopsys')) %] [% END %]

[%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' #%] [% INCLUDE 'bug/create/user-message.html.tmpl' %]

Zadavatel: [% Bugzilla.user.login FILTER html %] Produkt: [% product FILTER html %]
Verze: Komponenta:
 
 
Počáteční stav: [% status_descs.${default.bug_status} FILTER html %]
Příjemce: [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => assigned_to disabled => assigned_to_disabled size => 32 emptyok => 1 %]
QA Kontakt: [% INCLUDE global/userselect.html.tmpl name => "qa_contact" value => qa_contact disabled => qa_contact_disabled size => 32 emptyok => 1 %]
Kopie: [% INCLUDE global/userselect.html.tmpl name => "cc" value => cc disabled => cc_disabled size => 45 multiple => 5 %]
 
Odhadované hodiny:
Deadline: (YYYY-MM-DD)
 
Alias:
URL:
Souhrn:
Popis:
  
Klíčová slova: (volitelně)
Závisí na:
Blokuje:
[% IF group.size %]
Pouze uživatelé ze všech označených skupin mohou prohlížet tento [% terms.bug %]:
(Nezatrhnutí všech polí dělá tento [% terms.bug %] veřejným.)

[% FOREACH g = group %]     
[% END %]
[% END %]
    

Udělali jsme odhad [% IF Param('defaultplatform') %] Vašeho operačního systému. Prosím zkontrolujte to [% ELSIF Param('defaultopsys') %] Vaší platformy. Prosím zkontrolujte to [% ELSE %] Vašeho operačního systému a platformy. Prosím obojí zkontrolujte [% END %] a je-li odhad špatný, pošlete email na [%+ Param('maintainer') %].
[%# Links or content with more information about the bug being created. %] [% Hook.process("end") %] [% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% IF sel.description %] [% sel.description %]: [% END %] [% END %] cs/default/bug/create/user-message.html.tmpl0000640000175000000410000000275310457442351022620 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Matthew Tuck #%] [%# Migration note: this file corresponds to the old Param # 'entryheaderhtml' #%] [%# You can make the output of this template product-specific by using # Template Toolkit IF statements. The current product name is stored in # the 'product' variable. #%] [% PROCESS global/variables.none.tmpl %] Před zadáváním [% terms.bug2 %] si prosím přečtěte návod pro psaní [% terms.bugs2 %], prosím podívejte se na výpis nejčastěji zadávaných [% terms.bugs2 %] a prosím zkuste vyhledat Váš [% terms.bug %], jestli není již zadán. cs/default/bug/create/comment.txt.tmpl0000640000175000000410000000233110376627634021536 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. # # Form variables from a bug submission (i.e. the fields on a template from # enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to # pull out various custom fields and format an initial Description entry # from them. #%] [% USE Bugzilla %] [% Hook.process("form") %] [% Bugzilla.cgi.param("comment") %] cs/default/bug/create/comment-guided.txt.tmpl0000640000175000000410000000355510461067731022775 0ustar norbertwww-data00000000000000[%# 1.0@mozilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. # # Form variables from a bug submission (i.e. the fields on a template from # enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to # pull out various custom fields and format an initial Description entry # from them. #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] Prohlížeč: [%+ cgi.user_agent() %] Identifikátor: [%+ cgi.param("buildid") %] [%+ cgi.param("comment") IF cgi.param("comment") %] [%+ IF cgi.param("reproducible") != "Choose one..." -%] Schopnost obnovy: [%+ cgi.param("reproducible") %] [% END %] [% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s+$')) %] Kroky k obnově: [%+ cgi.param("reproduce_steps") %] [% END %] [% IF cgi.param("actual_results") -%] Aktuální výsledky: [%+ cgi.param("actual_results") %] [% END %] [% IF cgi.param("expected_results") %] Očekávané výsledky: [%+ cgi.param("expected_results") %] [% END %] [%+ cgi.param("additional_info") %] cs/default/bug/create/created.html.tmpl0000640000175000000410000000373210460173425021622 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # id: number; the ID of the bug that was created. # sentmail: array of hash; bugs for which BugMail should be sent, contains: # type: string; type of change for this bug, either 'created' if this bug # was created or 'dep' if it was added as a dependent/blocker # id: integer; the ID of the bug # mailrecipients: hash; contains the BugMail recipients, for details on # this contents, see template bug/process/bugmail.html.tmpl # bug: object; Bugzilla::Bug object of the bug that was created (used in # template bug/edit.html.tmpl # bug_list: array of integers; sorted bug list (used in template # bug/navigate.html.tmpl) #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $id uložen" %] [% header_done = 1 %] [% FOREACH item = sentmail %] [% PROCESS bug/process/results.html.tmpl type = item.type id = item.id mail = item.mail mailrecipients = mailrecipients %] [% END %]

[% PROCESS bug/edit.html.tmpl %]
[% PROCESS bug/navigate.html.tmpl %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/create/CVS/0000700000175000000410000000000010422570164016771 5ustar norbertwww-data00000000000000cs/default/bug/create/CVS/Repository0000664000175000000410000000007110422570164021105 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/bug/create cs/default/bug/create/CVS/Tag0000664000175000000410000000001710422570164017441 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/bug/create/CVS/Entries0000664000175000000410000000074510422570164020347 0ustar norbertwww-data00000000000000/comment-guided.txt.tmpl/1.4/Thu Apr 7 23:59:59 2005//TBUGZILLA-2_22 /comment.txt.tmpl/1.3.6.1/Tue Feb 21 15:19:56 2006//TBUGZILLA-2_22 /create-guided.html.tmpl/1.26.4.2/Fri Mar 3 00:07:48 2006//TBUGZILLA-2_22 /create.html.tmpl/1.54.2.2/Fri Mar 3 00:07:48 2006//TBUGZILLA-2_22 /created.html.tmpl/1.9/Wed Jul 27 20:51:33 2005//TBUGZILLA-2_22 /make-template.html.tmpl/1.8/Tue Dec 13 20:43:49 2005//TBUGZILLA-2_22 /user-message.html.tmpl/1.4/Sun Mar 7 23:27:31 2004//TBUGZILLA-2_22 D cs/default/bug/create/CVS/Root0000664000175000000410000000006310422570164017652 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/bug/create/user-message.html.tmpl~0000600000175000017500000000274710457442350022744 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Matthew Tuck #%] [%# Migration note: this file corresponds to the old Param # 'entryheaderhtml' #%] [%# You can make the output of this template product-specific by using # Template Toolkit IF statements. The current product name is stored in # the 'product' variable. #%] [% PROCESS global/variables.none.tmpl %] Před zadáváním [% terms.bug2 %] si prosím přečtěte návod pro psaní [% terms.bugs2 %], prosím podívejte se na výpis nejvíce zadávaných [% terms.bugs2 %] a prosím zkuste vyhledat Váš [% terms.bug %], jestli není již zadán. cs/default/bug/create/create.html.tmpl~0000600000175000017500000003161310460173264021600 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Ville Skyttä # Shane H. W. Travis #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% product_name = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Přidat $terms.bug: $product_name" onload="set_assign_to();" %] [% USE Bugzilla %]
[%# We can't use the select block in these two cases for various reasons. %] [% sel = { description => 'Platforma', name => 'rep_platform' } %] [% INCLUDE select %] [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] [% IF Param('letsubmitterchoosepriority') %] [% sel = { description => 'Priorita', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] [% END %] [% sel = { description => 'Závažnost', name => 'bug_severity' } %] [% INCLUDE select %] [% IF Param('usetargetmilestone') && Param('letsubmitterchoosemilestone') %] [% sel = { description => 'Target Milestone', name => 'target_milestone' } %] [% INCLUDE select %] [% END %] [% IF bug_status.size <= 1 %] [% ELSE %] [% sel = { description => 'Počáteční stav', name => 'bug_status' } %] [% INCLUDE select %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF UserInGroup(Param('timetrackinggroup')) %] [% END %] [% IF Param("usebugaliases") %] [% END %] [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% ELSE %] [% END %] [% IF UserInGroup('editbugs') %] [% IF use_keywords %] [% END %] [% END %] [%# Form controls for entering additional data about the bug being created. %] [% Hook.process("form") %] [% UNLESS (Param('defaultplatform') && Param('defaultopsys')) %] [% END %]

[%# Migration note: The following file corresponds to the old Param # 'entryheaderhtml' #%] [% INCLUDE 'bug/create/user-message.html.tmpl' %]

Zadavatel: [% Bugzilla.user.login FILTER html %] Produkt: [% product FILTER html %]
Verze: Komponenta:
 
 
Počáteční stav: [% status_descs.${default.bug_status} FILTER html %]
Příjemce: [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => assigned_to disabled => assigned_to_disabled size => 32 emptyok => 1 %]
QA Kontakt: [% INCLUDE global/userselect.html.tmpl name => "qa_contact" value => qa_contact disabled => qa_contact_disabled size => 32 emptyok => 1 %]
Cc: [% INCLUDE global/userselect.html.tmpl name => "cc" value => cc disabled => cc_disabled size => 45 multiple => 5 %]
 
Odhadované hodiny:
Deadline: (YYYY-MM-DD)
 
Alias:
URL:
Souhrn:
Popis:
  
Klíčová slova: (volitelně)
Závisí na:
Blokuje:
[% IF group.size %]
Pouze uživatelé ze všech označených skupin mohou prohlížet tento [% terms.bug %]:
(Nezatrhnutí všech polí dělá tento [% terms.bug %] veřejným.)

[% FOREACH g = group %]     
[% END %]
[% END %]
    

Udělali jsme odhad [% IF Param('defaultplatform') %] Vašeho operačního systému. Prosím zkontrolujte to [% ELSIF Param('defaultopsys') %] Vaší platformy. Prosím zkontrolujte to [% ELSE %] Vašeho operačního systému a platformy. Prosím obojí zkontrolujte [% END %] a je-li odhad špatný, pošlete email na [%+ Param('maintainer') %].
[%# Links or content with more information about the bug being created. %] [% Hook.process("end") %] [% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% IF sel.description %] [% sel.description %]: [% END %] [% END %] cs/default/bug/create/created.html.tmpl~0000600000175000017500000000373410460173425021746 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # id: number; the ID of the bug that was created. # sentmail: array of hash; bugs for which BugMail should be sent, contains: # type: string; type of change for this bug, either 'created' if this bug # was created or 'dep' if it was added as a dependent/blocker # id: integer; the ID of the bug # mailrecipients: hash; contains the BugMail recipients, for details on # this contents, see template bug/process/bugmail.html.tmpl # bug: object; Bugzilla::Bug object of the bug that was created (used in # template bug/edit.html.tmpl # bug_list: array of integers; sorted bug list (used in template # bug/navigate.html.tmpl) #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $id Submitted" %] [% header_done = 1 %] [% FOREACH item = sentmail %] [% PROCESS bug/process/results.html.tmpl type = item.type id = item.id mail = item.mail mailrecipients = mailrecipients %] [% END %]

[% PROCESS bug/edit.html.tmpl %]
[% PROCESS bug/navigate.html.tmpl %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/create/make-template.html.tmpl~0000600000175000017500000000310110460174374023055 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Marc Schumann #%] [%# INTERFACE: # url: URL to a pre-filled bug entry form. # short_desc: Bug summary as entered in the form. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Záložky jsou Vaším přítelem" h1 = "Odkaz vytvořen" %]

Můžete si přidat do záložek zento odkaz: “ [% IF short_desc %] [% short_desc FILTER html %] [% ELSE %] Šablona pro zadání [% terms.bug2 %] [% END %]”. Tento odkaz Vás přenese na stránku se zadáváním [% terms.bug2 %] s předvyplněnými poli jak bylo požadováno.

[% PROCESS global/footer.html.tmpl %] cs/default/bug/create/comment-guided.txt.tmpl~0000600000175000017500000000354010461067731023111 0ustar norbertnorbert00000000000000[%# 1.0@mozilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. # # Form variables from a bug submission (i.e. the fields on a template from # enter_bug.cgi) can be access via Bugzilla.cgi.param. It can be used to # pull out various custom fields and format an initial Description entry # from them. #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] User-Agent: [%+ cgi.user_agent() %] Build Identifier: [%+ cgi.param("buildid") %] [%+ cgi.param("comment") IF cgi.param("comment") %] [%+ IF cgi.param("reproducible") != "Choose one..." -%] Reproducible: [%+ cgi.param("reproducible") %] [% END %] [% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s+$')) %] Steps to Reproduce: [%+ cgi.param("reproduce_steps") %] [% END %] [% IF cgi.param("actual_results") -%] Actual Results: [%+ cgi.param("actual_results") %] [% END %] [% IF cgi.param("expected_results") %] Expected Results: [%+ cgi.param("expected_results") %] [% END %] [%+ cgi.param("additional_info") %] cs/default/bug/show.html.tmpl0000640000175000000410000000365510457142352017735 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan # Bradley Baetz #%] [% PROCESS global/variables.none.tmpl %] [%# This script/template only handles one bug #%] [% bug = bugs.0 %] [% IF !header_done %] [% filtered_desc = bug.short_desc FILTER html %] [% filtered_timestamp = bug.delta_ts FILTER time %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $bug.bug_id - $bug.short_desc" h1 = "$terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Poslední změna: $filtered_timestamp" bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] %] [% END %] [% IF nextbug %]

Další [% terms.bug %] ve výpisu je [% terms.bug %]# [% bug.bug_id %]:


[% END %] [% PROCESS bug/navigate.html.tmpl %]
[% PROCESS bug/edit.html.tmpl %]
[% PROCESS bug/navigate.html.tmpl %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/choose.html.tmpl0000640000175000000410000000236710457442054020236 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Vyhledávání podle čísla $terms.bug2" %]

Měl byste najít jeden [% terms.bug %] zadáním jeho ID [% terms.bug %] zde:

[% PROCESS global/footer.html.tmpl %] cs/default/bug/time.html.tmpl0000640000175000000410000000306310002551333017671 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Jeff Hedlund # #%] [% BLOCK formattimeunit %] [%# INTERFACE: # time_unit: the number converting, converts to 2 decimal places # unless the last character is a 0, then it truncates to # 1 decimal place #%] [% time_unit = time_unit FILTER format('%.2f') %] [% IF time_unit.match('0\Z') %] [% time_unit FILTER format('%.1f') %] [% ELSE %] [% time_unit FILTER format('%.2f') %] [% END %] [% END %] [% BLOCK calculatepercentage %] [%# INTERFACE: # act: actual time # rem: remaining time # %] [% IF (act + rem) > 0 %] [% (act / (act + rem)) * 100 FILTER format("%d") %] [% ELSE %] 0 [% END %] [% END %] cs/default/bug/votes/0000750000175000000410000000000010461622337016243 5ustar norbertwww-data00000000000000cs/default/bug/votes/list-for-user.html.tmpl0000640000175000000410000001265410461622337022630 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # voting_user: hash containing a 'login' field # # products: list of hashes containing details of products relating to # voting: # name: name of product # bugs: list of bugs the user has voted for # onevoteonly: one or more votes allowed per bug? # total: users current vote count for the product # maxvotes: max votes allowed for a user in this product # maxperbug: max votes per bug allowed for a user in this product # # bug_id: number; if the user is voting for a bug, this is the bug id # # canedit: boolean; Should the votes be presented in a form, or readonly? #%] [% PROCESS global/variables.none.tmpl %] [% IF !header_done %] [% h2 = voting_user.login FILTER html %] [% IF canedit %] [% title = "Změna hlasů" %] [% IF bug_id %] [%# We .select and .focus the input so it works for textbox and checkbox %] [% onload = "document.forms['voting_form'].bug_" _ bug_id _ ".select();document.forms['voting_form'].bug_" _ bug_id _ ".focus()" %] [% END %] [% ELSE %] [% title = "Zobrazení hlasů" %] [% END %] [% PROCESS global/header.html.tmpl style_urls = [ "skins/standard/voting.css" ] %] [% ELSE %]
[% END %] [% IF votes_recorded %]

Změny Vašich hlasů byly uloženy.

[% ELSE %]
[% END %] [% IF products.size %]
[% onevoteproduct = 0 %] [% multivoteproduct = 0 %] [% FOREACH product = products %] [% IF product.onevoteonly %] [% onevoteproduct = 1 %] [% ELSE %] [% multivoteproduct = 1 %] [% END %] [% FOREACH bug = product.bugs %] [% END %] [% END %]
Hlasy [% terms.Bug %] # Souhrn
[% product.name FILTER html %] [% IF product.maxperbug < product.maxvotes AND product.maxperbug > 1 %] (Poznámka: pouze [% product.maxperbug %] hlas [% "s" IF product.maxperbug != 1 %] povoleno pro [% terms.bug %] v tomto produktu.) [% END %]
[% IF bug.id == bug_id && canedit %]Zadej zde nový hlas → [%- END %] [% IF canedit %] [% IF product.onevoteonly %] [% ELSE %] [% END %] [% ELSE %] [% bug.count %] [% END %] [% isclosed = !bug.opened %] [% bug.id FILTER closed(isclosed) %] [% bug.summary FILTER html %]
[% product.total %] hlas [% "s" IF product.total != 1 %] povoleno [% product.maxvotes %] hlasů.

[% IF canedit %]

Ke změně Vašich hlasů, [% IF multivoteproduct %] zadejte nový počet (0 znamená žádný hlas) [% " or " IF onevoteproduct %] [% END %] [% IF onevoteproduct %] zaškrtněne pole [% END %] a klikněte na Změnit moje hlasy. [% END %]
[% ELSE %]

[% IF canedit %] Vy jste [% ELSE %] Tento uživatel [% END %] doposud nehlasoval pro žádné [% terms.bugs %].

[% END %]

Nápověda k hlasování.

[% PROCESS global/footer.html.tmpl %] cs/default/bug/votes/list-for-bug.html.tmpl0000640000175000000410000000356210461063404022417 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. ID of the bug we are listing the votes for. # users: list of hashes. May be empty. Each hash has two members: # login_name: string. The login name of the user whose vote is attached # vote_count: integer. The number of times that user has votes for this bug. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Zobrazení hlasů" h2 = "$terms.Bug $bug_id" %] [% total = 0 %] [% FOREACH voter = users %] [% total = total + voter.vote_count %] [% END %]
Kdo Počet hlasů
[% voter.login_name FILTER html %] [% voter.vote_count %]

Celkový součet hlasů: [% total %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/votes/CVS/0000700000175000000410000000000010422570164016666 5ustar norbertwww-data00000000000000cs/default/bug/votes/CVS/Repository0000664000175000000410000000007010422570164021001 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/bug/votes cs/default/bug/votes/CVS/Tag0000664000175000000410000000001710422570164017336 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/bug/votes/CVS/Entries0000664000175000000410000000032210422570164020233 0ustar norbertwww-data00000000000000/delete-all.html.tmpl/1.6/Sun Jan 18 18:39:26 2004//TBUGZILLA-2_22 /list-for-bug.html.tmpl/1.10/Fri Sep 2 21:33:36 2005//TBUGZILLA-2_22 /list-for-user.html.tmpl/1.21/Mon Dec 12 02:23:44 2005//TBUGZILLA-2_22 D cs/default/bug/votes/CVS/Root0000664000175000000410000000006310422570164017547 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/bug/votes/delete-all.html.tmpl0000640000175000000410000000315610461063222022112 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Odstranění Vašich hlasů?" %]

Chcete smazat všechny Vaše hlasy při hlasování. Opravdu si přejete odstranit Vaše hlasy z každého [% terms.bug2 %], pro který jste hlasoval?

Ano, smazat všechny moje hlasy

Ne, jít zpět a prohlédnout moje hlasy

[% PROCESS global/footer.html.tmpl %] cs/default/bug/votes/delete-all.html.tmpl~0000600000175000017500000000311710461063222022231 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Remove your votes?" %]

You are about to remove all of your [% terms.bug %] votes. Are you sure you wish to remove your vote from every [% terms.bug %] you've voted on?

Yes, delete all my votes

No, go back and review my votes

[% PROCESS global/footer.html.tmpl %] cs/default/bug/votes/list-for-bug.html.tmpl~0000600000175000017500000000354110461063404022536 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. ID of the bug we are listing the votes for. # users: list of hashes. May be empty. Each hash has two members: # login_name: string. The login name of the user whose vote is attached # vote_count: integer. The number of times that user has votes for this bug. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Show Votes" h2 = "$terms.Bug $bug_id" %] [% total = 0 %] [% FOREACH voter = users %] [% total = total + voter.vote_count %] [% END %]
Who Number of votes
[% voter.login_name FILTER html %] [% voter.vote_count %]

Total votes: [% total %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/votes/list-for-user.html.tmpl~0000600000175000017500000001265510461622337022753 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # voting_user: hash containing a 'login' field # # products: list of hashes containing details of products relating to # voting: # name: name of product # bugs: list of bugs the user has voted for # onevoteonly: one or more votes allowed per bug? # total: users current vote count for the product # maxvotes: max votes allowed for a user in this product # maxperbug: max votes per bug allowed for a user in this product # # bug_id: number; if the user is voting for a bug, this is the bug id # # canedit: boolean; Should the votes be presented in a form, or readonly? #%] [% PROCESS global/variables.none.tmpl %] [% IF !header_done %] [% h2 = voting_user.login FILTER html %] [% IF canedit %] [% title = "Změna hlasů" %] [% IF bug_id %] [%# We .select and .focus the input so it works for textbox and checkbox %] [% onload = "document.forms['voting_form'].bug_" _ bug_id _ ".select();document.forms['voting_form'].bug_" _ bug_id _ ".focus()" %] [% END %] [% ELSE %] [% title = "Zobrazení hlasů" %] [% END %] [% PROCESS global/header.html.tmpl style_urls = [ "skins/standard/voting.css" ] %] [% ELSE %]
[% END %] [% IF votes_recorded %]

Změny Vašich hlasů byly uloženy.

[% ELSE %]
[% END %] [% IF products.size %]
[% onevoteproduct = 0 %] [% multivoteproduct = 0 %] [% FOREACH product = products %] [% IF product.onevoteonly %] [% onevoteproduct = 1 %] [% ELSE %] [% multivoteproduct = 1 %] [% END %] [% FOREACH bug = product.bugs %] [% END %] [% END %]
Hlasy [% terms.Bug %] # Souhrn
[% product.name FILTER html %] [% IF product.maxperbug < product.maxvotes AND product.maxperbug > 1 %] (Poznámka: pouze [% product.maxperbug %] hlas [% "s" IF product.maxperbug != 1 %] povoleno pro [% terms.bug %] v tomto produktu.) [% END %]
[% IF bug.id == bug_id && canedit %]Zadej zde nový hlas → [%- END %] [% IF canedit %] [% IF product.onevoteonly %] [% ELSE %] [% END %] [% ELSE %] [% bug.count %] [% END %] [% isclosed = !bug.opened %] [% bug.id FILTER closed(isclosed) %] [% bug.summary FILTER html %]
[% product.total %] hlas [% "s" IF product.total != 1 %] povoleno [% product.maxvotes %] hlasů.

[% IF canedit %]

Ke změně Vašich hlasů, [% IF multivoteproduct %] zadejte nový počet (0 znamená žádný hlas) [% " or " IF onevoteproduct %] [% END %] [% IF onevoteproduct %] zaškrtněne pole [% END %] a klikněte na Změnit moje hlasy. [% END %]
[% ELSE %]

[% IF canedit %] Vy jste [% ELSE %] Tento uživatel [% END %] doposud nehlasoval pro žádné [% terms.bugs %].

[% END %]

Nápověda ke hlasování.

[% PROCESS global/footer.html.tmpl %] cs/default/bug/activity/0000750000175000000410000000000010461067331016734 5ustar norbertwww-data00000000000000cs/default/bug/activity/show.html.tmpl0000640000175000000410000000264010460170612021554 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. The bug ID. # # This template also needs to be called with the interface to the # activity.html.tmpl template fulfilled. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Změny provedené na $terms.bug2 $bug_id" h1 = "Výpis událostí" h2 = "$terms.Bug $bug_id" %]
[% PROCESS bug/activity/table.html.tmpl %]

Zpět na [% terms.bug %] [%+ bug_id %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/activity/table.html.tmpl0000640000175000000410000001067010461067331021671 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # operations: array of hashes. May be empty. Each has has three members: # who: string. who performed the operation # when: string. when they performed it # changes: hash. Details of what they changed. This hash has three # compulsory and one optional member: # field: string. The name of the field # removed: string. What was removed from the field # added: string. What was added to the field # attach_id: integer. If the change was adding an attachment, its id. # incomplete_data: boolean. True if some of the data is incomplete (because # it was affected by an old Bugzilla bug.) #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %] [% IF incomplete_data %]

Na tomto místě byl problém v Bugzille, což zapříčiňilo ztrátu dat aktivit kde byl velký počet kopií nebo závislostí. Chyba byla napravena, ale některá data byla již ztracena ve Vaší tabulce aktivit, která nemůžou být obnovena. Změny které skript nemůže spolehlivě rozpoznat jsou označeny takto: '?'.

[% END %] [% IF operations.size > 0 %] [% FOREACH operation = operations %] [% FOREACH change = operation.changes %] [% "" IF loop.index > 0 %] [% END %] [% END %]
Kdo Kdy Co Odstraňeno Přidáno
[% operation.who FILTER html %] [% operation.when FILTER time %]
[% IF change.attachid %] Příloha #[% change.attachid %] [% END %] [% change.field %] [% IF change.removed.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %] [% PROCESS formattimeunit time_unit=change.removed %] [% ELSIF change.fieldname == 'bug_status' %] [% status_descs.${change.removed} FILTER html %] [% ELSIF change.fieldname == 'resolution' %] [% resolution_descs.${change.removed} FILTER html %] [% ELSE %] [% change.removed FILTER html %] [% END %] [% ELSE %]   [% END %] [% IF change.added.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %] [% PROCESS formattimeunit time_unit=change.added %] [% ELSIF change.fieldname == 'bug_status' %] [% status_descs.${change.added} FILTER html %] [% ELSIF change.fieldname == 'resolution' %] [% resolution_descs.${change.added} FILTER html %] [% ELSE %] [% change.added FILTER html %] [% END %] [% ELSE %]   [% END %]
[% END %] cs/default/bug/activity/CVS/0000700000175000000410000000000010422570164017362 5ustar norbertwww-data00000000000000cs/default/bug/activity/CVS/Repository0000664000175000000410000000007310422570164021500 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/bug/activity cs/default/bug/activity/CVS/Tag0000664000175000000410000000001710422570164020032 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/bug/activity/CVS/Entries0000664000175000000410000000017610422570164020736 0ustar norbertwww-data00000000000000/show.html.tmpl/1.7/Mon Feb 2 21:57:29 2004//TBUGZILLA-2_22 /table.html.tmpl/1.10/Mon Dec 12 02:13:05 2005//TBUGZILLA-2_22 D cs/default/bug/activity/CVS/Root0000664000175000000410000000006310422570164020243 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/bug/activity/show.html.tmpl~0000600000175000017500000000262410460170612021700 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. The bug ID. # # This template also needs to be called with the interface to the # activity.html.tmpl template fulfilled. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Changes made to $terms.bug $bug_id" h1 = "Activity log" h2 = "$terms.Bug $bug_id" %]
[% PROCESS bug/activity/table.html.tmpl %]

Back to [% terms.bug %] [%+ bug_id %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/activity/table.html.tmpl~0000600000175000017500000001066010461067331022012 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # operations: array of hashes. May be empty. Each has has three members: # who: string. who performed the operation # when: string. when they performed it # changes: hash. Details of what they changed. This hash has three # compulsory and one optional member: # field: string. The name of the field # removed: string. What was removed from the field # added: string. What was added to the field # attach_id: integer. If the change was adding an attachment, its id. # incomplete_data: boolean. True if some of the data is incomplete (because # it was affected by an old Bugzilla bug.) #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %] [% IF incomplete_data %]

There used to be an issue in Bugzilla což zapříčinilo ztrátu dat aktivit kde byl velký počet kopií nebo závislostí. Toto bylo napraveno, ale některá data byla již ztracena ve Vaší tabulce aktivit, která nemůže být obnovena. The changes that the script could not reliably determine are prefixed by '?'.

[% END %] [% IF operations.size > 0 %] [% FOREACH operation = operations %] [% FOREACH change = operation.changes %] [% "" IF loop.index > 0 %] [% END %] [% END %]
Kdo Kdy Co Odstraňeno Přidáno
[% operation.who FILTER html %] [% operation.when FILTER time %]
[% IF change.attachid %] Příloha #[% change.attachid %] [% END %] [% change.field %] [% IF change.removed.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %] [% PROCESS formattimeunit time_unit=change.removed %] [% ELSIF change.fieldname == 'bug_status' %] [% status_descs.${change.removed} FILTER html %] [% ELSIF change.fieldname == 'resolution' %] [% resolution_descs.${change.removed} FILTER html %] [% ELSE %] [% change.removed FILTER html %] [% END %] [% ELSE %]   [% END %] [% IF change.added.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %] [% PROCESS formattimeunit time_unit=change.added %] [% ELSIF change.fieldname == 'bug_status' %] [% status_descs.${change.added} FILTER html %] [% ELSIF change.fieldname == 'resolution' %] [% resolution_descs.${change.added} FILTER html %] [% ELSE %] [% change.added FILTER html %] [% END %] [% ELSE %]   [% END %]
[% END %] cs/default/bug/dependency-tree.html.tmpl0000640000175000000410000002107710461100167022017 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Tobias Burnus # Ville Skyttä # Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% filtered_desc = blocked_tree.$bugid.summary FILTER html %] [% PROCESS global/header.html.tmpl title = "Strom závislosti pro $terms.bug $bugid" h1 = "Strom závislosti pro $terms.bug $bugid" h2 = filtered_desc %] [% PROCESS depthControlToolbar %] [%# Display the tree of bugs that this bug depends on. %]

[% IF hide_resolved %] Otevřené [% terms.bugs %], [% ELSE %] [% terms.Bugs %], [% END %] které závisí na [% terms.bug2 %] [%+ bugid %]

[% IF dependson_ids.size > 0 %] ( [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %] zobrazit jako výpis [% terms.bugs2 %] [% IF canedit && dependson_ids.size > 1 %] | změnit několik naráz [% END %]) [% INCLUDE display_tree tree=dependson_tree bug_id=bugid %] [% ELSE %]

Žádné

[% END %] [%# Display the tree of bugs that this bug blocks. %]

[% IF hide_resolved %] Otevřené [% terms.bugs %], [% ELSE %] [% terms.Bugs %], [% END %] které [% terms.bug %] [%+ bugid %] blokuje

[% IF blocked_ids.size > 0 %] ( [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %] zobrazit jako výpis [% terms.bugs2 %] [% IF canedit && blocked_ids.size > 1 %] | změnit několik naráz [% END %]) [% INCLUDE display_tree tree=blocked_tree bug_id=bugid %] [% ELSE %]

Žádné

[% END %] [% PROCESS depthControlToolbar %] [%###########################################################################%] [%# Block to display a tree #%] [%###########################################################################%] [% BLOCK display_tree %] [% tree.$bug_id.seen = 1 %] [% END %] [% PROCESS global/footer.html.tmpl %] [%###########################################################################%] [%# Block for depth control toolbar #%] [%###########################################################################%] [% BLOCK depthControlToolbar %] [%# Hide/show resolved button Swaps text depending on the state of hide_resolved %]
[% IF maxdepth %] [% END %]
Maximální počet:  
[%# set to one form %]
[%# Minus one form Allow subtracting only when realdepth and maxdepth > 1 %]
[%# Limit entry form: the button can not do anything when total depth is less than two, so disable it %]
[%# plus one form Disable button if total depth < 2, or if depth set to unlimited %] [% IF maxdepth %] [% END %] = realdepth %] %]>
[%# Unlimited button %]
[% END %] cs/default/bug/show-multiple.html.tmpl0000640000175000000410000001423510461106252021554 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Gervase Markham #%] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS global/header.html.tmpl title = "Detailní výpis $terms.bugs2" style_urls = [ "skins/standard/show_multiple.css" ] %] [% PROCESS bug/time.html.tmpl %] [% IF bugs.first %] [% FOREACH bug = bugs %] [% PROCESS bug_display %] [% END %] [% ELSE %]

Zadajte prosím čísla [% terms.bugs2 %].

[% END %] [% PROCESS global/footer.html.tmpl %] [%###########################################################################%] [%# Block for an individual bug #%] [%###########################################################################%] [% BLOCK bug_display %]
[% terms.Bug %] [%+ bug.bug_id %] - [% bug.short_desc FILTER html %]
[% PROCESS cell attr = { description => "Verze", name => "version" } %] [% PROCESS cell attr = { description => "Platforma", name => "rep_platform" } %] [% PROCESS cell attr = { description => "OS/Verze", name => "op_sys" } %] [% PROCESS cell attr = { description => "Závažnost", name => "bug_severity" } %] [% PROCESS cell attr = { description => "Priorita", name => "priority" } %] [% IF Param('useqacontact') %] [% END %] [% IF use_keywords %] [% END %] [% IF Param("usestatuswhiteboard") %] [% END %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %]
[% terms.Bug %]#: [% bug.bug_id %] [% IF Param("usebugaliases") AND bug.alias %] ([% bug.alias FILTER html %]) [% END %] Produkt:   [% IF Param("useclassification") %] [[% bug.classification FILTER html %]]  [% END %] [% bug.product FILTER html %]
Status:  [% status_descs.${bug.bug_status} FILTER html %]
Řešení:  [% resolution_descs.${bug.resolution} FILTER html %] Příjemce:  [% bug.assigned_to.login FILTER html %] Zadavatel:  [% bug.reporter.login FILTER html %] QA Kontakt:  [% bug.qa_contact.login FILTER html %]
Komponenta:  [% bug.component FILTER html %] [% IF Param('usetargetmilestone') %] Cílová verze:  [% bug.target_milestone FILTER html %] [% END %]
URL:  [% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] [% bug.bug_file_loc FILTER html %] [% ELSE %] [% bug.bug_file_loc FILTER html %] [% END %]
Souhrn: [% bug.short_desc FILTER html %]
Klíčová slova:  [% bug.keywords FILTER html %]
Status Whiteboard:  [% bug.status_whiteboard FILTER html %]
Počáteční odhad:  [% PROCESS formattimeunit time_unit=bug.estimated_time %]   Současný odhad:  [% PROCESS formattimeunit time_unit=(bug.remaining_time + bug.actual_time) %]   Odpracováno hodin:  [% PROCESS formattimeunit time_unit=bug.actual_time %]  Zbývá hodin:  [% PROCESS formattimeunit time_unit=bug.remaining_time %]   Splněno:  [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %]  Předstih  [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]   Deadline:  [% bug.deadline %]
Otevřeno:  [% bug.creation_ts FILTER time %]
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs %]
[% END %] [%###########################################################################%] [%# Block for standard table cells #%] [%###########################################################################%] [% BLOCK cell %] [% attr.description FILTER html %]:  [% bug.${attr.name} FILTER html %] [% END %] cs/default/bug/CVS/0000700000175000000410000000000010422570166015530 5ustar norbertwww-data00000000000000cs/default/bug/CVS/Repository0000664000175000000410000000006210422570163017641 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/bug cs/default/bug/CVS/Tag0000664000175000000410000000001710422570164016176 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/bug/CVS/Entries0000664000175000000410000000152110422570166017077 0ustar norbertwww-data00000000000000/choose.html.tmpl/1.6/Sun Jan 18 18:39:17 2004//TBUGZILLA-2_22 /comments.html.tmpl/1.25/Mon Jan 9 18:59:54 2006//TBUGZILLA-2_22 /dependency-graph.html.tmpl/1.10/Wed Oct 12 01:04:30 2005//TBUGZILLA-2_22 /dependency-tree.html.tmpl/1.18/Sun Dec 18 22:19:54 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.69.2.2/Fri Mar 3 00:07:41 2006//TBUGZILLA-2_22 /knob.html.tmpl/1.19/Wed Sep 7 12:05:12 2005//TBUGZILLA-2_22 /navigate.html.tmpl/1.7/Mon Jun 20 19:30:29 2005//TBUGZILLA-2_22 /show-multiple.html.tmpl/1.26/Mon Jan 2 20:45:31 2006//TBUGZILLA-2_22 /show.html.tmpl/1.11/Sun Jul 10 22:37:07 2005//TBUGZILLA-2_22 /show.xml.tmpl/1.11/Mon Nov 7 20:32:27 2005//TBUGZILLA-2_22 /summarize-time.html.tmpl/1.3/Mon Jan 9 21:49:59 2006//TBUGZILLA-2_22 /time.html.tmpl/1.2/Sun Jan 18 18:39:23 2004//TBUGZILLA-2_22 D/activity//// D/create//// D/process//// D/votes//// cs/default/bug/CVS/Root0000664000175000000410000000006310422570163016406 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/bug/knob.html.tmpl0000640000175000000410000001570410461137514017703 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan #%] [% PROCESS global/variables.none.tmpl %] [%# *** Knob *** %]

[% knum = 1 %] [% IF bug.isunconfirmed && bug.user.canconfirm %]
[% knum = knum + 1 %] [% END %] [% IF bug.isopened && bug.bug_status != "ASSIGNED" && bug.user.canedit && (!bug.isunconfirmed || bug.user.canconfirm) %]
[% knum = knum + 1 %] [% END %] [% IF bug.user.canedit || bug.user.isreporter %] [% IF bug.isopened %] [% IF bug.resolution %]
[% knum = knum + 1 %] [% END %]
[% knum = knum + 1 %]
[% knum = knum + 1 %] [% IF bug.user.canedit %] [% safe_assigned_to = FILTER js; bug.assigned_to.login; END %] [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => bug.assigned_to.login size => 32 onchange => "if ((this.value != '$safe_assigned_to') && (this.value != '')) { document.changeform.knob[$knum].checked=true; }" %]
[% IF bug.isunconfirmed && bug.user.canconfirm %]     
[% END %] [% knum = knum + 1 %]
[% IF bug.isunconfirmed && bug.user.canconfirm %]     
[% END %] [% knum = knum + 1 %] [% END %] [% ELSE %] [% IF bug.resolution != "MOVED" || (bug.resolution == "MOVED" && bug.user.canmove) %]
[% knum = knum + 1 %] [% END %] [% IF bug.bug_status == "RESOLVED" %]
[% knum = knum + 1 %] [% END %] [% IF bug.bug_status != "CLOSED" %]
[% knum = knum + 1 %] [% END %] [% END %] [% END %]

Zobrazit historii [% terms.bug2 %]   |   Formát pro tisk   |   XML   |   Klonovat tento [% terms.bug %] [%# Links to more things users can do with this bug. %] [% Hook.process("links") %] [% IF bug.user.canmove %]   |   [% END %]

cs/default/bug/process/0000750000175000000410000000000010461062306016553 5ustar norbertwww-data00000000000000cs/default/bug/process/results.html.tmpl0000640000175000000410000000452610461060431022122 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # id: number; the ID of the bug that was changed/checked. # # type: string; the type of change/check that was made: "bug" when a bug # is changed, "dupe" when a duplication notation is added to a bug, # and "dep" when a bug is checked for changes to its dependencies. # # mailrecipients: hash; BugMail recipient params. Optional. #%] [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %] [% DEFAULT type="bug" %] [% title = { 'bug' => "Změny $terms.bug2 $id uloženy" , 'dupe' => "Duplikovaný záznam přidán k $terms.bug2 $id" , 'dep' => "Kontrola změn závislosti na $terms.bug2 $id" , 'votes' => "$terms.Bug $id potvrzen počtem hlasů" , 'created' => "$terms.Bug $id byl přidán do databáze" , 'move' => "$terms.Bug $id byl přesunut do jiné databáze" , } linktext = { 'bug' => "Zpět na $terms.bug $id" , 'dupe' => "Přejít na $terms.bug $id" , 'dep' => "Přejít na $terms.bug $id" , 'votes' => "Přejít na $terms.bug $id" , 'created' => "Přejít na $terms.bug $id" , 'move' => "Zpět na $terms.bug $id" , } %]

[% title.$type %]

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
[% linktext.$type %] [%# Links to more information about the changed bug. %] [% Hook.process("links") %]
cs/default/bug/process/confirm-duplicate.html.tmpl0000640000175000000410000000500310460177470024030 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # original_bug_id: number; the bug number for the bug # against which a bug is being duped # duplicate_bug_id: number; the bug number for the bug # being duped # cclist_accessible: boolean; whether or not users on the cc: list # of the original bug can access that bug. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title="Upozornění na duplikát" %]

Když se označuje [% terms.bug %] za duplikát, zadavatel duplikátu je přidán mezi adresáty kopie originálu. Práva na [% terms.bug %] [%+ original_bug_id %] (originál) jsou aktuálně nastavena tak, že zadavatel by ho normálně neměl být schopen vidět.

Přidání zadavatele mezi adresáty kopie [% terms.bug2 %] [%+ original_bug_id %] [% IF cclist_accessible %] will immediately [% ELSE %] možná v budoucnu, [% END %] povolit mu/jí zobrazovat tento [% terms.bug %]. Opravdu to chcete udělat?

[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]

Ano, přidat zadavatele mezi adresáty kopie [% terms.bug2 %] [%+ original_bug_id %]

Ne, nepřidat zadavatele mezi adresáty kopie [% terms.bug %] [%+ original_bug_id %]

Ignorovat moje změny, a znovu otevřít [% terms.bug %] [%+ duplicate_bug_id %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/process/CVS/0000700000175000000410000000000010422570164017204 5ustar norbertwww-data00000000000000cs/default/bug/process/CVS/Repository0000664000175000000410000000007210422570164021321 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/bug/process cs/default/bug/process/CVS/Tag0000664000175000000410000000001710422570164017654 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/bug/process/CVS/Entries0000664000175000000410000000063410422570164020557 0ustar norbertwww-data00000000000000/bugmail.html.tmpl/1.6/Mon Oct 10 16:56:28 2005//TBUGZILLA-2_22 /confirm-duplicate.html.tmpl/1.9/Fri Apr 8 00:45:47 2005//TBUGZILLA-2_22 /header.html.tmpl/1.3/Sun Jan 18 18:39:25 2004//TBUGZILLA-2_22 /midair.html.tmpl/1.15.2.2/Mon Mar 6 23:03:27 2006//TBUGZILLA-2_22 /results.html.tmpl/1.10/Sun Aug 21 17:36:50 2005//TBUGZILLA-2_22 /verify-new-product.html.tmpl/1.16/Tue Jul 12 22:25:11 2005//TBUGZILLA-2_22 D cs/default/bug/process/CVS/Root0000664000175000000410000000006310422570164020065 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/bug/process/midair.html.tmpl0000640000175000000410000000564710461057530021701 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # operations: array; bug activity since the user last displayed the bug form, # used by bug/activity/table.html.tmpl to display recent changes that will # be overwritten if the user submits these changes. See that template # for further documentation. # start_at: number; the comment at which show/comments.tmpl should begin # displaying comments, either the index of the last comment (if the user # entered a comment along with their change) or a number less than that # (if they didn't), in which case no comments are displayed. # comments: array; all the comments on the bug. # bug_id: number; the ID of the bug being changed. #%] [%# The global Bugzilla->cgi object is used to obtain form variable values. %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %]

Detekována kolize!

Někdo jiný provedl změny v [% terms.bug2 %] ve stejné chvíli jako se o to pokoušíte Vy. Byly provedeny změny:

[% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]

[% IF comments.size > start_at %]

Přidány komentáře:

[% PROCESS "bug/comments.html.tmpl" bug = { 'bug_id' => bug_id } %]

[% END %] [% IF cgi.param("comment") %]

Váš komentář byl:

[% cgi.param("comment") FILTER wrap_comment FILTER html %]

[% END %]

Máte následující možnosti:

[% PROCESS global/footer.html.tmpl %] cs/default/bug/process/bugmail.html.tmpl0000640000175000000410000000516310460175337022052 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz # J. Paul Reed #%] [%# INTERFACE: # mailing_bugid: string. ID of the bug this mail is concerning. # mailrecipients: hash. People involved in this change. Hash has up to five # elements: # changer: string. The login name of the user who made the # change. # # For bug changes where people need to be notified: # owner: string. The login name of the bug assignee. # reporter: string. The login name of the bug reporter. # qacontact: string. The login name of the bug's QA contact. # Optional. # cc: list of strings. The login names of those on the CC # list. #%] [% PROCESS global/variables.none.tmpl %] [% mail = SendBugMail(mailing_bugid, mailrecipients) %] [% PROCESS emails description = "Email byl odeslán" names = mail.sent %]
[% PROCESS emails description = "Kromě" names = mail.excluded %]
Chcete-li, aby [% terms.Bugzilla %] tyto druhy emailů zasílala Vám, můžete si změnit nastavení.
[%############################################################################%] [%# Block for a set of email addresses #%] [%############################################################################%] [% BLOCK emails %] [% description FILTER html %]: [% IF user.can_see_bug(mailing_bugid) %] [% IF names.size > 0 %] [%+ FOREACH name = names %] [% name FILTER html %][% ", " UNLESS loop.last() %] [% END %] [% ELSE %] nikomu [% END %] [% ELSE %] (výpis e-mailů není dostupný) [% END %] [% END %] cs/default/bug/process/verify-new-product.html.tmpl0000640000175000000410000000753310461062306024176 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # verify_fields: boolean; whether or not to verify # the version, component, and target milestone fields # versions: array; versions for the new product. # components: array; components for the new product. # milestones: array; milestones for the new product. # defaults: hash; keys are names of fields, values are defaults for # those fields # verify_bug_group: boolean; whether or not to ask the user # if they want to add the bug to its new product's group # use_target_milestone: boolean; whether or not to use # the target milestone field #%] [%# The global Bugzilla->cgi object is used to obtain form variable values. %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = 'Potvrzení detailů nového produktu' %]
[% PROCESS "global/hidden-fields.html.tmpl" exclude=(verify_fields ? "^version|component|target_milestone$" : "") %] [%# Verify the version, component, and target milestone fields. %] [% IF verify_fields %]

Potvrzení verze, komponenty[% "a cílové verze" IF use_target_milestone %]

[% IF use_target_milestone %] Přesunujete [% terms.bug %]/[% terms.bugs %] do produktu [% cgi.param("product") FILTER html %], a pole verze, komponenty a/nebo cílové verze nejsou správné. Prosím nastavte nyní správnou verzi, komponentu a cílovou verzi: [% ELSE %] Přesunujete [% terms.bug %]/[% terms.bugs %] do produktu [% cgi.param("product") FILTER html %], a pole verze a komponenty nejsou správné. Prosím nastavte nyní správnou verzi a komponentu: [% END %]

[% IF use_target_milestone %] [% END %]
Verze:
[% PROCESS "global/select-menu.html.tmpl" name="version" options=versions default=defaults.version %]
Komponenta:
[% PROCESS "global/select-menu.html.tmpl" name="component" options=components default=defaults.component %]
Cílová verze:
[% PROCESS "global/select-menu.html.tmpl" name="target_milestone" options=milestones default=defaults.target_milestone %]
[% END %] [% IF verify_bug_group %]

Potvrzení skupiny [% terms.bug %]

Chcete přidat [% terms.bug %] do jeho nové skupiny defaultních produktů (je-li nějaká)?

Ne
Ano
Ano, ale jen tehdy, byl-li [% terms.bug %] v nějaké skupině z jeho starých skupin defaultních produktů

[% END %]

Zrušit a vrátit se na vyhledávání [% PROCESS global/footer.html.tmpl %] cs/default/bug/process/header.html.tmpl0000640000175000000410000000220210461057632021647 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # As global/header.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF title_tag == "bug_processed" %] [% title = "$terms.Bug zpracován" %] [% ELSIF title_tag == "mid_air" %] [% title = "Detekována kolize!" %] [% END %] [% PROCESS global/header.html.tmpl %] cs/default/bug/process/bugmail.html.tmpl~0000600000175000017500000000516110460175336022171 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz # J. Paul Reed #%] [%# INTERFACE: # mailing_bugid: string. ID of the bug this mail is concerning. # mailrecipients: hash. People involved in this change. Hash has up to five # elements: # changer: string. The login name of the user who made the # change. # # For bug changes where people need to be notified: # owner: string. The login name of the bug assignee. # reporter: string. The login name of the bug reporter. # qacontact: string. The login name of the bug's QA contact. # Optional. # cc: list of strings. The login names of those on the CC # list. #%] [% PROCESS global/variables.none.tmpl %] [% mail = SendBugMail(mailing_bugid, mailrecipients) %] [% PROCESS emails description = "Email byl odeslán" names = mail.sent %]
[% PROCESS emails description = "Kromě" names = mail.excluded %]
If you wish to tweak the kinds of mail [% terms.Bugzilla %] sends you, you can change your preferences.
[%############################################################################%] [%# Block for a set of email addresses #%] [%############################################################################%] [% BLOCK emails %] [% description FILTER html %]: [% IF user.can_see_bug(mailing_bugid) %] [% IF names.size > 0 %] [%+ FOREACH name = names %] [% name FILTER html %][% ", " UNLESS loop.last() %] [% END %] [% ELSE %] no one [% END %] [% ELSE %] (list of e-mails not available) [% END %] [% END %] cs/default/bug/process/confirm-duplicate.html.tmpl~0000600000175000017500000000475710460177470024171 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # original_bug_id: number; the bug number for the bug # against which a bug is being duped # duplicate_bug_id: number; the bug number for the bug # being duped # cclist_accessible: boolean; whether or not users on the cc: list # of the original bug can access that bug. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title="Upozornění na duplikát" %]

Když se označuje [% terms.bug %] za duplikát, zadavatel duplikátu je přidán mezi adresáty kopie originálu. Práva na [% terms.bug %] [%+ original_bug_id %] (originál) jsou aktuálně nastavena tak, že zadavatel by ho normálně neměl být schopen vidět.

Přidání zadavatele mezi adresáty kopie [% terms.bug2 %] [%+ original_bug_id %] [% IF cclist_accessible %] will immediately [% ELSE %] might, in the future, [% END %] allow him/her access to view this [% terms.bug %]. Do you wish to do this?

[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]

Yes, add the reporter to CC list on [% terms.bug %] [%+ original_bug_id %]

No, do not add the reporter to CC list on [% terms.bug %] [%+ original_bug_id %]

Throw away my changes, and revisit [% terms.bug %] [%+ duplicate_bug_id %]

[% PROCESS global/footer.html.tmpl %] cs/default/bug/process/midair.html.tmpl~0000600000175000017500000000564710461057530022023 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # operations: array; bug activity since the user last displayed the bug form, # used by bug/activity/table.html.tmpl to display recent changes that will # be overwritten if the user submits these changes. See that template # for further documentation. # start_at: number; the comment at which show/comments.tmpl should begin # displaying comments, either the index of the last comment (if the user # entered a comment along with their change) or a number less than that # (if they didn't), in which case no comments are displayed. # comments: array; all the comments on the bug. # bug_id: number; the ID of the bug being changed. #%] [%# The global Bugzilla->cgi object is used to obtain form variable values. %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %]

Detekována kolize!

Někdo jiný provedl změny v [% terms.bug2 %] ve stejné chvíli jako se o to pokoušíte Vy. Byly provedeny změny:

[% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]

[% IF comments.size > start_at %]

Přidány komentáře:

[% PROCESS "bug/comments.html.tmpl" bug = { 'bug_id' => bug_id } %]

[% END %] [% IF cgi.param("comment") %]

Váš komentář byl:

[% cgi.param("comment") FILTER wrap_comment FILTER html %]

[% END %]

Máte následující možnosti:

[% PROCESS global/footer.html.tmpl %] cs/default/bug/process/header.html.tmpl~0000600000175000017500000000220310461057632021772 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # As global/header.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF title_tag == "bug_processed" %] [% title = "$terms.Bug zpracován" %] [% ELSIF title_tag == "mid_air" %] [% title = "Srážka ve vzduchu!" %] [% END %] [% PROCESS global/header.html.tmpl %] cs/default/bug/process/results.html.tmpl~0000600000175000017500000000451410461060430022240 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # id: number; the ID of the bug that was changed/checked. # # type: string; the type of change/check that was made: "bug" when a bug # is changed, "dupe" when a duplication notation is added to a bug, # and "dep" when a bug is checked for changes to its dependencies. # # mailrecipients: hash; BugMail recipient params. Optional. #%] [% PROCESS global/variables.none.tmpl %] [% UNLESS header_done %] [% PROCESS bug/process/header.html.tmpl %] [% END %] [% DEFAULT type="bug" %] [% title = { 'bug' => "Changes submitted for $terms.bug $id" , 'dupe' => "Duplicate notation added to $terms.bug $id" , 'dep' => "Checking for dependency changes on $terms.bug $id" , 'votes' => "$terms.Bug $id confirmed by number of votes" , 'created' => "$terms.Bug $id has been added to the database" , 'move' => "$terms.Bug $id has been moved to another database" , } linktext = { 'bug' => "Back To $terms.Bug $id" , 'dupe' => "Go To $terms.Bug $id" , 'dep' => "Go To $terms.Bug $id" , 'votes' => "Go To $terms.Bug $id" , 'created' => "Go To $terms.Bug $id" , 'move' => "Back To $terms.Bug $id" , } %]

[% title.$type %]

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
[% linktext.$type %] [%# Links to more information about the changed bug. %] [% Hook.process("links") %]
cs/default/bug/process/verify-new-product.html.tmpl~0000600000175000017500000000746310461062306024322 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # verify_fields: boolean; whether or not to verify # the version, component, and target milestone fields # versions: array; versions for the new product. # components: array; components for the new product. # milestones: array; milestones for the new product. # defaults: hash; keys are names of fields, values are defaults for # those fields # verify_bug_group: boolean; whether or not to ask the user # if they want to add the bug to its new product's group # use_target_milestone: boolean; whether or not to use # the target milestone field #%] [%# The global Bugzilla->cgi object is used to obtain form variable values. %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = 'Potvrzení detailů nového produktu' %]
[% PROCESS "global/hidden-fields.html.tmpl" exclude=(verify_fields ? "^version|component|target_milestone$" : "") %] [%# Verify the version, component, and target milestone fields. %] [% IF verify_fields %]

Potvrzení verze, komponenty[% ", cílové verze" IF use_target_milestone %]

[% IF use_target_milestone %] Přesunujete [% terms.bug %]/[% terms.bugs %] do produktu [% cgi.param("product") FILTER html %], a pole verze, komponenty a/nebo cílové verze nejsou správné. Prosím nastavte nyní správnou verzi, komponentu a cílovou verzi: [% ELSE %] Přesunujete [% terms.bug %]/[% terms.bugs %] do produktu [% cgi.param("product") FILTER html %], a pole verze a komponenty nejsou správné. Prosím nastavte nyní správnou verzi a komponentu: [% END %]

[% IF use_target_milestone %] [% END %]
Version:
[% PROCESS "global/select-menu.html.tmpl" name="version" options=versions default=defaults.version %]
Component:
[% PROCESS "global/select-menu.html.tmpl" name="component" options=components default=defaults.component %]
Target Milestone:
[% PROCESS "global/select-menu.html.tmpl" name="target_milestone" options=milestones default=defaults.target_milestone %]
[% END %] [% IF verify_bug_group %]

Verify [% terms.Bug %] Group

Do you want to add the [% terms.bug %] to its new product's default groups (if any)?

no
yes
yes, but only if the [% terms.bug %] was in any of its old product's default groups

[% END %]

Cancel and Return to the Search Page [% PROCESS global/footer.html.tmpl %] cs/default/bug/summarize-time.html.tmpl0000640000175000000410000002377610461124411021722 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Christian Reis #%] [% USE date %] [% PROCESS global/variables.none.tmpl %] [% title = "Časové shrnutí " %] [% IF do_depends %] [% title = title _ "pro " %] [% h1 = title _ GetBugLink(ids.0, "$terms.Bug $ids.0") %] [% title = title _ "$terms.bug $ids.0: " %] [% h1 = (h1 _ " (a $terms.bugs ho blokující)") IF do_depends %] [% ELSE %] [% title = title _ "($ids.size $terms.bugs selected)" %] [% h1 = title %] [% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 style_urls = ["skins/standard/summarize-time.css"] %]

[% IF ids.size == 0 %] Žádné [% terms.bugs %] nejsou specifikovány nebo viditelné. [% ELSE %] [% INCLUDE query_form %] [% IF do_report %] [% global.grand_total = 0 %]

[% FOREACH workdata = part_list %] [% part = parts.shift %]

[% IF part.0 or part.1 %] [% part.0 OR "Up" FILTER html %] to [% part.1 OR "now" FILTER html %] [% ELSE %] Úplný souhrn (není specifikována perioda) [% END %]

[% IF group_by == "number" %] [% INCLUDE number_report %] [% ELSE %] [% INCLUDE owner_report %] [% END %]

[% END %] [% IF monthly %]

Celkem [% global.grand_total FILTER format("%.2f") %] hodin odpracováno


[% END %] [% IF null.keys.size > 0 %] [% INCLUDE inactive_report %]

Celkem [% null.keys.size %] neaktivních [% terms.bugs2 %]

[% END %] [% END %] [% END %]

[% PROCESS global/footer.html.tmpl %] [%# # # Developer reporting # #%] [% BLOCK owner_report %] [% global.total = 0 global.bug_count = {} global.owner_count = {}%] [% FOREACH owner = workdata.keys.sort %] [% INCLUDE do_one_owner owner=owner ownerdata=workdata.$owner detailed=detailed %] [% END %] [% additional = "$global.owner_count.size developers @ $global.bug_count.size $terms.bugs" %] [% INCLUDE section_total colspan=3 additional=additional %]
[% END %] [% BLOCK do_one_owner %] [% global.owner_count.$owner = 1 %] [% owner FILTER html %] [% col = 0 subtotal = 0%] [% FOREACH bugdata=ownerdata.nsort("bug_id") %] [% bug_id = bugdata.bug_id %] [% global.bug_count.$bug_id = 1 %] [% IF detailed %] [%# XXX oy what a hack %] [% timerow = '' _ bugdata.total_time _ '' %] [% INCLUDE bug_header cid=col id=bug_id bug_status=bugdata.bug_status short_desc=bugdata.short_desc extra=timerow %] [% col = col + 1 %] [% END %] [% subtotal = subtotal + bugdata.total_time %] [% END %]   Celkem: [% subtotal FILTER format("%.2f") %] [% global.total = global.total + subtotal %] [% END %] [%# # # Bug Number reporting # #%] [% BLOCK number_report %] [% global.total = 0 global.owner_count = {} global.bug_count = {} %] [% keys = sort_bug_keys(workdata.keys) %] [% FOREACH bug = keys %] [% INCLUDE do_one_bug bug=bug bugdata=workdata.$bug detailed=detailed %] [% END %] [% additional = "$global.bug_count.size $terms.bugs & $global.owner_count.size developers" %] [% INCLUDE section_total additional=additional colspan=2 %]
[% END %] [% BLOCK do_one_bug %] [% subtotal = 0.00 cid = 0 %] [%# hack apart the ID and summary. Sad. %] [% items = bug.split(";") %] [% id = items.shift %] [% status = items.shift %] [% global.bug_count.$id = 1 %] [% INCLUDE bug_header id=id bug_status=status short_desc=items.join(";") %] [% FOREACH owner = bugdata.sort("login_name") %] [% work_time = owner.total_time %] [% subtotal = subtotal + work_time %] [% login_name = owner.login_name %] [% global.owner_count.$login_name = 1 %] [% IF detailed %] [% cid = cid + 1 %]   [% login_name FILTER html %] [% work_time FILTER format("%.2f") %] [% END %] [% END %]   Total: [% subtotal FILTER format("%.2f") %] [% global.total = global.total + subtotal %] [% END %] [% BLOCK bug_header %] [% INCLUDE buglink id=id %] [% bug_status FILTER html %] [% short_desc FILTER html %] [% extra FILTER none %] [% END %] [% BLOCK inactive_report %]

Neaktivní [% terms.bugs %]

[% cid = 0 %] [% FOREACH bug_id = null.keys.nsort %] [% INCLUDE bug_header id=bug_id bug_status=null.$bug_id.1 short_desc=null.$bug_id.0 cid=cid %] [% cid = cid + 1 %] [% END %]
[% END %] [% BLOCK section_total %] [% IF global.total > 0 %] Celkově [% additional FILTER none %]    [% global.total FILTER format("%.2f") %] [% ELSE %] Žádný čas přidělen během specifické periody. [% END %] [% global.grand_total = global.grand_total + global.total %] [% END %] [%# # # The query form # #%] [% BLOCK query_form %]
[% IF warn_swap_dates %]

Specifikovano konečné datum vyskytující se před počátečním datem, které nedává smysl; datumy níže byly proto přesunuty.

[% END %]
Period :   and :
  (Datumy jsou nepovinné a ve formátu YYYY-MM-DD)
Group by: Format:
  [%# XXX: allow splitting by other intervals %]    

[% END %] [%# # # Utility # #%] [% BLOCK buglink %] [% terms.Bug %] [% id FILTER html %] [% END %] cs/default/bug/comments.html.tmpl0000640000175000000410000001236510456722251020601 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Max Kanat-Alexander # Shane H. W. Travis #%] [% PROCESS bug/time.html.tmpl %] [% DEFAULT start_at = 0 mode = "show" %] [% isinsider = Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% sort_order = user.settings.comment_sort_order.value %] [%# NOTE: (start_at > 0) means we came here from a midair collision, # in which case we don't care what the user's preference is. %] [% IF (start_at > 0) %] [% sort_order = "oldest_to_newest" %] [% END %] [%# Set up the variables as needed, depending on the sort order %] [% IF sort_order == "oldest_to_newest" %] [% count = 0 %] [% description = 0 %] [% increment = 1 %] [% ELSE %] [% increment = -1 %] [% IF sort_order == "newest_to_oldest" %] [% count = comments.size - 1 %] [% description = 0 %] [% ELSIF sort_order == "newest_to_oldest_desc_first" %] [% count = comments.size %] [% description = comments.size %] [% END %] [% END %] [% FOREACH comment = comments %] [% IF count >= start_at %] [% PROCESS a_comment %] [% END %] [% count = count + increment %] [% END %] [%# Note: this template is used in multiple places; if you use this hook, # make sure you are aware of this fact. #%] [% Hook.process("aftercomments") %] [%############################################################################%] [%# Block for individual comments #%] [%############################################################################%] [% BLOCK a_comment %] [% IF NOT comment.isprivate || isinsider %]
[% IF count == description %]
Popis:   [% IF mode == "edit" %] [%%] [% END %] Otevřeno: [% bug.creation_ts FILTER time %]
[% ELSE %]
------- Komentář #[% count %] od [% comment.name FILTER html %] [%+ comment.time FILTER time %] [% IF mode == "edit" %] [% END %] ------- [% END %] [% IF mode == "edit" && isinsider %] Soukromé [% END %] [% IF UserInGroup(Param('timetrackinggroup')) && (comment.work_time > 0 || comment.work_time < 0) %]
Dodatečně odpracované hodiny: [% PROCESS formattimeunit time_unit=comment.work_time %] [% END %] [%# Don't indent the
 block, since then the spaces are displayed in the
  # generated HTML
  #%]
[% IF comment.already_wrapped %]
    [% wrapped_comment = comment.body %]
[% ELSE %]
    [% wrapped_comment = comment.body FILTER wrap_comment %]
[% END %]

  [%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%]
[% END %] [% END %] cs/default/bug/edit.html.tmpl0000640000175000000410000005075110461102014017663 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %]
[%# *** Hardware Reporter Product OS AddCC *** %]
[% IF Param("usebugaliases") %] [% END %] [% PROCESS select selname => "product" accesskey => "p" %] [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %] [% PROCESS select selname => "component" accesskey => "m" %]
[% IF Param('useclassification') && bug.classification_id != 1 %] [[% bug.classification FILTER html %]] [% END %] [% terms.Bug %]#: [% bug.bug_id %]
Alias:
Produkt:
Komponenta:
Status: [% status_descs.${bug.bug_status} FILTER html %]
Řešení: [% resolution_descs.${bug.resolution} FILTER html %] [% IF bug.resolution == "DUPLICATE" %] of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] [% END %]
Příjemce: [% bug.assigned_to.identity FILTER html %]
[% PROCESS select selname => "rep_platform" accesskey => "h" %] [% PROCESS select selname => "op_sys" accesskey => "o" %] [% PROCESS select selname => "version" %] [% PROCESS select selname => "priority" accesskey => "i" %] [% PROCESS select selname = "bug_severity" %] [% IF Param("usetargetmilestone") && bug.target_milestone %] [% PROCESS select selname = "target_milestone" %] [% END %]
Hardware:
OS:
Verze:
Priorita:
Závažnost:
[% IF bug.milestoneurl %] [% END %] Cílová verze[% "" IF bug.milestoneurl %]:
Zadavatel: [% bug.reporter.identity FILTER html %]
Nový adresát kopie: [% INCLUDE global/userselect.html.tmpl name => "newcc" value => "" accesskey => "a" size => 30 multiple => 5 %]
Adresáti kopie: [% IF bug.cc %]
Odstranit adresáta kopie
[% ELSE %] [% END %]
[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %] [% IF Param('useqacontact') %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% IF bug.use_keywords %] [% END %]
QA kontakt: [% INCLUDE global/userselect.html.tmpl name => "qa_contact" value => bug.qa_contact.login accesskey => "q" size => 60 emptyok => 1 %]
[% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] URL: [% ELSE %] URL: [% END %]
Souhrn:
Status Whiteboard:
Klíčová slova:
[% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_types = bug.flag_types any_flags_requesteeble = bug.any_flags_requesteeble %] [% END %]
[% IF UserInGroup(Param('timetrackinggroup')) %]
Původní odhad Současný odhad Odpracováno hodin Zbývá hodin % hotovo Předstih Deadline
[% PROCESS formattimeunit time_unit=(bug.actual_time + bug.remaining_time) %] [% PROCESS formattimeunit time_unit=bug.actual_time %] + [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %] [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]
(YYYY-MM-DD)
Souhrnný čas (včetně času na [% terms.bugs %] blokující tento [% terms.bug %])
[% END %] [%# *** Attachments *** %] [% PROCESS attachment/list.html.tmpl attachments = bug.attachments bugid = bug.bug_id num_attachment_flag_types = bug.num_attachment_flag_types show_attachment_flags = bug.show_attachment_flags %] [%# *** Dependencies Votes *** %] [% PROCESS dependencies dep = { title => "závisí na", fieldname => "dependson" } %] [% PROCESS dependencies accesskey = "b" dep = { title => "blokuje", fieldname => "blocked" } %]
Zobrazit strom závislosti [% IF Param('webdotbase') %]
Zobrazit graf závislosti [% END %]
[% IF bug.use_votes %]
Hlasy: [% bug.votes %]    Zobrazit hlasování pro tento [% terms.bug %]    Hlasovat pro tento [% terms.bug %]
[% END %] [%# *** Comments Groups *** %]
Přídavné komentáře: [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] Soukromé [% END %]
[% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
[% END %]
[% IF bug.groups.size > 0 %] [% inallgroups = 1 %] [% inagroup = 0 %] [% FOREACH group = bug.groups %] [% SET inallgroups = 0 IF NOT group.ingroup %] [% SET inagroup = 1 IF group.ison %] [% IF NOT group.mandatory %] [% IF NOT emitted_description %] [% emitted_description = 1 %]
Pouze uživatelé ze všech označených skupin mohou prohlížet tento [% terms.bug %]:
(Nezatrhnutí všech polí dělá [% terms.bug %] více veřejný.)

[% END %]      [% group.description %]
[% END %] [% END %] [% IF NOT inallgroups %] Pouze členové skupiny mohou změnit viditelnost [% terms.bug2 %] pro tuto skupinu.
[% END %] [% IF inagroup %]

Uživatelé označení níže mohou prohlížet tento [% terms.bug %]:
(Příjemce [% IF (Param('useqacontact')) %] a QA kontakt [% END %] může vidět tento [% terms.bug %] a tato část nemůže nabýt platnosti pokud je tento [% terms.bug %] vymezený minimálně jedné skupině.)

Zadavatel Adresát kopie

[% END %] [% END %] [% PROCESS bug/knob.html.tmpl %] [%# *** Additional Comments *** %]
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs mode = "edit" %]
[%############################################################################%] [%# Block for dependencies #%] [%############################################################################%] [% BLOCK dependencies %] [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]: [% FOREACH depbug = bug.${dep.fieldname} %] [% depbug FILTER bug_link(depbug) %][% " " %] [% END %] [% END %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/bug/show.xml.tmpl0000640000175000000410000001075110333734733017567 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org #%] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz # #%] [% FOREACH bug = bugs %] [% IF bug.error %] [% bug.bug_id FILTER xml %] [% ELSE %] [% FOREACH field = bug.fields %] [% IF displayfields.$field %] [%+ PROCESS bug_field %] [% END %] [% END %] [%# Now handle 'special' fields #%] [% IF displayfields.group %] [% FOREACH g = bug.groups %] [% NEXT UNLESS g.ison %] [% g.name FILTER xml %] [% END %] [% END %] [%# Bug Flags %] [% FOREACH type = bug.flag_types %] [% FOREACH flag = type.flags %] [% END %] [% END %] [% IF displayfields.long_desc %] [% FOREACH c = bug.longdescs %] [% NEXT IF c.isprivate && !UserInGroup(Param("insidergroup")) %] [% c.email FILTER xml %] [% c.time FILTER time FILTER xml %] [% c.body FILTER xml %] [% END %] [% END %] [% IF displayfields.attachment %] [% FOREACH a = bug.attachments %] [% NEXT IF a.isprivate && !UserInGroup(Param("insidergroup")) %] [% a.id %] [% a.attached FILTER time FILTER xml %] [% a.description FILTER xml %] [% a.filename FILTER xml %] [% a.contenttype FILTER xml %] [% IF displayfields.attachmentdata %] [% a.data FILTER base64 %] [% END %] [% FOREACH flag = a.flags %] [% END %] [% END %] [% END %] [% END %] [% END %] [% BLOCK bug_field %] [% FOREACH val = bug.$field %] [%# We need to handle some fields differently. This should become # nicer once we have custfields, and a type attribute for the fields #%] [% IF field == 'reporter' OR field == 'assigned_to' OR field == 'qa_contact' %] [% val = val.email %] [% ELSIF field == 'creation_ts' OR field == 'delta_ts' %] [% val = val FILTER time %] [% END %] <[% field %]>[% val FILTER xml %] [% END %] [% END %] cs/default/bug/dependency-graph.html.tmpl0000640000175000000410000000625110461072071022160 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. The number of the bug(s). # multiple_bugs: boolean. True if bug_id contains > 1 bug number. # doall: boolean. True if we are displaying every bug in the database. # showsummary: boolean. True if we are showing bug summaries. # rankdir: string. "TB" if we are ranking top-to-bottom, "LR" if left-to-right. # image_url: string. The URL of the graphic showing the dependencies. # map_url: string. The URL of the map file for the image. (Optional) # image_map: string. The image map for the graphic showing the dependencies. (Optional) #%] [% PROCESS global/variables.none.tmpl %] [% title = "Graf závislosti" h1 = title %] [% IF NOT multiple_bugs AND NOT doall %] [% filtered_desc = short_desc FILTER html %] [% title = "$title pro $terms.bug $bug_id" h1 = "$h1 pro $terms.bug $bug_id" h2 = filtered_desc %] [% END %] [% PROCESS global/header.html.tmpl %] [% image_map %]

Zelené kruhy reprezentují otevřené [% terms.bugs %].

[% IF image_map %] Graf závislosti [% ELSE %] Graf závislosti [% END %]
Čísla [% terms.bugs2 %]:
Zobrazit každý [% terms.bug %] v systému se závislostmi
Zobrazit souhrny všech vypsaných [% terms.bugs2 %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/comments.html.tmpl~0000600000175000017500000001235510456722251020722 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Max Kanat-Alexander # Shane H. W. Travis #%] [% PROCESS bug/time.html.tmpl %] [% DEFAULT start_at = 0 mode = "show" %] [% isinsider = Param("insidergroup") && UserInGroup(Param("insidergroup")) %] [% sort_order = user.settings.comment_sort_order.value %] [%# NOTE: (start_at > 0) means we came here from a midair collision, # in which case we don't care what the user's preference is. %] [% IF (start_at > 0) %] [% sort_order = "oldest_to_newest" %] [% END %] [%# Set up the variables as needed, depending on the sort order %] [% IF sort_order == "oldest_to_newest" %] [% count = 0 %] [% description = 0 %] [% increment = 1 %] [% ELSE %] [% increment = -1 %] [% IF sort_order == "newest_to_oldest" %] [% count = comments.size - 1 %] [% description = 0 %] [% ELSIF sort_order == "newest_to_oldest_desc_first" %] [% count = comments.size %] [% description = comments.size %] [% END %] [% END %] [% FOREACH comment = comments %] [% IF count >= start_at %] [% PROCESS a_comment %] [% END %] [% count = count + increment %] [% END %] [%# Note: this template is used in multiple places; if you use this hook, # make sure you are aware of this fact. #%] [% Hook.process("aftercomments") %] [%############################################################################%] [%# Block for individual comments #%] [%############################################################################%] [% BLOCK a_comment %] [% IF NOT comment.isprivate || isinsider %]
[% IF count == description %]
Popis:   [% IF mode == "edit" %] [%%] [% END %] Otevřeno: [% bug.creation_ts FILTER time %]
[% ELSE %]
------- Komentář #[% count %] od [% comment.name FILTER html %] [%+ comment.time FILTER time %] [% IF mode == "edit" %] [% END %] ------- [% END %] [% IF mode == "edit" && isinsider %] Soukromé [% END %] [% IF UserInGroup(Param('timetrackinggroup')) && (comment.work_time > 0 || comment.work_time < 0) %]
Additional hours worked: [% PROCESS formattimeunit time_unit=comment.work_time %] [% END %] [%# Don't indent the
 block, since then the spaces are displayed in the
  # generated HTML
  #%]
[% IF comment.already_wrapped %]
    [% wrapped_comment = comment.body %]
[% ELSE %]
    [% wrapped_comment = comment.body FILTER wrap_comment %]
[% END %]

  [%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%]
[% END %] [% END %] cs/default/bug/navigate.html.tmpl~0000600000175000017500000000510410457140142020657 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% IF bug_list && bug_list.size > 0 %] [% this_bug_idx = lsearch(bug_list, bug.bug_id) %] Výpis [% terms.bugs2 %]: [% IF this_bug_idx != -1 %] ([% this_bug_idx + 1 %] z [% bug_list.size %]) [% END %] [% IF this_bug_idx != -1 %] První Poslední [% END %] [% IF bug.bug_id %] [% IF this_bug_idx != -1 %] [% IF this_bug_idx > 0 %] [% prev_bug = this_bug_idx - 1 %] Předchozí [% ELSE %] Předchozí [% END %] [% IF this_bug_idx + 1 < bug_list.size %] [% next_bug = this_bug_idx + 1 %] Další [% ELSE %] Další [% END %] [% ELSE %] (Tento [% terms.bug %] není ve výsledku Vašeho posledního vyhledávání) [% END %] [% ELSE %]    [% END %]   Zobrazit poslední vyhledávání [% ELSE %] [%# Either !bug_list || bug_list.size <= 0 %] [%# With no list, don't show link to search results %] První Poslední Předchozí Další    Žádné dostupné výsledky vyhledávání [% END %]      Vyhledávání      Přidat [% terms.bug %] cs/default/bug/show.html.tmpl~0000600000175000017500000000365710457142352020061 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan # Bradley Baetz #%] [% PROCESS global/variables.none.tmpl %] [%# This script/template only handles one bug #%] [% bug = bugs.0 %] [% IF !header_done %] [% filtered_desc = bug.short_desc FILTER html %] [% filtered_timestamp = bug.delta_ts FILTER time %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $bug.bug_id - $bug.short_desc" h1 = "$terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Poslední změna: $filtered_timestamp" bodyclasses = ['bz_bug', "bz_status_$bug.bug_status", "bz_component_$bug.component", "bz_bug_$bug.bug_id" ] %] [% END %] [% IF nextbug %]

The next [% terms.bug %] in your list is [% terms.bug %] [% bug.bug_id %]:


[% END %] [% PROCESS bug/navigate.html.tmpl %]
[% PROCESS bug/edit.html.tmpl %]
[% PROCESS bug/navigate.html.tmpl %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/choose.html.tmpl~0000600000175000017500000000235110457442054020351 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Search by $terms.bug number" %]

You may find a single [% terms.bug %] by entering its [% terms.bug %] id here:

[% PROCESS global/footer.html.tmpl %] cs/default/bug/dependency-graph.html.tmpl~0000600000175000017500000000625410461072070022304 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bug_id: integer. The number of the bug(s). # multiple_bugs: boolean. True if bug_id contains > 1 bug number. # doall: boolean. True if we are displaying every bug in the database. # showsummary: boolean. True if we are showing bug summaries. # rankdir: string. "TB" if we are ranking top-to-bottom, "LR" if left-to-right. # image_url: string. The URL of the graphic showing the dependencies. # map_url: string. The URL of the map file for the image. (Optional) # image_map: string. The image map for the graphic showing the dependencies. (Optional) #%] [% PROCESS global/variables.none.tmpl %] [% title = "Graf závislostí" h1 = title %] [% IF NOT multiple_bugs AND NOT doall %] [% filtered_desc = short_desc FILTER html %] [% title = "$title pro $terms.bug $bug_id" h1 = "$h1 pro $terms.bug $bug_id" h2 = filtered_desc %] [% END %] [% PROCESS global/header.html.tmpl %] [% image_map %]

Zelené kruhy reprezentují otevřené [% terms.bugs %].

[% IF image_map %] Graf závislostí [% ELSE %] Graf závislostí [% END %]
Čísla [% terms.bugs2 %]:
Zobrazit každý [% terms.bug %] v systému se závislostmi
Zobrazit souhrny všech vypsaných [% terms.bugs2 %]
[% PROCESS global/footer.html.tmpl %] cs/default/bug/dependency-tree.html.tmpl~0000600000175000017500000002107710461100167022141 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Tobias Burnus # Ville Skyttä # Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% filtered_desc = blocked_tree.$bugid.summary FILTER html %] [% PROCESS global/header.html.tmpl title = "Strom závislosti pro $terms.bug $bugid" h1 = "Strom závislosti pro $terms.bug $bugid" h2 = filtered_desc %] [% PROCESS depthControlToolbar %] [%# Display the tree of bugs that this bug depends on. %]

[% IF hide_resolved %] Otevřené [% terms.bugs %], [% ELSE %] [% terms.Bugs %], [% END %] které závisí na [% terms.bug2 %] [%+ bugid %]

[% IF dependson_ids.size > 0 %] ( [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %] zobrazit jako výpis [% terms.bugs2 %] [% IF canedit && dependson_ids.size > 1 %] | změnit několik naráz [% END %]) [% INCLUDE display_tree tree=dependson_tree bug_id=bugid %] [% ELSE %]

Žádné

[% END %] [%# Display the tree of bugs that this bug blocks. %]

[% IF hide_resolved %] Otevřené [% terms.bugs %], [% ELSE %] [% terms.Bugs %], [% END %] které [% terms.bug %] [%+ bugid %] blokuje

[% IF blocked_ids.size > 0 %] ( [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END %] zobrazit jako výpis [% terms.bugs2 %] [% IF canedit && blocked_ids.size > 1 %] | změnit několik naráz [% END %]) [% INCLUDE display_tree tree=blocked_tree bug_id=bugid %] [% ELSE %]

Žádné

[% END %] [% PROCESS depthControlToolbar %] [%###########################################################################%] [%# Block to display a tree #%] [%###########################################################################%] [% BLOCK display_tree %] [% tree.$bug_id.seen = 1 %] [% END %] [% PROCESS global/footer.html.tmpl %] [%###########################################################################%] [%# Block for depth control toolbar #%] [%###########################################################################%] [% BLOCK depthControlToolbar %] [%# Hide/show resolved button Swaps text depending on the state of hide_resolved %]
[% IF maxdepth %] [% END %]
Maximální počet:  
[%# set to one form %]
[%# Minus one form Allow subtracting only when realdepth and maxdepth > 1 %]
[%# Limit entry form: the button can not do anything when total depth is less than two, so disable it %]
[%# plus one form Disable button if total depth < 2, or if depth set to unlimited %] [% IF maxdepth %] [% END %] = realdepth %] %]>
[%# Unlimited button %]
[% END %] cs/default/bug/edit.html.tmpl~0000600000175000017500000005073110461102014020003 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %]
[%# *** Hardware Reporter Product OS AddCC *** %]
[% IF Param("usebugaliases") %] [% END %] [% PROCESS select selname => "product" accesskey => "p" %] [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %] [% PROCESS select selname => "component" accesskey => "m" %]
[% IF Param('useclassification') && bug.classification_id != 1 %] [[% bug.classification FILTER html %]] [% END %] [% terms.Bug %]#: [% bug.bug_id %]
Alias:
Produkt:
Komponenta:
Status: [% status_descs.${bug.bug_status} FILTER html %]
Řešení: [% resolution_descs.${bug.resolution} FILTER html %] [% IF bug.resolution == "DUPLICATE" %] of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] [% END %]
Příjemce: [% bug.assigned_to.identity FILTER html %]
[% PROCESS select selname => "rep_platform" accesskey => "h" %] [% PROCESS select selname => "op_sys" accesskey => "o" %] [% PROCESS select selname => "version" %] [% PROCESS select selname => "priority" accesskey => "i" %] [% PROCESS select selname = "bug_severity" %] [% IF Param("usetargetmilestone") && bug.target_milestone %] [% PROCESS select selname = "target_milestone" %] [% END %]
Hardware:
OS:
Verze:
Priorita:
Závažnost:
[% IF bug.milestoneurl %] [% END %] Cílová verze[% "" IF bug.milestoneurl %]:
Zadavatel: [% bug.reporter.identity FILTER html %]
Nový adresát kopie: [% INCLUDE global/userselect.html.tmpl name => "newcc" value => "" accesskey => "a" size => 30 multiple => 5 %]
Adresáti kopie: [% IF bug.cc %]
Odstranit adresáta kopie
[% ELSE %] [% END %]
[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %] [% IF Param('useqacontact') %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %] [% IF bug.use_keywords %] [% END %]
QA kontakt: [% INCLUDE global/userselect.html.tmpl name => "qa_contact" value => bug.qa_contact.login accesskey => "q" size => 60 emptyok => 1 %]
[% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] URL: [% ELSE %] URL: [% END %]
Souhrn:
Status Whiteboard:
Klíčová slova:
[% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_types = bug.flag_types any_flags_requesteeble = bug.any_flags_requesteeble %] [% END %]
[% IF UserInGroup(Param('timetrackinggroup')) %]
Původní odhad Současný odhad Odpracováno hodin Zbývá hodin % hotovo Předstih Deadline
[% PROCESS formattimeunit time_unit=(bug.actual_time + bug.remaining_time) %] [% PROCESS formattimeunit time_unit=bug.actual_time %] + [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %] [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]
(YYYY-MM-DD)
Souhrnný čas (včetně času na [% terms.bugs %] blokující tento [% terms.bug %])
[% END %] [%# *** Attachments *** %] [% PROCESS attachment/list.html.tmpl attachments = bug.attachments bugid = bug.bug_id num_attachment_flag_types = bug.num_attachment_flag_types show_attachment_flags = bug.show_attachment_flags %] [%# *** Dependencies Votes *** %] [% PROCESS dependencies dep = { title => "závisí na", fieldname => "dependson" } %] [% PROCESS dependencies accesskey = "b" dep = { title => "blokuje", fieldname => "blocked" } %]
Zobrazit strom závislosti [% IF Param('webdotbase') %]
Zobrazit graf závislosti [% END %]
[% IF bug.use_votes %]
Hlasy: [% bug.votes %]    Zobrazit hlasování pro tento [% terms.bug %]    Hlasovat pro tento [% terms.bug %]
[% END %] [%# *** Comments Groups *** %]
Přídavné komentáře: [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] Soukromé [% END %]
[% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
[% END %]
[% IF bug.groups.size > 0 %] [% inallgroups = 1 %] [% inagroup = 0 %] [% FOREACH group = bug.groups %] [% SET inallgroups = 0 IF NOT group.ingroup %] [% SET inagroup = 1 IF group.ison %] [% IF NOT group.mandatory %] [% IF NOT emitted_description %] [% emitted_description = 1 %]
Pouze uživatelé ze všech označených skupin mohou prohlížet tento [% terms.bug %]:
(Nezatrhnutí všech polí dělá [% terms.bug %] více veřejný.)

[% END %]      [% group.description %]
[% END %] [% END %] [% IF NOT inallgroups %] Pouze členové skupiny mohou změnit viditelnost [% terms.bug2 %] pro tuto skupinu.
[% END %] [% IF inagroup %]

Uživatelé označení níže mohou prohlížet tento [% terms.bug %]:
(Příjemce [% IF (Param('useqacontact')) %] a QA kontakt [% END %] může vidět tento [% terms.bug %] a tato část nemůže nabýt platnosti pokud je tento [% terms.bug %] vymezený minimálně jedné skupině.)

Zadavatel CC list

[% END %] [% END %] [% PROCESS bug/knob.html.tmpl %] [%# *** Additional Comments *** %]
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs mode = "edit" %]
[%############################################################################%] [%# Block for dependencies #%] [%############################################################################%] [% BLOCK dependencies %] [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]: [% FOREACH depbug = bug.${dep.fieldname} %] [% depbug FILTER bug_link(depbug) %][% " " %] [% END %] [% END %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/bug/show-multiple.html.tmpl~0000600000175000017500000001426210461106252021676 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Gervase Markham #%] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS global/header.html.tmpl title = "Detailní výpis $terms.bugs2" style_urls = [ "skins/standard/show_multiple.css" ] %] [% PROCESS bug/time.html.tmpl %] [% IF bugs.first %] [% FOREACH bug = bugs %] [% PROCESS bug_display %] [% END %] [% ELSE %]

You'd have more luck if you gave me some [% terms.bug %] numbers.

[% END %] [% PROCESS global/footer.html.tmpl %] [%###########################################################################%] [%# Block for an individual bug #%] [%###########################################################################%] [% BLOCK bug_display %]
[% terms.Bug %] [%+ bug.bug_id %] - [% bug.short_desc FILTER html %]
[% PROCESS cell attr = { description => "Verze", name => "version" } %] [% PROCESS cell attr = { description => "Platforma", name => "rep_platform" } %] [% PROCESS cell attr = { description => "OS/Verze", name => "op_sys" } %] [% PROCESS cell attr = { description => "Závažnost", name => "bug_severity" } %] [% PROCESS cell attr = { description => "Priorita", name => "priority" } %] [% IF Param('useqacontact') %] [% END %] [% IF use_keywords %] [% END %] [% IF Param("usestatuswhiteboard") %] [% END %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %]
[% terms.Bug %]#: [% bug.bug_id %] [% IF Param("usebugaliases") AND bug.alias %] ([% bug.alias FILTER html %]) [% END %] Produkt:   [% IF Param("useclassification") %] [[% bug.classification FILTER html %]]  [% END %] [% bug.product FILTER html %]
Status:  [% status_descs.${bug.bug_status} FILTER html %]
Řešení:  [% resolution_descs.${bug.resolution} FILTER html %] Příjemce:  [% bug.assigned_to.login FILTER html %] Zadavatel:  [% bug.reporter.login FILTER html %] QA Kontakt:  [% bug.qa_contact.login FILTER html %]
Část:  [% bug.component FILTER html %] [% IF Param('usetargetmilestone') %] Cílový milník:  [% bug.target_milestone FILTER html %] [% END %]
URL:  [% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] [% bug.bug_file_loc FILTER html %] [% ELSE %] [% bug.bug_file_loc FILTER html %] [% END %]
Souhrn: [% bug.short_desc FILTER html %]
Klíčová slova:  [% bug.keywords FILTER html %]
Status Whiteboard:  [% bug.status_whiteboard FILTER html %]
Počáteční odhad:  [% PROCESS formattimeunit time_unit=bug.estimated_time %]   Současný odhad:  [% PROCESS formattimeunit time_unit=(bug.remaining_time + bug.actual_time) %]   Odpracováno hodin:  [% PROCESS formattimeunit time_unit=bug.actual_time %]  Zbývá hodin:  [% PROCESS formattimeunit time_unit=bug.remaining_time %]   Splněno:  [% PROCESS calculatepercentage act=bug.actual_time rem=bug.remaining_time %]  Předstih  [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]   Deadline:  [% bug.deadline %]
Otevřeno:  [% bug.creation_ts FILTER time %]
[% PROCESS bug/comments.html.tmpl comments = bug.longdescs %]
[% END %] [%###########################################################################%] [%# Block for standard table cells #%] [%###########################################################################%] [% BLOCK cell %] [% attr.description FILTER html %]:  [% bug.${attr.name} FILTER html %] [% END %] cs/default/bug/summarize-time.html.tmpl~0000600000175000017500000002375310461124411022037 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Christian Reis #%] [% USE date %] [% PROCESS global/variables.none.tmpl %] [% title = "Časové shrnutí " %] [% IF do_depends %] [% title = title _ "pro " %] [% h1 = title _ GetBugLink(ids.0, "$terms.Bug $ids.0") %] [% title = title _ "$terms.bug $ids.0: " %] [% h1 = (h1 _ " (a $terms.bugs ho blokující)") IF do_depends %] [% ELSE %] [% title = title _ "($ids.size $terms.bugs selected)" %] [% h1 = title %] [% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 style_urls = ["skins/standard/summarize-time.css"] %]

[% IF ids.size == 0 %] Žádné [% terms.bugs %] nejsou specifikovány nebo viditelné. [% ELSE %] [% INCLUDE query_form %] [% IF do_report %] [% global.grand_total = 0 %]

[% FOREACH workdata = part_list %] [% part = parts.shift %]

[% IF part.0 or part.1 %] [% part.0 OR "Up" FILTER html %] to [% part.1 OR "now" FILTER html %] [% ELSE %] Úplný souhrn (není specifikována perioda) [% END %]

[% IF group_by == "number" %] [% INCLUDE number_report %] [% ELSE %] [% INCLUDE owner_report %] [% END %]

[% END %] [% IF monthly %]

Celkem [% global.grand_total FILTER format("%.2f") %] hodin odpracováno


[% END %] [% IF null.keys.size > 0 %] [% INCLUDE inactive_report %]

Celkem [% null.keys.size %] neaktivních [% terms.bugs2 %]

[% END %] [% END %] [% END %]

[% PROCESS global/footer.html.tmpl %] [%# # # Developer reporting # #%] [% BLOCK owner_report %] [% global.total = 0 global.bug_count = {} global.owner_count = {}%] [% FOREACH owner = workdata.keys.sort %] [% INCLUDE do_one_owner owner=owner ownerdata=workdata.$owner detailed=detailed %] [% END %] [% additional = "$global.owner_count.size developers @ $global.bug_count.size $terms.bugs" %] [% INCLUDE section_total colspan=3 additional=additional %]
[% END %] [% BLOCK do_one_owner %] [% global.owner_count.$owner = 1 %] [% owner FILTER html %] [% col = 0 subtotal = 0%] [% FOREACH bugdata=ownerdata.nsort("bug_id") %] [% bug_id = bugdata.bug_id %] [% global.bug_count.$bug_id = 1 %] [% IF detailed %] [%# XXX oy what a hack %] [% timerow = '' _ bugdata.total_time _ '' %] [% INCLUDE bug_header cid=col id=bug_id bug_status=bugdata.bug_status short_desc=bugdata.short_desc extra=timerow %] [% col = col + 1 %] [% END %] [% subtotal = subtotal + bugdata.total_time %] [% END %]   Celkem: [% subtotal FILTER format("%.2f") %] [% global.total = global.total + subtotal %] [% END %] [%# # # Bug Number reporting # #%] [% BLOCK number_report %] [% global.total = 0 global.owner_count = {} global.bug_count = {} %] [% keys = sort_bug_keys(workdata.keys) %] [% FOREACH bug = keys %] [% INCLUDE do_one_bug bug=bug bugdata=workdata.$bug detailed=detailed %] [% END %] [% additional = "$global.bug_count.size $terms.bugs & $global.owner_count.size developers" %] [% INCLUDE section_total additional=additional colspan=2 %]
[% END %] [% BLOCK do_one_bug %] [% subtotal = 0.00 cid = 0 %] [%# hack apart the ID and summary. Sad. %] [% items = bug.split(";") %] [% id = items.shift %] [% status = items.shift %] [% global.bug_count.$id = 1 %] [% INCLUDE bug_header id=id bug_status=status short_desc=items.join(";") %] [% FOREACH owner = bugdata.sort("login_name") %] [% work_time = owner.total_time %] [% subtotal = subtotal + work_time %] [% login_name = owner.login_name %] [% global.owner_count.$login_name = 1 %] [% IF detailed %] [% cid = cid + 1 %]   [% login_name FILTER html %] [% work_time FILTER format("%.2f") %] [% END %] [% END %]   Total: [% subtotal FILTER format("%.2f") %] [% global.total = global.total + subtotal %] [% END %] [% BLOCK bug_header %] [% INCLUDE buglink id=id %] [% bug_status FILTER html %] [% short_desc FILTER html %] [% extra FILTER none %] [% END %] [% BLOCK inactive_report %]

Neaktivní [% terms.bugs %]

[% cid = 0 %] [% FOREACH bug_id = null.keys.nsort %] [% INCLUDE bug_header id=bug_id bug_status=null.$bug_id.1 short_desc=null.$bug_id.0 cid=cid %] [% cid = cid + 1 %] [% END %]
[% END %] [% BLOCK section_total %] [% IF global.total > 0 %] Celkově [% additional FILTER none %]    [% global.total FILTER format("%.2f") %] [% ELSE %] Žádný čas přidělen během specifické periody. [% END %] [% global.grand_total = global.grand_total + global.total %] [% END %] [%# # # The query form # #%] [% BLOCK query_form %]
[% IF warn_swap_dates %]

Specifikovano konečné datum vyskytující se před počátečním datem, které nedává smysl; datumy níže byly proto přesunuty.

[% END %]
Period :   and :
  (Dates are optional, and in YYYY-MM-DD format)
Group by: Format:
  [%# XXX: allow splitting by other intervals %]    

[% END %] [%# # # Utility # #%] [% BLOCK buglink %] [% terms.Bug %] [% id FILTER html %] [% END %] cs/default/bug/knob.html.tmpl~0000600000175000017500000001570510461137514020026 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan #%] [% PROCESS global/variables.none.tmpl %] [%# *** Knob *** %]

[% knum = 1 %] [% IF bug.isunconfirmed && bug.user.canconfirm %]
[% knum = knum + 1 %] [% END %] [% IF bug.isopened && bug.bug_status != "ASSIGNED" && bug.user.canedit && (!bug.isunconfirmed || bug.user.canconfirm) %]
[% knum = knum + 1 %] [% END %] [% IF bug.user.canedit || bug.user.isreporter %] [% IF bug.isopened %] [% IF bug.resolution %]
[% knum = knum + 1 %] [% END %]
[% knum = knum + 1 %]
[% knum = knum + 1 %] [% IF bug.user.canedit %] [% safe_assigned_to = FILTER js; bug.assigned_to.login; END %] [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => bug.assigned_to.login size => 32 onchange => "if ((this.value != '$safe_assigned_to') && (this.value != '')) { document.changeform.knob[$knum].checked=true; }" %]
[% IF bug.isunconfirmed && bug.user.canconfirm %]     
[% END %] [% knum = knum + 1 %]
[% IF bug.isunconfirmed && bug.user.canconfirm %]     
[% END %] [% knum = knum + 1 %] [% END %] [% ELSE %] [% IF bug.resolution != "MOVED" || (bug.resolution == "MOVED" && bug.user.canmove) %]
[% knum = knum + 1 %] [% END %] [% IF bug.bug_status == "RESOLVED" %]
[% knum = knum + 1 %] [% END %] [% IF bug.bug_status != "CLOSED" %]
[% knum = knum + 1 %] [% END %] [% END %] [% END %]

Zobrazit historii [% terms.bug2 %]   |   Formát pro tisk   |   XML   |   Klonovat tento [% terms.bug %] [%# Links to more things users can do with this bug. %] [% Hook.process("links") %] [% IF bug.user.canmove %]   |   [% END %]

cs/default/request/0000750000175000000410000000000010461621447016017 5ustar norbertwww-data00000000000000cs/default/request/queue.html.tmpl0000640000175000000410000001463710461621447021020 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [%# The javascript block gets used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? var first_load = 1; // is this the first time we load the page? var last_sel = []; // caches last selection var cpts = new Array(); [% FOREACH prod = products %] cpts['[% prod.name FILTER js %]'] = [ [%- FOREACH comp = prod.components %]'[% comp.name FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%] ]; [% END %] [% END %] [% PROCESS global/header.html.tmpl title="Fronta žádostí" style = " table.requests th { text-align: left; } table#filter th { text-align: right; } " onload="selectProduct(document.forms[0], 'product', 'component', 'Vše');" javascript_urls=["productmenu.js"] %]
[%# We could let people see a "queue" of non-pending requests. %]
Žadatel: Produkt: Značka: [% PROCESS "global/select-menu.html.tmpl" name="type" options=types default=cgi.param('type') %]
Řešitel: Komponenta: Řadit podle: [% groups = { "Žadatel" => 'requester' , "Řešitel" => 'requestee', "Značka" => 'type' , "Produkt/Komponenta" => 'category' } %] [% PROCESS "global/select-menu.html.tmpl" name="group" options=groups default=cgi.param('group') %]
[% column_headers = { "type" => "Značka" , "status" => "Status" , "bug" => "$terms.Bug" , "attachment" => "Příloha" , "requester" => "Žadatel" , "requestee" => "Řešitel" , "created" => "Vytvořeno" , "category" => "Produkt/Komponenta" } %] [% DEFAULT display_columns = ["requester", "requestee", "type", "bug", "attachment", "created"] group_field = "Requestee" group_value = "" %] [% IF debug %]

[% query FILTER html %]

[% END %] [% IF requests.size == 0 %]

Žádné žádosti.

[% ELSE %] [% FOREACH request = requests %] [% IF loop.first %] [% PROCESS start_new_table %] [% END %] [% IF request.$group_field != group_value %] [% group_value = request.$group_field %] [% UNLESS loop.first %] [% PROCESS start_new_table %] [% END %] [% END %] [% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] [% PROCESS "display_$column" %] [% END %] [% END %] [% END %] [% PROCESS global/footer.html.tmpl %] [% BLOCK start_new_table %]

[% column_headers.$group_field %]: [% (request.$group_field || "None") FILTER html %]

[% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] [% END %] [% END %] [% BLOCK display_type %] [% request.type FILTER html %] [% END %] [% BLOCK display_status %] [% request.status %] [% END %] [% BLOCK display_bug %] [% request.bug_id %]: [%+ request.bug_summary FILTER html %] [% END %] [% BLOCK display_attachment %] [% IF request.attach_id %] [% request.attach_id %]: [%+ request.attach_summary FILTER html %] [% ELSE %] N/A [% END %] [% END %] [% BLOCK display_requestee %] [% request.requestee FILTER html %] [% END %] [% BLOCK display_requester %] [% request.requester FILTER html %] [% END %] [% BLOCK display_created %] [% request.created FILTER time %] [% END %] cs/default/request/CVS/0000700000175000000410000000000010422570165016442 5ustar norbertwww-data00000000000000cs/default/request/CVS/Repository0000664000175000000410000000006610422570165020562 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/request cs/default/request/CVS/Tag0000664000175000000410000000001710422570165017112 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/request/CVS/Entries0000664000175000000410000000017710422570165020017 0ustar norbertwww-data00000000000000/email.txt.tmpl/1.11/Fri Dec 30 00:32:37 2005//TBUGZILLA-2_22 /queue.html.tmpl/1.14/Fri Sep 2 21:12:10 2005//TBUGZILLA-2_22 D cs/default/request/CVS/Root0000664000175000000410000000006310422570165017323 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/request/email.txt.tmpl0000640000175000000410000000504110355100045020607 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Jeff Hedlund # Frédéric Buclin #%] [% PROCESS global/variables.none.tmpl %] [% bugidsummary = flag.target.bug.id _ ': ' _ flag.target.bug.summary %] [% attidsummary = flag.target.attachment.id _ ': ' _ flag.target.attachment.summary %] [% statuses = { '+' => "granted" , '-' => 'denied' , 'X' => "cancelled" , '?' => "asked" } %] [% IF flag.status == '?' %] [% to_identity = flag.addressee.identity _ " for" %] [% subject_status = "requested" %] [% ELSE %] [% IF flag.addressee %] [% to_identity = flag.addressee.identity _ "'s request for" %] [% END %] [% subject_status = statuses.${flag.status} %] [% END %] From: bugzilla-request-daemon To: [% to %] Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [%+ flag.target.bug.id %]] [% flag.target.bug.summary %] [%- IF flag.target.attachment.exists %] : [Attachment [% flag.target.attachment.id %]] [% flag.target.attachment.summary %][% END %] [%+ USE wrap -%] [%- FILTER bullet = wrap(80) -%] [% user.identity %] has [% statuses.${flag.status} %] [%+ to_identity %] [%+ flag.type.name %]: [% terms.Bug %] [%+ bugidsummary %] [% END %] [%+ Param('urlbase') %]show_bug.cgi?id=[% flag.target.bug.id %] [% IF flag.target.attachment.exists %] [% FILTER bullet = wrap(80) %] Attachment [% attidsummary %] [%- END %] [%+ Param('urlbase') %]attachment.cgi?id=[% flag.target.attachment.id %]&action=edit [%- END %] [%- FILTER bullet = wrap(80) %] [% USE Bugzilla %] [% IF Bugzilla.cgi.param("comment").length > 0 %] ------- Additional Comments from [% user.identity %] [%+ Bugzilla.cgi.param("comment") %] [% END %] [%- END %] cs/default/request/queue.html.tmpl~0000600000175000017500000001464110461621447021135 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [%# The javascript block gets used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? var first_load = 1; // is this the first time we load the page? var last_sel = []; // caches last selection var cpts = new Array(); [% FOREACH prod = products %] cpts['[% prod.name FILTER js %]'] = [ [%- FOREACH comp = prod.components %]'[% comp.name FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%] ]; [% END %] [% END %] [% PROCESS global/header.html.tmpl title="Fronta žádostí" style = " table.requests th { text-align: left; } table#filter th { text-align: right; } " onload="selectProduct(document.forms[0], 'product', 'component', 'Vše');" javascript_urls=["productmenu.js"] %]
[% column_headers.$column %]
[%# We could let people see a "queue" of non-pending requests. %]
Žadatel: Produkt: Značka: [% PROCESS "global/select-menu.html.tmpl" name="type" options=types default=cgi.param('type') %]
Řešitel: Komponenta: Seřadit podle: [% groups = { "Žadatel" => 'requester' , "Řešitel" => 'requestee', "Značka" => 'type' , "Produkt/Komponenta" => 'category' } %] [% PROCESS "global/select-menu.html.tmpl" name="group" options=groups default=cgi.param('group') %]
[% column_headers = { "type" => "Značka" , "status" => "Status" , "bug" => "$terms.Bug" , "attachment" => "Příloha" , "requester" => "Žadatel" , "requestee" => "Řešitel" , "created" => "Vytvořeno" , "category" => "Produkt/Komponenta" } %] [% DEFAULT display_columns = ["requester", "requestee", "type", "bug", "attachment", "created"] group_field = "Requestee" group_value = "" %] [% IF debug %]

[% query FILTER html %]

[% END %] [% IF requests.size == 0 %]

Žádné žádosti.

[% ELSE %] [% FOREACH request = requests %] [% IF loop.first %] [% PROCESS start_new_table %] [% END %] [% IF request.$group_field != group_value %] [% group_value = request.$group_field %] [% UNLESS loop.first %] [% PROCESS start_new_table %] [% END %] [% END %] [% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] [% PROCESS "display_$column" %] [% END %] [% END %] [% END %] [% PROCESS global/footer.html.tmpl %] [% BLOCK start_new_table %]

[% column_headers.$group_field %]: [% (request.$group_field || "None") FILTER html %]

[% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] [% END %] [% END %] [% BLOCK display_type %] [% request.type FILTER html %] [% END %] [% BLOCK display_status %] [% request.status %] [% END %] [% BLOCK display_bug %] [% request.bug_id %]: [%+ request.bug_summary FILTER html %] [% END %] [% BLOCK display_attachment %] [% IF request.attach_id %] [% request.attach_id %]: [%+ request.attach_summary FILTER html %] [% ELSE %] N/A [% END %] [% END %] [% BLOCK display_requestee %] [% request.requestee FILTER html %] [% END %] [% BLOCK display_requester %] [% request.requester FILTER html %] [% END %] [% BLOCK display_created %] [% request.created FILTER time %] [% END %] cs/default/attachment/0000750000175000000410000000000010460167146016457 5ustar norbertwww-data00000000000000cs/default/attachment/create.html.tmpl0000640000175000000410000002233510460151464021565 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Joel Peshkin # Erik Stambaugh #%] [% PROCESS global/variables.none.tmpl %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Vytvořit novou přílohu pro [% terms.bug %] #[% bugid %][% END %] [% h1 = BLOCK %]Vytvořit novou přílohu pro [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 style = " table.attachment_entry th { text-align: right; vertical-align: baseline; white-space: nowrap; } table.attachment_entry td { text-align: left; vertical-align: baseline; padding-bottom: 5px; } table#flags th, table#flags td { text-align: left; vertical-align: baseline; font-size: small; } " onload="setContentTypeDisabledState();" %] [% IF Param("allow_attach_url") %] [% END %]
[% column_headers.$column %]
[% IF Param("maxlocalattachment") %] [% END %] [% IF Param("allow_attach_url") %] [% END %] [% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] [% END %] [% IF (user.id != bugassignee_id) AND user.groups.editbugs %] [% END %]
Zadejte cestu k souboru na Vašem počítači.
Velký soubor:
URL, kde se příloha nachází.
Stručné popsání přílohy.
Typ obsahu: Je-li příloha patch, zaškrtněte pole níže,


jinak vyberte metodu určující typ obsahu.


Důvěrnost: Je-li příloha privátní, zaškrtněte pole níže.
Staré verze přílohy: (nepovinné) Vyberte všechny přílohy, které budou nahrazeny Vaší novou přílohou.
[% IF attachments.size %] [% FOREACH attachment = attachments %] [% IF ((attachment.isprivate == 0) || (Param("insidergroup") && UserInGroup(Param("insidergroup")))) %] [% attachment.id %]: [% attachment.description FILTER html %]
[% END %] [% END %] [% ELSE %] [no attachments can be made obsolete] [% END %]
Znovupřiřazení: Chcete-li přiřadit tento [% terms.bug %] sobě, zašktněte pole níže.
[% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id=bugid attach_id=attachid %]
[% END %]
(nepovinné) Přidat komentář k této příloze [% terms.bug2 %].
 
[% PROCESS global/footer.html.tmpl %] cs/default/attachment/list.html.tmpl0000640000175000000410000000744010460165365021302 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%]
[% IF show_attachment_flags %] [% END %] [% canseeprivate = !Param("insidergroup") || UserInGroup(Param("insidergroup")) %] [% FOREACH attachment = attachments %] [% IF !attachment.isprivate || canseeprivate %] [% IF show_attachment_flags %] [% END %] [% END %] [% END %] [% IF attachments.size %] [% ELSE %] [% END %]
Příloha Typ Vytvořil Vytvořeno VelikostIndikátoryAkce
[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] [% IF attachment.ispatch %] patch [% ELSIF attachment.isurl %] url [% ELSE %] [% attachment.contenttype FILTER html %] [% END %] [% attachment.attacher.name || attachment.attacher.login FILTER html %] [% attachment.attached FILTER time %] [% attachment.datasize FILTER unitconvert %] [% IF attachment.flags.size == 0 %] neobsahuje [% ELSE %] [% FOREACH flag = attachment.flags %] [% IF flag.setter %] [% flag.setter.nick FILTER html %]: [% END %] [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %] [%+ IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %]
[% END %] [% END %]
Detaily [% IF attachment.ispatch && patchviewerinstalled %] | Rozdíl [% END %] [% Hook.process("action") %]
Vytvořit novou přílohu (navrhované řešení, popis, atd.) Zobrazit vše Zobrazit vše

cs/default/attachment/diff-header.html.tmpl0000640000175000000410000002266010460155650022462 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Keiser #%] [%# Define strings that will serve as the title and header of this page %] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] [% IF attachid %] Attachment #[% attachid %] for [% terms.bug %] #[% bugid %] [% ELSE %] Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% END %] [% END %] [% style = BLOCK %] .file_head { font-weight: bold; font-size: 1em; background-color: #c3c3c3; border: 1px solid black; width: 100%; } .file_head a { text-decoration: none; font-family: monospace; font-size: 1.1em; } .file_collapse { display: none; } .section_head { width: 100%; background-color: #f0f0f0; border: 1px solid black; text-align: left; } table.file_table { table-layout: fixed; width: 100%; empty-cells: show; border-spacing: 0px; border-collapse: collapse; /* draw border below last open context section in listing */ border-bottom: 1px solid black; } tbody.file td { border-left: 1px dashed black; border-right: 1px dashed black; width: 50%; } tbody.file pre { display: inline; white-space: -moz-pre-wrap; font-size: 0.9em; } tbody.file pre:empty { display: block; } .changed { background-color: lightblue; } .added { background-color: lightgreen; } .removed { background-color: #FFCC99; } .warning { color: red } [% END %] [%# SCRIPT FUNCTIONS %] [% javascript = BLOCK %] function collapse_all() { var elem = document.checkboxform.firstChild; while (elem != null) { if (elem.firstChild != null) { var tbody = elem.firstChild.nextSibling; if (tbody.className == 'file') { tbody.className = 'file_collapse'; twisty = get_twisty_from_tbody(tbody); twisty.firstChild.nodeValue = '(+)'; twisty.nextSibling.checked = false; } } elem = elem.nextSibling; } return false; } function expand_all() { var elem = document.checkboxform.firstChild; while (elem != null) { if (elem.firstChild != null) { var tbody = elem.firstChild.nextSibling; if (tbody.className == 'file_collapse') { tbody.className = 'file'; twisty = get_twisty_from_tbody(tbody); twisty.firstChild.nodeValue = '(-)'; twisty.nextSibling.checked = true; } } elem = elem.nextSibling; } return false; } var current_restore_elem; function restore_all() { current_restore_elem = null; incremental_restore(); } function incremental_restore() { if (!document.checkboxform.restore_indicator.checked) { return; } var next_restore_elem; if (current_restore_elem) { next_restore_elem = current_restore_elem.nextSibling; } else { next_restore_elem = document.checkboxform.firstChild; } while (next_restore_elem != null) { current_restore_elem = next_restore_elem; if (current_restore_elem.firstChild != null) { restore_elem(current_restore_elem.firstChild.nextSibling); } next_restore_elem = current_restore_elem.nextSibling; } } function restore_elem(elem, alertme) { if (elem.className == 'file_collapse') { twisty = get_twisty_from_tbody(elem); if (twisty.nextSibling.checked) { elem.className = 'file'; twisty.firstChild.nodeValue = '(-)'; } } else if (elem.className == 'file') { twisty = get_twisty_from_tbody(elem); if (!twisty.nextSibling.checked) { elem.className = 'file_collapse'; twisty.firstChild.nodeValue = '(+)'; } } } function twisty_click(twisty) { tbody = get_tbody_from_twisty(twisty); if (tbody.className == 'file') { tbody.className = 'file_collapse'; twisty.firstChild.nodeValue = '(+)'; twisty.nextSibling.checked = false; } else { tbody.className = 'file'; twisty.firstChild.nodeValue = '(-)'; twisty.nextSibling.checked = true; } return false; } function get_tbody_from_twisty(twisty) { return twisty.parentNode.parentNode.parentNode.nextSibling; } function get_twisty_from_tbody(tbody) { return tbody.previousSibling.firstChild.firstChild.firstChild; } [% END %] [% onload = 'restore_all(); document.checkboxform.restore_indicator.checked = true' %] [% BLOCK viewurl %]attachment.cgi?id=[% id %][% END %] [% BLOCK editurl %][% PROCESS viewurl %]&action=edit[% END %] [% BLOCK diffurl %][% PROCESS viewurl %]&action=diff[% END %] [% IF headers %] [% h1 = BLOCK %] [% IF attachid %] Příloha #[% attachid %]: [% description FILTER html %] [% ELSE %] Rozdíly mezi #[% oldid %]: [% old_desc FILTER html %] a #[% newid %]: [% new_desc FILTER html %] [% END %] [% terms.bug2 %] #[% bugid %] [% END %] [% h2 = BLOCK %] [% bugsummary FILTER html %] [% END %] [% PROCESS global/header.html.tmpl %] [% ELSE %] [% END %] [%# If we have attachid, we are in diff, otherwise we're in interdiff %] [% IF attachid %] [%# HEADER %] [% IF headers %] View | Details | Spojený řádek [% END %] [% IF other_patches.size > 0 %] [% IF headers %] |[%END%] Rozdíly mezi
and tímto patchem
[% END %]
[% ELSE %] [% IF headers %] Spojený řádek | [% END %] [% END %] [%# Collapse / Expand %] Zavřít vše | Otevřít vše [% IF do_context %] [%# only happens for normal viewing, not interdiff %] | Kontext: [% IF context == "patch" %] (Patch / [% ELSE %] (Patch / [% END %] [% IF context == "file" %] File / [% ELSE %] Soubor / [% END %] [% IF context == "patch" || context == "file" %] [% context = 3 %] [% END %] [%# textbox for context %]
) [% END %] [% IF warning %]

Upozornění: [% IF warning == "interdiff1" %] tento rozdíl mezi dvěma patchy by mohl ukázat věci na nesprávném místě kvůli limitu v Bugzille během porovnávání patchů u rozdílných kopií souboru. [% END %] [% IF warning == "interdiff2" %] tento rozdíl mezi dvěma patchy by mohl být nepřesný kvůli limitu v Bugzille během porovnávání patchů vytvořených pro případ rozdílných revizí. [% END %]

[% ELSE %]

[% END %] [%# Restore Stuff %]
cs/default/attachment/choose.html.tmpl0000640000175000000410000000316710460165110021575 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Locate attachment", onload = "document.forms['choose-id'].id.focus()" %]

Zobrazit a editovat přílohu po zadání ID do pole níže:

ID přílohy:

Nebo zobrazit přílohu po výběru z výpisu příloh a k nim přiřazených [% terms.bug2 %]:

[% terms.Bug %] ID:

[% PROCESS global/footer.html.tmpl %] cs/default/attachment/content-types.html.tmpl0000640000175000000410000000255010460143115023125 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] cs/default/attachment/created.html.tmpl0000640000175000000410000000513610460153177021734 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # bugid: integer. ID of the bug we just attached an attachment to. # attachid: integer. ID of the attachment just created. # description: string. Description of the attachment just created. # contenttype: string. The Content Type we attached it as. # contenttypemethod: string. How we got the content type of the attachment. # Possible values: autodetect, list, manual. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Změny uloženy" style = "th { text-align: left; }" %]

Příloha #[% attachid %] [% terms.bug2 %] #[% bugid %] byla vytvořena

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] [% IF convertedbmp %]

Poznámka: [% terms.Bugzilla %] automaticky konvertuje Váš BMP soubor na komprimovaný PNG formát.

[% END %] [% IF contenttypemethod == 'autodetect' %]

Poznámka: [% terms.Bugzilla %] automaticky detekuje typ obsahu [% contenttype %] této přílohy. Je-li typ nesprávný, opravte hodnotu editací detailu přílohy.

[% END %]
Přejít zpět na [% terms.bug %] #[% bugid %]

Vytvořit jinou přílohu k [% terms.bug2 %] #[% bugid %]

[% PROCESS global/footer.html.tmpl %] cs/default/attachment/diff-footer.html.tmpl0000640000175000000410000000171410002551324022513 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Keiser #%] [% IF headers %]
[% PROCESS global/footer.html.tmpl %] [% ELSE %] [% END %] cs/default/attachment/show-multiple.html.tmpl0000640000175000000410000000652510460166354023142 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% filtered_summary = bugsummary FILTER html %] [% h1 = BLOCK %]Zobrazení všech příloh [%+ GetBugLink(bugid, "$terms.bug2 $bugid") %][% END %] [% PROCESS global/header.html.tmpl title = "Zobrazení všech příloh $terms.bug2 #$bugid" h1 = h1 h2 = filtered_summary style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } " %]
[% FOREACH a = attachments %]
Příloha #[% a.attachid %]
[% a.description FILTER html FILTER obsolete(a.isobsolete) %] [% IF a.ispatch %] patch [% ELSE %] [% a.contenttype FILTER html %] [% END %] [% a.date FILTER time %] [% a.datasize FILTER unitconvert %] [% IF a.flags.size == 0 %] žádné značky [% ELSE %] [% FOREACH flag = a.flags %] [% IF flag.setter %] [% flag.setter.nick FILTER html %]: [% END %] [%+ flag.type.name FILTER html %][% flag.status %] [% IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %] [% ", " IF !loop.last %] [% END %] [% END %] Detail
[% IF a.isviewable %] [% ELSE %]

Příloha nemůže být zobrazena, protože její MIME typ není text/*, image/*, nebo application/vnd.mozilla.*. Stáhnout tuto přílohu místo zobrazení.

[% END %]


[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/attachment/CVS/0000700000175000000410000000000010422570163017100 5ustar norbertwww-data00000000000000cs/default/attachment/CVS/Repository0000664000175000000410000000007110422570163021214 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/attachment cs/default/attachment/CVS/Tag0000664000175000000410000000001710422570163017550 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/attachment/CVS/Entries0000664000175000000410000000136010422570163020450 0ustar norbertwww-data00000000000000/choose.html.tmpl/1.3/Mon Aug 23 15:34:30 2004//TBUGZILLA-2_22 /content-types.html.tmpl/1.5/Sun Feb 27 10:07:52 2005//TBUGZILLA-2_22 /create.html.tmpl/1.22.2.3/Wed Mar 8 22:18:42 2006//TBUGZILLA-2_22 /created.html.tmpl/1.11.2.1/Tue Feb 21 16:02:25 2006//TBUGZILLA-2_22 /diff-file.html.tmpl/1.5/Fri Feb 25 15:27:24 2005//TBUGZILLA-2_22 /diff-footer.html.tmpl/1.2/Sun Jan 18 18:39:16 2004//TBUGZILLA-2_22 /diff-header.html.tmpl/1.12.2.1/Tue Feb 21 16:02:25 2006//TBUGZILLA-2_22 /edit.html.tmpl/1.30.2.1/Tue Feb 21 16:02:25 2006//TBUGZILLA-2_22 /list.html.tmpl/1.25.2.1/Tue Feb 21 16:02:25 2006//TBUGZILLA-2_22 /show-multiple.html.tmpl/1.15.12.1/Tue Feb 21 16:02:25 2006//TBUGZILLA-2_22 /updated.html.tmpl/1.11/Mon Feb 2 21:57:29 2004//TBUGZILLA-2_22 D cs/default/attachment/CVS/Root0000664000175000000410000000006310422570163017761 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/attachment/diff-file.html.tmpl0000640000175000000410000001141610460153441022142 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Keiser #%] [%# This line is really long for a reason: to get rid of any possible textnodes # between the elements. This is necessary because DOM parent-child-sibling # relations can change and screw up the javascript for restoring, collapsing # and expanding. Do not change without testing all three of those. #%] [% section_num = 0 %] [% FOREACH section = sections %] [% section_num = section_num + 1 %] [% FOREACH group = section.groups %] [% IF group.context %] [% FOREACH line = group.context %] [% END %] [% END %] [% IF group.plus.size %] [% IF group.minus.size %] [% i = 0 %] [% WHILE (i < group.plus.size || i < group.minus.size) %] [% currentloop = 0 %] [% WHILE currentloop < 500 && (i < group.plus.size || i < group.minus.size) %] [% currentloop = currentloop + 1 %] [% i = i + 1 %] [% END %] [% END %] [% ELSE %] [% FOREACH line = group.plus %] [% IF file.is_add %] [% ELSE %] [% END %] [% END %] [% END %] [% ELSE %] [% IF group.minus.size %] [% FOREACH line = group.minus %] [% IF file.is_remove %] [% ELSE %] [% END %] [% END %] [% END %] [% END %] [% END %] [% END %]
[% collapsed ? '(+)' : '(-)' %] [% IF lxr_prefix && !file.is_add %] [% file.filename FILTER html %] [% ELSE %] [% file.filename FILTER html %] [% END %] [% IF file.plus_lines %] [% IF file.minus_lines %] (-[% file.minus_lines %] / +[% file.plus_lines %] lines) [% ELSE %] (+[% file.plus_lines %] lines) [% END %] [% ELSE %] [% IF file.minus_lines %] (-[% file.minus_lines %] lines) [% END %] [% END %]
cs/default/attachment/updated.html.tmpl0000640000175000000410000000317110460167147021752 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Gervase Markham #%] [%# INTERFACE: # bugid: integer. ID of the bug we are updating. # attachid: integer. ID of the attachment we just attached. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Změny uloženy" style = "th { text-align: left; }" %]

Změny v příloze [% attachid %]  [% terms.bug2 %] [%+ bugid %] byly uloženy

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
Zpět na [% terms.bug %] #[% bugid %]
[% PROCESS global/footer.html.tmpl %] cs/default/attachment/edit.html.tmpl0000640000175000000410000002750710460164170021253 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Frédéric Buclin #%] [% PROCESS global/variables.none.tmpl %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %] Detail přílohy [% attachment.id %], [% terms.bug2 %] [%+ attachment.bug_id %] [% END %] [% h1 = BLOCK %] Detail přílohy [% attachment.id %] [%+ GetBugLink(attachment.bug_id, " $terms.bug2 ${attachment.bug_id}") %] [% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } #noview { text-align: left; vertical-align: middle; } table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; } " %]
[% IF isviewable %] [% ELSIF attachment.isurl %] [% ELSE %] [% END %]
Popis:

[% IF attachment.isurl %]

[% ELSE %] Jméno souboru:

Velikost: [% attachment.datasize FILTER unitconvert %]
MIME typ:

[% END %]
[% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] privátní

[% ELSE %]
[% END %] [% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id attach_id = attachment.id %]
[% END %]
Komentář (k [% terms.bug2 %]):



Akce: Zobrazit [% IF attachment.ispatch && patchviewerinstalled %] | Rozdíly [% END %]
[% IF attachment.datasize < 120 %] [% attachment.data FILTER html %] [% ELSE %] [% attachment.data FILTER truncate(80) FILTER html %]  ... [% attachment.data.match(".*(.{20})$").0 FILTER html %] [% END %]

Příloha není ve Vašem prohlížeči zobrazitelná, její MIME typ ([% attachment.contenttype FILTER html %]) není v seznamu typů, které Váš prohlížeč podporuje.

Stáhnout přílohu.

Přílohy tohoto [% terms.bug2 %]: [% FOREACH a = attachments %] [% IF a == attachment.id %] [% a %] [% ELSE %] [% a %] [% END %] [% " |" UNLESS loop.last() %] [% END %]

[% PROCESS global/footer.html.tmpl %] cs/default/attachment/content-types.html.tmpl~0000600000175000017500000000253510460143115023252 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] cs/default/attachment/create.html.tmpl~0000600000175000017500000002235710460151464021713 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Joel Peshkin # Erik Stambaugh #%] [% PROCESS global/variables.none.tmpl %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Vytvořit novou přílohu pro [% terms.bug %] #[% bugid %][% END %] [% h1 = BLOCK %]Vytvořit novou přílohu pro [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 style = " table.attachment_entry th { text-align: right; vertical-align: baseline; white-space: nowrap; } table.attachment_entry td { text-align: left; vertical-align: baseline; padding-bottom: 5px; } table#flags th, table#flags td { text-align: left; vertical-align: baseline; font-size: small; } " onload="setContentTypeDisabledState();" %] [% IF Param("allow_attach_url") %] [% END %]
[% IF Param("maxlocalattachment") %] [% END %] [% IF Param("allow_attach_url") %] [% END %] [% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] [% END %] [% IF (user.id != bugassignee_id) AND user.groups.editbugs %] [% END %]
Zadejte cestu k souboru na Vašem počítači.
Velký soubor:
URL, kde se příloha nachází.
Stručné popsání přílohy.
Typ obsahu: Je-li příloha patch, zaškrtněte pole níže,


jinak vyberte metodu určující typ obsahu.


Důvěrnost: Je-li příloha privátní, zaškrtněte pole níže.
Staré verze přílohy: (nepovinné) Vyberte všechny existující přílohy, které jsou starými verzemi Vaší nové přílohy.
[% IF attachments.size %] [% FOREACH attachment = attachments %] [% IF ((attachment.isprivate == 0) || (Param("insidergroup") && UserInGroup(Param("insidergroup")))) %] [% attachment.id %]: [% attachment.description FILTER html %]
[% END %] [% END %] [% ELSE %] [no attachments can be made obsolete] [% END %]
Znovupřiřazení: Chcete-li přiřadit tento [% terms.bug %] sobě, zašktněte pole níže.
[% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id=bugid attach_id=attachid %]
[% END %]
(nepovinné) Přidat komentář k této příloze [% terms.bug2 %].
 
[% PROCESS global/footer.html.tmpl %] cs/default/attachment/created.html.tmpl~0000600000175000017500000000513610460153177022056 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # bugid: integer. ID of the bug we just attached an attachment to. # attachid: integer. ID of the attachment just created. # description: string. Description of the attachment just created. # contenttype: string. The Content Type we attached it as. # contenttypemethod: string. How we got the content type of the attachment. # Possible values: autodetect, list, manual. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Změny uloženy" style = "th { text-align: left; }" %]

Příloha #[% attachid %] [% terms.bug2 %] #[% bugid %] byla vytvořena

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] [% IF convertedbmp %]

Poznámka: [% terms.Bugzilla %] automaticky konvertuje Váš BMP soubor na komprimovaný PNG formát.

[% END %] [% IF contenttypemethod == 'autodetect' %]

Poznámka: [% terms.Bugzilla %] automaticky detekuje typ obsahu [% contenttype %] této přílohy. Je-li typ nesprávný, opravte hodnotu editací detailu přílohy.

[% END %]
Přejít zpět na [% terms.bug %] #[% bugid %]

Vytvořit jinou přílohu k [% terms.bug2 %] #[% bugid %]

[% PROCESS global/footer.html.tmpl %] cs/default/attachment/diff-file.html.tmpl~0000600000175000017500000001141710460153440022264 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Keiser #%] [%# This line is really long for a reason: to get rid of any possible textnodes # between the elements. This is necessary because DOM parent-child-sibling # relations can change and screw up the javascript for restoring, collapsing # and expanding. Do not change without testing all three of those. #%] [% section_num = 0 %] [% FOREACH section = sections %] [% section_num = section_num + 1 %] [% FOREACH group = section.groups %] [% IF group.context %] [% FOREACH line = group.context %] [% END %] [% END %] [% IF group.plus.size %] [% IF group.minus.size %] [% i = 0 %] [% WHILE (i < group.plus.size || i < group.minus.size) %] [% currentloop = 0 %] [% WHILE currentloop < 500 && (i < group.plus.size || i < group.minus.size) %] [% currentloop = currentloop + 1 %] [% i = i + 1 %] [% END %] [% END %] [% ELSE %] [% FOREACH line = group.plus %] [% IF file.is_add %] [% ELSE %] [% END %] [% END %] [% END %] [% ELSE %] [% IF group.minus.size %] [% FOREACH line = group.minus %] [% IF file.is_remove %] [% ELSE %] [% END %] [% END %] [% END %] [% END %] [% END %] [% END %]
[% collapsed ? '(+)' : '(-)' %] [% IF lxr_prefix && !file.is_add %] [% file.filename FILTER html %] [% ELSE %] [% file.filename FILTER html %] [% END %] [% IF file.plus_lines %] [% IF file.minus_lines %] (-[% file.minus_lines %] / +[% file.plus_lines %] lines) [% ELSE %] (+[% file.plus_lines %] lines) [% END %] [% ELSE %] [% IF file.minus_lines %] (-[% file.minus_lines %] lines) [% END %] [% END %]
cs/default/attachment/diff-header.html.tmpl~0000600000175000017500000002266510460155647022617 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Keiser #%] [%# Define strings that will serve as the title and header of this page %] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] [% IF attachid %] Attachment #[% attachid %] for [% terms.bug %] #[% bugid %] [% ELSE %] Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% END %] [% END %] [% style = BLOCK %] .file_head { font-weight: bold; font-size: 1em; background-color: #c3c3c3; border: 1px solid black; width: 100%; } .file_head a { text-decoration: none; font-family: monospace; font-size: 1.1em; } .file_collapse { display: none; } .section_head { width: 100%; background-color: #f0f0f0; border: 1px solid black; text-align: left; } table.file_table { table-layout: fixed; width: 100%; empty-cells: show; border-spacing: 0px; border-collapse: collapse; /* draw border below last open context section in listing */ border-bottom: 1px solid black; } tbody.file td { border-left: 1px dashed black; border-right: 1px dashed black; width: 50%; } tbody.file pre { display: inline; white-space: -moz-pre-wrap; font-size: 0.9em; } tbody.file pre:empty { display: block; } .changed { background-color: lightblue; } .added { background-color: lightgreen; } .removed { background-color: #FFCC99; } .warning { color: red } [% END %] [%# SCRIPT FUNCTIONS %] [% javascript = BLOCK %] function collapse_all() { var elem = document.checkboxform.firstChild; while (elem != null) { if (elem.firstChild != null) { var tbody = elem.firstChild.nextSibling; if (tbody.className == 'file') { tbody.className = 'file_collapse'; twisty = get_twisty_from_tbody(tbody); twisty.firstChild.nodeValue = '(+)'; twisty.nextSibling.checked = false; } } elem = elem.nextSibling; } return false; } function expand_all() { var elem = document.checkboxform.firstChild; while (elem != null) { if (elem.firstChild != null) { var tbody = elem.firstChild.nextSibling; if (tbody.className == 'file_collapse') { tbody.className = 'file'; twisty = get_twisty_from_tbody(tbody); twisty.firstChild.nodeValue = '(-)'; twisty.nextSibling.checked = true; } } elem = elem.nextSibling; } return false; } var current_restore_elem; function restore_all() { current_restore_elem = null; incremental_restore(); } function incremental_restore() { if (!document.checkboxform.restore_indicator.checked) { return; } var next_restore_elem; if (current_restore_elem) { next_restore_elem = current_restore_elem.nextSibling; } else { next_restore_elem = document.checkboxform.firstChild; } while (next_restore_elem != null) { current_restore_elem = next_restore_elem; if (current_restore_elem.firstChild != null) { restore_elem(current_restore_elem.firstChild.nextSibling); } next_restore_elem = current_restore_elem.nextSibling; } } function restore_elem(elem, alertme) { if (elem.className == 'file_collapse') { twisty = get_twisty_from_tbody(elem); if (twisty.nextSibling.checked) { elem.className = 'file'; twisty.firstChild.nodeValue = '(-)'; } } else if (elem.className == 'file') { twisty = get_twisty_from_tbody(elem); if (!twisty.nextSibling.checked) { elem.className = 'file_collapse'; twisty.firstChild.nodeValue = '(+)'; } } } function twisty_click(twisty) { tbody = get_tbody_from_twisty(twisty); if (tbody.className == 'file') { tbody.className = 'file_collapse'; twisty.firstChild.nodeValue = '(+)'; twisty.nextSibling.checked = false; } else { tbody.className = 'file'; twisty.firstChild.nodeValue = '(-)'; twisty.nextSibling.checked = true; } return false; } function get_tbody_from_twisty(twisty) { return twisty.parentNode.parentNode.parentNode.nextSibling; } function get_twisty_from_tbody(tbody) { return tbody.previousSibling.firstChild.firstChild.firstChild; } [% END %] [% onload = 'restore_all(); document.checkboxform.restore_indicator.checked = true' %] [% BLOCK viewurl %]attachment.cgi?id=[% id %][% END %] [% BLOCK editurl %][% PROCESS viewurl %]&action=edit[% END %] [% BLOCK diffurl %][% PROCESS viewurl %]&action=diff[% END %] [% IF headers %] [% h1 = BLOCK %] [% IF attachid %] Attachment #[% attachid %]: [% description FILTER html %] [% ELSE %] Diff Between #[% oldid %]: [% old_desc FILTER html %] and #[% newid %]: [% new_desc FILTER html %] [% END %] for [% terms.bug %] #[% bugid %] [% END %] [% h2 = BLOCK %] [% bugsummary FILTER html %] [% END %] [% PROCESS global/header.html.tmpl %] [% ELSE %] [% END %] [%# If we have attachid, we are in diff, otherwise we're in interdiff %] [% IF attachid %] [%# HEADER %] [% IF headers %] View | Details | Spojený řádek [% END %] [% IF other_patches.size > 0 %] [% IF headers %] |[%END%] Rozdíly mezi
and tímto patchem
[% END %]
[% ELSE %] [% IF headers %] Spojený řádek | [% END %] [% END %] [%# Collapse / Expand %] Zavřít vše | Otevřít vše [% IF do_context %] [%# only happens for normal viewing, not interdiff %] | Kontext: [% IF context == "patch" %] (Patch / [% ELSE %] (Patch / [% END %] [% IF context == "file" %] File / [% ELSE %] Soubor / [% END %] [% IF context == "patch" || context == "file" %] [% context = 3 %] [% END %] [%# textbox for context %]
) [% END %] [% IF warning %]

Upozornění: [% IF warning == "interdiff1" %] tento rozdíl mezi dvěma patchy by mohl ukázat věci na nesprávném místě kvůli limitu v Bugzille během porovnávání patchů u rozdílných kopií souboru. [% END %] [% IF warning == "interdiff2" %] tento rozdíl mezi dvěma patchy by mohl být nepřesný kvůli limitu v Bugzille během porovnávání patchů vytvořených pro případ rozdílných revizí. [% END %]

[% ELSE %]

[% END %] [%# Restore Stuff %]
cs/default/attachment/edit.html.tmpl~0000600000175000017500000002750210460164170021370 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Frédéric Buclin #%] [% PROCESS global/variables.none.tmpl %] [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %] Detail přílohy [% attachment.id %], [% terms.bug2 %] [%+ attachment.bug_id %] [% END %] [% h1 = BLOCK %] Detail přílohy [% attachment.id %] [%+ GetBugLink(attachment.bug_id, " $terms.bug2 ${attachment.bug_id}") %] [% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } #noview { text-align: left; vertical-align: middle; } table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; } " %] [% IF isviewable %] [% ELSIF attachment.isurl %] [% ELSE %] [% END %]
Popis:

[% IF attachment.isurl %]

[% ELSE %] Jméno souboru:

Velikost: [% attachment.datasize FILTER unitconvert %]
MIME typ:

[% END %]
[% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] privátní

[% ELSE %]
[% END %] [% IF flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id attach_id = attachment.id %]
[% END %]
Komentář (k [% terms.bug2 %]):



Akce: Zobrazit [% IF attachment.ispatch && patchviewerinstalled %] | Rozdíly [% END %]
[% IF attachment.datasize < 120 %] [% attachment.data FILTER html %] [% ELSE %] [% attachment.data FILTER truncate(80) FILTER html %]  ... [% attachment.data.match(".*(.{20})$").0 FILTER html %] [% END %]

Příloha není ve Vašem prohlížeči zobrazitelná, její MIME typ ([% attachment.contenttype FILTER html %]) není v seznamu typů, které Váš prohlížeč podporuje.

Stáhnout přílohu.

Přílohy tohoto [% terms.bug2 %]: [% FOREACH a = attachments %] [% IF a == attachment.id %] [% a %] [% ELSE %] [% a %] [% END %] [% " |" UNLESS loop.last() %] [% END %]
[% PROCESS global/footer.html.tmpl %] cs/default/attachment/choose.html.tmpl~0000600000175000017500000000314110460165110021707 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Locate attachment", onload = "document.forms['choose-id'].id.focus()" %]

Access an attachment by entering its ID into the form below:

Attachment ID:

Or, access it from the list of attachments in its associated [% terms.bug %] report:

[% terms.Bug %] ID:

[% PROCESS global/footer.html.tmpl %] cs/default/attachment/list.html.tmpl~0000600000175000017500000000743210460165365021425 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%]
[% IF show_attachment_flags %] [% END %] [% canseeprivate = !Param("insidergroup") || UserInGroup(Param("insidergroup")) %] [% FOREACH attachment = attachments %] [% IF !attachment.isprivate || canseeprivate %] [% IF show_attachment_flags %] [% END %] [% END %] [% END %] [% IF attachments.size %] [% ELSE %] [% END %]
Příloha Typ Vytvořil Vytvořeno VelikostIndikátoryAkce
[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] [% IF attachment.ispatch %] patch [% ELSIF attachment.isurl %] url [% ELSE %] [% attachment.contenttype FILTER html %] [% END %] [% attachment.attacher.name || attachment.attacher.login FILTER html %] [% attachment.attached FILTER time %] [% attachment.datasize FILTER unitconvert %] [% IF attachment.flags.size == 0 %] none [% ELSE %] [% FOREACH flag = attachment.flags %] [% IF flag.setter %] [% flag.setter.nick FILTER html %]: [% END %] [%+ flag.type.name FILTER html FILTER no_break %][% flag.status %] [%+ IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %]
[% END %] [% END %]
Detaily [% IF attachment.ispatch && patchviewerinstalled %] | Rozdíl [% END %] [% Hook.process("action") %]
Vytvořit novou přílohu (navrhované řešení, popis, atd.) Zobrazit vše Zobrazit vše

cs/default/attachment/show-multiple.html.tmpl~0000600000175000017500000000652110460166354023260 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% filtered_summary = bugsummary FILTER html %] [% h1 = BLOCK %]View All Attachments for [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% PROCESS global/header.html.tmpl title = "Zobrazení všech příloh $terms.bug2 #$bugid" h1 = h1 h2 = filtered_summary style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } " %]
[% FOREACH a = attachments %]
Příloha #[% a.attachid %]
[% a.description FILTER html FILTER obsolete(a.isobsolete) %] [% IF a.ispatch %] patch [% ELSE %] [% a.contenttype FILTER html %] [% END %] [% a.date FILTER time %] [% a.datasize FILTER unitconvert %] [% IF a.flags.size == 0 %] žádné značky [% ELSE %] [% FOREACH flag = a.flags %] [% IF flag.setter %] [% flag.setter.nick FILTER html %]: [% END %] [%+ flag.type.name FILTER html %][% flag.status %] [% IF flag.status == "?" && flag.requestee %] ([% flag.requestee.nick FILTER html %]) [% END %] [% ", " IF !loop.last %] [% END %] [% END %] Detail
[% IF a.isviewable %] [% ELSE %]

Příloha nemůže být zobrazena, protože její MIME typ není text/*, image/*, nebo application/vnd.mozilla.*. Stáhnout tuto přílohu místo zobrazení.

[% END %]


[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/attachment/updated.html.tmpl~0000600000175000017500000000316310460167147022075 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Gervase Markham #%] [%# INTERFACE: # bugid: integer. ID of the bug we are updating. # attachid: integer. ID of the attachment we just attached. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Změny uloženy" style = "th { text-align: left; }" %]

Změny v příloze [% attachid %] [% terms.bug2 %] [%+ bugid %] byly uloženy

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
Zpět na [% terms.bug %] #[% bugid %]
[% PROCESS global/footer.html.tmpl %] cs/default/index.html.tmpl0000640000175000000410000000720410454471732017305 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# -*- mode: html -*- %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Jacob Steenhagen # Vitaly Harisov #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Úvodní strana" style_urls = [ 'skins/standard/index.css' ] onload = 'document.forms[\'f\'].quicksearch.focus();' %]

Tady je vystaveno několik málo slov vysvětlujících vše o [% terms.Bugzilla %].

Ale to vše je soustředěno na tento výběr:

Zadej část [% terms.bug2 %] nebo podmínku pro vyhledávání:

[Nápověda]
[% PROCESS global/footer.html.tmpl %] cs/default/global/0000750000175000000410000000000010462107460015562 5ustar norbertwww-data00000000000000cs/default/global/per-bug-queries.html.tmpl0000640000175000000410000000325210454464176022455 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Frédéric Buclin #%] [% IF user.id && user.settings.per_bug_queries.value == "on" %] [% END %] cs/default/global/message.txt.tmpl0000640000175000000410000000177410265400271020731 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Max Kanat-Alexander. # Portions created by Max Kanat-Alexander are Copyright (C) 2005 # Max Kanat-Alexander. All Rights Reserved. # # Contributor(s): Max Kanat-Alexander #%] [% PROCESS global/variables.none.tmpl %] [%# Yes, this may show some HTML. But it's the best we # can do at the moment. %] [% PROCESS global/messages.html.tmpl %] [% message %] cs/default/global/confirm-user-match.html.tmpl0000640000175000000410000001326510351712751023140 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Erik Stambaugh #%] [%# INTERFACE: # fields: hash/record; the fields being matched, each of which has: # type: single|multi: whether or not the user can select multiple matches # flag_type: for flag requestee fields, the type of flag being requested # matches: hash; Hierarchical. The levels go like this: # field_name { # pattern_text { # 'users' = @user_list (user objects) # 'status' = success|fail|trunc (result of search. # 'trunc' (truncated) means max was reached) # } # } # script: string; The name of the calling script, used to create a # self-referential URL #%] [%# use the global field descs %] [% PROCESS "global/field-descs.none.tmpl" %] [% IF matchsuccess == 1 %] [% PROCESS global/header.html.tmpl title="Confirm Match" %]

[% terms.Bugzilla %] cannot make a conclusive match for one or more of the names and/or email addresses you entered on the previous page.
Please examine the lists of potential matches below and select the one you want, or go back to the previous page to revise the names you entered.

[% ELSE %] [% PROCESS global/header.html.tmpl title="Match Failed" %]

[% terms.Bugzilla %] was unable to make any match at all for one or more of the names and/or email addresses you entered on the previous page.
Please go back and try other names or email addresses.

[% END %]

[%# this is messy to allow later expansion %] [% FOREACH field = matches %] [% END %]

[% PROCESS field_names field_name=field.key %]: [% FOREACH query = field.value %] [% query.key FILTER html %] [% IF query.value.users.size %] [% IF query.value.users.size > 1 %] [% IF query.value.status == 'fail' %] matches multiple users. Please go back and try again with a more specific name/address. [% ELSE %] [% IF query.value.status == 'trunc' %] matched more than the maximum of [% query.value.users.size %] users:
[% ELSE %] matched:
[% END %] [% END %] [% ELSE %] matched [% query.value.users.0.identity FILTER html %]
[% END %] [% ELSE %] [% IF (query.key.length < 3) && !(Param('emailsuffix')) && (Param('usermatchmode') == 'search') %] was too short for substring match (minimum 3 characters) [% ELSE %] did not match anything [% END %] [% END %]

[% END %]


[% IF matchsuccess == 1 %] [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]

[% END %] [% PROCESS global/footer.html.tmpl %] [% BLOCK field_names %] [% IF field_descs.${field_name} %] [% field_descs.${field_name} FILTER html -%] [%-# ELSIF for things that don't belong in the field_descs hash here -%] [% ELSIF field_name.match("^requestee") %] [% fields.${field_name}.flag_type.name %] requestee [% ELSE %] [% field_name FILTER html %] [% END %] [% END %] cs/default/global/userselect.html.tmpl0000640000175000000410000000474710216323525021615 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Byron Jones #%] [%# INTERFACE: # userlist: select only; array reference with list of users and identities # userlist is built by Bugzilla::User::get_userlist() # name: mandatory; field name # id: optional; field id # value: optional; default field value/selection # onchange: optional; onchange attribute value # disabled: optional; if true, the field is disabled # accesskey: optional, input only; accesskey attribute value # size: optional, input only; size attribute value # emptyok: optional, select only; if true, prepend menu option to start of select # multiple: optional, do multiselect box, value is size (height) of box # #%] [% IF Param("usemenuforusers") %] [% ELSE %] [% END %] cs/default/global/choose-product.html.tmpl0000640000175000000410000000370510461333570022371 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # proddesc: hash. May be empty. The hash keys are the products, and the values # are their descriptions. #%] [% PROCESS global/variables.none.tmpl %] [% IF target == "enter_bug.cgi" %] [% title = "Zadání $terms.bug2" %] [% h2 = BLOCK %]Nejprve musíte vybrat produkt, ke kterému chcete přidat [% terms.bug %]. [% END %] [% ELSIF target == "describecomponents.cgi" %] [% title = "Popisy komponent" %] [% h2 = "Prosím specifikujte produkt, jehož komponenty chcete popsat." %] [% END %] [% DEFAULT title = "Vybrat produkt" %] [% PROCESS global/header.html.tmpl %] [% FOREACH p = proddesc.keys.sort %] [% IF proddesc.$p %] [% END %] [% END %]
[% p FILTER html %][% proddesc.$p %]
[% PROCESS global/footer.html.tmpl %] cs/default/global/help.html.tmpl0000640000175000000410000000217210276254301020356 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% IF cgi.param("help") %] [% IF cgi.user_agent("Mozilla/5") %] [% FOREACH h = help_html %] [% END %] [% END %] [% END %] cs/default/global/user-error.html.tmpl0000640000175000000410000015055410462107467021552 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Frédéric Buclin #%] [%# INTERFACE: # header_done: boolean. True if the Bugzilla header has already been printed. # error: string. The tag of the error, or the error message to be displayed # (deprecated). May contain HTML if it's an error message. #%] [%# This is a list of all the possible user errors. Please keep them in # alphabetical order by error tag, and leave a blank line between errors. # # Note that you must explicitly filter every single template variable # in this file; if you do not wish to change it, use the "none" filter. # # Extension- or custom-specific error handling can be easily added # via hooks: just place your -errors.html.tmpl into # template/en/extension/hook/global/user-error.html.tmpl/errors/ # Note: be aware of uniqueness of error string parameter value, since # nobody can guarantee the hook files processing order in the future #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% DEFAULT title = "Chyba" %] [% error_message = BLOCK %] [% IF error == "account_creation_disabled" %] [% title = "Vytvoření účtu zablokováno" %] Vytvoření uživatelského účtu bylo zablokováno nebo omezeno.
Nové účty musí vytvořit administrátor. [% ELSIF error == "account_disabled" %] [% title = "Účet zablokován" %] [% disabled_reason FILTER none %]
Myslíte-li si, že by měl být Váš účet obnoven, pošlete prosím email na [% Param("maintainer") %] vysvětlující Váš důvod. [% ELSIF error == "account_exists" %] [% title = "Účet již existuje" %] Je již vytvořen účet s [% IF email %] přihlašovacím jménem [% email FILTER html %]. [% ELSE %] tímto přihlašovacím jménem. [% END %] [% ELSIF error == "account_inexistent" %] [% title = "Účet neexistuje" %] Neexistuje [% terms.Bugzilla %] účet s tímto přihlašovacím jménem. [% ELSIF error == "alias_has_comma_or_space" %] [% title = "Nesprávné znaky v aliasu" %] Alias, který byl zadán, [% alias FILTER html %], obsahuje jednu nebo více čárek nebo mezer. Aliasy nemohou obsahovat čárky nebo mezery, protože tyto znaky jsou použity k oddělení aliasů navzájem od sebe ve výpisu. Prosím zvolte alias, který neobsahuje čárky nebo mezery. [% ELSIF error == "alias_in_use" %] [% title = "Alias se používá" %] [% terms.Bug %] [%+ bug_link FILTER none %] již obsahuje alias [% alias FILTER html %]. Prosím zvolte jiný. [% ELSIF error == "alias_not_defined" %] [% title = "Alias není definován" %] Nemůžete doplnit alias k tomuto [% terms.bug2 %]. [% ELSIF error == "alias_is_numeric" %] [% title = "Alias je číslo" %] Pokoušíte se dát [% terms.bug2 %] alias [% alias FILTER html %], ale aliasy nemohou být pouze čísla, protože by pak mohly být zaměněny s ID [% terms.bug2 %]. Prosím zvolte alias obsahující minimálně jedno písmeno. [% ELSIF error == "alias_too_long" %] [% title = "Alias příliš dlouhý" %] Aliasy [% terms.bug2 %] nemohou být delší než 20 znaků. Prosím zvolte kratší alias. [% ELSIF error == "auth_cant_create_account" %] [% title = "Nelze vytvořit účty" %] Tato stránka používá autentizační schéma, které nedovoluje vytváření účtů. Prosím kontaktujte administrátora pro vytvoření nového účtu. [% ELSIF error == "auth_failure" %] [% title = "Vyžadována autorizace" %] Lituji, [% IF group %] nejste členem skupiny '[% group FILTER html %]', [% END %] [% IF reason %] [% IF group %] a [% END %] [% IF reason == "cant_bless" %] nemáte práva pro přidání nebo odstranění uživatelů do skupiny, [% ELSIF reason == "not_visible" %] u jistých skupin je omezení viditelnosti, [% END %] [% END %] [% IF group || reason %] takže [% END %] nejste autorizován pro [% IF action == "access" %] přístup [% ELSIF action == "add" %] přidání nového [% ELSIF action == "begin" %] započatí [% ELSIF action == "modify" %] úpravu [% ELSIF action == "delete" %] smazání [% ELSIF action == "edit" %] přidání, úpravu nebo smazání [% ELSIF action == "move" %] přesun [% ELSIF action == "run" %] spuštění [% ELSIF action == "schedule" %] stanovení [% ELSIF action == "use" %] použití [% END %] [% IF object == "attachment" %] této přílohy [% ELSIF object == "bugs" %] [%+ terms.bugs2 %] [% ELSIF object == "charts" %] vzhledu grafů [% ELSIF object == "classifications" %] klasifikace [% ELSIF object == "components" %] Komponenty [% ELSIF object == "flagtypes" %] typu značky [% ELSIF object == "group_access" %] přístupu skupiny [% ELSIF object == "groups" %] skupiny [% ELSIF object == "keywords" %] klíčová slova [% ELSIF object == "milestones" %] milestones [% ELSIF object == "multiple_bugs" %] více [% terms.bugs2 %] najednou [% ELSIF object == "parameters" %] parametry [% ELSIF object == "products" %] produkty [% ELSIF object == "quips" %] vtipy [% ELSIF object == "reports" %] whine reports [% ELSIF object == "sanity_check" %] kontrolu DB [% ELSIF object == "settings" %] nastavení [% ELSIF object == "sudo_session" %] spojení sudo [% ELSIF object == "timetracking_summaries" %] sestavy v závislosti na čase [% ELSIF object == "user" %] Vámi specifikovaného uživatele [% ELSIF object == "users" %] uživatele [% ELSIF object == "versions" %] verze [% END %]. [% ELSIF error == "attachment_removed" %] [% title = "Příloha odstraněna" %] Příloha, kterou se pokoušíte získat, byla odstraněna. [% ELSIF error == "bug_access_denied" %] [% title = "Přístup zamítnut" %] Nejste autorizován pro přístup k [% terms.bug2 %] #[% bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] [% title = "Přístup zamítnut" %] Nejste autorizován pro přístup k [% terms.bug %] #[% bug_id FILTER html %]. Pro zobrazení tohoto [% terms.bug %] se musíte napřed přihlásit do účtu s odpovídajícími právy. [% ELSIF error == "buglist_parameters_required" %] [% title = "Vyžadovány parametry" %] Nemělo by se vyhledávat nebo vytvářet uložené dotazy bez vyhledávacích parametrů. [% ELSIF error == "bugs_not_changed" %] [% title = BLOCK %][% terms.Bugs %] nezměněn[% END %] Patrně nebyly provedeny žádné změny ve vybraných požadavcích, takže není nic pro zpracování. [% ELSIF error == "chart_too_large" %] [% title = "Příliš velký graf" %] Lituji, ale 2000 x 2000 je maximální velikost grafu. [% ELSIF error == "comment_required" %] [% title = "Vyžadován komentář" %] Nespecifikoval jste komentář pro tuto změnu. Prosím objasněte Vaši změnu. [% ELSIF error == "comment_too_long" %] [% title = "Příliš dlouhý komentář" %] Komentář nemůže být delší než 65.535 znaků. [% ELSIF error == "auth_classification_not_enabled" %] [% title = "Klasifikace není povolena" %] Lituji, klasifikace není povolena. [% ELSIF error == "classification_not_specified" %] [% title = "Musíte doplnit název klasifikace" %] Musíte zadat název klasifikace. [% ELSIF error == "classification_already_exists" %] [% title = "Klasifikace již existuje" %] Klasifikace s názvem '[% name FILTER html %]' již existuje. [% ELSIF error == "classification_doesnt_exist" %] [% title = "Klasifikace neexistuje" %] Klasifikace '[% name FILTER html %]' neexistuje. [% ELSIF error == "classification_doesnt_exist_for_product" %] [% title = "Klasifikace pro produkt neexistuje" %] klasifikace '[% classification FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "classification_not_deletable" %] [% title = "Defaultní klasifikace nemůže být smazána" %] Nemůžete smazat defaultní klasifikaci [% ELSIF error == "classification_has_products" %] Lituji, existují produky pro tuto klasifikaci. Musíte přiřadit těmto produktům jinou klasifikaci, aby mohla být tato smazána. [% ELSIF error == "component_already_exists" %] [% title = "Komponenta již existuje" %] Komponenta s názvem '[% name FILTER html %]' již existuje. [% ELSIF error == "component_blank_description" %] [% title = "Prázdný popis komponenty není povolen" %] Musíte zadat neprázdný popis pro komponentu '[% name FILTER html %]'. [% ELSIF error == "component_blank_name" %] [% title = "Prázdné jméno komponenty není povoleno" %] Musíte zadat jméno pro tuto novou komponentu. [% ELSIF error == "component_has_bugs" %] [% title = BLOCK %]Komponenta má [% terms.bugs %][% END %] Existují [% nb FILTER html %] [%+ terms.bugs %] zadané pro tuto komponentu! Musíte přiřadit [% terms.bugs %] jiným komponentám, aby mohla být komponenta smazána. [% ELSIF error == "component_name_too_long" %] [% title = "Jméno komponenty je příliš dlouhé" %] Jméno komponenty je limitováno na 64 znaků. '[% name FILTER html %]' je příliš velký počet znaků). [% ELSIF error == "component_need_initialowner" %] [% title = "Komponenta vyžaduje defaultního příjemce" %] Musíte zadat defaultního příjemce pro komponentu '[% name FILTER html %]'. [% ELSIF error == "component_not_valid" %] [% title = "Specifická komponenta neexistuje" %] Produkt [% product FILTER html %] nemá komponentu s názvem [% name FILTER html %]. [% ELSIF error == "product_doesnt_exist" %] [% title = "Specifický produkt neexistuje" %] Produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "dependency_loop_multi" %] [% title = "Detekována závislostní smyčka" %] Následující [% terms.bugs %] by se objevovaly v obou "závisí na" a "blokuje" částech stromu závislosti pokud by byly tyto změny provedeny: [% both FILTER none %]. To by vytvořilo cyklickou závislost, která není povolena. [% ELSIF error == "dependency_loop_single" %] [% title = "Detekována závislostní smyčka" %] Nemůžete vytvořit [% terms.bug %] blokující sám sebe nebo závisející na sobě samém. [% ELSIF error == "description_required" %] [% title = "Vyžadován popis" %] Musíte napsat popis [% terms.bug2 %]. [% ELSIF error == "dupe_entry_found" %] [% title = "Již označeno jako duplikát" %] Tento [% terms.bug %] byl již označen jako duplikát [% terms.bug2 %] [%+ dupe_of FILTER html %]. [% ELSIF error == "dupe_not_allowed" %] [% title = "Nelze označit $terms.bugs jako duplikáty" %] Nemůžete označit [% terms.bugs %] jako duplikáty, pokud měníte několik [% terms.bugs2 %] najednou. [% ELSIF error == "dupe_loop_detected" %] [% title = "Detekována smyčka mezi duplikáty" %] Nemůžete označit [% terms.bug %] [%+ bug_id FILTER html %] jako duplikát [% IF dupe_of == bug_id %] sebe samotného [% ELSE %] [%+ terms.bug2 %] [%+ dupe_of FILTER html %], protože by to vytvořilo smyčku duplikátů [% END %]. [% ELSIF error == "email_change_in_progress" %] [% title = "Změna emailu již probíhá" %] Změna emailu již probíhá, prosím zkontrolujte Váš email. [% ELSIF error == "email_confirmation_failed" %] [% title = "Potvrzení emailové adresy selhalo" %] Potvrzení emailové adresy selhalo. [% ELSIF error == "empty_group_description" %] [% title = "Popis skupiny nemůže být prázdný" %] Musíte zadat popis skupiny. [% ELSIF error == "empty_group_name" %] [% title = "Jméno skupiny nemůže být prázdné" %] Musíte zadat jméno skupiny. [% ELSIF error == "entry_access_denied" %] [% title = "Práva zamítnuta" %] Lituji, buď produkt [% product FILTER html %] neexistuje nebo nejste autorizován zadávat do něj [% terms.bug %] . [% ELSIF error == "fieldname_invalid" %] [% title = "Specifické pole neexistuje" %] Pole '[% field FILTER html %]' neexistuje nebo nemůže být editováno přes toto rozhraní. [% ELSIF error == "fieldname_not_specified" %] [% title = "Název pole nespecifikován" %] Nebyl specifikován název pole při pokusu o editaci hodnoty pole. [% ELSIF error == "fieldvalue_already_exists" %] [% title = "Hodnota pole již existuje" %] Hodnota '[% value FILTER html %]' již existuje pro pole '[%- field FILTER html %]' . [% ELSIF error == "fieldvalue_doesnt_exist" %] [% title = "Specifická hodnota pole neexistuje" %] Hodnota '[% value FILTER html %]' pole '[% field FILTER html %]' neexistuje. [% ELSIF error == "fieldvalue_is_default" %] [% title = "Specifická hodnota pole je defaultní" %] '[% value FILTER html %]' je defaultní hodnota pole '[% field FILTER html %]' a nemůže být smazána. [% IF user.groups.tweakparams %] Musíte napřed změnit defaultní hodnotu. [% END %] [% ELSIF error == "fieldvalue_name_too_long" %] [% title = "Hodnota pole je příliš dlouhá" %] Hodnota pole je limitována na 60 znaků. '[% value FILTER html %]' is too long ([% value.length %] characters). [% ELSIF error == "fieldvalue_not_specified" %] [% title = "Nespecifikována hodnota pole" %] Nebyla specifikována hodnota pole při pokusu o editaci hodnoty. [% ELSIF error == "fieldvalue_sortkey_invalid" %] [% title = "Špatný řadící klíč hodnoty pole" %] Řadící klíč '[% sortkey FILTER html %]' pole '[% name FILTER html %]' není správné (kladné) číslo. [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "Nemůžete smazat hodnotu tohoto pole" %] Nemůžete smazat hodnotu '[% value FILTER html %]' pole '[% field FILTER html%]' , protože ji ještě [% count FILTER html %] [% terms.bugs2 %] používá. [% ELSIF error == "fieldvalue_undefined" %] [% title = "Nedefinovaná hodnota není povolena" %] Musíte specifikovat hodnotu. [% ELSIF error == "file_not_specified" %] [% title = "Nespecifikován žádný soubor" %] Není specifikován soubor přílohy. [% ELSIF error == "file_too_large" %] [% title = "Soubor příliš velký" %] Soubor, který se pokoušíte přiložit, je [% filesize FILTER html %] kilobajtů (KB) velký. Ne-patchové přílohy nemohou být větší než [%+ Param('maxattachmentsize') %] KB.
Dopuručujeme Vám uložit Vaši pířlohu kdekoliv na webu, a pak jen na ni vložit odkaz do komentáře nebo do pole URL tohoto [% terms.bug2 %]. Je-li Vaše příloha obrázek, můžete ho zkonvertovat do kompresního formátu jako JPG nebo PNG a zkusit znovu. [% ELSIF error == "flag_not_multiplicable" %] Nemůžete se ptát více než jedné osoby najednou na [% type.name FILTER html %]. [% ELSIF error == "flag_requestee_unauthorized" %] [% title = "Příjemce značky neautorizován" %] Ptal jste se [% requestee.identity FILTER html %] na [% flag_type.name FILTER html %] [% terms.bug2 %] [%+ bug_id FILTER html -%] [% IF attachment %], přílohu [% attachment.id FILTER html %][% END %], ale tento [% terms.bug %] byl omezen pro uživatele v určitých skupinách, a uživatel, které ho jste se ptal, není ve všech skupinách, kterým byl [% terms.bug %] vymezen. Prosím ptejte se někoho jiného nebo udělejte [% terms.bug %] přístupným pro jeho adresáty kopie: vyhledejte a přidejte tyto uživatele mezi adresáty kopie. [% ELSIF error == "flag_requestee_unauthorized_attachment" %] [% title = "Příjemce značky neautorizován" %] Ptal jste se [% requestee.identity FILTER html %] na [% flag_type.name FILTER html %] [%+ terms.bug2 %] [%+ bug_id FILTER html %], přílohu [% attachment.id FILTER html %], ale tato příloha je vyhrazena uživatelům ve skupině [% Param("insidergroup") FILTER html %], a uživatel, které ho jste se ptal, není v této skupině. Prosím ptejte se někoho jiného nebo požádejte administrátora, aby přidal požadované uživatele do potřebné skupiny. [% ELSIF error == "flag_type_cc_list_invalid" %] [% title = "Nesprávný seznam adresátů kopie" %] Seznam adresátů kopie [% cc_list FILTER html %] musí být menší než 200 znaků. [% ELSIF error == "flag_type_description_invalid" %] [% title = "Nesprávný popis typu značky" %] Popis musí být menší než 32K. [% ELSIF error == "flag_type_name_invalid" %] [% title = "Nesprávný název typu značky" %] Název [% name FILTER html %] musí být 1-50 znaků dlouhý a nesmí obsahovat žádné mezery nebo čárky. [% ELSIF error == "flag_update_denied" %] [% title = "Úprava značky zamítnuta" %] Pokusil jste se [% IF status == "+" %] přidělit [% ELSIF status == "-" %] zamítnout [% ELSIF status == "X" %] smazat [% ELSE %] požádat [% END %] [% name FILTER html %] [% IF status == "X" %][% old_status FILTER html %][% END %]. Pouze dostatečně zplnomocněný uživatel může provést tuto změnu. [% ELSIF error == "format_not_found" %] [% title = "Formát nenalezen" %] Požadovaný formát [% format FILTER html %] neexistuje u typu obsahu [% ctype FILTER html %]. [% ELSIF error == "flag_type_sortkey_invalid" %] [% title = "Nesprávný řadící klíč" %] Řadící klíč musí být celé číslo mezi 0 a 32767 včetně. Nemůže to být [% sortkey FILTER html %]. [% ELSIF error == "group_exists" %] [% title = "Skupina již existuje" %] Skupina [% name FILTER html %] již existuje. [% ELSIF error == "group_not_specified" %] [% title = "Skupina nespecifikována" %] Nebyla specifikována žádná skupina. [% ELSIF error == "system_group_not_deletable" %] [% title = "Nesmazatelná systémová skupina" %] [% name FILTER html %] je systémová skupina. Tato skupina nemůžeb být smazána. [% ELSIF error == "group_unknown" %] [% title = "Neznámá skupina" %] Skupina [% name FILTER html %] neexistuje. Prosím specifikujte správný název skupiny. Napřed ji vytvořte, je-li to nezbytné! [% ELSIF error == "illegal_at_least_x_votes" %] [% title = "Vaše vyhledávání nedává smysl" %] Pole nejmenší počet hlasů musí být celé nezáporné číslo. Bylo zadáno [% value FILTER html %], což nevyhovuje. [% ELSIF error == "illegal_attachment_edit" %] [% title = "Neautorizovaná akce" %] Nejste autorizován pro editaci přílohy [% attach_id FILTER html %]. [% ELSIF error == "illegal_attachment_edit_bug" %] [% title = "Neautorizovaná akce" %] Nejste autorizován pro editaci příloh [% terms.bug2 %] [%+ bug_id FILTER html %]. [% ELSIF error == "illegal_attachment_is_patch" %] [% title = "Vaše vyhledávání nedává smysl" %] Možné hodnoty pro pole příloha je patch jsou 0 a 1. [% ELSIF error == "illegal_change" %] [% title = "Nepovoleno" %] Pokoušeli jste se změnit pole [% field_descs.$field FILTER html %] [% IF oldvalue %] z [% oldvalue FILTER html %] [% END %] [% IF newvalue %] na [% newvalue FILTER html %] [% END %] , ale jen [% IF privs < 3 %] příjemce [% IF privs < 2 %] or reporter [% END %] [% terms.bug2 %] nebo [% END %] a dostatečně zplnomocněný uživatel smí měnit toto pole. [% ELSIF error == "illegal_change_deps" %] [% title = "Nepovoleno" %] Pokoušeli jste se změnit pole [% field_descs.$field FILTER html %] ale jen uživatel zplnomocněný editovat oba [% terms.bugs %] smí měnit toto pole. [% ELSIF error == "illegal_changed_in_last_x_days" %] [% title = "Vaše vyhledávání nedává smysl" %] Pole Změněno v posledních ___ dnech musí být celé nezáporné číslo. Zadali jste [% value FILTER html %], což nevyhovuje. [% ELSIF error == "illegal_date" %] [% title = "Neplatné datum" %] '[% date FILTER html %]' není platné datum. [% IF format %] Prosím použijte formát '[% format FILTER html %]'. [% END %] [% ELSIF error == "illegal_email_address" %] [% title = "Neplatná emailová adresa" %] Zadaná emailová adresa ([% addr FILTER html %]) neprošla kontrolou syntaxe pro jako platná emailová adresa. [% IF default %] Správná adresa musí obsahovat přesně jeden '@', a minimálně jednu '.' [% ELSE %] [%+ Param('emailregexpdesc') %] [% END %] Nesmí obsahovat žádný z těchto speciálních znaků: \ ( ) & < > , ; : " [ ], nebo mezeru. [% ELSIF error == "illegal_frequency" %] [% title = "Příliš časté" %] Nejste-li administrátor, nesmíte vytvářet události, které jsou spouštěny častěji než jednou každý [% minimum FILTER html %] den. [% ELSIF error == "illegal_group_control_combination" %] [% title = "Vaše kombinace řízení skupiny je nesprávná" %] Vaše kombinace řízení skupiny " [% groupname FILTER html %]" je nesprávná. [% ELSIF error == "illegal_is_obsolete" %] [% title = "Vaše vyhledávání nedává smysl" %] Sprábné hodnoty pro polepříloha je zastaralá jsou 0 a 1. [% ELSIF error == "illegal_query_name" %] [% title = "Neplatný název vyhledávání" %] Název Vašeho vyhledávání nemůže obsahovat žádné z následujících znaků: <, >, &. [% ELSIF error == "illegal_series_creation" %] Nejste autorizován vytvářet události. [% ELSIF error == "illegal_series_edit" %] Nejste autorizován editovat tyto události. K editaci musíte buď být jeho tvůrce nebo administrátor. [% ELSIF error == "insufficient_data_points" %] Není dostatečný počet datových bodů k vytvoření grafu (dosud). [% ELSIF error == "invalid_attach_id" %] [% title = "Nesprávné ID přílohy" %] ID přílohy [% attach_id FILTER html %] je nesprávné. [% ELSIF error == "invalid_bug_id_non_existent" %] [% title = BLOCK %]Neprávné ID [% terms.bug2 %] [% END %] [% terms.Bug %] #[% bug_id FILTER html %] neexistuje. [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]Neprávné ID [% terms.Bug %] [% END %] [% IF bug_id %] '[% bug_id FILTER html %]' není správné číslo [% terms.bug2 %] [% IF Param("usebugaliases") %] ani alias k [% terms.bug2 %] [% END %]. [% ELSE %] [% IF field %] Pole '[% field_descs.$field FILTER html %]' nemůže být prázdné. [% END %] Musíte zadat správné číslo [% terms.bug2 %]! [% END %] [% ELSIF error == "invalid_changedsince" %] [% title = "Nesprávné 'Změněno od'" %] Hodnota pole 'změněno od', '[% changedsince FILTER html %]', musí být celé nezáporné číslo. [% ELSIF error == "invalid_content_type" %] [% title = "Nesprávný typ obsahu" %] typ obsahu [% contenttype FILTER html %] je nesprávný. Správné typy musí být ve formátu foo/bar, kde foo je buď applikation, audio, image, message, model, multipart, text nebo video. [% ELSIF error == "invalid_context" %] [% title = "neplatný kontext" %] Kontext [% context FILTER html %] je nesprávný (musí být číslo, "file" nebo "patch"). [% ELSIF error == "invalid_format" %] [% title = "Nesprávný Formát" %] Formát "[% format FILTER html %]" je nesprávný (musí být jeden z [% FOREACH my_format = formats %] "[% my_format FILTER html %]" [% END %] ). [% ELSIF error == "invalid_group_ID" %] [% title = "Nesprávé ID skupiny" %] Skupina, kerou jste specifikoval, neexistuje. [% ELSIF error == "invalid_group_name" %] [% title = "Nesprávný název skupiny" %] Skupina, kerou jste specifikoval, [% name FILTER html %], není platná. [% ELSIF error == "invalid_maxrows" %] [% title = "Nesprávný maximální počet řádků" %] Maximální počet řádků, '[% maxrows FILTER html %]', musí být celé kladné číslo. [% ELSIF error == "invalid_parameter" %] [% title = "Nesprávný parametr" %] Nová hodnota [% name FILTER html %] je nesprávná: [% err FILTER html %]. [% ELSIF error == "invalid_product_name" %] [% title = "Nesprávný název produktu" %] Název produktu '[% product FILTER html %]' je nesprávný nebo neexistuje. [% ELSIF error == "invalid_regexp" %] [% title = "Nesprávný regulární výraz" %] Zadaný regulární výraz je špatný. [% ELSIF error == "invalid_user_group" %] [% title = "Nesprávná uživatelská skupina" %] [% IF users.size > 1 %] Uživateli [% ELSE %] Uživatel [% END %] '[% users.join(', ') FILTER html %]' [% IF users.size > 1 %] není [% ELSE %] není [% END %] umožněno editovat [% IF product %] '[% product FILTER html %]' [% END %] [%+ field_descs.product FILTER html %] [% IF bug_id %] [% terms.bug2 %] '[% bug_id FILTER html %]'. [% ELSIF new %] a nesmí být přidán k novému [% terms.bug2 %]. [% ELSE %] minimálně jednoho [% terms.bug2 %], který je měněn. [% END %] [% ELSIF error == "invalid_username" %] [% title = "Nesprávné uživatelské jméno" %] Jméno [% name FILTER html %] není správné uživatelské jméno. Buď jste ho nesprávně napsal nebo nebo tato osaba nemá registrovaný [% terms.Bugzilla %] účet. [% ELSIF error == "invalid_username_or_password" %] [% title = "Neplatné uživatelské jméno nebo heslo" %] Zadané uživatelské jméno nebo heslo je neplatné. [% ELSIF error == "keyword_already_exists" %] [% title = "Klíčové slovo již existuje" %] Klíčové slovo s názvem [% name FILTER html %] již existuje. [% ELSIF error == "keyword_blank_description" %] [% title = "Prázdný popis klíčového slova nepovolen" %] Musíte zadat neprázdný popis klíčového slova. [% ELSIF error == "keyword_blank_name" %] [% title = "Prázdný název klíčového slova nepovolen" %] Musíte zadat neprázdný název klíčového slova. [% ELSIF error == "keyword_invalid_name" %] [% title = "Nesprávný název klíčového slova" %] Nesmíte používat čárky nebo mezery v názvu klíčového slova. [% ELSIF error == "local_file_too_large" %] [% title = "Lokální soubor příliš velký" %] Lokální soubor pro upload nesmí převyšovat [% Param('maxlocalattachment') %] MB. [% ELSIF error == "login_needed_for_password_change" %] [% title = "Vyřadováno uživatelské jméno" %] Musíte zadat uživatelské jméno, když je požadována změna Vašeho hesla. [% ELSIF error == "login_required_for_pronoun" %] [% title = "Vyřadováno uživatelské jméno" %] Nemůžete používat %user% bez přihlášení, protože %user% odkazuje na Vaše uživatelské jméno, které nevíme. [% ELSIF error == "milestone_already_exists" %] [% title = "Cílová verze již existuje" %] Cílová verze '[% name FILTER html %]' již existuje pro produkt ' [%- product FILTER html %]'. [% ELSIF error == "milestone_blank_name" %] [% title = "Prázdný název cílové verze nepovolen" %] Musíte zadat název pro tuto cílovou verzi. [% ELSIF error == "milestone_is_default" %] [% title = "Defaultní cílová verze nesmazatelná" %] Lituji, ale [% name FILTER html %] je defaultní cílová verze pro produkt '[% product FILTER html %]' a nemůže být smazána. [% ELSIF error == "milestone_name_too_long" %] [% title = "Název cílové verze přiliš dlouhý" %] Název cílové verze je limitován na 20 znaků. '[% name FILTER html %]' je příliš dlouhý ([% name.length %] znaků). [% ELSIF error == "milestone_not_specified" %] [% title = "Nespecifikována cílová verze" %] Žádná cílová verze není specifikována při pokusu o její editaci. [% ELSIF error == "milestone_not_valid" %] [% title = "Specifikovaná cílová verze neexistuje" %] Cílová verze '[% milestone FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "milestone_required" %] [% title = "Vyžadována cílová verze" %] Musíte určit cílovou verzi pro [% terms.bug %] [%+ bug_id FILTER html %], máte-li v úmyslu ho akceptovat. Část akceptující [%+ terms.bug %] je dána odhadem vyřešení. [% ELSIF error == "milestone_sortkey_invalid" %] [% title = "Nesprávný řadící klíč cílové verze" %] Řadící klíč '[% sortkey FILTER html %]' pro cílovou verzi ' [% name FILTER html %]' není v rozmezí -32768 ≤ , ≤ 32767. [% ELSIF error == "misarranged_dates" %] [% title = "Neplatné datumy" %] Vaše počáteční datum ([% datefrom FILTER html %]) je pozdější než konečné datum ([% dateto FILTER html %]). [% ELSIF error == "missing_attachment_description" %] [% title = "Chybějící popis přílohy" %] Musíte zadat popis přílohy. [% ELSIF error == "missing_category" %] [% title = "Chybějícín kategorie" %] Nespecifikoval jste kategorii pro tuto událost. [% ELSIF error == "missing_component" %] [% title = "Chybějící komponenta" %] Lituji, produkt [% product FILTER html %] by měl mít minimálně jednu komponentu, pro pořádek do ní zadejte [% terms.bug %].

[% IF UserInGroup("editcomponents") %] Vytvořit novou komponentu. [% ELSE %] Prosím kontaktujte [% Param("maintainer") %] a zeptejte se ho na přídání komponenty k tomuto produktu. [% END %] [% ELSIF error == "missing_content_type" %] [% title = "Chybějící typ obsahu" %] [% terms.Bugzilla %] byla požádána o autodetekci typu obsahu, ale Váš prohlížeč nespecifikoval typ obsahu při uploadu souboru, takže musíte zadat typ obsahu ručně. [% ELSIF error == "missing_content_type_method" %] [% title = "Chybějící rozpoznávací metoda tyou obsahu" %] Musíte zvolit metodu pro určení typu obsahu, buď autodetekcí, výběrem z výpisu nebo ručním zadáním . [% ELSIF error == "missing_cookie" %] [% title = "Chybějící cookie" %] Lituji, pravděpodobně došlo ke ztrátě cookie, která ukládala výsledky Vašeho posledního vyhledávání. Budete muset začít znovu na vyhledávání. [% ELSIF error == "missing_datasets" %] [% title = "Nebyly vybrány datové sestavy" %] Musíte specifikovat jednu nebo více datových sestav k vykreslení. [% ELSIF error == "missing_email_type" %] [% title = "Vaše vyhledávání nedává smysl" %] Musíte specifikovat jeden nebo více polí, ve kterých vyhledávat [% email FILTER html %]. [% ELSIF error == "missing_frequency" %] [% title = "Chybějící frekvence" %] Nespecifikoval jste správnou frekvenci pro tuto událost. [% ELSIF error == "missing_name" %] [% title = "Chybějící název" %] Nespecifikoval jste správný název pro tuto událost. [% ELSIF error == "missing_query" %] [% title = "Chybějící vyhledávání" %] Vyhledávání s názvem [% queryname FILTER html %] neexistuje. [% ELSIF error == "move_bugs_disabled" %] [% title = BLOCK %] Přesun [% terms.bug2 %] zakázán[% END %] Lituji, přesun [% terms.bug %] byl zakázán. Potřebujete-li přesunout [% terms.bug %], prosím kontaktujte [% Param("maintainer") %]. [% ELSIF error == "missing_subcategory" %] [% title = "Chybějící subkategorie" %] Nespecifikoval jste subkategorii pro tuto událost. [% ELSIF error == "missing_version" %] [% title = "Chybějící verze" %] Lituji, produkt [% product FILTER html %] musí mít minimálně jednu verzi, pro pořádek do ní zadejte [% terms.bug %].

[% IF UserInGroup("editcomponents") %] Vytvořit novou verzi. [% ELSE %] Prosím kontaktujteainer") %] a zeptejte se na přídání verzi k tomuto produktu. [% END %] [% ELSIF error == "need_quip" %] [% title = "Vyžadován vtip" %] Prosím zadejte vtip do textového pole. [% ELSIF error == "new_password_missing" %] [% title = "Chybějící nové heslo" %] Musíte zadat nové heslo. [% ELSIF error == "no_axes_defined" %] [% title = "Nejsou definovány osy" %] Nedefinoval jste žádné osy pro vykreslení. [% ELSIF error == "no_bugs_chosen" %] [% title = BLOCK %] [% terms.Bugs %] nebyly vybrány[% END %] Zřejmě jste nevybral žádné [% terms.bugs %] k úpravě. [% ELSIF error == "no_bug_ids" %] [% title = BLOCK %] [% terms.Bugs %] nebyly vybrány[% END %] Nevybral jste žádné [% terms.bugs %] pro přidání do uložených dotazů. [% ELSIF error == "no_component_change_for_multiple_products" %] [% title = "Nepovolená akce" %] Nemůžete změnit komponentu při úpravě více [% terms.bugs2 %] najednou obsahujících více než jeden produkt. [% ELSIF error == "no_dupe_stats" %] [% title = "Nelze najít statistiku duplikátů" %] Není statistika duplikátů k dnešnímu dni ([% today FILTER html %]) nebo včerejšku. [% ELSIF error == "no_dupe_stats_error_today" %] [% title = "Chyba při čtení dnešního duplikovaného souboru" %] Vyskytla se chyba při otevírání dnešního duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_whenever" %] [% title = "Chyba při čtení předchozího duplikovaného souboru" %] Vyskytla se chyba při otevírání [% changedsince FILTER html %] dnů starého ([% whenever FILTER html %]) duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_yesterday" %] [% title = "Chyba při čtení včerejšího duplikovaného souboru" %] Není žádná statistika duplikátů k dnešnímu dni ([% today FILTER html %]), a vyskytla se chyba při otevírání včerejšího duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_new_quips" %] [% title = "Žádné nové vtipy" %] Tato stránka nedovoluje přidání nových vtipů. [% ELSIF error == "no_page_specified" %] [% title = "Nespecifikována žádná stránka" %] Nespecifikoval jste ID stránky pro zobrazení. [% ELSIF error == "no_products" %] [% title = "Žádné produkty" %] Buď nebyly definovány žádné produkty pro zadání [% terms.bugs2 %] nebo Vám k nim nebyl dán přístup. [% ELSIF error == "no_valid_action" %] [% title = "Žádná platná akce nespecifikována" %] Nelze editovat [% field_descs.$field FILTER html %]: žádná platná akce nebyla specifikována. [% ELSIF error == "number_not_numeric" %] [% title = "Vyžadována číselná hodnota" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] není číselná hodnota. [% ELSIF error == "number_too_large" %] [% title = "Číslo příliš velké" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] je větší než maximální povolená hodnota '[% max_num FILTER html %]'. [% ELSIF error == "number_too_small" %] [% title = "Číslo příliš malé" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] je menší než miinmální povolená hodnota '[% min_num FILTER html %]'. [% ELSIF error == "old_password_incorrect" %] [% title = "Nesprávné staré heslo" %] Nezadali jste Vaše staré heslo správně. [% ELSIF error == "old_password_required" %] [% title = "Vyžadováno staré heslo" %] Musíte zadat Vaše staré heslo pro změnu Vaší emailové adresy. [% ELSIF error == "password_change_requests_not_allowed" %] [% title = "Žádost o změnu hesla nepovolena" %] Systém není nakonfigurován pro povolení žádostí o změnu hesla. [% ELSIF error == "passwords_dont_match" %] [% title = "Hesla neodpovídají" %] Dvě hesla, která jste zadali, nejsou shodná. [% ELSIF error == "password_too_long" %] [% title = "Heslo příliš dlouhé" %] Heslo je více než 16 znaků dlouhé. Nesmí to být víc než 16 znaků. [% ELSIF error == "password_too_short" %] [% title = "Heslo příliš krátké" %] Heslo je méňe než 3 znaky dlouhé. Musí to být minimálně 3 znaky. [% ELSIF error == "patch_too_large" %] [% title = "Soubor příliš velký" %] Soubor, který se pokoušíte přiložit, má [% filesize FILTER html %] kilobytů (KB). Patche nemohou být větší než [% Param('maxpatchsize') %] KB. Zkuste rozdělit Váš patch na několik částí. [% ELSIF error == "prod_votes_per_bug_must_be_nonnegative" %] [% title = "Maximální počet hlasů nesmí být záporný" %] '[% maxvotesperbug FILTER html %]' je špatná hodnota pro field 'maximílní počet hlasů pro [% terms.bug %]', které může obsahovat pouze kladné číslo. [% ELSIF error == "prod_votes_per_user_must_be_nonnegative" %] [% title = "Počet hlasů na uživatele musí být nezáporný" %] '[% votesperuser FILTER html %]' je špatná hodnota pro pole 'počet hlasů na uživatele', které může obsahovat pouze nezáporné číslo. [% ELSIF error == "prod_votes_to_confirm_must_be_nonnegative" %] [% title = "Počet hlasů pro potvrzení musí být nezáporný" %] '[% votestoconfirm FILTER html %]' je špatná hodnota pro pole 'počet hlasů pro potvrzení', které může obsahovat pouze nezáporné číslo. [% ELSIF error == "prod_cant_delete_description" %] [% title = "Nelze smazat popis produktu" %] Nelze smazat popis pro produkt '[% product FILTER html %]'. [% ELSIF error == "prod_cant_delete_name" %] [% title = "Nelze smazat název produktu" %] Nelze smazat název peo produkt '[% product FILTER html %]'. [% ELSIF error == "prod_name_already_in_use" %] [% title = "Název produktu je již použit" %] Název produktu '[% product FILTER html %]' se již používá. [% ELSIF error == "prod_name_diff_in_case" %] [% title = "Název produktu se liší pouze velikostí písmen" %] Název produktu '[% product FILTER html %]' se odlišuje od existujícího produktu '[% existing_product FILTER html %]' pouze velikostí písmen. [% ELSIF error == "prod_must_define_defaultmilestone" %] [% title = "Musí být definována nová defaultní cílová verze" %] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification FILTER url_quote %] [% END %] [% END %] Musíte vytvořit cílovou verzi '[% defaultmilestone FILTER html %]' předtím než bude nastavena defaultní cílová verze pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_access_denied" %] [% title = "Přístup k produktu zamítnut" %] Nejste oprávněni editovat parametry produktu '[% product FILTER html %]'. [% ELSIF error == "product_blank_name" %] [% title = "Prázdný název produktu nepovolen" %] Musíte zadat název pro nový produkt. [% ELSIF error == "product_disabled" %] [% title = BLOCK %] Produkt uzavřen pro zadání [% terms.bugs2 %] [% END %] Lituji, zadávání [% terms.bugs2 %] do produktu [% product FILTER html %] bylo zakázáno. [% ELSIF error == "product_edit_denied" %] [% title = "Přístup k editaci produktu zamítnut" %] Nejste oprávněn editovat [% terms.bugs %] v produktu [%+ product FILTER html %]. [% ELSIF error == "product_has_bugs" %] [% title = BLOCK %] Produkt má [% terms.bugs %][% END %] Jsou [% nb FILTER html %] zadány [%+ terms.bugs %] pro tento produkt! Musíte přiřadit temto [% terms.bugs2 %]m jiné produkty předtím než bude možno tento produkt smazat. [% ELSIF error == "product_must_have_description" %] [% title = "Produkt potřebuje popis" %] Musíte zadat popis pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_must_have_version" %] [% title = "Produkt potřebuje verzi" %] Musíte zadat verzi pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_not_specified" %] [% title = "Nespecifikován žádný produkt" %] Nebyl specifikován prodikt při pokusu o editaci komponent, cílových verzí, verzí nebo produktu. [% ELSIF error == "query_name_missing" %] [% title = "Nespecifikován název vyhledávání" %] Musíte zadat název pro Vaše vyhledávání. [% ELSIF error == "query_name_too_long" %] [% title = "Název dotazu příliš dlouhý" %] Název dotazu musí být kratší než 64 znaků. [% ELSIF error == "reassign_to_empty" %] [% title = "Neplatné přiřazení" %] Pro přiřazení [% terms.bug2 %], musíte zadat adresu nového příjemce. [% ELSIF error == "require_component" %] [% title = "Je potřeba komponenta" %] K zapsání tohoto [% terms.bug2 %], musíte napřed zvolit komponentu. Je-li to nezbytné, pouze odhadněte. [% ELSIF error == "require_new_password" %] [% title = "Je potřeba nové heslo" %] Nemůžete změnit Vaše heslo bez zadání hesla nového. [% ELSIF error == "require_summary" %] [% title = "Je potřeba souhrn" %] Musíte zadat souhrn pro tento [% terms.bug %]. [% ELSIF error == "saved_search_used_by_whines" %] [% title = "Uložený dotaz se používá" %] Uložený dotaz [% search_name FILTER html %] je použit při událostech s následujícími subjekty: [%+ subjects FILTER html %] [% ELSIF error == "search_content_without_matches" %] [% title = "Neplatné vyhledávání" %] The "content" field can only be used with "matches" search and the "matches" search can only be used with the "content" field. [% ELSIF error == "series_already_exists" %] [% title = "Události již existují" %] Události nazvané [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] již existují. [% ELSIF error == "sidebar_supports_mozilla_only" %] Lituji - sidebar.cgi současně podporuje pouze webové prohlížeče rodiny Mozilla. Upgrade. :-) [% ELSIF error == "still_unresolved_bugs" %] [% IF dependency_count == 1 %] [% terms.Bug %]# [% dependencies.0.bug_id FILTER none %] má stále [% dependencies.0.dependencies FILTER html %] neurčenou [% IF dependencies.0.dependencies == 1 %] závislost [% ELSE %] závislost [% END %]. Zobrazit Strom závislosti. [% ELSE %] Je [% dependency_count FILTER none %] otevřených [% terms.bugs2 %], které mají neurčené závislosti.
[% FOREACH bug = dependencies %] [% terms.Bug %]# [% bug.bug_id FILTER none %] má [% bug.dependencies FILTER html %] otevřenou [% IF bug.dependencies == 1 %] závislost. [% ELSE %] závislost. [% END %] (Strom závislosti)
[% END %] [% END %] [% ELSIF error == "sudo_in_progress" %] [% title = "Spojení v postupu" %] Sudo spojení (zosobněné [% target FILTER html %]) je v postupu. Ekončete toto spojení (použitím odkazu v zápatí) před spuštěním nového. [% ELSIF error == "sudo_password_required" %] [% title = "Vyžadováno heslo" %] Vaše [% terms.Bugzilla %] heslo je vyžadováno pro spuštění sudo spojení. Prosím jděte zpět a zadejte Vaše heslo. [% ELSIF error == "sudo_preparation_required" %] [% title = "Vyžadována příprava" %] Neměli byste spouštět sudo spojení přímo. Prosím spusťete Vaše spojení normálně. [% ELSIF error == "sudo_protected" %] [% title = "Chráněný uživatel" %] Uživatel [% login FILTER html %] by neměl být zastoupen skupinou sudo. [% ELSIF error == "too_many_votes_for_bug" %] [% title = "Špatné hlasování" %] Neměli byste používat [% max FILTER html %] hlasy pro jednotlivý [%+ terms.bug %] v [% prod FILTER html %] produktu, ale zkuste použít [% votes FILTER html %]. [% ELSIF error == "too_many_votes_for_product" %] [% title = "Špatné hlasování" %] Pokusili jste se použít [% votes FILTER html %] hlasy, které převyšují limit [% max FILTER html %] hlasů na [% terms.bug %] pro [% prod FILTER html %] produkt. [% ELSIF error == "token_inexistent" %] [% title = "Příznak neexistuje" %] Příznak, který jste odeslali, neexistuje, expiroval nebo byl zrušen. [% ELSIF error == "too_soon_for_new_token" %] [% title = "Příliš brzy na nový příznak" %] Požadoval jste příznak hesla příliš brzy po žádosti o jiný. Prosím počkejte chvíli a zkuste to znovu. [% ELSIF error == "unknown_keyword" %] [% title = "Neznámé klíčové slovo" %] [% keyword FILTER html %] je neznámé klíčové slovo. Správné názvy klíčových slov jsou vypsány zde. [% ELSIF error == "unknown_tab" %] [% title = "Neznámá záložka" %] [% current_tab_name FILTER html %] není správný název záložky. [% ELSIF error == "version_already_exists" %] [% title = "Verze již existuje" %] Verze '[% name FILTER html %]' již existuje pro produkt ' [%- product FILTER html %]'. [% ELSIF error == "version_blank_name" %] [% title = "Prázdný název verze nepovolen" %] Musíte zadat název této verze. [% ELSIF error == "version_has_bugs" %] [% title = BLOCK %] Verze má [% terms.bugs %][% END %] Jsou asociovány [% nb FILTER html %] [%+ terms.bugs %] k této verzi! Musíte přiřadit temro [% terms.bugs2 %]m jinou verzi předtím než bude možno tuto verzi smazat. [% ELSIF error == "version_not_specified" %] [% title = "Nespecifikována verze" %] Nebyla specifikována žádná verze při pokusu o editaci verze. [% ELSIF error == "version_not_valid" %] [% title = "Specifikovaná verze neexistuje" %] Verze '[% version FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "users_deletion_disabled" %] [% title = "Mazání neaktivováno" %] Lituji, mazání uživatelských účtů není povoleno. [% ELSIF error == "user_has_responsibility" %] [% title = "Nelze smazat uživatelský účet" %] Uživatel, kterého chcete smazat má nastavenu roli defaultního příjemce [% terms.bug2 %] nebo QA kontaktu pro minimálně jednu komponentu. Z toho důvodu, nemůžete v tuto chvíli smazat účet. [% ELSIF error == "user_login_required" %] [% title = "Vyžadováno přihlašovací jméno" %] Musíte zadat přihlašovací jméno pro nového uživatele. [% ELSIF error == "user_match_failed" %] [% title = "Není shoda" %] [% name FILTER html %] neexistuje nebo nemáte povoleno vidět tohoto uživatele. [% ELSIF error == "votes_must_be_nonnegative" %] [% title = "Počet hlasů musí být nezáporný" %] Používejte pouze nezáporná celá čísla při Vašem hlasování pro [% terms.bug %]. [% ELSIF error == "wrong_token_for_cancelling_email_change" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke zrušení změny emailové adresy. [% ELSIF error == "wrong_token_for_changing_passwd" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke změně Vašeho hesla. [% ELSIF error == "extern_id_conflict" %] [% title = "Externí konflikt ID" %] Někdo s rozdílným externím ID má tuto adresu. [% ELSIF error == "wrong_token_for_confirming_email_change" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke změně Vaší emailové adresy. [% ELSIF error == "zero_length_file" %] [% title = "Soubor je prázdný" %] Soubor, který se pokoušíte přiložit, je prázdný! [% ELSE %] [%# Try to find hooked error messages %] [% error_message = Hook.process("errors") %] [% IF not error_message %] [% title = "Nespecifikovaná chyba" %] Chyba [% error FILTER html %] nebyla specifikována. Prosím pošlete email [% Param("maintainer") %] popisující kroky vedoucí k vypsání této hlášky. [% ELSE %] [% error_message FILTER none %] [% END %] [% END %] [% END %] [% UNLESS header_done %] [% PROCESS global/header.html.tmpl %] [% END %]
[% error_message FILTER none %]

Prosím jděte Zpět a zkuste štěstí znovu.

[%# If a saved search fails, people want the ability to edit or delete it. # This is the best way of getting information about that possible saved # search from any error call location. %] [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] [% IF namedcmd AND error != "missing_query" AND error != "saved_search_used_by_whines" %]

Eventuelně, zapomenout [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] nebo editovat [% END %] [% END %] uložený dotaz '[% namedcmd FILTER html %]'.

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/global/field-descs.none.tmpl0000640000175000000410000001072510461331461021605 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# Remember to PROCESS rather than INCLUDE this template. %] [% PROCESS global/variables.none.tmpl %] [% field_descs = { "[Bug creation]" => "[Vytvoření $terms.bug2]", "actual_time" => "Aktuální čas" "alias" => "Alias", "assigned_to" => "Příjemce", "blocked" => "Blokováno", "bug_file_loc" => "URL", "bug_id" => "ID $terms.bug2", "bug_severity" => "Závažnost", "bug_status" => "Status", "changeddate" => "Změněno", "cc" => "Adresáti kopie", "classification" => "Klasifikace", "cclist_accessible" => "přístupný seznam adresátů kopie?", "component_id" => "ID komponenty", "component" => "Komponenta", "creation_ts" => "$terms.Bug vytvořen", "deadline" => "Deadline", "delta_ts" => "Změněno", "dependson" => "Záleží na", "dup_id" => "Duplikovat", "estimated_time" => "Očekáváno", "everconfirmed" => "Vždy potvrzený?", "groupset" => "Nastavení skupiny", "keywords" => "Klíčová slova", "newcc" => "Nový adresát kopie", "op_sys" => "OS", "opendate" => "Otevřeno", "percentage_complete" => "% hotovo", "priority" => "Priorita", "product_id" => "ID Produktu", "product" => "Produkt", "qa_contact" => "QA kontakt", "remaining_time" => "Zbývá času", "rep_platform" => "Hardware", "reporter" => "Zadavatel", "reporter_accessible" => "Zadavatel přístupný?", "resolution" => "Řešení", "setting" => "Nastavení", "settings" => "Nastavení", "short_desc" => "Souhrn", "status_whiteboard" => "Whiteboard", "target_milestone" => "Cílová verze", "version" => "Verze", "votes" => "Hlasy", "work_time" => "Doba práce"} %] [% status_descs = { "UNCONFIRMED" => "UNCONFIRMED", "NEW" => "NEW", "ASSIGNED" => "ASSIGNED", "REOPENED" => "REOPENED", "RESOLVED" => "RESOLVED", "VERIFIED" => "VERIFIED", "CLOSED" => "CLOSED" } %] [% resolution_descs = { "FIXED" => "FIXED", "INVALID" => "INVALID", "WONTFIX" => "WONTFIX", "LATER" => "LATER", "REMIND" => "REMIND", "DUPLICATE" => "DUPLICATE", "WORKSFORME" => "WORKSFORME", "MOVED" => "MOVED", "---" => "---", " " => " " } %] [% Hook.process("end") %] cs/default/global/initialize.none.tmpl0000640000175000000410000000257410000301756021560 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# This template is a place to put directives that should get processed # every time a primary template gets processed. Primary templates are those # called from Perl code rather than from other templates via the PROCESS # and INCLUDE directives. # # This template gets auto-processed at the beginning of primary templates # via the PRE_PROCESS configuration parameter. Note that it gets processed # for non-HTML templates too, so don't put HTML-specific stuff in here; # put that into header.html.tmpl instead. #%] [% USE Hook %] cs/default/global/messages.html.tmpl0000640000175000000410000002636410323572242021246 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Max Kanat-Alexander #%] [%# This is a list of all the possible messages. Please keep them in # alphabetical order by message tag, and leave a blank line between messages. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% message_tag = message %] [% message = BLOCK %] [% IF message_tag == "account_created" %] [% title = "User $otheruser.login created" %] A new user account [% otheruser.login FILTER html %] has been created successfully. [% IF groups.size %] You may want to edit the group settings now, using the form below. [% END %] [% ELSIF message_tag == "account_updated" %] [% IF changed_fields.size + groups_added_to.size + groups_removed_from.size + groups_granted_rights_to_bless.size + groups_denied_rights_to_bless.size %] [% title = "User $loginold updated" %] The following changes have been made to the user account [%+ loginold FILTER html %]:
    [% FOREACH field = changed_fields %]
  • [% IF field == 'login_name' %] The login is now [% otheruser.login FILTER html %]. [% ELSIF field == 'realname' %] The real name has been updated. [% ELSIF field == 'cryptpassword' %] A new password has been set. [% ELSIF field == 'disabledtext' %] The disable text has been modified. [% END %]
  • [% END %] [% IF groups_added_to.size %]
  • The account has been added to the [%+ groups_added_to.join(', ') FILTER html %] group[% 's' IF groups_added_to.size > 1 %].
  • [% END %] [% IF groups_removed_from.size %]
  • The account has been removed from the [%+ groups_removed_from.join(', ') FILTER html %] group[% 's' IF groups_removed_from.size > 1 %].
  • [% END %] [% IF groups_granted_rights_to_bless.size %]
  • The account has been granted rights to bless the [%+ groups_granted_rights_to_bless.join(', ') FILTER html %] group[% 's' IF groups_granted_rights_to_bless.size > 1 %].
  • [% END %] [% IF groups_denied_rights_to_bless.size %]
  • The account has been denied rights to bless the [%+ groups_denied_rights_to_bless.join(', ') FILTER html %] group[% 's' IF groups_denied_rights_to_bless.size > 1 %].
  • [% END %]
[% ELSE %] [% title = "User $otheruser.login not changed" %] You didn't request any change on the user account [%+ otheruser.login FILTER html %]. [% END %] [% ELSIF message_tag == "account_deleted" %] [% title = "User $otheruser.login deleted" %] The user account [% otheruser.login FILTER html %] has been deleted successfully. [% ELSIF message_tag == "buglist_adding_field" %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_load_named_query" %] [% title = BLOCK %] Loading your search named [% namedcmd FILTER html %] [% END %] [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_updated_named_query" %] Your search named [% queryname FILTER html %] has been updated. [% ELSIF message_tag == "buglist_new_default_query" %] OK, you now have a new default search. You may also bookmark the result of any individual search. [% ELSIF message_tag == "buglist_new_named_query" %] OK, you have a new search named [% queryname FILTER html %]. [% ELSIF message_tag == "buglist_query_gone" %] [% title = "Search is gone" %] [% link = "Go back to the search page." %] OK, the [% namedcmd FILTER html %] search is gone. [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most relevant [% terms.bugs %] at the top. [% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %] Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %] most relevant [% terms.bugs %] are shown. [% END %] [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] Resubmitting your search with new columns... Click here if the page does not automatically refresh. [% ELSIF message_tag == "emailold_change_cancelled" %] [% title = "Cancel Request to Change Email Address" %] The request to change the email address for your account to [%+ new_email FILTER html %] has been cancelled. [% ELSIF message_tag == "email_change_cancelled" %] [% title = "Cancel Request to Change Email Address" %] The request to change the email address for the account [%+ old_email FILTER html %] to [%+ new_email FILTER html %] has been cancelled. [% ELSIF message_tag == "email_change_cancelled_reinstated" %] [% title = "Cancel Request to Change Email Address" %] The request to change the email address for the account [%+ old_email FILTER html %] to [%+ new_email FILTER html %] has been cancelled. Your old account settings have been reinstated. [% ELSIF message_tag == "logged_out" %] [% title = "Logged Out" %] [% url = "index.cgi?GoAheadAndLogIn=1" %] [% link = "Log in again." %] Your login has been forgotten. The cookie that was remembering your login is now gone. You will be prompted for a login the next time it is required. [% ELSIF message_tag == "login_changed" %] [% title = "$terms.Bugzilla Login Changed" %] Your [% terms.Bugzilla %] login has been changed. [% ELSIF message_tag == "parameters_updated" %] [% title = "Parameters Updated" %] [% IF param_changed.size > 0 %] [% FOREACH param = param_changed %] Changed [% param FILTER html %]
[% END %] [% ELSE %] No changes made. [% END %] [% IF shutdown_is_active == 1 %]
[% terms.Bugzilla %] has now been shut down. To re-enable the system, clear the shutdownhtml field. [% END%] [% ELSIF message_tag == "password_change_cancelled" %] [% title = "Cancel Request to Change Password" %] Your request has been cancelled. [% ELSIF message_tag == "password_change_request" %] [% title = "Request to Change Password" %] A token for changing your password has been emailed to you. Follow the instructions in that email to change your password. [% ELSIF message_tag == "password_changed" %] [% title = "Password Changed" %] Your password has been changed. [% ELSIF message_tag == "flag_type_created" %] [% title = "Flag Type Created" %] The flag type [% name FILTER html %] has been created. Back to flag types. [% ELSIF message_tag == "flag_type_changes_saved" %] [% title = "Flag Type Changes Saved" %]

Your changes to the flag type [% name FILTER html %] have been saved. Back to flag types.

[% ELSIF message_tag == "flag_type_deleted" %] [% title = "Flag Type Deleted" %]

The flag type [% name FILTER html %] has been deleted. Back to flag types.

[% ELSIF message_tag == "flag_type_deactivated" %] [% title = "Flag Type Deactivated" %]

The flag type [% flag_type.name FILTER html %] has been deactivated. Back to flag types.

[% ELSIF message_tag == "product_invalid" %] [% title = "$terms.Bugzilla Component Descriptions" %] The product [% product FILTER html %] does not exist or you don't have access to it. The following is a list of the products you can choose from. [% ELSIF message_tag == "remaining_time_zeroed" %] The [% field_descs.remaining_time FILTER html %] field has been set to zero automatically as part of marking this [% terms.bug %] as either RESOLVED or CLOSED. [% ELSIF message_tag == "sudo_started" %] [% title = "Sudo session started" %] The sudo session has been started. For the next 6 hours, or until you end the session, everything you do you do as the user you are impersonating ([% target FILTER html %]). [% ELSIF message_tag == "sudo_ended" %] [% title = "Sudo session complete" %] The sudo session has been ended. From this point forward, everything you do you do as yourself. [% ELSIF message_tag == "series_created" %] [% title = "Series Created" %] The series [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] has been created. Note that you may need to wait up to [%+ series.frequency * 2 %] days before there will be enough data for a chart of this series to be produced.

Go back or create another series. [% ELSIF message_tag == "shutdown" %] [% title = "$terms.Bugzilla is Down" %] [% Param("shutdownhtml") %] [% IF userid %]

For security reasons, you have been logged out automatically. The cookie that was remembering your login is now gone. [% END %] [% ELSIF message_tag == "user_match_failed" %] You entered a username that did not match any known [% terms.Bugzilla %] users, so we have instead left the [% match_field FILTER html %] field blank. [% ELSIF message_tag == "user_match_multiple" %] You entered a username that matched more than one user, so we have instead left the [% match_field FILTER html %] field blank. [% ELSE %] [%# Give sensible error if error functions are used incorrectly. #%] You are using [% terms.Bugzilla %]'s messaging functions incorrectly. You passed in the string '[% message_tag %]'. The correct use is to pass in a tag, and define that tag in the file messages.html.tmpl.

If you are a [% terms.Bugzilla %] end-user seeing this message, please save this page and send it to [% Param('maintainer') %]. [% END %] [% END %] cs/default/global/setting-descs.none.tmpl0000640000175000000410000000344710457720372022212 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # #%] [%# Remember to PROCESS rather than INCLUDE this template. %] [% PROCESS global/variables.none.tmpl %] [% setting_descs = { "comment_sort_order" => "Při prohlížení $terms.bug2 vypsat komentáře v pořadí", "csv_colsepchar" => "Oddělovací znak pro CSV soubory", "display_quips" => "Zobrazovat vtip nahoře ve výpisu požadavků", "newest_to_oldest" => "Od nejnovějších po nejstarší", "newest_to_oldest_desc_first" => "Od nejnovějších po nejstarší ale ponechat popis nahoře", "off" => "Vypnuto", "oldest_to_newest" => "Od nejstarších po nejnovější", "on" => "Zapnuto", "per_bug_queries" => "Přidat samostatné $terms.bugs do uložených dotazů", "post_bug_submit_action" => "Po změně $terms.bug2", "next_bug" => "Zobrazit další $terms.bug z výpisu", "same_bug" => "Zobrazit aktualizovaný $terms.bug", "nothing" => "Nedělat nic", } %] cs/default/global/footer.html.tmpl0000640000175000000410000000271210066117632020726 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Svetlana Harisova #%] [%# INTERFACE: # This template has no interface. However, you must fulfill the interface to # global/useful-links.html.tmpl. #%] [% INCLUDE "global/help.html.tmpl" %] [%# Migration note: below this point, this file corresponds to the old Param # 'footerhtml' #%]

cs/default/global/CVS/0000700000175000000410000000000010422570164016211 5ustar norbertwww-data00000000000000cs/default/global/CVS/Repository0000664000175000000410000000006510422570164020330 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/global cs/default/global/CVS/Tag0000664000175000000410000000001710422570164016661 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/global/CVS/Entries0000664000175000000410000000314310422570164017562 0ustar norbertwww-data00000000000000/banner.html.tmpl/1.8/Tue Jun 22 21:07:38 2004//TBUGZILLA-2_22 /choose-classification.html.tmpl/1.6/Wed Nov 9 22:25:59 2005//TBUGZILLA-2_22 /choose-product.html.tmpl/1.13/Tue Jul 19 21:54:45 2005//TBUGZILLA-2_22 /code-error.html.tmpl/1.62/Wed Nov 30 12:00:54 2005//TBUGZILLA-2_22 /confirm-user-match.html.tmpl/1.13/Tue Dec 20 05:26:01 2005//TBUGZILLA-2_22 /field-descs.none.tmpl/1.12/Thu Aug 11 06:19:24 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.12/Tue Jun 22 21:07:38 2004//TBUGZILLA-2_22 /header.html.tmpl/1.40/Tue Feb 21 00:05:58 2006//TBUGZILLA-2_22 /help-header.html.tmpl/1.6/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_22 /help.html.tmpl/1.4/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_22 /hidden-fields.html.tmpl/1.9/Thu Apr 7 23:37:56 2005//TBUGZILLA-2_22 /initialize.none.tmpl/1.1/Sun Jan 11 17:12:14 2004//TBUGZILLA-2_22 /message.html.tmpl/1.7/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_22 /message.txt.tmpl/1.2/Thu Jul 14 06:05:45 2005//TBUGZILLA-2_22 /messages.html.tmpl/1.34/Thu Oct 13 23:58:26 2005//TBUGZILLA-2_22 /per-bug-queries.html.tmpl/1.2/Thu Nov 17 07:56:01 2005//TBUGZILLA-2_22 /select-menu.html.tmpl/1.4/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_22 /setting-descs.none.tmpl/1.6/Tue Oct 25 17:55:13 2005//TBUGZILLA-2_22 /site-navigation.html.tmpl/1.17/Mon Nov 7 17:19:13 2005//TBUGZILLA-2_22 /tabs.html.tmpl/1.2/Sat Jul 30 01:01:54 2005//TBUGZILLA-2_22 /useful-links.html.tmpl/1.43/Tue Oct 25 17:55:13 2005//TBUGZILLA-2_22 /user-error.html.tmpl/1.145.2.9/Fri Apr 14 17:06:45 2006//TBUGZILLA-2_22 /userselect.html.tmpl/1.5/Thu Mar 17 15:50:45 2005//TBUGZILLA-2_22 /variables.none.tmpl/1.3/Tue Apr 12 18:19:57 2005//TBUGZILLA-2_22 D cs/default/global/CVS/Root0000664000175000000410000000006310422570164017072 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/global/help-header.html.tmpl0000640000175000000410000000536510276254301021613 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% IF cgi.param("help") %] [% IF cgi.user_agent("Mozilla/5") %] [% END %] [% ELSE %] [% END %] cs/default/global/tabs.html.tmpl0000640000175000000410000000327410272550602020362 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Myk Melez #%] [%# INTERFACE: # tabs: List of hashes. Must have at least one item. Each hash has: # name: string. Name of the tab. # link: string. relative URL to the tab's resource on this installation. # label: string. text displayed in the tab. # current_tab_name: string. name of the currently selected tab #%]
[% FOREACH tab = tabs %] [% IF tab.name == current_tab_name %] [% ELSE %] [% END %] [% END %]
 [% tab.label FILTER html %][% tab.label FILTER html %] 
cs/default/global/useful-links.html.tmpl0000640000175000000410000001326710461337341022060 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Svetlana Harisova #%] [%# Migration note: this whole file corresponds to the old %commandmenu% substitution param in 'footerhtml' %] [% PROCESS global/variables.none.tmpl %] cs/default/global/select-menu.html.tmpl0000640000175000000410000000456610002551340021646 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # name: string; the name of the menu. # # multiple: boolean; whether or not the menu is multi-select # # size: integer; if multi-select, the number of items to display at once # # options: array or hash; the items with which to populate the array. # If a hash is passed, the hash keys become the names displayed # to the user while the hash values become the value of the item. # # default: string; the item selected in the menu by default. # # onchange: code; JavaScript to be run when the user changes the value # selected in the menu. #%] [%# Get the scalar representation of the options reference, # which looks like "ARRAY(0xA352BA3F)" or "HASH(0xA352BA3F)", # so we can figure out whether it is a reference to an array # or a hash. #%] [% options_type = BLOCK %][% options %][% END %] cs/default/global/variables.none.tmpl0000640000175000000410000000424610461341225021373 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): #%] [%# This is a list of terms that may be changed to "brand" the Bugzilla # instance (for example, referring to "bugs" as "issues".) When used, these # strings are used in several different types of content, and are not # protected with Template-Toolkit FILTERs. Consequently, no special # characters are allowed. # # Remember to PROCESS rather than INCLUDE this template. #%] [%# Note on changing terms: # Changing this will not affect "linkification" of your new terms. # This means if you change "bug" to "problem", then if you have # "problem 3" in a comment, it won't become a clickable URL. # To have that feature, you must edit the quoteUrls function in # globals.pl (in the base Bugzilla directory). # Change the line: # my $bug_re = qr/bug\s*\#?\s*(\d+)/i; # to something like: # my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i; # (here "problem" was used instead of bug - substitute as needed!). #%] [% terms = { "bug" => "požadavek", "bug2" => "požadavku", "bug3" => "požadavku", "bug4" => "požadavek", "bug6" => "požadavku", "bug7" => "požadavekem", "Bug" => "Požadavek", "bugs" => "požadavky", "bugs2" => "požadavků", "bugs6" => "požadavcích", "Bugs" => "Požadavky", "zeroSearchResults" => "Nebyl nalezen vyhovující záznam", "bit" => "bit", "bits" => "bits", "Bugzilla" => "Bugzilla" } %] cs/default/global/message.html.tmpl0000640000175000000410000000263110461334160021050 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): #%] [%# INTERFACE: # url: string. An optional URL to go to. # link: string. The link text for that URL. #%] [% PROCESS global/variables.none.tmpl %] [% DEFAULT title = "$terms.Bugzilla zpráva" %] [% PROCESS global/header.html.tmpl %] [%# The "header" template automatically displays a message if it finds one. Note that the global messages list is in messages.html.tmpl. %] [%# Display a URL if the calling script or message block has included one. %] [% IF url && link %]

[% link FILTER html %]

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/global/code-error.html.tmpl0000640000175000000410000003335710343312166021477 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # header_done: boolean. True if the header has already been printed. # error: string. The tag of the error. # variables: hash. Useful data about the problem. The keys are the variable # names, and the values the variable values. #%] [%# This is a list of all the possible code errors. Please keep them in # alphabetical order by error tag, and leave a blank line between errors. # # Note that you must explicitly filter every single template variable # in this file; if you do not wish to change it, use the "none" filter. #%] [% PROCESS global/variables.none.tmpl %] [% DEFAULT title = "Internal Error" %] [% error_message = BLOCK %] [% IF error == "action_unrecognized" %] I don't recognize the value ([% action FILTER html %]) of the action variable. [% ELSIF error == "attachment_already_obsolete" %] Attachment #[% attach_id FILTER html %] ([% description FILTER html %]) is already obsolete. [% ELSIF error == "auth_err" %] [% title = "Internal Authentication Error" %] [%# Authentication errors are in a template depending on the auth method, for pluggability. #%] [% INCLUDE "account/auth/$authmethod-error.html.tmpl" %] [% ELSIF error == "authres_unhandled" %] An authorization handler return value was not handled by the login code. [% ELSIF error == "bad_page_cgi_id" %] [% title = "Invalid Page ID" %] The ID [% page_id FILTER html %] is not a valid page identifier. [% ELSIF error == "bad_arg" %] Bad argument [% argument FILTER html %] sent to [% function FILTER html %] function. [% ELSIF error == "bug_error" %] Trying to retrieve [% terms.bug %] [%+ bug.bug_id FILTER html %] returned the error [% bug.error FILTER html %]. [% ELSIF error == "chart_data_not_generated" %] [% IF product %] Charts for the [% product FILTER html %] product are not available yet because no charting data has been collected for it since it was created. [% ELSE %] No charting data has been collected yet. [% END %] Please wait a day and try again. If you're seeing this message after a day, then you should contact [% Param('maintainer') %] and reference this error. [% ELSIF error == "chart_datafile_corrupt" %] The chart data file [% file FILTER html %] is corrupt. [% ELSIF error == "chart_dir_nonexistent" %] One of the directories [% dir FILTER html %] and [% graph_dir FILTER html %] does not exist. [% ELSIF error == "chart_file_open_fail" %] Unable to open the chart datafile [% filename FILTER html %]. [% ELSIF error == "chart_lines_not_installed" %] Charts will not work without the Chart::Lines Perl module being installed. Run checksetup.pl for installation instructions. [% ELSIF error == "cookies_need_value" %] Every cookie must have a value. [% ELSIF error == "field_type_mismatch" %] Cannot seem to handle [% field FILTER html %] and [% type FILTER html %] together. [% ELSIF error == "gd_not_installed" %] Charts will not work without the GD Perl module being installed. Run checksetup.pl for installation instructions. [% ELSIF error == "illegal_content_type_method" %] Your form submission got corrupted somehow. The content method field, which specifies how the content type gets determined, should have been either autodetect, list, or manual, but was instead [% contenttypemethod FILTER html %]. [% ELSIF error == "illegal_field" %] A legal [% field FILTER html %] was not set. [% ELSIF error == "inactive_group" %] Attempted to add [% terms.bug %] to an inactive group, identified by the bit '[% bit FILTER html %]'. [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, [% attach_id FILTER html %], is invalid. [% ELSIF error == "invalid_column_name_cookie" %] [% title = "Invalid Column Name" %] The custom sort order specified in your cookie contains an invalid column name [% fragment FILTER html %]. The cookie has been cleared. [% ELSIF error == "invalid_column_name_form" %] [% title = "Invalid Column Name" %] The custom sort order specified in your form submission contains an invalid column name [% fragment FILTER html %]. [% ELSIF error == "invalid_component" %] [% title = "Invalid Component" %] The [% name FILTER html %] component doesn't exist in the [% product FILTER html %] product. [% ELSIF error == "invalid_dimensions" %] [% title = "Invalid Dimensions" %] The width or height specified is not a positive integer. [% ELSIF error == "invalid_flag_association" %] [% title = "Invalid Flag Association" %] Some flags do not belong to [% IF attach_id %] attachment [% attach_id FILTER html %]. [% ELSE %] [%+ terms.bug %] [%+ bug_id FILTER html %]. [% END %] [% ELSIF error == "invalid_numeric_argument" %] [% title = "Invalid number argument" %] The argument [% argument FILTER html %] = [% value FILTER html %] of [% function FILTER html %] is not a natural number. [% ELSIF error == "invalid_series_id" %] [% title = "Invalid Series" %] The series_id [% series_id FILTER html %] is not valid. It may be that this series has been deleted. [% ELSIF error == "mismatched_bug_ids_on_obsolete" %] Attachment [% attach_id FILTER html %] ([% description FILTER html %]) is attached to [% terms.bug %] [%+ attach_bug_id FILTER html %], but you tried to flag it as obsolete while creating a new attachment to [% terms.bug %] [%+ my_bug_id FILTER html %]. [% ELSIF error == "flag_nonexistent" %] There is no flag with ID #[% id FILTER html %]. [% ELSIF error == "flags_not_available" %] [% title = "Flag Editing not Allowed" %] [% IF type == "b" %] Flags cannot be set or changed when changing several [% terms.bugs %] at once. [% ELSE %] References to existing flags when creating a new attachment are invalid. [% END %] [% ELSIF error == "flag_requestee_disabled" %] [% title = "Flag not Requestable from Specific Person" %] You can't ask a specific person for [% type.name FILTER html %]. [% ELSIF error == "flag_status_invalid" %] The flag status [% status FILTER html %] [% IF id %] for flag ID #[% id FILTER html %] [% END %] is invalid. [% ELSIF error == "flag_type_component_nonexistent" %] The component [% name FILTER html %] does not exist in the product [% product FILTER html %]. [% ELSIF error == "flag_type_component_without_product" %] A component was selected without a product being selected. [% ELSIF error == "flag_type_id_invalid" %] The flag type ID [% id FILTER html %] is not a positive integer. [% ELSIF error == "flag_type_inactive" %] [% title = "Inactive Flag Types" %] Some flag types are inactive and cannot be used to create new flags. [% ELSIF error == "flag_type_nonexistent" %] There is no flag type with the ID [% id FILTER html %]. [% ELSIF error == "flag_type_product_nonexistent" %] The product [% product FILTER html %] does not exist. [% ELSIF error == "flag_type_target_type_invalid" %] The target type was neither [% terms.bug %] nor attachment but rather [% target_type FILTER html %]. [% ELSIF error == "invalid_field_name" %] Can't use [% field FILTER html %] as a field name. [% ELSIF error == "invalid_keyword_id" %] The keyword ID [% id FILTER html %] couldn't be found. [% ELSIF error == "invalid_user" %] [% title = "Invalid User" %] There is no user account [% IF user_id %] with ID [% user_id FILTER html %]. [% ELSIF user_login %] with login name [% user_login FILTER html %]. [% ELSE %] given. [% END %] [% ELSIF error == "missing_bug_id" %] No [% terms.bug %] ID was given. [% ELSIF error == "missing_series_id" %] Having inserted a series into the database, no series_id was returned for it. Series: [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %]. [% ELSIF error == "need_quipid" %] A valid quipid is needed. [% ELSIF error == "param_must_be_numeric" %] [% title = "Invalid Parameter" %] Invalid parameter passed to [% function FILTER html %]. It must be numeric. [% ELSIF error == "unknown_comparison_type" %] Specified comparison type is not supported. [% ELSIF error == "request_queue_group_invalid" %] The group field [% group FILTER html %] is invalid. [% ELSIF error == "report_axis_invalid" %] [% val FILTER html %] is not a valid value for [%+ IF fld == "x" %]the horizontal axis [%+ ELSIF fld == "y" %]the vertical axis [%+ ELSIF fld == "z" %]the multiple tables/images [%+ ELSE %]a report axis[% END %] field. [% ELSIF error == "setting_info_invalid" %] To create a new setting, you must supply a setting name, a list of value/sortindex pairs, and the devault value. [% ELSIF error == "setting_name_invalid" %] The setting name [% name FILTER html %] is not a valid option. Setting names must begin with a letter, and contain only letters, digits, or the symbols '_', '-', '.', or ':'. [% ELSIF error == "setting_value_invalid" %] The value "[% value FILTER html %]" is not in the list of legal values for the [% name FILTER html %] setting. [% ELSIF error == "token_generation_error" %] Something is seriously wrong with the token generation system. [% ELSIF error == "template_error" %] [% template_error_msg FILTER html %] [% ELSIF error == "unable_to_retrieve_password" %] I was unable to retrieve your old password from the database. [% ELSIF error == "undefined_field" %] Form field [% field FILTER html %] was not defined. [%# Useful message if browser did not select show_bug radio button %] [% IF field == "knob" %] Check that the "Leave as..." radio button was selected. [% END %] [% ELSIF error == "unknown_action" %] [% IF action %] Unknown action [% action FILTER html %]! [% ELSE %] I could not figure out what you wanted to do. [% END %] [% ELSIF error == "must_be_patch" %] [% title = "Attachment Must Be Patch" %] Attachment #[% attach_id FILTER html %] must be a patch. [% ELSIF error == "nested_transaction" %] Attempted to start a new transaction without finishing previous one first. [% ELSIF error == "not_in_transaction" %] Attempted to end transaction without starting one first. [% ELSIF error == "already_locked" %] Attempted to lock a table without releasing previous lock first:

Tables already locked:
[% current FILTER html %]

Tables requesting locking:
[% new FILTER html %] [% ELSIF error == "no_matching_lock" %] Attempted to unlock tables without locking them first. [% ELSIF error == "comma_operator_deprecated" %] [% title = "SQL query generator internal error" %] There is an internal error in the SQL query generation code, creating queries with implicit JOIN. [% ELSIF error == "invalid_post_bug_submit_action" %] Invalid setting for post_bug_submit_action [% ELSE %] [% title = "Internal error" %] An internal error has occured, but [% terms.Bugzilla %] doesn't know what [% error FILTER html %] means. If you are a [% terms.Bugzilla %] end-user seeing this message, please save this page and send it to [% Param('maintainer') %]. [% END %] [% END %] [% UNLESS header_done %] [% PROCESS global/header.html.tmpl %] [% END %]

[% terms.Bugzilla %] has suffered an internal error. Please save this page and send it to [% Param("maintainer") %] with details of what you were doing at the time this message appeared.

[% error_message FILTER none %]
[% IF variables %]
Variables:
  [% FOREACH key = variables.keys %]
    [%+ key FILTER html %]: [%+ variables.$key FILTER html %]
  [% END %]
  
[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/global/hidden-fields.html.tmpl0000640000175000000410000000316710225342124022125 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # exclude: string; a regular expression matching fields to exclude # from the list of hidden fields generated by this template #%] [%# The global Bugzilla->cgi object is used to obtain form variable values. %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [%# Generate hidden form fields for non-excluded fields. %] [% FOREACH field = cgi.param() %] [% NEXT IF exclude && field.search(exclude) %] [%# The '.slice(0)' bit is here to force the 'param(field)' to be evaluated in a list context, so we can avoid extra code checking for single valued or empty fields %] [% FOREACH mvalue = cgi.param(field).slice(0) %] [% END %] [% END %] cs/default/global/choose-classification.html.tmpl0000640000175000000410000000411010461333160023666 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Albert Ting # # Contributor(s): Albert Ting #%] [%# INTERFACE: # classifications: an array of classification objects containing # at least one product accessible by the user. #%] [% IF target == "enter_bug.cgi" %] [% title = "Vybrat klasifikaci" %] [% h2 = "Please select the classification." %] [% END %] [% DEFAULT title = "Zvolit klasifikaci" %] [% PROCESS global/header.html.tmpl %] [% IF Param('showallproducts') %] [% END %] [% FOREACH class = classifications %] [% IF class.description %] [% END %] [% END %]
Vše:  Zobrazit všechny produkty
[% class.name FILTER html %]:  [% class.description %]
[% PROCESS global/footer.html.tmpl %] cs/default/global/site-navigation.html.tmpl0000640000175000000410000001056510461337056022541 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Toms Baugis # Gervase Markham #%] [%# INTERFACE: # bug_list: list of integers. List of bug numbers of current query (if any). # bug.bug_id: integer. Number of current bug (for navigation purposes) #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% IF NOT (cgi.user_agent("MSIE [1-6]") OR cgi.user_agent("Mozilla/4")) %] [%# *** Bug List Navigation *** %] [% IF bug && bug_list && bug_list.size > 0 %] [% current_bug_idx = lsearch(bug_list, bug.bug_id) %] [% IF current_bug_idx != -1 %] [% IF current_bug_idx > 0 %] [% prev_bug = current_bug_idx - 1 %] [% END %] [% IF current_bug_idx + 1 < bug_list.size %] [% next_bug = current_bug_idx + 1 %] [% END %] [% END %] [% END %] [%# *** Dependencies, Votes, Activity, Print-version *** %] [% IF bug %] [% IF Param('webdotbase') %] [% END %] [% IF bug.use_votes %] [% END %] [% END %] [%# *** Saved Searches *** %] [% IF user.showmybugslink %] [% user_login = user.login FILTER url_quote %] [% END %] [% FOREACH q = user.queries %] [% END %] [%# *** Bugzilla Administration Tools *** %] [% IF user.login %] [% '' IF user.groups.tweakparams %] [% '' IF user.groups.editusers %] [% '' IF user.groups.editcomponents %] [% '' IF user.groups.editcomponents %] [% '' IF user.groups.creategroups %] [% '' IF user.groups.editkeywords %] [% '' IF user.groups.bz_canusewhines %] [% '' IF user.groups.tweakparams %] [% END %] [% END %] cs/default/global/header.html.tmpl0000640000175000000410000001114610376454546020675 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Vaskin Kissoyan # Vitaly Harisov # Svetlana Harisova #%] [%# INTERFACE: # (All the below interface elements are optional.) # title: string. Page title. # h1: string. Main page header. # h2: string. Page subheader. # h3: string. Right-aligned subheader. # bodyclasses: array of extra CSS classes for the # onload: string. JavaScript code to run when the page finishes loading. # javascript: string. Javascript to go in the header. # javascript_urls: list. List of URLs to Javascript. # style: string. CSS style. # style_urls: list. List of URLs to CSS style sheets. # message: string. A message to display to the user. May contain HTML. # atomlink: Atom link url, May contain HTML #%] [% IF message %] [% PROCESS global/messages.html.tmpl %] [% END %] [% DEFAULT h2 = "" h3 = "" onload = "" %] [%# We should be able to set the default value of the h1 variable # to the value of the title variable using the DEFAULT directive, # but that doesn't work if a caller sets h1 to the empty string # to avoid h1 inheriting the value of title, since DEFAULT # mistakenly treats empty strings as undefined and gives h1 the # value of title anyway. To get around that problem we explicitly # set h1's default value here only if it is undefined. %] [% IF !h1.defined %][% h1 = title %][% END %] [% title FILTER html %] [%# Migration note: contents of the old Param 'headerhtml' would go here %] [% PROCESS "global/site-navigation.html.tmpl" %] [% IF javascript %] [% END %] [% IF javascript_urls %] [% FOREACH javascript_url = javascript_urls %] [% END %] [% END %] [%+ INCLUDE "global/help-header.html.tmpl" %] [% IF style %] [% END %] [% IF style_urls %] [% FOREACH style_url = style_urls %] [% IF style_url.match('^skins/standard/') %] [% END %] [% END %] [% END %] [%# this puts the live bookmark up on firefox for the Atom feed %] [% IF atomlink %] [% END %] [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, # but set the onload attribute in the DEFAULT directive above. #%] [%# Migration note: the following file corresponds to the old Param # 'bannerhtml' #%] [% INCLUDE global/banner.html.tmpl %] [% IF message %]
[% message %]
[% END %] cs/default/global/banner.html.tmpl~0000640000175000000410000000261410066117632021074 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Matthew Tuck # Vitaly Harisov #%] [%# Migration note: this file corresponds to the old Param 'bannerhtml' %] [% PROCESS global/variables.none.tmpl %] cs/default/global/banner.html.tmpl0000640000175000000410000000261210454441504020673 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Matthew Tuck # Vitaly Harisov #%] [%# Migration note: this file corresponds to the old Param 'bannerhtml' %] [% PROCESS global/variables.none.tmpl %] cs/default/global/per-bug-queries.html.tmpl~0000600000175000017500000000325110454464176022576 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Frédéric Buclin #%] [% IF user.id && user.settings.per_bug_queries.value == "on" %] [% END %] cs/default/global/setting-descs.none.tmpl~0000600000175000017500000000345510457720372022333 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # #%] [%# Remember to PROCESS rather than INCLUDE this template. %] [% PROCESS global/variables.none.tmpl %] [% setting_descs = { "comment_sort_order" => "Při prohlížení $terms.bug2 vypsat komentáře v tomto pořadí", "csv_colsepchar" => "Oddělovací znak pro CSV soubory", "display_quips" => "Zobrazovat vtip nahoře ve výpisu požadavků", "newest_to_oldest" => "Od nejnovějších po nejstarší", "newest_to_oldest_desc_first" => "Od nejnovějších po nejstarší ale ponechat popis nahoře", "off" => "Vypnuto", "oldest_to_newest" => "Od nejstarších po nejnovější", "on" => "Zapnuto", "per_bug_queries" => "Přidat samostatné $terms.bugs do uložených dotazů", "post_bug_submit_action" => "Po změně $terms.bug2", "next_bug" => "Zobrazit další $terms.bug z výpisu", "same_bug" => "Zobrazit aktualizovaný $terms.bug", "nothing" => "Nedělat nic", } %] cs/default/global/field-descs.none.tmpl~0000600000175000017500000001065210461331461021726 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# Remember to PROCESS rather than INCLUDE this template. %] [% PROCESS global/variables.none.tmpl %] [% field_descs = { "[Bug creation]" => "[Vytvoření $terms.bug2]", "actual_time" => "Aktuální čas" "alias" => "Alias", "assigned_to" => "Příjemce", "blocked" => "Blokováno", "bug_file_loc" => "URL", "bug_id" => "ID $terms.bug2", "bug_severity" => "Závažnost", "bug_status" => "Status", "changeddate" => "Změněno", "cc" => "CC", "classification" => "Klasifikace", "cclist_accessible" => "přístupný CC výpis?", "component_id" => "ID komponenty", "component" => "Komponenta", "creation_ts" => "$terms.Bug vytvořen", "deadline" => "Deadline", "delta_ts" => "Změněno", "dependson" => "Záleží na", "dup_id" => "Duplikovat", "estimated_time" => "Očekáváno", "everconfirmed" => "Vždy potvrzený?", "groupset" => "Nastavení skupiny", "keywords" => "Klíčová slova", "newcc" => "CC", "op_sys" => "OS", "opendate" => "Otevřeno", "percentage_complete" => "% hotovo", "priority" => "Priorita", "product_id" => "ID Produktu", "product" => "Produkt", "qa_contact" => "QA kontakt", "remaining_time" => "Zbývá času", "rep_platform" => "Hardware", "reporter" => "Zadavatel", "reporter_accessible" => "Zadavatel přístupný?", "resolution" => "Řešení", "setting" => "Nastavení", "settings" => "Nastavení", "short_desc" => "Souhrn", "status_whiteboard" => "Whiteboard", "target_milestone" => "Target Milestone", "version" => "Verze", "votes" => "Hlasy", "work_time" => "Doba práce"} %] [% status_descs = { "UNCONFIRMED" => "UNCONFIRMED", "NEW" => "NEW", "ASSIGNED" => "ASSIGNED", "REOPENED" => "REOPENED", "RESOLVED" => "RESOLVED", "VERIFIED" => "VERIFIED", "CLOSED" => "CLOSED" } %] [% resolution_descs = { "FIXED" => "FIXED", "INVALID" => "INVALID", "WONTFIX" => "WONTFIX", "LATER" => "LATER", "REMIND" => "REMIND", "DUPLICATE" => "DUPLICATE", "WORKSFORME" => "WORKSFORME", "MOVED" => "MOVED", "---" => "---", " " => " " } %] [% Hook.process("end") %] cs/default/global/choose-classification.html.tmpl~0000600000175000017500000000411010461333160024010 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Albert Ting # # Contributor(s): Albert Ting #%] [%# INTERFACE: # classifications: an array of classification objects containing # at least one product accessible by the user. #%] [% IF target == "enter_bug.cgi" %] [% title = "Select Classification" %] [% h2 = "Please select the classification." %] [% END %] [% DEFAULT title = "Choose the classification" %] [% PROCESS global/header.html.tmpl %] [% IF Param('showallproducts') %] [% END %] [% FOREACH class = classifications %] [% IF class.description %] [% END %] [% END %]
All:  Show all products
[% class.name FILTER html %]:  [% class.description %]
[% PROCESS global/footer.html.tmpl %] cs/default/global/choose-product.html.tmpl~0000600000175000017500000000372110461333570022511 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # proddesc: hash. May be empty. The hash keys are the products, and the values # are their descriptions. #%] [% PROCESS global/variables.none.tmpl %] [% IF target == "enter_bug.cgi" %] [% title = "Enter $terms.Bug" %] [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %] [% ELSIF target == "describecomponents.cgi" %] [% title = "$terms.Bugzilla Component Descriptions" %] [% h2 = "Please specify the product whose components you want described." %] [% END %] [% DEFAULT title = "Choose a Product" %] [% PROCESS global/header.html.tmpl %] [% FOREACH p = proddesc.keys.sort %] [% IF proddesc.$p %] [% END %] [% END %]
[% p FILTER html %][% proddesc.$p %]
[% PROCESS global/footer.html.tmpl %] cs/default/global/message.html.tmpl~0000600000175000017500000000263110461334160021172 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): #%] [%# INTERFACE: # url: string. An optional URL to go to. # link: string. The link text for that URL. #%] [% PROCESS global/variables.none.tmpl %] [% DEFAULT title = "$terms.Bugzilla Message" %] [% PROCESS global/header.html.tmpl %] [%# The "header" template automatically displays a message if it finds one. Note that the global messages list is in messages.html.tmpl. %] [%# Display a URL if the calling script or message block has included one. %] [% IF url && link %]

[% link FILTER html %]

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/global/site-navigation.html.tmpl~0000600000175000017500000001051310461337056022654 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Toms Baugis # Gervase Markham #%] [%# INTERFACE: # bug_list: list of integers. List of bug numbers of current query (if any). # bug.bug_id: integer. Number of current bug (for navigation purposes) #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% IF NOT (cgi.user_agent("MSIE [1-6]") OR cgi.user_agent("Mozilla/4")) %] [%# *** Bug List Navigation *** %] [% IF bug && bug_list && bug_list.size > 0 %] [% current_bug_idx = lsearch(bug_list, bug.bug_id) %] [% IF current_bug_idx != -1 %] [% IF current_bug_idx > 0 %] [% prev_bug = current_bug_idx - 1 %] [% END %] [% IF current_bug_idx + 1 < bug_list.size %] [% next_bug = current_bug_idx + 1 %] [% END %] [% END %] [% END %] [%# *** Dependencies, Votes, Activity, Print-version *** %] [% IF bug %] [% IF Param('webdotbase') %] [% END %] [% IF bug.use_votes %] [% END %] [% END %] [%# *** Saved Searches *** %] [% IF user.showmybugslink %] [% user_login = user.login FILTER url_quote %] [% END %] [% FOREACH q = user.queries %] [% END %] [%# *** Bugzilla Administration Tools *** %] [% IF user.login %] [% '' IF user.groups.tweakparams %] [% '' IF user.groups.editusers %] [% '' IF user.groups.editcomponents %] [% '' IF user.groups.editcomponents %] [% '' IF user.groups.creategroups %] [% '' IF user.groups.editkeywords %] [% '' IF user.groups.bz_canusewhines %] [% '' IF user.groups.tweakparams %] [% END %] [% END %] cs/default/global/useful-links.html.tmpl~0000600000175000017500000001324210461337340022172 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Svetlana Harisova #%] [%# Migration note: this whole file corresponds to the old %commandmenu% substitution param in 'footerhtml' %] [% PROCESS global/variables.none.tmpl %] cs/default/global/variables.none.tmpl~0000600000175000017500000000424710461341224021515 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): #%] [%# This is a list of terms that may be changed to "brand" the Bugzilla # instance (for example, referring to "bugs" as "issues".) When used, these # strings are used in several different types of content, and are not # protected with Template-Toolkit FILTERs. Consequently, no special # characters are allowed. # # Remember to PROCESS rather than INCLUDE this template. #%] [%# Note on changing terms: # Changing this will not affect "linkification" of your new terms. # This means if you change "bug" to "problem", then if you have # "problem 3" in a comment, it won't become a clickable URL. # To have that feature, you must edit the quoteUrls function in # globals.pl (in the base Bugzilla directory). # Change the line: # my $bug_re = qr/bug\s*\#?\s*(\d+)/i; # to something like: # my $bug_re = qr/(?:bug|problem)\s*\#?\s*(\d+)/i; # (here "problem" was used instead of bug - substitute as needed!). #%] [% terms = { "bug" => "požadavek", "bug2" => "požadavku", "bug3" => "požadaveku", "bug4" => "požadavek", "bug6" => "požadavku", "bug7" => "požadavekem", "Bug" => "Požadavek", "bugs" => "požadavky", "bugs2" => "požadavků", "bugs6" => "požadavcích", "Bugs" => "Požadavky", "zeroSearchResults" => "Nebyl nalezen vyhovující záznam", "bit" => "bit", "bits" => "bits", "Bugzilla" => "Bugzilla" } %] cs/default/global/user-error.html.tmpl~0000600000175000017500000015055510462107465021673 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Frédéric Buclin #%] [%# INTERFACE: # header_done: boolean. True if the Bugzilla header has already been printed. # error: string. The tag of the error, or the error message to be displayed # (deprecated). May contain HTML if it's an error message. #%] [%# This is a list of all the possible user errors. Please keep them in # alphabetical order by error tag, and leave a blank line between errors. # # Note that you must explicitly filter every single template variable # in this file; if you do not wish to change it, use the "none" filter. # # Extension- or custom-specific error handling can be easily added # via hooks: just place your -errors.html.tmpl into # template/en/extension/hook/global/user-error.html.tmpl/errors/ # Note: be aware of uniqueness of error string parameter value, since # nobody can guarantee the hook files processing order in the future #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% DEFAULT title = "Chyba" %] [% error_message = BLOCK %] [% IF error == "account_creation_disabled" %] [% title = "Vytvoření účtu zablokováno" %] Vytvoření uživatelského účtu bylo zablokováno nebo omezeno.
Nové účty musí vytvořit administrátor. [% ELSIF error == "account_disabled" %] [% title = "Účet zablokován" %] [% disabled_reason FILTER none %]
Myslíte-li si, že by měl být Váš účet obnoven, pošlete prosím email na [% Param("maintainer") %] vysvětlující Váš důvod. [% ELSIF error == "account_exists" %] [% title = "Účet již existuje" %] Je již vytvořen účet s [% IF email %] přihlašovacím jménem [% email FILTER html %]. [% ELSE %] tímto přihlašovacím jménem. [% END %] [% ELSIF error == "account_inexistent" %] [% title = "Účet neexistuje" %] Neexistuje [% terms.Bugzilla %] účet s tímto přihlašovacím jménem. [% ELSIF error == "alias_has_comma_or_space" %] [% title = "Nesprávné znaky v aliasu" %] Alias, který byl zadán, [% alias FILTER html %], obsahuje jednu nebo více čárek nebo mezer. Aliasy nemohou obsahovat čárky nebo mezery, protože tyto znaky jsou použity k oddělení aliasů navzájem od sebe ve výpisu. Prosím zvolte alias, který neobsahuje čárky nebo mezery. [% ELSIF error == "alias_in_use" %] [% title = "Alias se používá" %] [% terms.Bug %] [%+ bug_link FILTER none %] již obsahuje alias [% alias FILTER html %]. Prosím zvolte jiný. [% ELSIF error == "alias_not_defined" %] [% title = "Alias není definován" %] Nemůžete doplnit alias k tomuto [% terms.bug2 %]. [% ELSIF error == "alias_is_numeric" %] [% title = "Alias je číslo" %] Pokoušíte se dát [% terms.bug2 %] alias [% alias FILTER html %], ale aliasy nemohou být pouze čísla, protože by pak mohly být zaměněny s ID [% terms.bug2 %]. Prosím zvolte alias obsahující minimálně jedno písmeno. [% ELSIF error == "alias_too_long" %] [% title = "Alias příliš dlouhý" %] Aliasy [% terms.bug2 %] nemohou být delší než 20 znaků. Prosím zvolte kratší alias. [% ELSIF error == "auth_cant_create_account" %] [% title = "Nelze vytvořit účty" %] Tato stránka používá autentizační schéma, které nedovoluje vytváření účtů. Prosím kontaktujte administrátora pro vytvoření nového účtu. [% ELSIF error == "auth_failure" %] [% title = "Vyžadována autorizace" %] Lituji, [% IF group %] nejste členem skupiny '[% group FILTER html %]', [% END %] [% IF reason %] [% IF group %] a [% END %] [% IF reason == "cant_bless" %] nemáte práva pro přidání nebo odstranění uživatelů do skupiny, [% ELSIF reason == "not_visible" %] u jistých skupin je omezení viditelnosti, [% END %] [% END %] [% IF group || reason %] takže [% END %] nejste autorizován pro [% IF action == "access" %] přístup [% ELSIF action == "add" %] přidání nového [% ELSIF action == "begin" %] započatí [% ELSIF action == "modify" %] úpravu [% ELSIF action == "delete" %] smazání [% ELSIF action == "edit" %] přidání, úpravu nebo smazání [% ELSIF action == "move" %] přesun [% ELSIF action == "run" %] spuštění [% ELSIF action == "schedule" %] stanovení [% ELSIF action == "use" %] použití [% END %] [% IF object == "attachment" %] této přílohy [% ELSIF object == "bugs" %] [%+ terms.bugs2 %] [% ELSIF object == "charts" %] vzhledu grafů [% ELSIF object == "classifications" %] klasifikace [% ELSIF object == "components" %] Komponenty [% ELSIF object == "flagtypes" %] typu značky [% ELSIF object == "group_access" %] přístupu skupiny [% ELSIF object == "groups" %] skupiny [% ELSIF object == "keywords" %] klíčová slova [% ELSIF object == "milestones" %] milestones [% ELSIF object == "multiple_bugs" %] více [% terms.bugs2 %] najednou [% ELSIF object == "parameters" %] parametry [% ELSIF object == "products" %] produkty [% ELSIF object == "quips" %] vtipy [% ELSIF object == "reports" %] whine reports [% ELSIF object == "sanity_check" %] kontrolu DB [% ELSIF object == "settings" %] nastavení [% ELSIF object == "sudo_session" %] spojení sudo [% ELSIF object == "timetracking_summaries" %] sestavy v závislosti na čase [% ELSIF object == "user" %] Vámi specifikovaného uživatele [% ELSIF object == "users" %] uživatele [% ELSIF object == "versions" %] verze [% END %]. [% ELSIF error == "attachment_removed" %] [% title = "Příloha odstraněna" %] Příloha, kterou se pokoušíte získat, byla odstraněna. [% ELSIF error == "bug_access_denied" %] [% title = "Přístup zamítnut" %] Nejste autorizován pro přístup k [% terms.bug2 %] #[% bug_id FILTER html %]. [% ELSIF error == "bug_access_query" %] [% title = "Přístup zamítnut" %] Nejste autorizován pro přístup k [% terms.bug %] #[% bug_id FILTER html %]. Pro zobrazení tohoto [% terms.bug %] se musíte napřed přihlásit do účtu s odpovídajícími právy. [% ELSIF error == "buglist_parameters_required" %] [% title = "Vyžadovány parametry" %] Nemělo by se vyhledávat nebo vytvářet uložené dotazy bez vyhledávacích parametrů. [% ELSIF error == "bugs_not_changed" %] [% title = BLOCK %][% terms.Bugs %] nezměněn[% END %] Patrně nebyly provedeny žádné změny ve vybraných požadavcích, takže není nic pro zpracování. [% ELSIF error == "chart_too_large" %] [% title = "Příliš velký graf" %] Lituji, ale 2000 x 2000 je maximální velikost grafu. [% ELSIF error == "comment_required" %] [% title = "Vyžadován komentář" %] Nespecifikoval jste komentář pro tuto změnu. Prosím objasněte Vaši změnu. [% ELSIF error == "comment_too_long" %] [% title = "Příliš dlouhý komentář" %] Komentář nemůže být delší než 65.535 znaků. [% ELSIF error == "auth_classification_not_enabled" %] [% title = "Klasifikace není povolena" %] Lituji, klasifikace není povolena. [% ELSIF error == "classification_not_specified" %] [% title = "Musíte doplnit název klasifikace" %] Musíte zadat název klasifikace. [% ELSIF error == "classification_already_exists" %] [% title = "Klasifikace již existuje" %] Klasifikace s názvem '[% name FILTER html %]' již existuje. [% ELSIF error == "classification_doesnt_exist" %] [% title = "Klasifikace neexistuje" %] Klasifikace '[% name FILTER html %]' neexistuje. [% ELSIF error == "classification_doesnt_exist_for_product" %] [% title = "Klasifikace pro produkt neexistuje" %] klasifikace '[% classification FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "classification_not_deletable" %] [% title = "Default Classification Can Not Be Deleted" %] You can not delete the default classification [% ELSIF error == "classification_has_products" %] Lituji, existují produky pro tuto klasifikaci. Musíte přiřadit těmto produktům jinou klasifikaci, aby mohla být tato smazána. [% ELSIF error == "component_already_exists" %] [% title = "Komponenta již existuje" %] Komponenta s názvem '[% name FILTER html %]' již existuje. [% ELSIF error == "component_blank_description" %] [% title = "Prázdný popis komponenty není povolen" %] Musíte zadat neprázdný popis pro komponentu '[% name FILTER html %]'. [% ELSIF error == "component_blank_name" %] [% title = "Prázdné jméno komponenty není povoleno" %] Musíte zadat jméno pro tuto novou komponentu. [% ELSIF error == "component_has_bugs" %] [% title = BLOCK %]Komponenta má [% terms.bugs %][% END %] Existují [% nb FILTER html %] [%+ terms.bugs %] zadané pro tuto komponentu! Musíte přiřadit [% terms.bugs %] jiným komponentám, aby mohla být komponenta smazána. [% ELSIF error == "component_name_too_long" %] [% title = "Jméno komponenty je příliš dlouhé" %] Jméno komponenty je limitováno na 64 znaků. '[% name FILTER html %]' je příliš velký počet znaků). [% ELSIF error == "component_need_initialowner" %] [% title = "Komponenta vyžaduje defaultního příjemce" %] Musíte zadat defaultního příjemce pro komponentu '[% name FILTER html %]'. [% ELSIF error == "component_not_valid" %] [% title = "Specifická komponenta neexistuje" %] Produkt [% product FILTER html %] nemá komponentu s názvem [% name FILTER html %]. [% ELSIF error == "product_doesnt_exist" %] [% title = "Specifický produkt neexistuje" %] Produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "dependency_loop_multi" %] [% title = "Detekována závislostní smyčka" %] Následující [% terms.bugs %] by se objevovaly v obou "závisí na" a "blokuje" částech stromu závislosti pokud by byly tyto změny provedeny: [% both FILTER none %]. To by vytvořilo cyklickou závislost, která není povolena. [% ELSIF error == "dependency_loop_single" %] [% title = "Detekována závislostní smyčka" %] Nemůžete vytvořit [% terms.bug %] blokující sám sebe nebo závisející na sobě samém. [% ELSIF error == "description_required" %] [% title = "Vyžadován popis" %] Musíte napsat popis [% terms.bug2 %]. [% ELSIF error == "dupe_entry_found" %] [% title = "Již označeno jako duplikát" %] Tento [% terms.bug %] byl již označen jako duplikát [% terms.bug2 %] [%+ dupe_of FILTER html %]. [% ELSIF error == "dupe_not_allowed" %] [% title = "Nelze označit $terms.bugs jako duplikáty" %] Nemůžete označit [% terms.bugs %] jako duplikáty, pokud měníte několik [% terms.bugs2 %] najednou. [% ELSIF error == "dupe_loop_detected" %] [% title = "Detekována smyčka mezi duplikáty" %] Nemůžete označit [% terms.bug %] [%+ bug_id FILTER html %] jako duplikát [% IF dupe_of == bug_id %] sebe samotného [% ELSE %] [%+ terms.bug2 %] [%+ dupe_of FILTER html %], protože by to vytvořilo smyčku duplikátů [% END %]. [% ELSIF error == "email_change_in_progress" %] [% title = "Změna emailu již probíhá" %] Změna emailu již probíhá, prosím zkontrolujte Váš email. [% ELSIF error == "email_confirmation_failed" %] [% title = "Potvrzení emailové adresy selhalo" %] Potvrzení emailové adresy selhalo. [% ELSIF error == "empty_group_description" %] [% title = "Popis skupiny nemůže být prázdný" %] Musíte zadat popis skupiny. [% ELSIF error == "empty_group_name" %] [% title = "Jméno skupiny nemůže být prázdné" %] Musíte zadat jméno skupiny. [% ELSIF error == "entry_access_denied" %] [% title = "Práva zamítnuta" %] Lituji, buď produkt [% product FILTER html %] neexistuje nebo nejste autorizován zadávat do něj [% terms.bug %] . [% ELSIF error == "fieldname_invalid" %] [% title = "Specifické pole neexistuje" %] Pole '[% field FILTER html %]' neexistuje nebo nemůže být editováno přes toto rozhraní. [% ELSIF error == "fieldname_not_specified" %] [% title = "Název pole nespecifikován" %] Nebyl specifikován název pole při pokusu o editaci hodnoty pole. [% ELSIF error == "fieldvalue_already_exists" %] [% title = "Hodnota pole již existuje" %] Hodnota '[% value FILTER html %]' již existuje pro pole '[%- field FILTER html %]' . [% ELSIF error == "fieldvalue_doesnt_exist" %] [% title = "Specifická hodnota pole neexistuje" %] Hodnota '[% value FILTER html %]' pole '[% field FILTER html %]' neexistuje. [% ELSIF error == "fieldvalue_is_default" %] [% title = "Specifická hodnota pole je defaultní" %] '[% value FILTER html %]' je defaultní hodnota pole '[% field FILTER html %]' a nemůže být smazána. [% IF user.groups.tweakparams %] Musíte napřed změnit defaultní hodnotu. [% END %] [% ELSIF error == "fieldvalue_name_too_long" %] [% title = "Hodnota pole je příliš dlouhá" %] Hodnota pole je limitována na 60 znaků. '[% value FILTER html %]' is too long ([% value.length %] characters). [% ELSIF error == "fieldvalue_not_specified" %] [% title = "Nespecifikována hodnota pole" %] Nebyla specifikována hodnota pole při pokusu o editaci hodnoty. [% ELSIF error == "fieldvalue_sortkey_invalid" %] [% title = "Špatný řadící klíč hodnoty pole" %] Řadící klíč '[% sortkey FILTER html %]' pole '[% name FILTER html %]' není správné (kladné) číslo. [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "Nemůžete smazat hodnotu tohoto pole" %] Nemůžete smazat hodnotu '[% value FILTER html %]' pole '[% field FILTER html%]' , protože ji ještě [% count FILTER html %] [% terms.bugs2 %] používá. [% ELSIF error == "fieldvalue_undefined" %] [% title = "Nedefinovaná hodnota není povolena" %] Musíte specifikovat hodnotu. [% ELSIF error == "file_not_specified" %] [% title = "Nespecifikován žádný soubor" %] Není specifikován soubor přílohy. [% ELSIF error == "file_too_large" %] [% title = "Soubor příliš velký" %] Soubor, který se pokoušíte přiložit, je [% filesize FILTER html %] kilobajtů (KB) velký. Ne-patchové přílohy nemohou být větší než [%+ Param('maxattachmentsize') %] KB.
Dopuručujeme Vám uložit Vaši pířlohu kdekoliv na webu, a pak jen na ni vložit odkaz do komentáře nebo do pole URL tohoto [% terms.bug2 %]. Je-li Vaše příloha obrázek, můžete ho zkonvertovat do kompresního formátu jako JPG nebo PNG a zkusit znovu. [% ELSIF error == "flag_not_multiplicable" %] Nemůžete se ptát více než jedné osoby najednou na [% type.name FILTER html %]. [% ELSIF error == "flag_requestee_unauthorized" %] [% title = "Příjemce značky neautorizován" %] Ptal jste se [% requestee.identity FILTER html %] na [% flag_type.name FILTER html %] [% terms.bug2 %] [%+ bug_id FILTER html -%] [% IF attachment %], přílohu [% attachment.id FILTER html %][% END %], ale tento [% terms.bug %] byl omezen pro uživatele v určitých skupinách, a uživatel, které ho jste se ptal, není ve všech skupinách, kterým byl [% terms.bug %] vymezen. Prosím ptejte se někoho jiného nebo udělejte [% terms.bug %] přístupným pro jeho adresáty kopie: vyhledejte a přidejte tyto uživatele mezi adresáty kopie. [% ELSIF error == "flag_requestee_unauthorized_attachment" %] [% title = "Příjemce značky neautorizován" %] Ptal jste se [% requestee.identity FILTER html %] na [% flag_type.name FILTER html %] [%+ terms.bug2 %] [%+ bug_id FILTER html %], přílohu [% attachment.id FILTER html %], ale tato příloha je vyhrazena uživatelům ve skupině [% Param("insidergroup") FILTER html %], a uživatel, které ho jste se ptal, není v této skupině. Prosím ptejte se někoho jiného nebo požádejte administrátora, aby přidal požadované uživatele do potřebné skupiny. [% ELSIF error == "flag_type_cc_list_invalid" %] [% title = "Nesprávný seznam adresátů kopie" %] Seznam adresátů kopie [% cc_list FILTER html %] musí být menší než 200 znaků. [% ELSIF error == "flag_type_description_invalid" %] [% title = "Nesprávný popis typu značky" %] Popis musí být menší než 32K. [% ELSIF error == "flag_type_name_invalid" %] [% title = "Nesprávný název typu značky" %] Název [% name FILTER html %] musí být 1-50 znaků dlouhý a nesmí obsahovat žádné mezery nebo čárky. [% ELSIF error == "flag_update_denied" %] [% title = "Úprava značky zamítnuta" %] Pokusil jste se [% IF status == "+" %] přidělit [% ELSIF status == "-" %] zamítnout [% ELSIF status == "X" %] smazat [% ELSE %] požádat [% END %] [% name FILTER html %] [% IF status == "X" %][% old_status FILTER html %][% END %]. Pouze dostatečně zplnomocněný uživatel může provést tuto změnu. [% ELSIF error == "format_not_found" %] [% title = "Formát nenalezen" %] Požadovaný formát [% format FILTER html %] neexistuje u typu obsahu [% ctype FILTER html %]. [% ELSIF error == "flag_type_sortkey_invalid" %] [% title = "Nesprávný řadící klíč" %] Řadící klíč musí být celé číslo mezi 0 a 32767 včetně. Nemůže to být [% sortkey FILTER html %]. [% ELSIF error == "group_exists" %] [% title = "Skupina již existuje" %] Skupina [% name FILTER html %] již existuje. [% ELSIF error == "group_not_specified" %] [% title = "Skupina nespecifikována" %] Nebyla specifikována žádná skupina. [% ELSIF error == "system_group_not_deletable" %] [% title = "Nesmazatelná systémová skupina" %] [% name FILTER html %] je systémová skupina. Tato skupina nemůžeb být smazána. [% ELSIF error == "group_unknown" %] [% title = "Neznámá skupina" %] Skupina [% name FILTER html %] neexistuje. Prosím specifikujte správný název skupiny. Napřed ji vytvořte, je-li to nezbytné! [% ELSIF error == "illegal_at_least_x_votes" %] [% title = "Vaše vyhledávání nedává smysl" %] Pole nejmenší počet hlasů musí být celé nezáporné číslo. Bylo zadáno [% value FILTER html %], což nevyhovuje. [% ELSIF error == "illegal_attachment_edit" %] [% title = "Neautorizovaná akce" %] Nejste autorizován pro editaci přílohy [% attach_id FILTER html %]. [% ELSIF error == "illegal_attachment_edit_bug" %] [% title = "Neautorizovaná akce" %] Nejste autorizován pro editaci příloh [% terms.bug2 %] [%+ bug_id FILTER html %]. [% ELSIF error == "illegal_attachment_is_patch" %] [% title = "Vaše vyhledávání nedává smysl" %] Možné hodnoty pro pole příloha je patch jsou 0 a 1. [% ELSIF error == "illegal_change" %] [% title = "Nepovoleno" %] Pokoušeli jste se změnit pole [% field_descs.$field FILTER html %] [% IF oldvalue %] z [% oldvalue FILTER html %] [% END %] [% IF newvalue %] na [% newvalue FILTER html %] [% END %] , ale jen [% IF privs < 3 %] příjemce [% IF privs < 2 %] or reporter [% END %] [% terms.bug2 %] nebo [% END %] a dostatečně zplnomocněný uživatel smí měnit toto pole. [% ELSIF error == "illegal_change_deps" %] [% title = "Nepovoleno" %] Pokoušeli jste se změnit pole [% field_descs.$field FILTER html %] ale jen uživatel zplnomocněný editovat oba [% terms.bugs %] smí měnit toto pole. [% ELSIF error == "illegal_changed_in_last_x_days" %] [% title = "Vaše vyhledávání nedává smysl" %] Pole Změněno v posledních ___ dnech musí být celé nezáporné číslo. Zadali jste [% value FILTER html %], což nevyhovuje. [% ELSIF error == "illegal_date" %] [% title = "Neplatné datum" %] '[% date FILTER html %]' není platné datum. [% IF format %] Prosím použijte formát '[% format FILTER html %]'. [% END %] [% ELSIF error == "illegal_email_address" %] [% title = "Neplatná emailová adresa" %] Zadaná emailová adresa ([% addr FILTER html %]) neprošla kontrolou syntaxe pro jako platná emailová adresa. [% IF default %] Správná adresa musí obsahovat přesně jeden '@', a minimálně jednu '.' [% ELSE %] [%+ Param('emailregexpdesc') %] [% END %] Nesmí obsahovat žádný z těchto speciálních znaků: \ ( ) & < > , ; : " [ ], nebo mezeru. [% ELSIF error == "illegal_frequency" %] [% title = "Příliš časté" %] Nejste-li administrátor, nesmíte vytvářet události, které jsou spouštěny častěji než jednou každý [% minimum FILTER html %] den. [% ELSIF error == "illegal_group_control_combination" %] [% title = "Vaše kombinace řízení skupiny je nesprávná" %] Vaše kombinace řízení skupiny " [% groupname FILTER html %]" je nesprávná. [% ELSIF error == "illegal_is_obsolete" %] [% title = "Vaše vyhledávání nedává smysl" %] Sprábné hodnoty pro polepříloha je zastaralá jsou 0 a 1. [% ELSIF error == "illegal_query_name" %] [% title = "Neplatný název vyhledávání" %] Název Vašeho vyhledávání nemůže obsahovat žádné z následujících znaků: <, >, &. [% ELSIF error == "illegal_series_creation" %] Nejste autorizován vytvářet události. [% ELSIF error == "illegal_series_edit" %] Nejste autorizován editovat tyto události. K editaci musíte buď být jeho tvůrce nebo administrátor. [% ELSIF error == "insufficient_data_points" %] Není dostatečný počet datových bodů k vytvoření grafu (dosud). [% ELSIF error == "invalid_attach_id" %] [% title = "Nesprávné ID přílohy" %] ID přílohy [% attach_id FILTER html %] je nesprávné. [% ELSIF error == "invalid_bug_id_non_existent" %] [% title = BLOCK %]Neprávné ID [% terms.bug2 %] [% END %] [% terms.Bug %] #[% bug_id FILTER html %] neexistuje. [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]Neprávné ID [% terms.Bug %] [% END %] [% IF bug_id %] '[% bug_id FILTER html %]' není správné číslo [% terms.bug2 %] [% IF Param("usebugaliases") %] ani alias k [% terms.bug2 %] [% END %]. [% ELSE %] [% IF field %] Pole '[% field_descs.$field FILTER html %]' nemůže být prázdné. [% END %] Musíte zadat správné číslo [% terms.bug2 %]! [% END %] [% ELSIF error == "invalid_changedsince" %] [% title = "Nesprávné 'Změněno od'" %] Hodnota pole 'změněno od', '[% changedsince FILTER html %]', musí být celé nezáporné číslo. [% ELSIF error == "invalid_content_type" %] [% title = "Nesprávný typ obsahu" %] typ obsahu [% contenttype FILTER html %] je nesprávný. Správné typy musí být ve formátu foo/bar, kde foo je buď applikation, audio, image, message, model, multipart, text nebo video. [% ELSIF error == "invalid_context" %] [% title = "neplatný kontext" %] Kontext [% context FILTER html %] je nesprávný (musí být číslo, "file" nebo "patch"). [% ELSIF error == "invalid_format" %] [% title = "Nesprávný Formát" %] Formát "[% format FILTER html %]" je nesprávný (musí být jeden z [% FOREACH my_format = formats %] "[% my_format FILTER html %]" [% END %] ). [% ELSIF error == "invalid_group_ID" %] [% title = "Nesprávé ID skupiny" %] Skupina, kerou jste specifikoval, neexistuje. [% ELSIF error == "invalid_group_name" %] [% title = "Nesprávný název skupiny" %] Skupina, kerou jste specifikoval, [% name FILTER html %], není platná. [% ELSIF error == "invalid_maxrows" %] [% title = "Nesprávný maximální počet řádků" %] Maximální počet řádků, '[% maxrows FILTER html %]', musí být celé kladné číslo. [% ELSIF error == "invalid_parameter" %] [% title = "Nesprávný parametr" %] Nová hodnota [% name FILTER html %] je nesprávná: [% err FILTER html %]. [% ELSIF error == "invalid_product_name" %] [% title = "Nesprávný název produktu" %] Název produktu '[% product FILTER html %]' je nesprávný nebo neexistuje. [% ELSIF error == "invalid_regexp" %] [% title = "Nesprávný regulární výraz" %] Zadaný regulární výraz je špatný. [% ELSIF error == "invalid_user_group" %] [% title = "Nesprávná uživatelská skupina" %] [% IF users.size > 1 %] Uživateli [% ELSE %] Uživatel [% END %] '[% users.join(', ') FILTER html %]' [% IF users.size > 1 %] není [% ELSE %] není [% END %] umožněno editovat [% IF product %] '[% product FILTER html %]' [% END %] [%+ field_descs.product FILTER html %] [% IF bug_id %] [% terms.bug2 %] '[% bug_id FILTER html %]'. [% ELSIF new %] a nesmí být přidán k novému [% terms.bug2 %]. [% ELSE %] minimálně jednoho [% terms.bug2 %], který je měněn. [% END %] [% ELSIF error == "invalid_username" %] [% title = "Nesprávné uživatelské jméno" %] Jméno [% name FILTER html %] není správné uživatelské jméno. Buď jste ho nesprávně napsal nebo nebo tato osaba nemá registrovaný [% terms.Bugzilla %] účet. [% ELSIF error == "invalid_username_or_password" %] [% title = "Neplatné uživatelské jméno nebo heslo" %] Zadané uživatelské jméno nebo heslo je neplatné. [% ELSIF error == "keyword_already_exists" %] [% title = "Klíčové slovo již existuje" %] Klíčové slovo s názvem [% name FILTER html %] již existuje. [% ELSIF error == "keyword_blank_description" %] [% title = "Prázdný popis klíčového slova nepovolen" %] Musíte zadat neprázdný popis klíčového slova. [% ELSIF error == "keyword_blank_name" %] [% title = "Prázdný název klíčového slova nepovolen" %] Musíte zadat neprázdný název klíčového slova. [% ELSIF error == "keyword_invalid_name" %] [% title = "Nesprávný název klíčového slova" %] Nesmíte používat čárky nebo mezery v názvu klíčového slova. [% ELSIF error == "local_file_too_large" %] [% title = "Lokální soubor příliš velký" %] Lokální soubor pro upload nesmí převyšovat [% Param('maxlocalattachment') %] MB. [% ELSIF error == "login_needed_for_password_change" %] [% title = "Vyřadováno uživatelské jméno" %] Musíte zadat uživatelské jméno, když je požadována změna Vašeho hesla. [% ELSIF error == "login_required_for_pronoun" %] [% title = "Vyřadováno uživatelské jméno" %] Nemůžete používat %user% bez přihlášení, protože %user% odkazuje na Vaše uživatelské jméno, které nevíme. [% ELSIF error == "milestone_already_exists" %] [% title = "Cílová verze již existuje" %] Cílová verze '[% name FILTER html %]' již existuje pro produkt ' [%- product FILTER html %]'. [% ELSIF error == "milestone_blank_name" %] [% title = "Prázdný název cílové verze nepovolen" %] Musíte zadat název pro tuto cílovou verzi. [% ELSIF error == "milestone_is_default" %] [% title = "Defaultní cílová verze nesmazatelná" %] Lituji, ale [% name FILTER html %] je defaultní cílová verze pro produkt '[% product FILTER html %]' a nemůže být smazána. [% ELSIF error == "milestone_name_too_long" %] [% title = "Název cílové verze přiliš dlouhý" %] Název cílové verze je limitován na 20 znaků. '[% name FILTER html %]' je příliš dlouhý ([% name.length %] znaků). [% ELSIF error == "milestone_not_specified" %] [% title = "Nespecifikována cílová verze" %] Žádná cílová verze není specifikována při pokusu o její editaci. [% ELSIF error == "milestone_not_valid" %] [% title = "Specifikovaná cílová verze neexistuje" %] Cílová verze '[% milestone FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "milestone_required" %] [% title = "Vyžadována cílová verze" %] Musíte určit cílovou verzi pro [% terms.bug %] [%+ bug_id FILTER html %], máte-li v úmyslu ho akceptovat. Část akceptující [%+ terms.bug %] je dána odhadem vyřešení. [% ELSIF error == "milestone_sortkey_invalid" %] [% title = "Nesprávný řadící klíč cílové verze" %] Řadící klíč '[% sortkey FILTER html %]' pro cílovou verzi ' [% name FILTER html %]' není v rozmezí -32768 ≤ , ≤ 32767. [% ELSIF error == "misarranged_dates" %] [% title = "Neplatné datumy" %] Vaše počáteční datum ([% datefrom FILTER html %]) je pozdější než konečné datum ([% dateto FILTER html %]). [% ELSIF error == "missing_attachment_description" %] [% title = "Chybějící popis přílohy" %] Musíte zadat popis přílohy. [% ELSIF error == "missing_category" %] [% title = "Chybějícín kategorie" %] Nespecifikoval jste kategorii pro tuto událost. [% ELSIF error == "missing_component" %] [% title = "Chybějící komponenta" %] Lituji, produkt [% product FILTER html %] by měl mít minimálně jednu komponentu, pro pořádek do ní zadejte [% terms.bug %].

[% IF UserInGroup("editcomponents") %] Vytvořit novou komponentu. [% ELSE %] Prosím kontaktujte [% Param("maintainer") %] a zeptejte se ho na přídání komponenty k tomuto produktu. [% END %] [% ELSIF error == "missing_content_type" %] [% title = "Chybějící typ obsahu" %] [% terms.Bugzilla %] byla požádána o autodetekci typu obsahu, ale Váš prohlížeč nespecifikoval typ obsahu při uploadu souboru, takže musíte zadat typ obsahu ručně. [% ELSIF error == "missing_content_type_method" %] [% title = "Chybějící rozpoznávací metoda tyou obsahu" %] Musíte zvolit metodu pro určení typu obsahu, buď autodetekcí, výběrem z výpisu nebo ručním zadáním . [% ELSIF error == "missing_cookie" %] [% title = "Chybějící cookie" %] Lituji, pravděpodobně došlo ke ztrátě cookie, která ukládala výsledky Vašeho posledního vyhledávání. Budete muset začít znovu na vyhledávání. [% ELSIF error == "missing_datasets" %] [% title = "Nebyly vybrány datové sestavy" %] Musíte specifikovat jednu nebo více datových sestav k vykreslení. [% ELSIF error == "missing_email_type" %] [% title = "Vaše vyhledávání nedává smysl" %] Musíte specifikovat jeden nebo více polí, ve kterých vyhledávat [% email FILTER html %]. [% ELSIF error == "missing_frequency" %] [% title = "Chybějící frekvence" %] Nespecifikoval jste správnou frekvenci pro tuto událost. [% ELSIF error == "missing_name" %] [% title = "Chybějící název" %] Nespecifikoval jste správný název pro tuto událost. [% ELSIF error == "missing_query" %] [% title = "Chybějící vyhledávání" %] Vyhledávání s názvem [% queryname FILTER html %] neexistuje. [% ELSIF error == "move_bugs_disabled" %] [% title = BLOCK %] Přesun [% terms.bug2 %] zakázán[% END %] Lituji, přesun [% terms.bug %] byl zakázán. Potřebujete-li přesunout [% terms.bug %], prosím kontaktujte [% Param("maintainer") %]. [% ELSIF error == "missing_subcategory" %] [% title = "Chybějící subkategorie" %] Nespecifikoval jste subkategorii pro tuto událost. [% ELSIF error == "missing_version" %] [% title = "Chybějící verze" %] Lituji, produkt [% product FILTER html %] musí mít minimálně jednu verzi, pro pořádek do ní zadejte [% terms.bug %].

[% IF UserInGroup("editcomponents") %] Vytvořit novou verzi. [% ELSE %] Prosím kontaktujteainer") %] a zeptejte se na přídání verzi k tomuto produktu. [% END %] [% ELSIF error == "need_quip" %] [% title = "Vyžadován vtip" %] Prosím zadejte vtip do textového pole. [% ELSIF error == "new_password_missing" %] [% title = "Chybějící nové heslo" %] Musíte zadat nové heslo. [% ELSIF error == "no_axes_defined" %] [% title = "Nejsou definovány osy" %] Nedefinoval jste žádné osy pro vykreslení. [% ELSIF error == "no_bugs_chosen" %] [% title = BLOCK %] [% terms.Bugs %] nebyly vybrány[% END %] Zřejmě jste nevybral žádné [% terms.bugs %] k úpravě. [% ELSIF error == "no_bug_ids" %] [% title = BLOCK %] [% terms.Bugs %] nebyly vybrány[% END %] Nevybral jste žádné [% terms.bugs %] pro přidání do uložených dotazů. [% ELSIF error == "no_component_change_for_multiple_products" %] [% title = "Nepovolená akce" %] Nemůžete změnit komponentu při úpravě více [% terms.bugs2 %] najednou obsahujících více než jeden produkt. [% ELSIF error == "no_dupe_stats" %] [% title = "Nelze najít statistiku duplikátů" %] Není statistika duplikátů k dnešnímu dni ([% today FILTER html %]) nebo včerejšku. [% ELSIF error == "no_dupe_stats_error_today" %] [% title = "Chyba při čtení dnešního duplikovaného souboru" %] Vyskytla se chyba při otevírání dnešního duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_whenever" %] [% title = "Chyba při čtení předchozího duplikovaného souboru" %] Vyskytla se chyba při otevírání [% changedsince FILTER html %] dnů starého ([% whenever FILTER html %]) duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_dupe_stats_error_yesterday" %] [% title = "Chyba při čtení včerejšího duplikovaného souboru" %] Není žádná statistika duplikátů k dnešnímu dni ([% today FILTER html %]), a vyskytla se chyba při otevírání včerejšího duplikovaného souboru: [% error_msg FILTER html %]. [% ELSIF error == "no_new_quips" %] [% title = "Žádné nové vtipy" %] Tato stránka nedovoluje přidání nových vtipů. [% ELSIF error == "no_page_specified" %] [% title = "Nespecifikována žádná stránka" %] Nespecifikoval jste ID stránky pro zobrazení. [% ELSIF error == "no_products" %] [% title = "Žádné produkty" %] Buď nebyly definovány žádné produkty pro zadání [% terms.bugs2 %] nebo Vám k nim nebyl dán přístup. [% ELSIF error == "no_valid_action" %] [% title = "Žádná platná akce nespecifikována" %] Nelze editovat [% field_descs.$field FILTER html %]: žádná platná akce nebyla specifikována. [% ELSIF error == "number_not_numeric" %] [% title = "Vyžadována číselná hodnota" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] není číselná hodnota. [% ELSIF error == "number_too_large" %] [% title = "Číslo příliš velké" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] je větší než maximální povolená hodnota '[% max_num FILTER html %]'. [% ELSIF error == "number_too_small" %] [% title = "Číslo příliš malé" %] Hodnota '[% num FILTER html %]' v poli [% field_descs.$field FILTER html %] je menší než miinmální povolená hodnota '[% min_num FILTER html %]'. [% ELSIF error == "old_password_incorrect" %] [% title = "Nesprávné staré heslo" %] Nezadali jste Vaše staré heslo správně. [% ELSIF error == "old_password_required" %] [% title = "Vyžadováno staré heslo" %] Musíte zadat Vaše staré heslo pro změnu Vaší emailové adresy. [% ELSIF error == "password_change_requests_not_allowed" %] [% title = "Žádost o změnu hesla nepovolena" %] Systém není nakonfigurován pro povolení žádostí o změnu hesla. [% ELSIF error == "passwords_dont_match" %] [% title = "Hesla neodpovídají" %] Dvě hesla, která jste zadali, nejsou shodná. [% ELSIF error == "password_too_long" %] [% title = "Heslo příliš dlouhé" %] Heslo je více než 16 znaků dlouhé. Nesmí to být víc než 16 znaků. [% ELSIF error == "password_too_short" %] [% title = "Heslo příliš krátké" %] Heslo je méňe než 3 znaky dlouhé. Musí to být minimálně 3 znaky. [% ELSIF error == "patch_too_large" %] [% title = "Soubor příliš velký" %] Soubor, který se pokoušíte přiložit, má [% filesize FILTER html %] kilobytů (KB). Patche nemohou být větší než [% Param('maxpatchsize') %] KB. Zkuste rozdělit Váš patch na několik částí. [% ELSIF error == "prod_votes_per_bug_must_be_nonnegative" %] [% title = "Maximální počet hlasů nesmí být záporný" %] '[% maxvotesperbug FILTER html %]' je špatná hodnota pro field 'maximílní počet hlasů pro [% terms.bug %]', které může obsahovat pouze kladné číslo. [% ELSIF error == "prod_votes_per_user_must_be_nonnegative" %] [% title = "Počet hlasů na uživatele musí být nezáporný" %] '[% votesperuser FILTER html %]' je špatná hodnota pro pole 'počet hlasů na uživatele', které může obsahovat pouze nezáporné číslo. [% ELSIF error == "prod_votes_to_confirm_must_be_nonnegative" %] [% title = "Počet hlasů pro potvrzení musí být nezáporný" %] '[% votestoconfirm FILTER html %]' je špatná hodnota pro pole 'počet hlasů pro potvrzení', které může obsahovat pouze nezáporné číslo. [% ELSIF error == "prod_cant_delete_description" %] [% title = "Nelze smazat popis produktu" %] Nelze smazat popis pro produkt '[% product FILTER html %]'. [% ELSIF error == "prod_cant_delete_name" %] [% title = "Nelze smazat název produktu" %] Nelze smazat název peo produkt '[% product FILTER html %]'. [% ELSIF error == "prod_name_already_in_use" %] [% title = "Název produktu je již použit" %] Název produktu '[% product FILTER html %]' se již používá. [% ELSIF error == "prod_name_diff_in_case" %] [% title = "Název produktu se liší pouze velikostí písmen" %] Název produktu '[% product FILTER html %]' se odlišuje od existujícího produktu '[% existing_product FILTER html %]' pouze velikostí písmen. [% ELSIF error == "prod_must_define_defaultmilestone" %] [% title = "Musí být definována nová defaultní cílová verze" %] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification FILTER url_quote %] [% END %] [% END %] Musíte vytvořit cílovou verzi '[% defaultmilestone FILTER html %]' předtím než bude nastavena defaultní cílová verze pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_access_denied" %] [% title = "Přístup k produktu zamítnut" %] Nejste oprávněni editovat parametry produktu '[% product FILTER html %]'. [% ELSIF error == "product_blank_name" %] [% title = "Prázdný název produktu nepovolen" %] Musíte zadat název pro nový produkt. [% ELSIF error == "product_disabled" %] [% title = BLOCK %] Produkt uzavřen pro zadání [% terms.bugs2 %] [% END %] Lituji, zadávání [% terms.bugs2 %] do produktu [% product FILTER html %] bylo zakázáno. [% ELSIF error == "product_edit_denied" %] [% title = "Přístup k editaci produktu zamítnut" %] Nejste oprávněn editovat [% terms.bugs %] v produktu [%+ product FILTER html %]. [% ELSIF error == "product_has_bugs" %] [% title = BLOCK %] Produkt má [% terms.bugs %][% END %] Jsou [% nb FILTER html %] zadány [%+ terms.bugs %] pro tento produkt! Musíte přiřadit temto [% terms.bugs2 %]m jiné produkty předtím než bude možno tento produkt smazat. [% ELSIF error == "product_must_have_description" %] [% title = "Produkt potřebuje popis" %] Musíte zadat popis pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_must_have_version" %] [% title = "Produkt potřebuje verzi" %] Musíte zadat verzi pro produkt '[% product FILTER html %]'. [% ELSIF error == "product_not_specified" %] [% title = "Nespecifikován žádný produkt" %] Nebyl specifikován prodikt při pokusu o editaci komponent, cílových verzí, verzí nebo produktu. [% ELSIF error == "query_name_missing" %] [% title = "Nespecifikován název vyhledávání" %] Musíte zadat název pro Vaše vyhledávání. [% ELSIF error == "query_name_too_long" %] [% title = "Název dotazu příliš dlouhý" %] Název dotazu musí být kratší než 64 znaků. [% ELSIF error == "reassign_to_empty" %] [% title = "Neplatné přiřazení" %] Pro přiřazení [% terms.bug2 %], musíte zadat adresu nového příjemce. [% ELSIF error == "require_component" %] [% title = "Je potřeba komponenta" %] K zapsání tohoto [% terms.bug2 %], musíte napřed zvolit komponentu. Je-li to nezbytné, pouze odhadněte. [% ELSIF error == "require_new_password" %] [% title = "Je potřeba nové heslo" %] Nemůžete změnit Vaše heslo bez zadání hesla nového. [% ELSIF error == "require_summary" %] [% title = "Je potřeba souhrn" %] Musíte zadat souhrn pro tento [% terms.bug %]. [% ELSIF error == "saved_search_used_by_whines" %] [% title = "Uložený dotaz se používá" %] Uložený dotaz [% search_name FILTER html %] je použit při událostech s následujícími subjekty: [%+ subjects FILTER html %] [% ELSIF error == "search_content_without_matches" %] [% title = "Neplatné vyhledávání" %] The "content" field can only be used with "matches" search and the "matches" search can only be used with the "content" field. [% ELSIF error == "series_already_exists" %] [% title = "Události již existují" %] Události nazvané [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] již existují. [% ELSIF error == "sidebar_supports_mozilla_only" %] Lituji - sidebar.cgi současně podporuje pouze webové prohlížeče rodiny Mozilla. Upgrade. :-) [% ELSIF error == "still_unresolved_bugs" %] [% IF dependency_count == 1 %] [% terms.Bug %]# [% dependencies.0.bug_id FILTER none %] má stále [% dependencies.0.dependencies FILTER html %] neurčenou [% IF dependencies.0.dependencies == 1 %] závislost [% ELSE %] závislost [% END %]. Zobrazit Strom závislosti. [% ELSE %] Je [% dependency_count FILTER none %] otevřených [% terms.bugs2 %], které mají neurčené závislosti.
[% FOREACH bug = dependencies %] [% terms.Bug %]# [% bug.bug_id FILTER none %] má [% bug.dependencies FILTER html %] otevřenou [% IF bug.dependencies == 1 %] závislost. [% ELSE %] závislost. [% END %] (Strom závislosti)
[% END %] [% END %] [% ELSIF error == "sudo_in_progress" %] [% title = "Spojení v postupu" %] Sudo spojení (zosobněné [% target FILTER html %]) je v postupu. Ekončete toto spojení (použitím odkazu v zápatí) před spuštěním nového. [% ELSIF error == "sudo_password_required" %] [% title = "Vyžadováno heslo" %] Vaše [% terms.Bugzilla %] heslo je vyžadováno pro spuštění sudo spojení. Prosím jděte zpět a zadejte Vaše heslo. [% ELSIF error == "sudo_preparation_required" %] [% title = "Vyžadována příprava" %] Neměli byste spouštět sudo spojení přímo. Prosím spusťete Vaše spojení normálně. [% ELSIF error == "sudo_protected" %] [% title = "Chráněný uživatel" %] Uživatel [% login FILTER html %] by neměl být zastoupen skupinou sudo. [% ELSIF error == "too_many_votes_for_bug" %] [% title = "Špatné hlasování" %] Neměli byste používat [% max FILTER html %] hlasy pro jednotlivý [%+ terms.bug %] v [% prod FILTER html %] produktu, ale zkuste použít [% votes FILTER html %]. [% ELSIF error == "too_many_votes_for_product" %] [% title = "Špatné hlasování" %] Pokusili jste se použít [% votes FILTER html %] hlasy, které převyšují limit [% max FILTER html %] hlasů na [% terms.bug %] pro [% prod FILTER html %] produkt. [% ELSIF error == "token_inexistent" %] [% title = "Příznak neexistuje" %] Příznak, který jste odeslali, neexistuje, expiroval nebo byl zrušen. [% ELSIF error == "too_soon_for_new_token" %] [% title = "Příliš brzy na nový příznak" %] Požadoval jste příznak hesla příliš brzy po žádosti o jiný. Prosím počkejte chvíli a zkuste to znovu. [% ELSIF error == "unknown_keyword" %] [% title = "Neznámé klíčové slovo" %] [% keyword FILTER html %] je neznámé klíčové slovo. Správné názvy klíčových slov jsou vypsány zde. [% ELSIF error == "unknown_tab" %] [% title = "Neznámá záložka" %] [% current_tab_name FILTER html %] není správný název záložky. [% ELSIF error == "version_already_exists" %] [% title = "Verze již existuje" %] Verze '[% name FILTER html %]' již existuje pro produkt ' [%- product FILTER html %]'. [% ELSIF error == "version_blank_name" %] [% title = "Prázdný název verze nepovolen" %] Musíte zadat název této verze. [% ELSIF error == "version_has_bugs" %] [% title = BLOCK %] Verze má [% terms.bugs %][% END %] Jsou asociovány [% nb FILTER html %] [%+ terms.bugs %] k této verzi! Musíte přiřadit temro [% terms.bugs2 %]m jinou verzi předtím než bude možno tuto verzi smazat. [% ELSIF error == "version_not_specified" %] [% title = "Nespecifikována verze" %] Nebyla specifikována žádná verze při pokusu o editaci verze. [% ELSIF error == "version_not_valid" %] [% title = "Specifikovaná verze neexistuje" %] Verze '[% version FILTER html %]' pro produkt '[% product FILTER html %]' neexistuje. [% ELSIF error == "users_deletion_disabled" %] [% title = "Mazání neaktivováno" %] Lituji, mazání uživatelských účtů není povoleno. [% ELSIF error == "user_has_responsibility" %] [% title = "Nelze smazat uživatelský účet" %] Uživatel, kterého chcete smazat má nastavenu roli defaultního příjemce [% terms.bug2 %] nebo QA kontaktu pro minimálně jednu komponentu. Z toho důvodu, nemůžete v tuto chvíli smazat účet. [% ELSIF error == "user_login_required" %] [% title = "Vyžadováno přihlašovací jméno" %] Musíte zadat přihlašovací jméno pro nového uživatele. [% ELSIF error == "user_match_failed" %] [% title = "Není shoda" %] [% name FILTER html %] neexistuje nebo nemáte povoleno vidět tohoto uživatele. [% ELSIF error == "votes_must_be_nonnegative" %] [% title = "Počet hlasů musí být nezáporný" %] Používejte pouze nezáporná celá čísla při Vašem hlasování pro [% terms.bug %]. [% ELSIF error == "wrong_token_for_cancelling_email_change" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke zrušení změny emailové adresy. [% ELSIF error == "wrong_token_for_changing_passwd" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke změně Vašeho hesla. [% ELSIF error == "extern_id_conflict" %] [% title = "Externí konflikt ID" %] Někdo s rozdílným externím ID má tuto adresu. [% ELSIF error == "wrong_token_for_confirming_email_change" %] [% title = "Špatný příznak" %] Tento příznak nemůže být použit ke změně Vaší emailové adresy. [% ELSIF error == "zero_length_file" %] [% title = "Soubor je prázdný" %] Soubor, který se pokoušíte přiložit, je prázdný! [% ELSE %] [%# Try to find hooked error messages %] [% error_message = Hook.process("errors") %] [% IF not error_message %] [% title = "Nespecifikovaná chyba" %] Chyba [% error FILTER html %] nebyla specifikována. Prosím pošlete email [% Param("maintainer") %] popisující kroky vedoucí k vypsání této hlášky. [% ELSE %] [% error_message FILTER none %] [% END %] [% END %] [% END %] [% UNLESS header_done %] [% PROCESS global/header.html.tmpl %] [% END %]
[% error_message FILTER none %]

Prosím jděte Zpět a zkuste štěstí znovu.

[%# If a saved search fails, people want the ability to edit or delete it. # This is the best way of getting information about that possible saved # search from any error call location. %] [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] [% IF namedcmd AND error != "missing_query" AND error != "saved_search_used_by_whines" %]

Eventuelně, zapomenout [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] nebo editovat [% END %] [% END %] uložený dotaz '[% namedcmd FILTER html %]'.

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/search/0000750000175000000410000000000010461615363015574 5ustar norbertwww-data00000000000000cs/default/search/boolean-charts.html.tmpl0000640000175000000410000001144510457440344022344 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% types = [ { name => "noop", description => "---" }, { name => "equals", description => "je rovno" }, { name => "notequals", description => "není rovno" }, { name => "anyexact", description => "je rovno některému z řetězců" }, { name => "substring", description => "obsahuje řetězec" }, { name => "casesubstring", description => "obsahuje řetězec (case sensitive)" }, { name => "notsubstring", description => "neobsahuje řetězec" }, { name => "anywordssubstr", description => "obsahuje některý z řetězců" }, { name => "allwordssubstr", description => "obsahuje všechny řetězce" }, { name => "nowordssubstr", description => "neobsahuje žádný z řetězců" }, { name => "regexp", description => "obsahuje výraz" }, { name => "notregexp", description => "neobsahuje výraz" }, { name => "lessthan", description => "je menší než" }, { name => "greaterthan", description => "je větší než" }, { name => "anywords", description => "obsahuje některé ze slov" }, { name => "allwords", description => "obsahuje všechny slova" }, { name => "nowords", description => "neobsahuje žádné ze slov" }, { name => "changedbefore", description => "změněno před" }, { name => "changedafter", description => "změněno po" }, { name => "changedfrom", description => "změněno z" }, { name => "changedto", description => "změněno na" }, { name => "changedby", description => "změnil" }, { name => "matches", description => "odpovídá" } ] %]

Rozšířené vyhledávání pomocí logických množin:

[%# Whoever wrote the original version of boolean charts had a seriously twisted mind %] [% jsmagic = "onclick=\"document.forms[0].action='query.cgi#chart'; document.forms[0].method='POST'; return 1;\"" %] [% FOREACH chart = default.charts %] [% chartnum = loop.count - 1 %] [% FOREACH row = chart.rows %] [% rownum = loop.count - 1 %] [% FOREACH col = row %] [% colnum = loop.count - 1 %] [% UNLESS loop.last %] [% ELSE %] [% END %] [% END %] [% UNLESS loop.last %] [% ELSE %] [% END %] [% END %]
Or
[% newor = colnum + 1 %]
And
[% newand = rownum + 1; newchart = chartnum + 1 %]            

[% END %] cs/default/search/search-report-graph.html.tmpl0000640000175000000410000001050610461615025023310 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of the templates it contains. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "reportform" [% END %] [% PROCESS global/header.html.tmpl title = "Vytvoření grafické sestavy" onload = "doOnSelectProduct(0); chartTypeChanged()" javascript = js_data javascript_urls = [ "js/productform.js" ] %] [% PROCESS "search/search-report-select.html.tmpl" %]

Vyberte jedno nebo více polí jako Vaše osy a pak nastavte Vaši sestavu [% terms.bugs2 %] použitím zbytku formuláře.

[% button_name = "Vygenerovat sestavu" %]
Vertikální osa:
[% PROCESS select name = 'y_axis_field' %]

Vykreslení datové sestavy:
Jednotlivě
Dohromady
Násobné obrázky:
[% PROCESS select name = 'z_axis_field' %]
Formát:
[% chart_formats = [ { name => "line", description => "Spojnicový graf" }, { name => "bar", description => "Sloupcový graf" }, { name => "pie", description => "Koláčový graf" } ] %] [% default.chart_format.0 = default.chart_format.0 || "bar" %] [% FOREACH chart_format = chart_formats %] [% chart_format.description FILTER html %]
[% END %]
Horizontální osa: [% PROCESS select name = 'x_axis_field' %]

[% PROCESS search/form.html.tmpl %]

[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/search/search-advanced.html.tmpl0000640000175000000410000000501110457454634022452 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of search/form.html.tmpl, search/knob.html.tmpl and # search/boolean-charts.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% js_data = BLOCK %] var queryform = "queryform" [% END %] [% PROCESS global/header.html.tmpl title = "Search for $terms.bugs" h1 = "" onload = "doOnSelectProduct(0); initHelp();" javascript = js_data javascript_urls = [ "js/productform.js" ] style = "dl.bug_changes dt { margin-top: 15px; }" %] [% PROCESS search/tabs.html.tmpl %] [% button_name = "Search" %] [%# The decent help requires Javascript %] [% IF NOT cgi.param("help") %] [% IF cgi.user_agent("Mozilla/5") %] [% END %] [% ELSE %]

Pro nápovědu přejeďte myší přes pole ve formuláři na stránce. [% IF cgi.user_agent("Mozilla/5") %] Je-li nápověda skryta za posuvníkem v poli formuláře, je chyba ve Vašem prohlížeči, ne v Bugzille. [% END %]

[% END %]
[% PROCESS search/form.html.tmpl %] [% PROCESS search/knob.html.tmpl %]
[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS "search/search-help.html.tmpl" IF cgi.param("help") %] [% PROCESS global/footer.html.tmpl %] cs/default/search/search-report-select.html.tmpl0000640000175000000410000000367510461615174023504 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # name: string. The name of the select block to output. # default.$name.0: string. The default value for the block, if any. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% BLOCK select %] [% rep_fields = ["classification", "product", "component", "version", "rep_platform", "op_sys", "bug_status", "resolution", "bug_severity", "priority", "target_milestone", "assigned_to", "reporter", "qa_contact", "votes" ] %] [% END %] cs/default/search/search-help.html.tmpl0000640000175000000410000001314710461152466021637 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% help_html = [ { id => "short_desc_type", html => "Typ vyhledávání souhrnu, který si přejete" }, { id => "short_desc", html => "Souhrn $terms.bug2 je krátká věta, která stručně popisuje $terms.bug" }, { id => "classification", html => "$terms.Bugs jsou kategorizovány do klasifikací, produktů a komponent. Klasifikace je
nejvyšší úroveň kategorizace." }, { id => "product", html => Param('useclassification') ? "$terms.Bugs jsou kategorizovány v produktů a komponent. Vyberte klasifikaci rozkliknutím menu" : "$terms.Bugs jsou kategorizovány v produktů a komponent. Produkt je
nejvyšší úroveň kategorizace." }, { id => "component", html => "Komponenty jsou druhou úrovní kategorizace; všechny náleží
specifickým produktům. Vyberte produkt rozkliknutím menu." }, { id => "version", html => "Pole verze definuje verzi softwaru, na který se $terms.bug
vztahuje." }, { id => "target_milestone", html => "Pole target milestone se používá k nadefinování data, kdy řešitel
$terms.bug2 očekává vyřešení." }, { id => "long_desc", html => "$terms.Bugs mají komentáře napsané uživateli Bugzilly. Můžete
vyhledávat text v těchto komentářích." }, { id => "long_desc_type", html => "Typ vyhledávání komentáře, který si přejete" }, { id => "bug_file_loc", html => "$terms.Bugs mohou mít přiřazenou URL adresu - například odkaz
na webovou stránku, která má být výsledkem řešení $terms.bug2" }, { id => "bug_file_loc_type", html => "Typ vyhledávání URL, který si přejete" }, { id => "status_whiteboard", html => "Každý $terms.bug má volné jednořádkové textové pole pro zadání
tagů a informací ohledněne statusu." }, { id => "status_whiteboard_type", html => "Typ vyhledávání whiteboard, který si přejete" }, { id => "keywords", html => "Můžete přidat klíčová slova, která $terms.bug definují, za účelem
označení a seskupení." }, { id => "keywords_type", html => "Typ klíčových slov, který si přejete." }, { id => "bug_status", html => "$terms.Bug by měl být v nějakém stavu." }, { id => "resolution", html => "Je-li $terms.bug ve vyřešeném stavu, pak jeden z těchto důvodů
bude dán jako jeho řešení." }, { id => "bug_severity", html => "Jak závažný $terms.bug je, nebo jestli se závažnost stupňuje." }, { id => "priority", html => "Příjemci požadavků upřednostňují $terms.bugs hlavně podle tohoto pole." }, { id => "rep_platform", html => "Hardwarová platforma, pro kterou se má být $terms.bug řešen." }, { id => "op_sys", html => "Operační systém, pro který má být $terms.bug řešen." }, { id => "email1", html => "Každý $terms.bug má k sobě asociované uživatele s různým vztahem.
Zde můžete vyhledávat kteří uživatelé jsou v které roli." }, { id => "email2", html => "Každý $terms.bug má k sobě asociované uživatele s různým vztahem.
Zde můžete vyhledávat kteří uživatelé jsou v které roli." }, { id => "bug_id", html => "Můžete omezit Vaše vyhledávání na specifickou sestavu $terms.bugs2 ." }, { id => "votes", html => "Pro některé $terms.bugs se může hlasovat a Vy můžete omezit
Vaše vyhledávání na $terms.bugs s více než zadaným počtem hlasů." }, { id => "chfield", html => "Můžete vyhledávat specifické změny parametrů.
Toto pole definuje, která změna parametru Vás zajímá." }, { id => "chfieldfrom", html => "Definuje počáteční a konečné datum buď ve formátu YYYY-MM-DD
(následovně HH:mm, v 24 hodinovém cyklu), nebo relativně
zadané datum jako 1h, 2d, 3w, 4m, 5y, což v tomto pořadí přesně znamená:
jedna hodina, dva dny, tři týdny, čtyři měsíce a pět let zpět. 0d znamená poslední
půlnoc, a 0h, 0w, 0m, 0y je počátek této hodiny, týdne, měsíce nebo roku." }, { id => "chfieldto", html => "Definuje počáteční a konečné datum buď ve formátu YYYY-MM-DD
(následovně HH:mm, v 24 hodinovém cyklu), nebo relativně
zadané datum jako 1h, 2d, 3w, 4m, 5y, což v tomto pořadí přesně znamená:
jedna hodina, dva dny, tři týdny, čtyři měsíce a pět let zpět. 0d znamená poslední
půlnoc, a 0h, 0w, 0m, 0y je počátek této hodiny, týdne, měsíce nebo roku." }, { id => "chfieldvalue", html => "Na kterou hodnotu se parametr definovaný
výše změněnil v průběhu zadaného času." }, ] %] cs/default/search/CVS/0000700000175000000410000000000010422570165016217 5ustar norbertwww-data00000000000000cs/default/search/CVS/Repository0000664000175000000410000000006510422570165020336 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/search cs/default/search/CVS/Tag0000664000175000000410000000001710422570165016667 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/search/CVS/Entries0000664000175000000410000000142010422570165017564 0ustar norbertwww-data00000000000000/boolean-charts.html.tmpl/1.12/Sat Dec 11 00:27:45 2004//TBUGZILLA-2_22 /form.html.tmpl/1.35/Thu Dec 29 22:47:51 2005//TBUGZILLA-2_22 /knob.html.tmpl/1.16/Thu Jul 22 05:14:14 2004//TBUGZILLA-2_22 /search-advanced.html.tmpl/1.25/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_22 /search-create-series.html.tmpl/1.11/Mon Apr 11 22:34:50 2005//TBUGZILLA-2_22 /search-help.html.tmpl/1.6.2.1/Fri Apr 14 16:26:36 2006//TBUGZILLA-2_22 /search-report-graph.html.tmpl/1.8/Fri Aug 20 21:49:20 2004//TBUGZILLA-2_22 /search-report-select.html.tmpl/1.6/Wed Mar 9 17:17:53 2005//TBUGZILLA-2_22 /search-report-table.html.tmpl/1.9/Fri Aug 20 21:49:20 2004//TBUGZILLA-2_22 /search-specific.html.tmpl/1.15/Mon Oct 31 18:48:59 2005//TBUGZILLA-2_22 /tabs.html.tmpl/1.5/Sat Jul 30 00:41:10 2005//TBUGZILLA-2_22 D cs/default/search/CVS/Root0000664000175000000410000000006310422570165017100 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/search/tabs.html.tmpl0000640000175000000410000000245410454462740020375 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Myk Melez #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/tabs.html.tmpl tabs = [ { name => 'specific', label => "Najít specifický $terms.bug", link => "query.cgi?format=specific" }, { name => 'advanced', label => "Rozšířené vyhledávání", link => "query.cgi?format=advanced" } ] current_tab_name = query_format || format || "advanced" %] cs/default/search/knob.html.tmpl0000640000175000000410000000466010457432134020373 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Tobias Burnus # Jouni Heikniemi #%] [%# INTERFACE: # (incomplete!) # ... # known_name: string. Possibly known stored name for the query being # edited. This value is just passed through in a # hidden field. #%] [% PROCESS global/variables.none.tmpl %] [%# This is not necessary for English templates, but useful for localisers. %] [% ordersdesc = { "Reuse same sort as last time" => "Použít stejné řazení jako posledně", "Bug Number" => "Číslo $terms.bug2", "Importance" => "Priorita", "Assignee" => "Příjemce", "Last Changed" => "Poslední změna" } %]

Seřadit výpis podle:

[% IF known_name %] [% END %]

   

[% IF userdefaultquery %]

Nastavit můj defaultní dotaz zpět na systémový defaultní dotaz.

[% END %] cs/default/search/search-create-series.html.tmpl0000640000175000000410000000402710461612232023427 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of search/form.html.tmpl, reports/series.html.tmpl and # search/boolean-charts.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "chartform"; [% END %] [% PROCESS global/header.html.tmpl title = "Vytvoření nové datové sestavy" onload = "selectProduct(document.forms['chartform']);" javascript = js_data javascript_urls = [ "js/productform.js" ] %]
[% PROCESS search/form.html.tmpl %]

pro zobrazení [% terms.bugs2 %], které budou zahrnuty v této datové sestavě.

Parametry datové sestavy

[% PROCESS reports/series.html.tmpl button_name = "Vytvořit datovou sestavu" %]
[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/search/search-specific.html.tmpl0000640000175000000410000000754210457173437022504 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Find a Specific " _ terms.Bug h1 = "" %] [% PROCESS search/tabs.html.tmpl %]

Nalezení specifického [% terms.bug2 %] pomocí zadaných slov, která ho popisují. [% terms.Bugzilla %] bude vyhledávat [% terms.bugs %] pomocí popisů a komentářů, které obsahují zadaná slova a vrátí sestavu vyhovujících [% terms.bugs %] seřazených podle významnosti.

Například, jestliže chyba, kterou hledáte, je zhavarování prohlížeče když navštívíte zabezpečnou webovou stránku se zabudovanou Flash animací, chtělo by to vyhledat "chyba zabezpečení SSL flash".

[% PROCESS global/footer.html.tmpl %] cs/default/search/form.html.tmpl0000640000175000000410000004470510461611711020404 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Chris Lahey [javascript fixes] # Christian Reis [javascript rewrite] # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% query_variants = [ { value => "allwordssubstr", description => "obsahuje všechny slova/řetězce" }, { value => "anywordssubstr", description => "obsahuje některé slova/řetězce" }, { value => "substring", description => "obsahuje řetězec" }, { value => "casesubstring", description => "obsahuje řetězec (case sensitive)" }, { value => "allwords", description => "obsahuje všechny slova" }, { value => "anywords", description => "obsahuje některé slova" }, { value => "regexp", description => "obsahuje výraz" }, { value => "notregexp", description => "neobsahuje výraz" } ] %] [% PROCESS "global/field-descs.none.tmpl" %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] [% thisformat = query_format != '' ? query_format : format %] [%# *** Summary *** %] [%# *** Classification Product Component Version Target *** %] [%# *** Comment URL Whiteboard Keywords *** %] [% FOREACH field = [ { name => "long_desc", description => "Komentář", accesskey => 'c' }, { name => "bug_file_loc", description => "URL", accesskey => 'u' }, { name => "status_whiteboard", description => "Whiteboard", accesskey => 'w' } ] %] [% UNLESS field.name == 'status_whiteboard' AND NOT Param('usestatuswhiteboard') %] [% END %] [% END %] [% IF have_keywords %] [% END %] [%# Deadline %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %]
Souhrn: [% IF button_name %] [% END %]
[% IF Param('useclassification') %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Klasifikace:
[%# Can't use the select block here because of the onChange %]
Produkt:
[%# Can't use the select block here because 'component' is a toolkit reserved word - we use 'component_' instead. %]
Komponenta:
[% PROCESS select sel = { name => 'version', size => 5, accesskey => 'v' } %]
Verze:
[% PROCESS select sel = { name => 'target_milestone', size => 5, accesskey => 't' } %]
Cílová verze:
[% field.description %]:
Klíčová slova:
Deadline: from    to  (YYYY-MM-DD)

[%# *** Status Resolution Severity Priority Hardware OS *** %]
[% PROCESS select sel = { name => 'bug_status', size => 7, accesskey => 'a' } %]
Status:
[% PROCESS select sel = { name => 'resolution', size => 7, accesskey => 'r' } %]
Řešení:
[% PROCESS select sel = { name => 'bug_severity', size => 7, accesskey => 'e' } %]
Závažnost:
[% PROCESS select sel = { name => 'priority', size => 7, accesskey => 'i' } %]
Priorita:
[% PROCESS select sel = { name => 'rep_platform', size => 7, accesskey => 'h' } %]
Hardware:
[% PROCESS select sel = { name => 'op_sys', size => 7, accesskey => 'o' } %]
OS:

[%# *** Email Numbering Votes *** %] [%# *** Bug Changes *** %]
Email uživatelů [% FOREACH n = [1, 2] %] [% END %]
[% IF Param('useqacontact') %] [% END %]
Kohokoliv z:

[% IF Param('usevotes') %] [% END %]
[% terms.bugs %] číslo:
(oddělené čárkou)
Poze [% terms.bugs %] s minimálně: hlasy
Změny [% terms.bugs2 %]
Pouze [% terms.bugs %] změněné mezi:
and
(RRRR-MM-DD nebo relativní data)
kde se jeden nebo více parametrů měnilo:
a nová hodnota byla:
[%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/search/search-report-table.html.tmpl0000640000175000000410000000473410461615363023311 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of the templates it contains. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "reportform" [% END %] [% PROCESS global/header.html.tmpl title = "Vytvoření tabulkové sestavy" onload = "doOnSelectProduct(0)" javascript = js_data javascript_urls = [ "js/productform.js" ] %] [% PROCESS "search/search-report-select.html.tmpl" %]

Vyberte jedno nebo více polí jako Vaše osy a pak nastavte Vaši sestavu [% terms.bugs2 %] použitím zbytku formuláře.

[% button_name = "Vygenerovat sestavu" %]
Horizontální osa: [% PROCESS select name = 'x_axis_field' %]
Vertikální osa:
[% PROCESS select name = 'y_axis_field' %]
Násobné tabulky:
[% PROCESS select name = 'z_axis_field' %]

[% PROCESS search/form.html.tmpl %]

[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/search/tabs.html.tmpl~0000600000175000017500000000243410454462740020515 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Myk Melez #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/tabs.html.tmpl tabs = [ { name => 'specific', label => "Find a Specific $terms.Bug", link => "query.cgi?format=specific" }, { name => 'advanced', label => "Advanced Search", link => "query.cgi?format=advanced" } ] current_tab_name = query_format || format || "advanced" %] cs/default/search/search-specific.html.tmpl~0000600000175000017500000000754210457173437022626 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Find a Specific " _ terms.Bug h1 = "" %] [% PROCESS search/tabs.html.tmpl %]

Nalezení specifického [% terms.bug2 %] pomocí zadaných slov, která ho popisují. [% terms.Bugzilla %] bude vyhledávat [% terms.bugs %] pomocí popisů a komentářů, které obsahují zadaná slova a vrátí sestavu vyhovujících [% terms.bugs %] seřazených podle významnosti.

Například, jestliže chyba, kterou hledáte, je zhavarování prohlížeče když navštívíte zabezpečnou webovou stránku se zabudovanou Flash animací, chtělo by to vyhledat "chyba zabezpečení SSL flash".

[% PROCESS global/footer.html.tmpl %] cs/default/search/knob.html.tmpl~0000600000175000017500000000466010457432134020515 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Tobias Burnus # Jouni Heikniemi #%] [%# INTERFACE: # (incomplete!) # ... # known_name: string. Possibly known stored name for the query being # edited. This value is just passed through in a # hidden field. #%] [% PROCESS global/variables.none.tmpl %] [%# This is not necessary for English templates, but useful for localisers. %] [% ordersdesc = { "Reuse same sort as last time" => "Použít stejné řazení jako posledně", "Bug Number" => "Číslo $terms.bug2", "Importance" => "Priorita", "Assignee" => "Příjemce", "Last Changed" => "Poslední změna" } %]

Seřadit výpis podle:

[% IF known_name %] [% END %]

   

[% IF userdefaultquery %]

Nastavit můj defaultní dotaz zpět na systémový defaultní dotaz.

[% END %] cs/default/search/boolean-charts.html.tmpl~0000600000175000017500000001144510457440344022466 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% types = [ { name => "noop", description => "---" }, { name => "equals", description => "je rovno" }, { name => "notequals", description => "není rovno" }, { name => "anyexact", description => "je rovno některému z řetězců" }, { name => "substring", description => "obsahuje řetězec" }, { name => "casesubstring", description => "obsahuje řetězec (case sensitive)" }, { name => "notsubstring", description => "neobsahuje řetězec" }, { name => "anywordssubstr", description => "obsahuje některý z řetězců" }, { name => "allwordssubstr", description => "obsahuje všechny řetězce" }, { name => "nowordssubstr", description => "neobsahuje žádný z řetězců" }, { name => "regexp", description => "obsahuje výraz" }, { name => "notregexp", description => "neobsahuje výraz" }, { name => "lessthan", description => "je menší než" }, { name => "greaterthan", description => "je větší než" }, { name => "anywords", description => "obsahuje některé ze slov" }, { name => "allwords", description => "obsahuje všechny slova" }, { name => "nowords", description => "neobsahuje žádné ze slov" }, { name => "changedbefore", description => "změněno před" }, { name => "changedafter", description => "změněno po" }, { name => "changedfrom", description => "změněno z" }, { name => "changedto", description => "změněno na" }, { name => "changedby", description => "změnil" }, { name => "matches", description => "odpovídá" } ] %]

Rozšířené vyhledávání pomocí logických množin:

[%# Whoever wrote the original version of boolean charts had a seriously twisted mind %] [% jsmagic = "onclick=\"document.forms[0].action='query.cgi#chart'; document.forms[0].method='POST'; return 1;\"" %] [% FOREACH chart = default.charts %] [% chartnum = loop.count - 1 %] [% FOREACH row = chart.rows %] [% rownum = loop.count - 1 %] [% FOREACH col = row %] [% colnum = loop.count - 1 %] [% UNLESS loop.last %] [% ELSE %] [% END %] [% END %] [% UNLESS loop.last %] [% ELSE %] [% END %] [% END %]
Or
[% newor = colnum + 1 %]
And
[% newand = rownum + 1; newchart = chartnum + 1 %]            

[% END %] cs/default/search/search-advanced.html.tmpl~0000600000175000017500000000500110457454633022572 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of search/form.html.tmpl, search/knob.html.tmpl and # search/boolean-charts.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% js_data = BLOCK %] var queryform = "queryform" [% END %] [% PROCESS global/header.html.tmpl title = "Search for $terms.bugs" h1 = "" onload = "doOnSelectProduct(0); initHelp();" javascript = js_data javascript_urls = [ "js/productform.js" ] style = "dl.bug_changes dt { margin-top: 15px; }" %] [% PROCESS search/tabs.html.tmpl %] [% button_name = "Search" %] [%# The decent help requires Javascript %] [% IF NOT cgi.param("help") %] [% IF cgi.user_agent("Mozilla/5") %] [% END %] [% ELSE %]

Pro nápovědu přejeďte myší přes pole ve formuláři na stránce. [% IF cgi.user_agent("Mozilla/5") %] Je-li nápověda skryta za posuvníkem v poli formuláře, je chyba ve Vašem prohlížeči, ne v Bugzille. [% END %]

[% END %]
[% PROCESS search/form.html.tmpl %] [% PROCESS search/knob.html.tmpl %]
[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS "search/search-help.html.tmpl" IF cgi.param("help") %] [% PROCESS global/footer.html.tmpl %] cs/default/search/search-help.html.tmpl~0000600000175000017500000001307510461152465021760 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% help_html = [ { id => "short_desc_type", html => "Typ vyhledávání souhrnu, který si přejete" }, { id => "short_desc", html => "Souhrn $terms.bug2 je krátká věta, která stručně popisuje $terms.bug" }, { id => "classification", html => "$terms.Bugs jsou kategorizovány do klasifikací, produktů a komponent. Klasifikace je
nejvyšší úroveň kategorizace." }, { id => "product", html => Param('useclassification') ? "$terms.Bugs jsou kategorizovány v produktů a komponent. Vyberte klasifikaci rozkliknutím menu" : "$terms.Bugs jsou kategorizovány v produktů a komponent. Produkt je
nejvyšší úroveň kategorizace." }, { id => "component", html => "Komponenty jsou druhou úrovní kategorizace; všechny náleží
specifickým produktům. Vyberte produkt rozkliknutím menu." }, { id => "version", html => "Pole verze definuje verzi softwaru, na který se $terms.bug
vztahuje." }, { id => "target_milestone", html => "Pole target milestone se používá k nadefinování data, kdy řešitel
$terms.bug2 očekává vyřešení." }, { id => "long_desc", html => "$terms.Bugs mají komentáře napsané uživateli Bugzilly. Můžete
vyhledávat text v těchto komentářích." }, { id => "long_desc_type", html => "Typ vyhledávání komentáře, který si přejete" }, { id => "bug_file_loc", html => "$terms.Bugs mohou mít přiřazenou URL adresu - například odkaz
na webovou stránku, která má být výsledkem řešení $terms.bug2" }, { id => "bug_file_loc_type", html => "Typ vyhledávání URL, který si přejete" }, { id => "status_whiteboard", html => "Každý $terms.bug má volné jednořádkové textové pole pro zadání
tagů a informací ohledněne statusu." }, { id => "status_whiteboard_type", html => "Typ vyhledávání whiteboard, který si přejete" }, { id => "keywords", html => "Můžete přidat klíčová slova, která $terms.bug definují, za účelem
označení a seskupení." }, { id => "keywords_type", html => "Typ klíčových slov, který si přejete." }, { id => "bug_status", html => "$terms.Bug by měl být v nějakém stavu." }, { id => "resolution", html => "Je-li $terms.bug ve vyřešeném stavu, pak jeden z těchto důvodů
bude dán jako jeho řešení." }, { id => "bug_severity", html => "Jak závažný $terms.bug je, nebo jestli se závažnost stupňuje." }, { id => "priority", html => "Příjemci požadavků upřednostňují $terms.bugs hlavně podle tohoto pole." }, { id => "rep_platform", html => "Hardwarová platforma, pro kterou se má být $terms.bug řešen." }, { id => "op_sys", html => "Operační systém, pro který má být $terms.bug řešen." }, { id => "email1", html => "Každý $terms.bug má k sobě asociované uživatele s různým vztahem.
Zde můžete vyhledávat kteří uživatelé jsou v které roli." }, { id => "email2", html => "Každý $terms.bug má k sobě asociované uživatele s různým vztahem.
Zde můžete vyhledávat kteří uživatelé jsou v které roli." }, { id => "bug_id", html => "Můžete omezit Vaše vyhledávání na specifickou sestavu $terms.bugs2 ." }, { id => "votes", html => "Pro některé $terms.bugs se může hlasovat a Vy můžete omezit
Vaše vyhledávání na $terms.bugs s více než zadaným počtem hlasů." }, { id => "chfield", html => "Můžete vyhledávat specifické změny parametrů.
Toto pole definuje, která změna parametru Vás zajímá." }, { id => "chfieldfrom", html => "Specify the start and end dates either in YYYY-MM-DD format
(optionally followed by HH:mm, in 24 hour clock), or in relative
dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,
two days, three weeks, four months, or five years ago. 0d is last
midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,
month, or year." }, { id => "chfieldto", html => "Specify the start and end dates either in YYYY-MM-DD format
(optionally followed by HH:mm, in 24 hour clock), or in relative
dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,
two days, three weeks, four months, or five years ago. 0d is last
midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,
month, or year." }, { id => "chfieldvalue", html => "Na kterou hodnotu se parametr definovaný
výše změněnil v průběhu zadaného času." }, ] %] cs/default/search/form.html.tmpl~0000600000175000017500000004467310461611711020532 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Chris Lahey [javascript fixes] # Christian Reis [javascript rewrite] # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% query_variants = [ { value => "allwordssubstr", description => "obsahuje všechny slova/řetězce" }, { value => "anywordssubstr", description => "obsahuje některé slova/řetězce" }, { value => "substring", description => "obsahuje řetězec" }, { value => "casesubstring", description => "obsahuje řetězec (case sensitive)" }, { value => "allwords", description => "obsahuje všechny slova" }, { value => "anywords", description => "obsahuje některé slova" }, { value => "regexp", description => "obsahuje výraz" }, { value => "notregexp", description => "neobsahuje výraz" } ] %] [% PROCESS "global/field-descs.none.tmpl" %] [%# If we resubmit to ourselves, we need to know if we are using a format. %] [% thisformat = query_format != '' ? query_format : format %] [%# *** Summary *** %] [%# *** Classification Product Component Version Target *** %] [%# *** Comment URL Whiteboard Keywords *** %] [% FOREACH field = [ { name => "long_desc", description => "Komentář", accesskey => 'c' }, { name => "bug_file_loc", description => "URL", accesskey => 'u' }, { name => "status_whiteboard", description => "Whiteboard", accesskey => 'w' } ] %] [% UNLESS field.name == 'status_whiteboard' AND NOT Param('usestatuswhiteboard') %] [% END %] [% END %] [% IF have_keywords %] [% END %] [%# Deadline %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %]
Souhrn: [% IF button_name %] [% END %]
[% IF Param('useclassification') %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Klasifikace:
[%# Can't use the select block here because of the onChange %]
Produkt:
[%# Can't use the select block here because 'component' is a toolkit reserved word - we use 'component_' instead. %]
Komponenta:
[% PROCESS select sel = { name => 'version', size => 5, accesskey => 'v' } %]
Verze:
[% PROCESS select sel = { name => 'target_milestone', size => 5, accesskey => 't' } %]
Cíl:
[% field.description %]:
Klíčová slova:
Deadline: from    to  (YYYY-MM-DD)

[%# *** Status Resolution Severity Priority Hardware OS *** %]
[% PROCESS select sel = { name => 'bug_status', size => 7, accesskey => 'a' } %]
Status:
[% PROCESS select sel = { name => 'resolution', size => 7, accesskey => 'r' } %]
Řešení:
[% PROCESS select sel = { name => 'bug_severity', size => 7, accesskey => 'e' } %]
Závažnost:
[% PROCESS select sel = { name => 'priority', size => 7, accesskey => 'i' } %]
Priorita:
[% PROCESS select sel = { name => 'rep_platform', size => 7, accesskey => 'h' } %]
Hardware:
[% PROCESS select sel = { name => 'op_sys', size => 7, accesskey => 'o' } %]
OS:

[%# *** Email Numbering Votes *** %] [%# *** Bug Changes *** %]
Email uživatelů [% FOREACH n = [1, 2] %] [% END %]
[% IF Param('useqacontact') %] [% END %]
Kohokoliv z:

[% IF Param('usevotes') %] [% END %]
[% terms.bugs %] číslo:
(oddělené čárkou)
Poze [% terms.bugs %] s minimálně: hlasy
Změny [% terms.bugs2 %]
Pouze [% terms.bugs %] změněné mezi:
and
(RRRR-MM-DD nebo relativní data)
kde se jeden nebo více parametrů měnilo:
a nová hodnota byla:
[%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/search/search-create-series.html.tmpl~0000600000175000017500000000373510461612232023556 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of search/form.html.tmpl, reports/series.html.tmpl and # search/boolean-charts.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "chartform"; [% END %] [% PROCESS global/header.html.tmpl title = "Create New Data Set" onload = "selectProduct(document.forms['chartform']);" javascript = js_data javascript_urls = [ "js/productform.js" ] %]

[% PROCESS search/form.html.tmpl %]

to see which [% terms.bugs %] would be included in this data set.

Data Set Parameters

[% PROCESS reports/series.html.tmpl button_name = "Create Data Set" %]
[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/search/search-report-graph.html.tmpl~0000600000175000017500000001050210461615025023426 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of the templates it contains. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "reportform" [% END %] [% PROCESS global/header.html.tmpl title = "Vytvoření grafické sestavy" onload = "doOnSelectProduct(0); chartTypeChanged()" javascript = js_data javascript_urls = [ "js/productform.js" ] %] [% PROCESS "search/search-report-select.html.tmpl" %]

Vyberte jedno nebo více polí jako Vaše osy a pak nastavte Vaši sestavu [% terms.bugs2 %] použitím zbytku formuláře.

[% button_name = "Generate Report" %]
Vertikální osa:
[% PROCESS select name = 'y_axis_field' %]

Vykreslení datové sestavy:
Jednotlivě
Dohromady
Násobné obrázky:
[% PROCESS select name = 'z_axis_field' %]
Formát:
[% chart_formats = [ { name => "line", description => "Spojnicový graf" }, { name => "bar", description => "Sloupcový graf" }, { name => "pie", description => "Koláčový graf" } ] %] [% default.chart_format.0 = default.chart_format.0 || "bar" %] [% FOREACH chart_format = chart_formats %] [% chart_format.description FILTER html %]
[% END %]
Horizontální osa: [% PROCESS select name = 'x_axis_field' %]

[% PROCESS search/form.html.tmpl %]

[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/search/search-report-select.html.tmpl~0000600000175000017500000000367410461615174023625 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # name: string. The name of the select block to output. # default.$name.0: string. The default value for the block, if any. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% BLOCK select %] [% rep_fields = ["classification", "product", "component", "version", "rep_platform", "op_sys", "bug_status", "resolution", "bug_severity", "priority", "target_milestone", "assigned_to", "reporter", "qa_contact", "votes" ] %] [% END %] cs/default/search/search-report-table.html.tmpl~0000600000175000017500000000467610461615363023440 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. However, to use it, you need to fulfill # the interfaces of the templates it contains. #%] [% PROCESS global/variables.none.tmpl %] [% js_data = BLOCK %] var queryform = "reportform" [% END %] [% PROCESS global/header.html.tmpl title = "Generate Tabular Report" onload = "doOnSelectProduct(0)" javascript = js_data javascript_urls = [ "js/productform.js" ] %] [% PROCESS "search/search-report-select.html.tmpl" %]

Choose one or more fields as your axes, and then refine your set of [% terms.bugs %] using the rest of the form.

[% button_name = "Generate Report" %]
Horizontal Axis: [% PROCESS select name = 'x_axis_field' %]
Vertical Axis:
[% PROCESS select name = 'y_axis_field' %]
Multiple Tables:
[% PROCESS select name = 'z_axis_field' %]

[% PROCESS search/form.html.tmpl %]

[% PROCESS "search/boolean-charts.html.tmpl" %]
[% PROCESS global/footer.html.tmpl %] cs/default/email/0000750000175000000410000000000010422570164015412 5ustar norbertwww-data00000000000000cs/default/email/CVS/0000700000175000000410000000000010422570164016040 5ustar norbertwww-data00000000000000cs/default/email/CVS/Repository0000664000175000000410000000006410422570164020156 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/email cs/default/email/CVS/Tag0000664000175000000410000000001710422570164016510 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/email/CVS/Entries0000664000175000000410000000007610422570164017413 0ustar norbertwww-data00000000000000/sudo.txt.tmpl/1.1/Fri Nov 4 16:11:38 2005//TBUGZILLA-2_22 D cs/default/email/CVS/Root0000664000175000000410000000006310422570164016721 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/email/sudo.txt.tmpl0000640000175000000410000000304610332704072020101 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 2005 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): A. Karl Kornel #%] [% PROCESS global/variables.none.tmpl %] Content-Type: text/plain From: [% Param("maintainer") %] To: [% user.email %] Subject: [[% terms.Bugzilla %]] Your account [% user.login -%] is being impersonated [%+ sudoer.identity %] has used the 'sudo' feature to access [%+ terms.Bugzilla %] using your account. [% IF reason %] [%+ sudoer.identity %] provided the following reason for doing this: [% reason FILTER wrap_comment %] [% ELSE %] [%+ sudoer.identity %] did not provide a reason for doing this. [% END %] If you feel that this action was inappropiate, please contact [%+ Param("maintainer") %]. For more information on this feature, visit <[% Param("urlbase") %]page.cgi?id=sudo.html>. cs/default/CVS/0000700000175000000410000000000010422570166014753 5ustar norbertwww-data00000000000000cs/default/CVS/Repository0000664000175000000410000000005610422570162017066 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default cs/default/CVS/Tag0000664000175000000410000000001710422570162015417 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/CVS/Entries0000664000175000000410000000074610422570166016332 0ustar norbertwww-data00000000000000/config.js.tmpl/1.6/Fri Sep 2 21:12:08 2005//TBUGZILLA-2_22 /config.rdf.tmpl/1.6/Fri Sep 2 21:12:08 2005//TBUGZILLA-2_22 /filterexceptions.pl/1.61/Mon Jan 9 21:54:16 2006//TBUGZILLA-2_22 /index.html.tmpl/1.24/Sun Aug 21 18:16:42 2005//TBUGZILLA-2_22 /sidebar.xul.tmpl/1.18.2.1/Thu Mar 2 23:45:33 2006//TBUGZILLA-2_22 D/account//// D/admin//// D/attachment//// D/bug//// D/email//// D/flag//// D/global//// D/list//// D/pages//// D/reports//// D/request//// D/search//// D/whine//// cs/default/CVS/Root0000664000175000000410000000006310422570162015630 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/filterexceptions.pl0000640000175000000410000002722010360555610020253 0ustar norbertwww-data00000000000000# -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code are the Bugzilla tests. # # The Initial Developer of the Original Code is Jacob Steenhagen. # Portions created by Jacob Steenhagen are # Copyright (C) 2001 Jacob Steenhagen. All # Rights Reserved. # # Contributor(s): Gervase Markham # Important! The following classes of directives are excluded in the test, # and so do not need to be added here. Doing so will cause warnings. # See 008filter.t for more details. # # Comments - [%#... # Directives - [% IF|ELSE|UNLESS|FOREACH... # Assignments - [% foo = ... # Simple literals - [% " selected" ... # Values always used for numbers - [% (i|j|k|n|count) %] # Params - [% Param(... # Safe functions - [% (time2str|GetBugLink)... # Safe vmethods - [% foo.size %] [% foo.length %] # [% foo.push() %] # TT loop variables - [% loop.count %] # Already-filtered stuff - [% wibble FILTER html %] # where the filter is one of html|csv|js|url_quote|quoteUrls|time|uri|xml|none %::safe = ( 'whine/schedule.html.tmpl' => [ 'event.key', 'query.id', 'query.sort', 'schedule.id', 'option.0', 'option.1', ], 'whine/mail.html.tmpl' => [ 'bug.bug_id', ], 'sidebar.xul.tmpl' => [ 'template_version', ], 'flag/list.html.tmpl' => [ 'flag.id', 'flag.status', 'type.id', ], 'search/boolean-charts.html.tmpl' => [ '"field${chartnum}-${rownum}-${colnum}"', '"value${chartnum}-${rownum}-${colnum}"', '"type${chartnum}-${rownum}-${colnum}"', 'field.name', 'field.description', 'type.name', 'type.description', '"${chartnum}-${rownum}-${newor}"', '"${chartnum}-${newand}-0"', 'newchart', 'jsmagic', ], 'search/form.html.tmpl' => [ 'qv.value', 'qv.name', 'qv.description', 'field.name', 'field.description', 'field.accesskey', 'sel.name', 'sel.accesskey', ], 'search/search-specific.html.tmpl' => [ 'status.name', ], 'request/queue.html.tmpl' => [ 'column_headers.$group_field', 'column_headers.$column', 'request.status', 'request.bug_id', 'request.attach_id', ], 'reports/components.html.tmpl' => [ 'numcols', 'comp.description', ], 'reports/duplicates-table.html.tmpl' => [ 'column.name', 'column.description', 'bug.id', 'bug.count', 'bug.delta', ], 'reports/duplicates.html.tmpl' => [ 'bug_ids_string', 'maxrows', 'changedsince', 'reverse', ], 'reports/keywords.html.tmpl' => [ 'keyword.description', 'keyword.bugcount', ], 'reports/report-table.csv.tmpl' => [ 'data.$tbl.$col.$row', 'colsepchar', ], 'reports/report-table.html.tmpl' => [ 'buglistbase', '"&$tbl_vals" IF tbl_vals', '"&$col_vals" IF col_vals', '"&$row_vals" IF row_vals', 'classes.$row_idx.$col_idx', 'urlbase', 'data.$tbl.$col.$row', 'row_total', 'col_totals.$col', 'grand_total', ], 'reports/report.html.tmpl' => [ 'imagebase', 'width', 'height', 'imageurl', 'formaturl', 'other_format.name', 'sizeurl', 'switchbase', 'format', 'cumulate', ], 'reports/duplicates.rdf.tmpl' => [ 'template_version', 'bug.id', 'bug.count', 'bug.delta', ], 'reports/chart.html.tmpl' => [ 'width', 'height', 'imageurl', 'sizeurl', 'height + 100', 'height - 100', 'width + 100', 'width - 100', ], 'reports/series-common.html.tmpl' => [ 'sel.name', 'sel.accesskey', '"onchange=\"$sel.onchange\"" IF sel.onchange', ], 'reports/chart.csv.tmpl' => [ 'data.$j.$i', 'colsepchar', ], 'reports/create-chart.html.tmpl' => [ 'series.series_id', 'newidx', ], 'reports/edit-series.html.tmpl' => [ 'default.series_id', ], 'list/change-columns.html.tmpl' => [ 'column', ], 'list/edit-multiple.html.tmpl' => [ 'group.id', 'group.description', 'group.description FILTER inactive', 'knum', 'menuname', ], 'list/list-simple.html.tmpl' => [ 'title', ], 'list/list.rdf.tmpl' => [ 'template_version', 'bug.bug_id', 'column', ], 'list/table.html.tmpl' => [ 'tableheader', 'bug.bug_id', 'abbrev.$id.title || field_descs.$id || column.title', ], 'list/list.csv.tmpl' => [ 'bug.bug_id', 'colsepchar', ], 'list/list.js.tmpl' => [ 'bug.bug_id', ], 'global/help.html.tmpl' => [ 'h.id', 'h.html', ], 'global/banner.html.tmpl' => [ 'VERSION', ], 'global/choose-classification.html.tmpl' => [ 'class.description', ], 'global/choose-product.html.tmpl' => [ 'target', 'proddesc.$p', ], # You are not permitted to add any values here. Everything in this file should # be filtered unless there's an extremely good reason why not, in which case, # use the "none" dummy filter. 'global/code-error.html.tmpl' => [ ], 'global/header.html.tmpl' => [ 'javascript', 'style', 'onload', 'h1', 'h2', 'h3', 'message', ], 'global/messages.html.tmpl' => [ 'message_tag', 'series.frequency * 2', ], 'global/select-menu.html.tmpl' => [ 'options', 'size', ], 'global/useful-links.html.tmpl' => [ 'email', ], # You are not permitted to add any values here. Everything in this file should # be filtered unless there's an extremely good reason why not, in which case, # use the "none" dummy filter. 'global/user-error.html.tmpl' => [ ], 'global/confirm-user-match.html.tmpl' => [ 'script', 'fields.${field_name}.flag_type.name', ], 'global/site-navigation.html.tmpl' => [ 'bug_list.first', 'bug_list.$prev_bug', 'bug_list.$next_bug', 'bug_list.last', 'bug.bug_id', 'bug.votes', ], 'bug/comments.html.tmpl' => [ 'comment.isprivate', 'comment.time', 'bug.bug_id', ], 'bug/dependency-graph.html.tmpl' => [ 'image_map', # We need to continue to make sure this is safe in the CGI 'image_url', 'map_url', 'bug_id', ], 'bug/dependency-tree.html.tmpl' => [ 'bugid', 'maxdepth', 'dependson_ids.join(",")', 'blocked_ids.join(",")', 'dep_id', 'hide_resolved', 'maxdepth + 1', 'maxdepth > 0 && maxdepth <= realdepth ? maxdepth : ""', 'maxdepth == 1 ? 1 : ( maxdepth ? maxdepth - 1 : realdepth - 1 )', ], 'bug/edit.html.tmpl' => [ 'bug.deadline', 'bug.remaining_time', 'bug.delta_ts', 'bug.bug_id', 'bug.votes', 'group.bit', 'group.description', 'dep.title', 'dep.fieldname', 'accesskey', 'bug.${dep.fieldname}.join(\', \')', 'selname', 'depbug FILTER bug_link(depbug)', '"${bug.dup_id}" FILTER bug_link(bug.dup_id)', ], 'bug/knob.html.tmpl' => [ 'bug.bug_id', 'knum', ], 'bug/navigate.html.tmpl' => [ 'bug_list.first', 'bug_list.last', 'bug_list.$prev_bug', 'bug_list.$next_bug', ], 'bug/show-multiple.html.tmpl' => [ 'bug.bug_id', 'bug.deadline', ], 'bug/show.html.tmpl' => [ 'bug.bug_id', ], 'bug/show.xml.tmpl' => [ 'VERSION', 'a.id', 'field', ], 'bug/summarize-time.html.tmpl' => [ 'global.grand_total FILTER format("%.2f")', 'subtotal FILTER format("%.2f")', 'work_time FILTER format("%.2f")', 'global.total FILTER format("%.2f")', ], 'bug/time.html.tmpl' => [ 'time_unit FILTER format(\'%.1f\')', 'time_unit FILTER format(\'%.2f\')', '(act / (act + rem)) * 100 FILTER format("%d")', ], 'bug/votes/list-for-bug.html.tmpl' => [ 'voter.vote_count', 'total', ], 'bug/votes/list-for-user.html.tmpl' => [ 'product.maxperbug', 'bug.id', 'bug.count', 'product.total', 'product.maxvotes', ], 'bug/process/confirm-duplicate.html.tmpl' => [ 'original_bug_id', 'duplicate_bug_id', ], 'bug/process/midair.html.tmpl' => [ 'bug_id', ], 'bug/process/results.html.tmpl' => [ 'title.$type', 'id', 'linktext.$type', ], 'bug/create/create.html.tmpl' => [ 'g.bit', 'g.description', 'sel.name', 'sel.description', 'cloned_bug_id' ], 'bug/create/create-guided.html.tmpl' => [ 'matches.0', 'tablecolour', 'buildid', 'sel', 'productstring', ], 'bug/activity/show.html.tmpl' => [ 'bug_id', ], 'bug/activity/table.html.tmpl' => [ 'change.attachid', 'change.field', ], 'attachment/create.html.tmpl' => [ 'bugid', 'attachment.id', ], 'attachment/created.html.tmpl' => [ 'attachid', 'bugid', 'contenttype', ], 'attachment/edit.html.tmpl' => [ 'attachment.id', 'attachment.bug_id', 'a', ], 'attachment/list.html.tmpl' => [ 'attachment.id', 'flag.status', 'bugid', ], 'attachment/show-multiple.html.tmpl' => [ 'a.attachid', 'flag.status' ], 'attachment/updated.html.tmpl' => [ 'attachid', 'bugid', ], 'attachment/diff-header.html.tmpl' => [ 'attachid', 'id', 'bugid', 'oldid', 'newid', 'style', 'javascript', 'patch.id', ], 'attachment/diff-file.html.tmpl' => [ 'lxr_prefix', 'file.minus_lines', 'file.plus_lines', 'bonsai_prefix', 'section.old_start', 'section_num' ], 'admin/table.html.tmpl' => [ 'link_uri' ], 'admin/classifications/select.html.tmpl' => [ 'cl.description', ], 'admin/products/groupcontrol/confirm-edit.html.tmpl' => [ 'group.count', ], 'admin/products/groupcontrol/edit.html.tmpl' => [ 'group.bugcount', 'group.id', 'const.CONTROLMAPNA', 'const.CONTROLMAPSHOWN', 'const.CONTROLMAPDEFAULT', 'const.CONTROLMAPMANDATORY', ], 'admin/products/list.html.tmpl' => [ 'classification_url_part', ], 'admin/products/confirm-delete.html.tmpl' => [ 'classification_url_part', ], 'admin/products/footer.html.tmpl' => [ 'classification_url_part', 'classification_text', ], 'admin/keywords/edit.html.tmpl' => [ 'keyword_id', 'bug_count', ], 'admin/keywords/confirm-delete.html.tmpl' => [ 'keyword_id', 'bug_count', ], 'admin/flag-type/confirm-delete.html.tmpl' => [ 'flag_count', 'flag_type.id', ], 'admin/flag-type/edit.html.tmpl' => [ 'action', 'type.id', 'type.target_type', 'type.sortkey || 1', 'typeLabelLowerPlural', 'typeLabelLowerSingular', 'selname', ], 'admin/flag-type/list.html.tmpl' => [ 'type.id', 'type.flag_count', ], 'admin/components/confirm-delete.html.tmpl' => [ 'comp.bug_count' ], 'admin/components/deleted.html.tmpl' => [ 'deleted_bug_count' ], 'admin/users/confirm-delete.html.tmpl' => [ 'andstring', 'responsibilityterms.$responsibility', 'reporter', 'assignee_or_qa', 'cc', 'flags.requestee', 'flags.setter', 'longdescs', 'namedqueries', 'votes', 'series', 'watch.watched', 'watch.watcher', 'whine_events', 'whine_schedules', 'otheruser.id' ], 'admin/users/edit.html.tmpl' => [ 'otheruser.id', 'group.id', 'perms.directbless', 'perms.directmember', ], 'admin/components/edit.html.tmpl' => [ 'comp.bug_count' ], 'admin/milestones/confirm-delete.html.tmpl' => [ 'bug_count' ], 'admin/milestones/deleted.html.tmpl' => [ 'bug_count' ], 'admin/versions/confirm-delete.html.tmpl' => [ 'bug_count' ], 'admin/settings/edit.html.tmpl' => [ 'name', 'checkbox_name' ], 'account/login.html.tmpl' => [ 'target', ], 'account/prefs/email.html.tmpl' => [ 'relationship.id', 'event.id', 'prefname', ], 'account/prefs/permissions.html.tmpl' => [ 'bit_description.name', 'bit_description.desc', ], 'account/prefs/prefs.html.tmpl' => [ 'current_tab.label', 'current_tab.name', ], 'account/prefs/settings.html.tmpl' => [ 'name', 'default_name' ], ); cs/default/account/0000750000175000000410000000000010457701246015764 5ustar norbertwww-data00000000000000cs/default/account/exists.html.tmpl0000640000175000000410000000266410457672515021163 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # login: string. The user's Bugzilla login email address. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Účet existuje" %]
[% terms.Bugzilla %] účet pro [% login FILTER html %] již existuje. Jste-li vlastník účtu a zapomněli jste Vaše heslo, .
[% PROCESS global/footer.html.tmpl %] cs/default/account/create.html.tmpl0000640000175000000410000000415710457700604021075 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE # none # # Param("maintainer") is used to display the maintainer's email. # Param("emailsuffix") is used to pre-fill the email field. #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] Create a new [% terms.Bugzilla %] account [% END %] [% PROCESS global/header.html.tmpl %]

Vše co potřebujete k vytvoření [% terms.Bugzilla %] účtu je zadat správnou emailovou adresu. Účet bude vytvořen a heslo Vám bude posláno emailem. Nemůžete se přihlásit dokud Vám nebude doručeno heslo. Nebude-li brzo doručeno , kontaktujte správce této instalace [% terms.Bugzilla %] na [% Param("maintainer") %].

Zadejte také Vaše skutečné jméno.

Emailová adresa: [% Param('emailsuffix') FILTER html %]
Skutečné jméno:

[% PROCESS global/footer.html.tmpl %] cs/default/account/cancel-token.txt.tmpl0000640000175000000410000000665510457701246022060 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg # Tobias Burnus #%] [% PROCESS global/variables.none.tmpl %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% PROCESS subject %] Žádost byla zrušena z adresy [% remoteaddress %]. Jestli jste toto nežádali, buť by mohlo jít o chybu nebo se někdo pokusil manipulovat s Vaším [% terms.Bugzilla %] účtem. Podívejte se na informace výše a níže tohoto emailu k [% maintainer %], tušíte-li nekalé úmysly. Token: [% token %] Token Type: [% tokentype %] User: [% emailaddress %] Issue Date: [% issuedate %] Event Data: [% eventdata %] Zrušeno z důvodu: [% PROCESS cancelactionmessage %] [% BLOCK subject %] [% IF tokentype == 'password' %] Žádost o změnu hesla zrušena [% ELSIF tokentype == 'emailnew' OR tokentype == 'emailold' %] Žádost o změnu emailu zrušena [% ELSE %] [% tokentype %] token zrušeno [% END %] [% END %] [% BLOCK cancelactionmessage %] [% IF cancelaction == 'account_exists' %] Účet [% email %] již existuje. [% ELSIF cancelaction == 'email_change_cancelled' %] Žádost o změnu emailové adresy účtu [% old_email %] na [% new_email %] byla zrušena. [% ELSIF cancelaction == 'email_change_cancelled_reinstated' %] Žádost o změnu emailové adresy Vašeho účtu na [% new_email %] byla zrušena. Vaše staré nastavení účtu bylo navráceno. [% ELSIF cancelaction == 'emailold_change_cancelled' %] Žádost o změnu emailové adresy Vašeho účtu na [% new_email %] byla zrušena. [% ELSIF cancelaction == 'password_change_cancelled' %] Požadoval jste zrušení. [% ELSIF cancelaction == 'user_logged_in' %] Byl jste přihlášen. [% ELSIF cancelaction == 'wrong_token_for_changing_passwd' %] Zkusil jste použít token ke změně hesla. [% ELSIF cancelaction == 'wrong_token_for_cancelling_email_change' %] Zkusil jste použít token ke změně emailové adresy. [% ELSIF cancelaction == 'wrong_token_for_confirming_email_change' %] Zkusil jste použít token k potvrzení změny emailové adresy. [% ELSE %] [%# Give sensible error if the cancel-token function is used incorrectly. #%] You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You passed in the string '[% cancelaction %]'. The correct use is to pass in a tag, and define that tag in the file cancel-token.txt.tmpl. If you are a [% terms.Bugzilla %] end-user seeing this message, please forward this email to [% Param('maintainer') %]. [% END %] [% END %] cs/default/account/created.html.tmpl0000640000175000000410000000241410457672756021253 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # login: string. The user's Bugzilla login email address. #%] [% PROCESS global/header.html.tmpl title = "Účet vytvořen" %]

Nový účet, [% login FILTER html %], byl vytvořen a náhodně vygenerované heslo bylo odesláno na tuto adresu.

Jakmile e-mail přijde, přihlašte se zde.

[% PROCESS global/footer.html.tmpl %] cs/default/account/email/0000750000175000000410000000000010457705313017052 5ustar norbertwww-data00000000000000cs/default/account/email/change-new.txt.tmpl0000640000175000000410000000321410457704720022604 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Žádost o změnu emailové adresy [%+ terms.Bugzilla %] přijala žádost o změnu emailové adresy účtu [% oldemailaddress %] na tuto adresu. Pro potvzení změny, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmem Nejste-li osoba, která vystavila tuto žádost o změnu nebo chcete-li tuto žádost zrušit, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem Neuděláte-li nic, žádost bude zrušena po uplynutí [%+ max_token_age %] dnů (přesněji [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). cs/default/account/email/confirm.html.tmpl0000640000175000000410000000304710457704166022362 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [%# INTERFACE: # token: string. The token to be used in this address change. #%] [% title = "Potvrzení změny Emailu" %] [% PROCESS global/header.html.tmpl %]

Pro změnu Vaší emailové adresy prosím zadejte starou emailovou adresu:

Stará emailová adresa:
 
[% PROCESS global/footer.html.tmpl %] cs/default/account/email/change-old.txt.tmpl0000640000175000000410000000353010457705314022572 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [%# INTERFACE: # emailaddress: string. The user's old Bugzilla login email address. # newemailaddress: string. The user's new Bugzilla login email address. # token: string. The token associated with this change. #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Žádost o změnu emailové adresy Importance: High X-MSMail-Priority: High X-Priority: 1 [%+ terms.Bugzilla %] přijala žádost o změnu emailové adresy Vašeho účtu na [%+ newemailaddress %]. Nejste-li osoba, která vystavila tuto žádost o změnu nebo chcete-li tuto žádost zrušit, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem Neuděláte-li nic a [%+ newemailaddress %] potrvdí tuto žádost, změna bude provedena natrvalo po uplynutí [%+ max_token_age %] dnů (přesněji [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). cs/default/account/email/CVS/0000700000175000000410000000000010422570162017472 5ustar norbertwww-data00000000000000cs/default/account/email/CVS/Repository0000664000175000000410000000007410422570162021611 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/account/email cs/default/account/email/CVS/Tag0000664000175000000410000000001710422570162020142 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/account/email/CVS/Entries0000664000175000000410000000030610422570162021041 0ustar norbertwww-data00000000000000/change-new.txt.tmpl/1.8/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_22 /change-old.txt.tmpl/1.9/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_22 /confirm.html.tmpl/1.9/Thu Mar 18 16:08:52 2004//TBUGZILLA-2_22 D cs/default/account/email/CVS/Root0000664000175000000410000000006310422570162020353 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/account/email/confirm.html.tmpl~0000600000175000017500000000302210457704166022475 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [%# INTERFACE: # token: string. The token to be used in this address change. #%] [% title = "Confirm Change Email" %] [% PROCESS global/header.html.tmpl %]

To change your email address, please enter the old email address:

Old Email Address:
 
[% PROCESS global/footer.html.tmpl %] cs/default/account/email/change-new.txt.tmpl~0000600000175000017500000000321410457704720022726 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Žádost o změnu emailové adresy [%+ terms.Bugzilla %] přijala žádost o změnu emailové adresy účtu [% oldemailaddress %] na tuto adresu. Pro potvzení změny, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmem Nejste-li osoba, která vystavila tuto žádost o změnu nebo chcete-li tuto žádost zrušit, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem Neuděláte-li nic, žádost bude zrušena po uplynutí [%+ max_token_age %] dnů (přesněji [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). cs/default/account/email/change-old.txt.tmpl~0000600000175000017500000000351010457705314022712 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [%# INTERFACE: # emailaddress: string. The user's old Bugzilla login email address. # newemailaddress: string. The user's new Bugzilla login email address. # token: string. The token associated with this change. #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request Importance: High X-MSMail-Priority: High X-Priority: 1 [%+ terms.Bugzilla %] has received a request to change the email address for your account to [%+ newemailaddress %]. If you are not the person who made this request, or you wish to cancel this request, visit the following link: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem If you do nothing, and [%+ newemailaddress %] confirms this request, the change will be made permanent after [%+ max_token_age %] days (at precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]). cs/default/account/CVS/0000700000175000000410000000000010422570166016407 5ustar norbertwww-data00000000000000cs/default/account/CVS/Repository0000664000175000000410000000006610422570162020523 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/account cs/default/account/CVS/Tag0000664000175000000410000000001710422570162017053 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/account/CVS/Entries0000664000175000000410000000046410422570166017763 0ustar norbertwww-data00000000000000/cancel-token.txt.tmpl/1.8/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_22 /create.html.tmpl/1.8/Sun Jan 18 18:39:11 2004//TBUGZILLA-2_22 /created.html.tmpl/1.6/Sat Mar 12 21:51:16 2005//TBUGZILLA-2_22 /exists.html.tmpl/1.7/Sun Jan 18 18:39:11 2004//TBUGZILLA-2_22 D/auth//// D/email//// D/password//// D/prefs//// cs/default/account/CVS/Root0000664000175000000410000000006310422570162017264 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/account/prefs/0000750000175000000410000000000010461622021017067 5ustar norbertwww-data00000000000000cs/default/account/prefs/prefs.html.tmpl0000640000175000000410000000752410460142421022060 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Frédéric Buclin #%] [%# INTERFACE: # tabs: List of hashes. May not be empty. Each hash has three members: # name: string. Name of the tab (used internally.) # description: string. Description of the tab (used in tab title.) # saveable: boolean. True if tab has a form which can be submitted. # True if user is not receiving self-generated mail. # Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist, # and its interface must be fulfilled. # current_tab: A direct reference to one of the hashes in the tabs list. # This tab will be displayed. # changes_saved: boolean/string. True if the CGI processed form data before # displaying anything, and can contain an optional custom # message if required (which Perl still evaluates as True). # dont_show_button: boolean. Prevent the display of the "Submit Changes" button. #%] [% filtered_login = user.login FILTER html %] [% PROCESS global/header.html.tmpl title = "Uživatelské nastavení" h2 = filtered_login style_urls = ['skins/standard/admin.css'] %] [% tabs = [ { name => "account", label => "Nastavení účtu", link => "userprefs.cgi?tab=account", saveable => "1" }, { name => "settings", label => "Hlavní nastavení", link => "userprefs.cgi?tab=settings", saveable => "1" }, { name => "email", label => "Nastavení emailů", link => "userprefs.cgi?tab=email", saveable => "1" }, { name => "saved-searches", label => "Uložené dotazy", link => "userprefs.cgi?tab=saved-searches", saveable => "1" }, { name => "permissions", label => "Práva", link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %] [% FOREACH tab IN tabs %] [% IF tab.name == current_tab_name %] [% current_tab = tab %] [% LAST %] [% END %] [% END %] [% PROCESS global/tabs.html.tmpl %] [% IF changes_saved %]

Změny ve formuláři [% current_tab.label FILTER lower %] byly uloženy.

[% IF email_changes_saved %]

Email byl odeslán na obě - starou i novou emailovou adresu pro potvrzení změny emailové adresy.

[% END %] [% END %]

[% current_tab.label %]

[% IF current_tab.saveable %]
[% END %] [% PROCESS "account/prefs/${current_tab.name}.html.tmpl" IF current_tab.name.defined %] [% IF current_tab.saveable %] [% UNLESS dont_show_button %]
 
[% END %]
[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/account/prefs/footer.html.tmpl0000640000175000000410000000506710457721373022256 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # mybugslink: boolean. True if the user wishes the My Bugs link to appear. # queries: array of hashes. May be empty. Each hash has two members: # name: string. The name of the search. # footer: boolean. True if the search appears in the footer. #%] [% PROCESS global/variables.none.tmpl %] [% IF queries.size %] [% FOREACH query = queries %] [% END %] [% ELSE %] [% END %]
Odkaz na 'Moje [% terms.bugs %]':
Váš dotaz nazvaný '[% query.name FILTER html %]':

Vytváříte-li uložené dotazy použitím vyhledávání, můžete otevřít totu stránku a vybrat zobrazování některých uložených dotazů v zápatí každé [% terms.Bugzilla %] stránky.

cs/default/account/prefs/saved-searches.html.tmpl0000640000175000000410000000507610461622021023636 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%]

Vaše uložené dotazy jsou následující:

[% FOREACH q = queries %] [% END %]
Dotaz Odkaz Editace Odstranění Zobrazit v zápatí
Moje požadavky [% filtered_username = user.login FILTER url_quote %] Spustit    
[% q.name FILTER html %] Spustit Editovat [% IF q.usedinwhine %] Zapomenout dotaz [% ELSE %] Zapomenout dotaz [% END %]
cs/default/account/prefs/CVS/0000700000175000000410000000000010422570162017522 5ustar norbertwww-data00000000000000cs/default/account/prefs/CVS/Repository0000664000175000000410000000007410422570162021641 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/account/prefs cs/default/account/prefs/CVS/Tag0000664000175000000410000000001710422570162020172 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/account/prefs/CVS/Entries0000664000175000000410000000071310422570162021073 0ustar norbertwww-data00000000000000/account.html.tmpl/1.6/Thu Mar 18 16:11:27 2004//TBUGZILLA-2_22 /email.html.tmpl/1.24/Mon Oct 31 23:09:28 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.5/Thu Mar 18 21:51:16 2004//TBUGZILLA-2_22 /permissions.html.tmpl/1.8/Sun Nov 20 01:31:36 2005//TBUGZILLA-2_22 /prefs.html.tmpl/1.21/Fri Oct 28 09:56:54 2005//TBUGZILLA-2_22 /saved-searches.html.tmpl/1.8/Thu Aug 25 13:39:20 2005//TBUGZILLA-2_22 /settings.html.tmpl/1.3/Fri Oct 28 09:56:54 2005//TBUGZILLA-2_22 D cs/default/account/prefs/CVS/Root0000664000175000000410000000006310422570162020403 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/account/prefs/email.html.tmpl0000640000175000000410000002266310460142052022031 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Myk Melez # Shane H. W. Travis #%] [%# INTERFACE: # watchedusers: string. # Comma-separated list of email addresses this user watches. # watchers: array. # Array of users watching this user's account. # excludeself: boolean. # True if user is not receiving self-generated mail. # : Multiple hashes, one for each rolename (e.g. assignee; see # below), keyed by reasonname (e.g. comments; again, see # below). The value is a boolean - true if the user is # receiving mail for that reason when in that role. # Also references the 'supportwatchers' Param. #%] [% PROCESS global/variables.none.tmpl %] [% useqacontact = Param('useqacontact') %] [% usevotes = Param('usevotes') %]

Nedostáváte-li rád oznámení "triviálních" změn v [% terms.bugs6 %], můžete použít nastavení níže k filtrování všech nebo jen vybraných oznámení.


Globální volby:
[% prefname = "email-$constants.REL_ANY-$constants.EVT_FLAG_REQUESTED" %]
[% prefname = "email-$constants.REL_ANY-$constants.EVT_REQUESTED_FLAG" %]

Specifické události pro různé vztahy k [% terms.bug2 %]:

[% events = [ { id = constants.EVT_ADDED_REMOVED, description = "Jsem zbaven nebo dosazen do tohoto vztahu " }, { id = constants.EVT_OPENED_CLOSED, description = "Je $terms.bug vyřešen nebo znovu otevřen" }, { id = constants.EVT_PROJ_MANAGEMENT, description = "Je změněna priorita, status, závažnost nebo cílová verze" }, { id = constants.EVT_COMMENT, description = "Jsou přidány nové komentáře" }, { id = constants.EVT_ATTACHMENT, description = "Jsou přidány nové přílohy" }, { id = constants.EVT_ATTACHMENT_DATA, description = "Jsou změněna některá data přílohy" }, { id = constants.EVT_KEYWORD, description = "Jsou změněna pole klíčových slov" }, { id = constants.EVT_CC, description = "Je změněno pole kopie" }, { id = constants.EVT_DEPEND_BLOCK, description = "Je změněn strom závislosti" }, { id = constants.EVT_OTHER, description = "Jsou změněna pole neuvedená výše" }, ] %] [% neg_events = [ { id = constants.EVT_UNCONFIRMED, description = "Je $terms.bug ve stavu NEPOTVRZEN" }, { id = constants.EVT_CHANGED_BY_ME, description = "Jsem provedl změnu" }, ] %] [% relationships = [ { id = constants.REL_ASSIGNEE, description = "Příjemce" }, { id = constants.REL_QA, description = "QA kontakt" }, { id = constants.REL_REPORTER, description = "Zadavatel" }, { id = constants.REL_CC, description = "Adresát kopie" }, { id = constants.REL_VOTER, description = "Hlasující" }, ] %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% FOREACH event = events %] [% count = loop.count() %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% FOREACH event = neg_events %] [% count = loop.count() %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %]
Je-li můj vztah k danému [% terms.bug2 %]: Chci dostat oznámení emailem, když:
[% relationship.description FILTER html %]
[% event.description FILTER html %]
  ale nechci když (přebije nastavení výše):
[% event.description FILTER html %]
[%# Add hidden form fields for fields not used %] [% FOREACH event = events %] [% FOREACH relationship = relationships %] [% IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% END %] [% FOREACH event = neg_events %] [% FOREACH relationship = relationships %] [% IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% END %] [% IF Param('supportwatchers') %]
Sledování uživatelů

Sledujete-li uživatele, je to jakoby jste it is as if you are standing in their shoes for the purposes of getting email. Email je odeslán nebo není podle Vašeho nastavení jeho vztahu k [% terms.bug2 %] (např. příjemce). Sledujete uživatele v následujícím, čárkou odděleném, výpisu:

Sledovaní uživatelé:

Uživatelé sledující Vás:
[% IF watchers.size %] [% FOREACH watcher = watchers %] [% watcher FILTER html %]
[% END %] [% ELSE %] Nenalezeni [% END %]

[% END %]

cs/default/account/prefs/settings.html.tmpl0000640000175000000410000000572710457716623022625 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # Frédéric Buclin # #%] [%# INTERFACE: # setting_names: an array of strings # settings: a hash of hashes, keyed by setting_name. # Each hash contains: # is_enabled - boolean # default_value - string (global default for this setting) # value - string (user-defined preference) # is_default - boolean (true if user has no preference) # has_settings_enabled : boolean; is true if there is at least one user pref # enabled by the maintainer. #%] [% PROCESS "global/setting-descs.none.tmpl" %] [% IF settings.size %] [% UNLESS has_settings_enabled %]

All user preferences have been disabled by the maintainer of this installation, and so you cannot customise any.

[% END %] [% FOREACH name = setting_names %] [% default_name = name _ '-isdefault' %] [% default_val = settings.${name}.default_value %] [% END %]
[% setting_descs.$name OR name FILTER html %] [% IF settings.${name}.is_enabled %] [% ELSE %] [% END %]
[% END %]
cs/default/account/prefs/account.html.tmpl0000640000175000000410000000545210457712416022410 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # realname: string. The user's real name, if any. # login_change_date: string. The date the email change will be complete. (optional) # new_login_name: string. The user's new Bugzilla login whilst not confirmed. (optional) #%] [% IF Param('allowemailchange') %] [% IF login_change_date %] [% IF new_login_name %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% END %]
Prosím zadejte Vaše existující heslo pro potvrzení změn účtu.
Heslo:

Nové heslo:
Nové heslo znovu:
Vaše skutečné jméno:
Nová emailová adresa: [% new_login_name FILTER html %]
Datum platnosti dotazu: [% login_change_date FILTER time %]
Potvrzená emailová adresa: [% user.login FILTER html %]
Datum dokončení: [% login_change_date FILTER time %]
Nová emailová adresa:
cs/default/account/prefs/permissions.html.tmpl0000640000175000000410000000521710457722731023327 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # has_bits: array of hashes. May be empty. # name => Names of the permissions the user has. # desc => Descriptions of the permissions the user has. # set_bits: array of hashes. May be empty. # name => Names of the permissions the user can set for # other people. # desc => Descriptions of the permissions the user can set for # other people. #%] [% PROCESS global/variables.none.tmpl %]
[% IF has_bits.size %] Máte nastavena následující práva pro Váš účet:


[% FOREACH bit_description = has_bits %] [% END %]
[% bit_description.name %] [% bit_description.desc %]
[% ELSE %] Nejsou nastavena žádná práva pro Váš účet. [% END %] [% IF user.groups.editusers %]
Máte privilegium editusers. Můžete přidávat a odebírat všechna práva všem uživatelům. [% ELSIF set_bits.size %]
A můžete přidávat a odebírat práva jiným uživatelům:

[% FOREACH bit_description = set_bits %] [% END %]
[% bit_description.name %] [% bit_description.desc %]

[% END %] [% IF user.groups.bz_sudoers %]
Jste členem skupiny bz_sudoers, takže můžete zastupovat jiné uživatele. [% END %]
cs/default/account/prefs/account.html.tmpl~0000600000175000017500000000544310457712416022532 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # realname: string. The user's real name, if any. # login_change_date: string. The date the email change will be complete. (optional) # new_login_name: string. The user's new Bugzilla login whilst not confirmed. (optional) #%] [% IF Param('allowemailchange') %] [% IF login_change_date %] [% IF new_login_name %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% END %]
Prosím zadejte Vaše existující heslo pro potvrzení změn účtu.
Heslo:

Nové heslo:
Nové heslo znovu:
Vaše skutečné jméno:
Pending email address: [% new_login_name FILTER html %]
Change request expires: [% login_change_date FILTER time %]
Confirmed email address: [% user.login FILTER html %]
Completion date: [% login_change_date FILTER time %]
Nová emailová adresa:
cs/default/account/prefs/settings.html.tmpl~0000600000175000017500000000573110457716622022741 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # Frédéric Buclin # #%] [%# INTERFACE: # setting_names: an array of strings # settings: a hash of hashes, keyed by setting_name. # Each hash contains: # is_enabled - boolean # default_value - string (global default for this setting) # value - string (user-defined preference) # is_default - boolean (true if user has no preference) # has_settings_enabled : boolean; is true if there is at least one user pref # enabled by the maintainer. #%] [% PROCESS "global/setting-descs.none.tmpl" %] [% IF settings.size %] [% UNLESS has_settings_enabled %]

All user preferences have been disabled by the maintainer of this installation, and so you cannot customise any.

[% END %] [% FOREACH name = setting_names %] [% default_name = name _ '-isdefault' %] [% default_val = settings.${name}.default_value %] [% END %]
[% setting_descs.$name OR name FILTER html %] [% IF settings.${name}.is_enabled %] [% ELSE %] [% END %]
[% END %]
cs/default/account/prefs/footer.html.tmpl~0000600000175000017500000000504010457721373022367 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # mybugslink: boolean. True if the user wishes the My Bugs link to appear. # queries: array of hashes. May be empty. Each hash has two members: # name: string. The name of the search. # footer: boolean. True if the search appears in the footer. #%] [% PROCESS global/variables.none.tmpl %] [% IF queries.size %] [% FOREACH query = queries %] [% END %] [% ELSE %] [% END %]
Odkaz na 'Moje [% terms.bugs %]':
Váš dotaz nazvaný '[% query.name FILTER html %]':

If you create remembered queries using the search page, you can then come to this page and choose to have some of them appear in the footer of each [% terms.Bugzilla %] page.

cs/default/account/prefs/permissions.html.tmpl~0000600000175000017500000000523310457722731023447 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # has_bits: array of hashes. May be empty. # name => Names of the permissions the user has. # desc => Descriptions of the permissions the user has. # set_bits: array of hashes. May be empty. # name => Names of the permissions the user can set for # other people. # desc => Descriptions of the permissions the user can set for # other people. #%] [% PROCESS global/variables.none.tmpl %]
[% IF has_bits.size %] Máte nastavena následující práva pro Váš účet:


[% FOREACH bit_description = has_bits %] [% END %]
[% bit_description.name %] [% bit_description.desc %]
[% ELSE %] Nejsou nastavena žádná práva pro Váš účet. [% END %] [% IF user.groups.editusers %]
Máte privilegium editusers. Můžete přidávat a odebírat všechna práva všem uživatelům. [% ELSIF set_bits.size %]
And you can turn on or off the following [% terms.bits %] for other users:

[% FOREACH bit_description = set_bits %] [% END %]
[% bit_description.name %] [% bit_description.desc %]

[% END %] [% IF user.groups.bz_sudoers %]
Jste členem skupiny bz_sudoers, takže můžete zastupovat jiné uživatele. [% END %]
cs/default/account/prefs/email.html.tmpl~0000600000175000017500000002266510460142052022155 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Myk Melez # Shane H. W. Travis #%] [%# INTERFACE: # watchedusers: string. # Comma-separated list of email addresses this user watches. # watchers: array. # Array of users watching this user's account. # excludeself: boolean. # True if user is not receiving self-generated mail. # : Multiple hashes, one for each rolename (e.g. assignee; see # below), keyed by reasonname (e.g. comments; again, see # below). The value is a boolean - true if the user is # receiving mail for that reason when in that role. # Also references the 'supportwatchers' Param. #%] [% PROCESS global/variables.none.tmpl %] [% useqacontact = Param('useqacontact') %] [% usevotes = Param('usevotes') %]

Nedostáváte-li rád oznámení "triviálních" změn v [% terms.bugs6 %], můžete použít nastavení níže k filtrování všech nebo jen vybraných oznámení.


Globální volby:
[% prefname = "email-$constants.REL_ANY-$constants.EVT_FLAG_REQUESTED" %]
[% prefname = "email-$constants.REL_ANY-$constants.EVT_REQUESTED_FLAG" %]

Specifické události pro různé vztahy k [% terms.bug2 %]:

[% events = [ { id = constants.EVT_ADDED_REMOVED, description = "Jsem zbaven nebo dosazen do tohoto vztahu " }, { id = constants.EVT_OPENED_CLOSED, description = "Je $terms.bug vyřešen nebo znovu otevřen" }, { id = constants.EVT_PROJ_MANAGEMENT, description = "Je změněna priorita, status, závažnost nebo cílová verze" }, { id = constants.EVT_COMMENT, description = "Jsou přidány nové komentáře" }, { id = constants.EVT_ATTACHMENT, description = "Jsou přidány nové přílohy" }, { id = constants.EVT_ATTACHMENT_DATA, description = "Jsou změněna některá data přílohy" }, { id = constants.EVT_KEYWORD, description = "Jsou změněna pole klíčových slov" }, { id = constants.EVT_CC, description = "Je změněno pole kopie" }, { id = constants.EVT_DEPEND_BLOCK, description = "Je změněn strom závislosti" }, { id = constants.EVT_OTHER, description = "Jsou změněna pole neuvedená výše" }, ] %] [% neg_events = [ { id = constants.EVT_UNCONFIRMED, description = "Je $terms.bug ve stavu NEPOTVRZEN" }, { id = constants.EVT_CHANGED_BY_ME, description = "Jsem provedl změnu" }, ] %] [% relationships = [ { id = constants.REL_ASSIGNEE, description = "Příjemce" }, { id = constants.REL_QA, description = "QA kontakt" }, { id = constants.REL_REPORTER, description = "Zadavatel" }, { id = constants.REL_CC, description = "Příjemce kopie" }, { id = constants.REL_VOTER, description = "Hlasující" }, ] %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% FOREACH event = events %] [% count = loop.count() %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% FOREACH event = neg_events %] [% count = loop.count() %] [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %]
Je-li můj vztah k danému [% terms.bug2 %]: Chci dostat oznámení emailem, když:
[% relationship.description FILTER html %]
[% event.description FILTER html %]
  ale nechci když (přebije nastavení výše):
[% event.description FILTER html %]
[%# Add hidden form fields for fields not used %] [% FOREACH event = events %] [% FOREACH relationship = relationships %] [% IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% END %] [% FOREACH event = neg_events %] [% FOREACH relationship = relationships %] [% IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] [% END %] [% END %] [% END %] [% IF Param('supportwatchers') %]
Sledování uživatelů

Sledujete-li uživatele, je to jakoby jste it is as if you are standing in their shoes for the purposes of getting email. Email je odeslán nebo není podle Vašeho nastavení jeho vztahu k [% terms.bug2 %] (např. příjemce). Sledujete uživatele v následujícím, čárkou odděleném, výpisu:

Sledovaní uživatelé:

Uživatelé sledující Vás:
[% IF watchers.size %] [% FOREACH watcher = watchers %] [% watcher FILTER html %]
[% END %] [% ELSE %] Nenalezeni [% END %]

[% END %]

cs/default/account/prefs/prefs.html.tmpl~0000600000175000017500000000752410460142421022202 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Frédéric Buclin #%] [%# INTERFACE: # tabs: List of hashes. May not be empty. Each hash has three members: # name: string. Name of the tab (used internally.) # description: string. Description of the tab (used in tab title.) # saveable: boolean. True if tab has a form which can be submitted. # True if user is not receiving self-generated mail. # Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist, # and its interface must be fulfilled. # current_tab: A direct reference to one of the hashes in the tabs list. # This tab will be displayed. # changes_saved: boolean/string. True if the CGI processed form data before # displaying anything, and can contain an optional custom # message if required (which Perl still evaluates as True). # dont_show_button: boolean. Prevent the display of the "Submit Changes" button. #%] [% filtered_login = user.login FILTER html %] [% PROCESS global/header.html.tmpl title = "Uživatelské nastavení" h2 = filtered_login style_urls = ['skins/standard/admin.css'] %] [% tabs = [ { name => "account", label => "Nastavení účtu", link => "userprefs.cgi?tab=account", saveable => "1" }, { name => "settings", label => "Hlavní nastavení", link => "userprefs.cgi?tab=settings", saveable => "1" }, { name => "email", label => "Nastavení emailů", link => "userprefs.cgi?tab=email", saveable => "1" }, { name => "saved-searches", label => "Uložené dotazy", link => "userprefs.cgi?tab=saved-searches", saveable => "1" }, { name => "permissions", label => "Práva", link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %] [% FOREACH tab IN tabs %] [% IF tab.name == current_tab_name %] [% current_tab = tab %] [% LAST %] [% END %] [% END %] [% PROCESS global/tabs.html.tmpl %] [% IF changes_saved %]

změny ve formuláři [% current_tab.label FILTER lower %] byly uloženy.

[% IF email_changes_saved %]

Email byl odeslán na obě - starou i novou emailovou adresu pro potvrzení změny emailové adresy.

[% END %] [% END %]

[% current_tab.label %]

[% IF current_tab.saveable %]
[% END %] [% PROCESS "account/prefs/${current_tab.name}.html.tmpl" IF current_tab.name.defined %] [% IF current_tab.saveable %] [% UNLESS dont_show_button %]
 
[% END %]
[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/account/prefs/saved-searches.html.tmpl~0000600000175000017500000000506410461622021023755 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%]

Vaše uložené dotazy jsou následující:

[% FOREACH q = queries %] [% END %]
Dotaz Odkaz Editace Odstranění Zobrazit v zápatí
Moje požadavky [% filtered_username = user.login FILTER url_quote %] Spustit    
[% q.name FILTER html %] Spustit Editovat [% IF q.usedinwhine %] Zapomenout dotaz [% ELSE %] Forget [% END %]
cs/default/account/auth/0000750000175000000410000000000010457703742016730 5ustar norbertwww-data00000000000000cs/default/account/auth/ldap-error.html.tmpl0000640000175000000410000000326510457702146022644 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz #%] [%# INTERFACE: # auth_err_tag: string. The tag for the error # info: hash. Additional variables which may be used when printing details # of the error. #%] [% PROCESS global/variables.none.tmpl %] [% SWITCH auth_err_tag %] [% CASE "cannot_retreive_attr" %] Specifikovaný LDAP atribut [% info.attr FILTER html %] nebyl nalezen. [% CASE "connect_failed" %] Vyskytla se chyba během pokusu o připojení na LDAP server. [% IF info.errstr %] Chyba ze serveru byla: [% info.errstr FILTER html %]. [% END %] [% CASE "no_userid" %] [% terms.Bugzilla %] pro Vás vytvořila nový účet, ale pak nemohla najít nové userid. [% CASE "server_not_defined" %] LDAP server pro autentizaci nebyl definován. [% CASE %] Neznámá autentizační chyba: [% auth_err_tag FILTER html %] [% END %] cs/default/account/auth/CVS/0000700000175000000410000000000010422570162017344 5ustar norbertwww-data00000000000000cs/default/account/auth/CVS/Repository0000664000175000000410000000007310422570162021462 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/account/auth cs/default/account/auth/CVS/Tag0000664000175000000410000000001710422570162020014 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/account/auth/CVS/Entries0000664000175000000410000000031010422570162020706 0ustar norbertwww-data00000000000000/ldap-error.html.tmpl/1.3/Thu Mar 18 16:10:17 2004//TBUGZILLA-2_22 /login-small.html.tmpl/1.2/Tue Feb 21 00:19:25 2006//TBUGZILLA-2_22 /login.html.tmpl/1.13/Tue Apr 12 17:23:01 2005//TBUGZILLA-2_22 D cs/default/account/auth/CVS/Root0000664000175000000410000000006310422570162020225 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/account/auth/login.html.tmpl0000640000175000000410000000726410457703742021713 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Toms Baugis #%] [%# INTERFACE: # target: string. URL to go to after login. # has_db: true if DB is one of the available authentication mechanisms #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Přihlášení do Bugzilly", onload = "document.forms['login'].Bugzilla_login.focus()" %]

Je vyžadován správný login a heslo pro pokračování.

[% IF Param('rememberlogin') == 'defaulton' || Param('rememberlogin') == 'defaultoff' %] [% END %] [% IF Param('loginnetmask') < 32 %] [% END %]
Login:
Heslo:
  Zapamatovat můj login
Omezit toto spojení
na tuto IP adresu:
(Použití této volby zvýší bezpečnost)
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password|restrictlogin)$" %]

(Poznámka: Ujistěte se, že cookies jsou povoleny pro tuto stránku. V opačném případě po Vás bude vyžadováno přihlášení opakovaně.)

[%# Allow the user to create a new account, or request a token to change # their password, assuming that our auth method allows that. #%] [% IF caneditaccount %] [% IF Param("createemailregexp") %]

Nemáte-li [% terms.Bugzilla %] účet, můžete si vytvořit nový účet.

[% END %] [%# For now, password change requests only apply to the DB # verification method #%] [% IF has_db != 0 %]
Máte-li účet, ale zapomněli jste Vaše heslo, zadejte Váš login níže a odešlete žádost o změnu Vašeho hesla.
[% END %]
[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/account/auth/login-small.html.tmpl0000640000175000000410000000531210457703651023010 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Jacob Steenhagen #%] [% PROCESS global/variables.none.tmpl %] [%# Use the current script name. If an empty name is retuned, # then we are accessing the home page. %] [% script_name = cgi.url(Relative => 1) %] [%# If SSL is in use, use 'sslbase', else use 'urlbase'. %] [% IF Param("sslbase") != "" && Param("ssl") != "never" %] [% script_name = Param("sslbase") _ script_name %] [% ELSE %] [% script_name = Param("urlbase") _ script_name %] [% END %]
[% IF Param('rememberlogin') == 'defaulton' || Param('rememberlogin') == 'defaultoff' %] [% END %] [% IF Param('loginnetmask') < 32 %] [% END %] [%# For now, password change requests only apply to the DB # verification method #%] [% IF has_db != 0 %] [% END %]
Login:
Heslo:
  Zapamatovat můj login
Omezit toto spojení
na tuto IP adresu:
(Použití této volby zvýší bezpečnost)
[ Zapomenout moje heslo ]
cs/default/account/auth/ldap-error.html.tmpl~0000600000175000017500000000331110457702146022756 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz #%] [%# INTERFACE: # auth_err_tag: string. The tag for the error # info: hash. Additional variables which may be used when printing details # of the error. #%] [% PROCESS global/variables.none.tmpl %] [% SWITCH auth_err_tag %] [% CASE "cannot_retreive_attr" %] The specified LDAP attribute [% info.attr FILTER html %] was not found. [% CASE "connect_failed" %] An error occurred while trying to connect to the LDAP server. [% IF info.errstr %] The error from the server was: [% info.errstr FILTER html %]. [% END %] [% CASE "no_userid" %] [% terms.Bugzilla %] created a new account for you, but then could not find the new userid. [% CASE "server_not_defined" %] The LDAP server for authentication has not been defined. [% CASE %] Unhandled authentication error: [% auth_err_tag FILTER html %] [% END %] cs/default/account/auth/login-small.html.tmpl~0000600000175000017500000000527410457703651023141 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Jacob Steenhagen #%] [% PROCESS global/variables.none.tmpl %] [%# Use the current script name. If an empty name is retuned, # then we are accessing the home page. %] [% script_name = cgi.url(Relative => 1) %] [%# If SSL is in use, use 'sslbase', else use 'urlbase'. %] [% IF Param("sslbase") != "" && Param("ssl") != "never" %] [% script_name = Param("sslbase") _ script_name %] [% ELSE %] [% script_name = Param("urlbase") _ script_name %] [% END %]
[% IF Param('rememberlogin') == 'defaulton' || Param('rememberlogin') == 'defaultoff' %] [% END %] [% IF Param('loginnetmask') < 32 %] [% END %] [%# For now, password change requests only apply to the DB # verification method #%] [% IF has_db != 0 %] [% END %]
Login:
Heslo:
  Zapamatovat můj login
Restrict this session
to this IP address:
(Using this option improves security)
[ Forgot my Password ]
cs/default/account/auth/login.html.tmpl~0000600000175000017500000000725710457703742022037 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # Toms Baugis #%] [%# INTERFACE: # target: string. URL to go to after login. # has_db: true if DB is one of the available authentication mechanisms #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Přihlášení do Bugzilly", onload = "document.forms['login'].Bugzilla_login.focus()" %]

Je vyžadován správný login a heslo pro pokračování.

[% IF Param('rememberlogin') == 'defaulton' || Param('rememberlogin') == 'defaultoff' %] [% END %] [% IF Param('loginnetmask') < 32 %] [% END %]
Login:
Heslo:
  Zapamatovat můj login
Omezit toto spojení
na tuto IP adresu:
(Použití této volby zvýší bezpečnost)
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password|restrictlogin)$" %]

(Poznámka: Ujistěte se, že cookies jsou povoleny pro tuto stránku. V opačném případě po Vás bude vyžadováno přihlášení opakovaně.)

[%# Allow the user to create a new account, or request a token to change # their password, assuming that our auth method allows that. #%] [% IF caneditaccount %] [% IF Param("createemailregexp") %]

Nemáte-li [% terms.Bugzilla %] účet, můžete si vytvořit nový účet.

[% END %] [%# For now, password change requests only apply to the DB # verification method #%] [% IF has_db != 0 %]
Máte-li účet, ale zapomněli jste Vaše heslo, zadejte Váš login níže a odešlete žádost o změnu Vašeho hesla.
[% END %]
[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/account/password/0000750000175000000410000000000010457706206017627 5ustar norbertwww-data00000000000000cs/default/account/password/set-forgotten-password.html.tmpl0000640000175000000410000000320610457706206026132 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% title = "Změna hesla" %] [% PROCESS global/header.html.tmpl %]

Pro změnu Vašeho hesla zadejte nové heslo dvakrát:

Nové heslo:
Nové heslo znovu:
 
[% PROCESS global/footer.html.tmpl %] cs/default/account/password/CVS/0000700000175000000410000000000010422570162020245 5ustar norbertwww-data00000000000000cs/default/account/password/CVS/Repository0000664000175000000410000000007710422570162022367 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/account/password cs/default/account/password/CVS/Tag0000664000175000000410000000001710422570162020715 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/account/password/CVS/Entries0000664000175000000410000000023310422570162021613 0ustar norbertwww-data00000000000000/forgotten-password.txt.tmpl/1.7/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_22 /set-forgotten-password.html.tmpl/1.6/Sun Jan 18 18:39:13 2004//TBUGZILLA-2_22 D cs/default/account/password/CVS/Root0000664000175000000410000000006310422570162021126 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/account/password/forgotten-password.txt.tmpl0000640000175000000410000000324510457706045025220 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Žádost o změnu hesla Vy (nebo někdo vydávající se za Vás) zažádal o změnu Vašeho [%+ terms.Bugzilla %] hesla. Pro dokončení této změny navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmpw Nejste-li osoba, která vystavila tuto žádost o změnu nebo chcete-li tuto žádost zrušit, navštivte následující odkaz: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlpw Neuděláte-li nic, žádost bude zrušena po uplynutí [%+ max_token_age +%] dnů (přesněji [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) nebo když se úspěšně přihlásíte. cs/default/account/password/forgotten-password.txt.tmpl~0000600000175000017500000000317710457706045025346 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg #%] [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Password Request You have (or someone impersonating you has) requested to change your [%+ terms.Bugzilla %] password. To complete the change, visit the following link: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cfmpw If you are not the person who made this request, or you wish to cancel this request, visit the following link: [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlpw If you do nothing, the request will lapse after [%+ max_token_age +%] days (at precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you log in successfully. cs/default/account/password/set-forgotten-password.html.tmpl~0000600000175000017500000000321010457706206026247 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% title = "Change Password" %] [% PROCESS global/header.html.tmpl %]

To change your password, enter a new password twice:

New Password:
New Password Again:
 
[% PROCESS global/footer.html.tmpl %] cs/default/account/exists.html.tmpl~0000600000175000017500000000265610457672515021306 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # login: string. The user's Bugzilla login email address. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Účet existuje" %]
[% terms.Bugzilla %] účet pro [% login FILTER html %] již existuje. Jste-li vlastník účtu a zapomněli jste Vaše heslo, .
[% PROCESS global/footer.html.tmpl %] cs/default/account/created.html.tmpl~0000600000175000017500000000241710457672756021400 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # login: string. The user's Bugzilla login email address. #%] [% PROCESS global/header.html.tmpl title = "Account Created" %]

A new account, [% login FILTER html %], has been created and a randomly-generated password has been e-mailed to that address.

When the e-mail arrives, log in here.

[% PROCESS global/footer.html.tmpl %] cs/default/account/create.html.tmpl~0000600000175000017500000000424710457700604021217 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE # none # # Param("maintainer") is used to display the maintainer's email. # Param("emailsuffix") is used to pre-fill the email field. #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] Create a new [% terms.Bugzilla %] account [% END %] [% PROCESS global/header.html.tmpl %]

To create a [% terms.Bugzilla %] account, all you need to do is enter a legitimate e-mail address. The account will be created, and its password will be mailed to you. You will not be able to log in until you receive the password. If it doesn't arrive within a reasonable amount of time, you can contact the maintainer of this [% terms.Bugzilla %] installation at [% Param("maintainer") %].

Optionally you may enter your real name as well.

E-mail address: [% Param('emailsuffix') FILTER html %]
Real name:

[% PROCESS global/footer.html.tmpl %] cs/default/account/cancel-token.txt.tmpl~0000600000175000017500000000665510457701246022202 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): John Vandenberg # Tobias Burnus #%] [% PROCESS global/variables.none.tmpl %] From: bugzilla-admin-daemon To: [% emailaddress %] Subject: [% PROCESS subject %] Žádost byla zrušena z adresy [% remoteaddress %]. Jestli jste toto nežádali, buť by mohlo jít o chybu nebo se někdo pokusil manipulovat s Vaším [% terms.Bugzilla %] účtem. Podívejte se na informace výše a níže tohoto emailu k [% maintainer %], tušíte-li nekalé úmysly. Token: [% token %] Token Type: [% tokentype %] User: [% emailaddress %] Issue Date: [% issuedate %] Event Data: [% eventdata %] Zrušeno z důvodu: [% PROCESS cancelactionmessage %] [% BLOCK subject %] [% IF tokentype == 'password' %] Žádost o změnu hesla zrušena [% ELSIF tokentype == 'emailnew' OR tokentype == 'emailold' %] Žádost o změnu emailu zrušena [% ELSE %] [% tokentype %] token zrušeno [% END %] [% END %] [% BLOCK cancelactionmessage %] [% IF cancelaction == 'account_exists' %] Účet [% email %] již existuje. [% ELSIF cancelaction == 'email_change_cancelled' %] Žádost o změnu emailové adresy účtu [% old_email %] na [% new_email %] byla zrušena. [% ELSIF cancelaction == 'email_change_cancelled_reinstated' %] Žádost o změnu emailové adresy Vašeho účtu na [% new_email %] byla zrušena. Vaše staré nastavení účtu bylo navráceno. [% ELSIF cancelaction == 'emailold_change_cancelled' %] Žádost o změnu emailové adresy Vašeho účtu na [% new_email %] byla zrušena. [% ELSIF cancelaction == 'password_change_cancelled' %] Požadoval jste zrušení. [% ELSIF cancelaction == 'user_logged_in' %] Byl jste přihlášen. [% ELSIF cancelaction == 'wrong_token_for_changing_passwd' %] Zkusil jste použít token ke změně hesla. [% ELSIF cancelaction == 'wrong_token_for_cancelling_email_change' %] Zkusil jste použít token ke změně emailové adresy. [% ELSIF cancelaction == 'wrong_token_for_confirming_email_change' %] Zkusil jste použít token k potvrzení změny emailové adresy. [% ELSE %] [%# Give sensible error if the cancel-token function is used incorrectly. #%] You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You passed in the string '[% cancelaction %]'. The correct use is to pass in a tag, and define that tag in the file cancel-token.txt.tmpl. If you are a [% terms.Bugzilla %] end-user seeing this message, please forward this email to [% Param('maintainer') %]. [% END %] [% END %] cs/default/sidebar.xul.tmpl0000640000175000000410000001323210401701635017437 0ustar norbertwww-data00000000000000[% template_version = "1.0@bugzilla.org" %] [%# -*- mode: sgml -*- %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Jacob Steenhagen # Scott Collins # Christopher A. Aillon #%] [% PROCESS global/variables.none.tmpl %] [% IF user.id %] [%- IF user.groups.tweakparams %] [%- END %] [%- IF user.groups.editusers || user.can_bless %] [%- END %] [%- IF Param('useclassification') && user.groups.editclassifications %] [%- END %] [%- IF user.groups.editcomponents %] [%- END %] [%- IF user.groups.creategroups %] [%- END %] [%- IF user.groups.editkeywords %] [%- END %] [%- IF user.groups.bz_canusewhines %] [%- END %] [%- IF user.groups.tweakparams %] [%- END %] [%- IF user.get_flag('can_logout') %] [%- END %] [%- IF user.showmybugslink %] [% filtered_username = user.login FILTER url_quote %] [%- END %] [%- IF Param('usevotes') %] [%- END %] [%- FOREACH q = user.queries %] [% END %] [% ELSE %] [% END %] reload cs/default/admin/0000750000175000000410000000000010422570200015402 5ustar norbertwww-data00000000000000cs/default/admin/settings/0000750000175000000410000000000010422570163017252 5ustar norbertwww-data00000000000000cs/default/admin/settings/CVS/0000700000175000000410000000000010422570163017700 5ustar norbertwww-data00000000000000cs/default/admin/settings/CVS/Repository0000664000175000000410000000007510422570163022020 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/settings cs/default/admin/settings/CVS/Tag0000664000175000000410000000001710422570163020350 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/settings/CVS/Entries0000664000175000000410000000017710422570163021255 0ustar norbertwww-data00000000000000/edit.html.tmpl/1.3/Mon Jun 20 21:14:43 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.2/Mon Jun 20 21:14:43 2005//TBUGZILLA-2_22 D cs/default/admin/settings/CVS/Root0000664000175000000410000000006310422570163020561 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/settings/updated.html.tmpl0000640000175000000410000000162510255630703022547 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # #%] [% PROCESS global/header.html.tmpl title = "Preferences Updated" %] Your changes to the Default Preferences have been saved.

Return to the Default Preferences page. [% PROCESS global/footer.html.tmpl %] cs/default/admin/settings/edit.html.tmpl0000640000175000000410000000644510255630703022053 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis # #%] [%# INTERFACE: # setting_names: an array of strings # settings: a hash of hashes, keyed by setting_name. # Each hash contains: # is_enabled - boolean # default_value - string (global default for this setting) # value - string (user-defined preference) # is_default - boolean (true if user has no preference) #%] [% PROCESS global/header.html.tmpl title = "Default Preferences" %] [% PROCESS "global/setting-descs.none.tmpl" %]

This lets you edit the default preferences values.

The Default Value displayed for each preference will apply to all users who do not choose their own value, and to anyone who is not logged in.

The 'Enabled' checkbox controls whether or not this preference is available to users.
If it is checked, users will see this preference on their User Preferences page, and will be allowed to choose their own value if they desire.
If it is not checked, this preference will not appear on the User Preference page, and the Default Value will automatically apply to everyone.


[% IF settings.size %]
[% FOREACH name = setting_names %] [% checkbox_name = name _ '-enabled' %] [% END %]
Preference Text Default Value Enabled
[% setting_descs.$name OR name FILTER html %]
[% ELSE %] There are no preferences to edit. [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/0000750000175000000410000000000010422570162017576 5ustar norbertwww-data00000000000000cs/default/admin/components/create.html.tmpl0000640000175000000410000000522610356044261022712 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # product: string; name of product #%] [% title = BLOCK %]Add component to Product '[% product FILTER html %]'[% END %] [% h2 = BLOCK %]This page allows you to add a new component to product '[% product FILTER html %]'.[% END %] [% PROCESS global/header.html.tmpl title = title h2 = h2 %]
[% IF Param('useqacontact') %] [% END %]
Component:
Description:
[% INCLUDE global/userselect.html.tmpl name => "initialowner" id => "initialowner" value => "" size => 64 emptyok => 1 %]
[% INCLUDE global/userselect.html.tmpl name => "initialqacontact" id => "initialqacontact" value => "" size => 64 emptyok => 1 %]

[% PROCESS admin/components/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/list.html.tmpl0000640000175000000410000000720010316341315022410 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # components: array of component objects # showbugcounts: if defined, then bug counts should be included in the table # product: string; the name of the product we are editing components for #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Select component of product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% edit_contentlink = BLOCK %]editcomponents.cgi?action=edit&product= [%- product FILTER url_quote %]&component=%%name%%[% END %] [% delete_contentlink = BLOCK %]editcomponents.cgi?action=del&product= [%- product FILTER url_quote %]&component=%%name%%[% END %] [% bug_count_contentlink = BLOCK %]buglist.cgi?component=%%name%%&product= [%- product FILTER url_quote %][% END %] [% columns = [ { name => "name" heading => "Edit component..." contentlink => edit_contentlink }, { name => "description" heading => "Description" allow_html_content => 1 }, { name => "initialowner" heading => "Default Assignee" }, ] %] [% IF Param('useqacontact') %] [% columns.push({ name => 'initialqacontact' heading => 'QA Contact' }) %] [% END %] [% IF showbugcounts %] [% columns.push({ name => 'bug_count' heading => "$terms.Bugs" align => "right" contentlink => bug_count_contentlink }) %] [% END %] [% columns.push({ heading => "Action" content => "Delete" contentlink => delete_contentlink }) %] [%# Overrides the initialowner and the initialqacontact with right values %] [% overrides.initialowner = [] %] [% overrides.initialqacontact = [] %] [% FOREACH component = components %] [% overrides.initialowner.push({ match_value => component.name match_field => 'name' override_content => 1 content => component.default_assignee.login }) %] [% overrides.initialqacontact.push({ match_value => component.name match_field => 'name' override_content => 1 content => component.default_qa_contact.login }) %] [% END %] [% PROCESS admin/table.html.tmpl columns = columns data = components overrides = overrides %]

Add a new component to product '[% product FILTER html %]'

[% IF ! showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %] [% PROCESS admin/components/footer.html.tmpl no_edit_other_components_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/select-product.html.tmpl0000640000175000000410000000363110316341315024376 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin # #%] [%# INTERFACE: # products: array of product objects # showbugcounts: if defined, then bug counts should be included in the table #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Edit components for which product?" %] [% columns = [ { name => "name" heading => "Edit components of..." contentlink => "editcomponents.cgi?product=%%name%%" }, { name => "description" heading => "Description" allow_html_content => 1 } ] %] [% IF showbugcounts %] [% columns.push({ name => 'bug_count' heading => "$terms.Bugs" align => "right" contentlink => "buglist.cgi?product=%%name%%" }) %] [% END %] [% PROCESS admin/table.html.tmpl columns = columns data = products %] [% IF !showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %]

[% PROCESS global/footer.html.tmpl %] cs/default/admin/components/footer.html.tmpl0000640000175000000410000000342710102544306022740 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the component # # product: string; the name of the product which the component # belongs/belonged to #%]


Edit [% IF name && !no_edit_component_link %] component '[% name FILTER html %]' or edit [% END %] [% IF !no_edit_other_components_link %] other components of product '[% product FILTER html %]', or edit [% END %] product '[% product FILTER html %]'.

cs/default/admin/components/created.html.tmpl0000640000175000000410000000270310102544306023045 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the newly created component # # product: string; the name of the product the component belongs to #%] [% title = BLOCK %]Adding new Component of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

The component ' [%- name FILTER html %]' has been created.

[% PROCESS admin/components/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/deleted.html.tmpl0000640000175000000410000000352610224625452023057 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the deleted component. # # product: string; the name of the product the component belonged to # # deleted_bug_count: number; the number of bugs which were deleted # (if bug deletion is allowed) #%] [% title = BLOCK %]Deleted Component '[% name FILTER html %]' from Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

[% IF deleted_bug_count %] [% deleted_bug_count %] [%- IF deleted_bug_count > 1 %] [% terms.bugs %] [% ELSE %] [% terms.bug %] [% END %] deleted.

All references to those deleted [% terms.bugs %] have been removed. [% ELSE %] No [% terms.bugs %] existed for the component. [% END %]

Flag inclusions and exclusions deleted.

Component '[% name FILTER html %]' deleted.

[% PROCESS admin/components/footer.html.tmpl no_edit_component_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/CVS/0000700000175000000410000000000010422570162020224 5ustar norbertwww-data00000000000000cs/default/admin/components/CVS/Repository0000664000175000000410000000007710422570162022346 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/components cs/default/admin/components/CVS/Tag0000664000175000000410000000001710422570162020674 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/components/CVS/Entries0000664000175000000410000000111010422570162021565 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.4/Tue Sep 6 23:53:59 2005//TBUGZILLA-2_22 /create.html.tmpl/1.4/Sun Jan 1 21:25:05 2006//TBUGZILLA-2_22 /created.html.tmpl/1.1/Fri Jul 30 22:16:38 2004//TBUGZILLA-2_22 /deleted.html.tmpl/1.3/Wed Apr 6 00:19:54 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.5/Tue Sep 6 23:53:59 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.1/Fri Jul 30 22:16:38 2004//TBUGZILLA-2_22 /list.html.tmpl/1.4/Tue Sep 27 22:08:13 2005//TBUGZILLA-2_22 /select-product.html.tmpl/1.2/Tue Sep 27 22:08:13 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.2/Mon Jun 20 19:16:29 2005//TBUGZILLA-2_22 D cs/default/admin/components/CVS/Root0000664000175000000410000000006310422570162021105 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/components/updated.html.tmpl0000640000175000000410000000471410255613015023073 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # # 'updated_XXX' variables are booleans, and are defined if the # 'XXX' field was updated during the edit just being handled. # Variables called just 'XXX' are strings, and are the _new_ contents # of the fields. # # name & updated_name: the name of the component # # description & updated_description: the component description # # initialowner & updated_initialowner: the default assignee # # initialqacontact & updated_initialqacontact: the default qa contact # # product: string; the name of the product the component belongs to #%] [% title = BLOCK %]Updating Component '[% name FILTER html %]' of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF updated_description %]

Updated description to: '[% description FILTER html %]'
[% END %] [% IF updated_initialowner %]

Updated Default Assignee to: '[% initialowner FILTER html %]'.

[% END %] [% IF updated_initialqacontact %]

[% IF initialqacontact %] Updated Default QA Contact to '[% initialqacontact FILTER html %]'. [% ELSE %] Removed Default QA Contact. [% END %]

[% END %] [% IF updated_name %]

Updated Component name to: '[% name FILTER html %]'.

[% END %] [% UNLESS updated_description || updated_initialowner || updated_initialqacontact || updated_name %]

Nothing changed for component '[% name FILTER html %]'. [% END %] [% PROCESS admin/components/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/edit.html.tmpl0000640000175000000410000000667610307426027022406 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # comp: object; Bugzilla::Component object representing the component the # user wants to edit. # prod: object; Bugzilla::Product object representing the product to # which the component belongs. #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Edit Component '[% comp.name FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

[% IF Param('useqacontact') %] [% END %]
Component:
Component Description:
[% INCLUDE global/userselect.html.tmpl name => "initialowner" id => "initialowner" value => comp.default_assignee.login size => 64 emptyok => 1 %]
[% INCLUDE global/userselect.html.tmpl name => "initialqacontact" id => "initialqacontact" value => comp.default_qa_contact.login size => 64 emptyok => 1 %]
[% terms.Bugs %]: [% IF comp.bug_count > 0 %] [% comp.bug_count %] [% ELSE %] None [% END %]
or Delete this component.
[% PROCESS admin/components/footer.html.tmpl no_edit_component_link = 1 name = comp.name product = prod.name %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/components/confirm-delete.html.tmpl0000640000175000000410000001061010307426027024335 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # comp: object; Bugzilla::Component object representing the component the # user wants to delete. # prod: object; Bugzilla::Product object representing the product to # which the component belongs. #%] [% title = BLOCK %]Delete Component of Product '[% prod.name FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF Param('useqacontact') %] [% END %] [% IF prod.description %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Field Value
Component: [% comp.name FILTER html %]
Component Description: [% comp.description FILTER html %]
Default assignee: [% comp.default_assignee.login FILTER html %]
Default QA contact: [% comp.default_qa_contact.login FILTER html %]
Component of Product: [% prod.name FILTER html %]
Product Description: [% prod.description FILTER html %]
Product Milestone URL: [% prod.milestone_url FILTER html %]
Closed for [% terms.bugs %]: [% IF prod.disallow_new %]Yes[% ELSE %]No[% END %]
[% terms.Bugs %]: [% IF comp.bug_count %] [% comp.bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF comp.bug_count %] [% IF !Param("allowbugdeletion") %] Sorry, there [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is [% comp.bug_count %] [%+ terms.bug %] [% END %] outstanding for this component. You must reassign [% IF comp.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another component before you can delete this one. [% ELSE %]
There [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] entered for this component! When you delete this component, ALL stored [% terms.bugs %] and their history will be deleted too.
[% END %] [% END %] [% IF comp.bug_count == 0 || Param('allowbugdeletion') %]

Do you really want to delete this component?

[% END %] [% PROCESS admin/components/footer.html.tmpl name = comp.name product = prod.name %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/0000750000175000000410000000000010422570162020567 5ustar norbertwww-data00000000000000cs/default/admin/classifications/del.html.tmpl0000640000175000000410000000363110323570363023203 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Delete classification" %]
Part Value
Classification: [% classification.name FILTER html %]
Description: [% IF classification.description %] [% classification.description FILTER none %] [% ELSE %] description missing [% END %]

Confirmation

Do you really want to delete this classification?

Back to the main [% terms.bugs %] page or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/select.html.tmpl0000640000175000000410000000451010365006401023704 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Select classification" %] [% FOREACH cl = classifications %] [% IF (cl.id == 1) %] [% ELSE %] [% END %] [%# don't allow user to delete the default id. %] [% IF (cl.id == 1) %] [% ELSE %] [% END %] [% END %]
Edit Classification ... Description Products Action
[% cl.name FILTER html %] [% IF cl.description %] [% cl.description %] [% ELSE %] none [% END %] [% cl.product_count FILTER html %]reclassify ([% cl.product_count FILTER html %]) delete
Add a new classification Add
[% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/delete.html.tmpl0000640000175000000410000000221010323570363023671 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Classification deleted" %] Classification [% classification.name FILTER html %] deleted.

Back to the main [% terms.bugs %] page or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/add.html.tmpl0000640000175000000410000000305010111470736023160 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Add new classification" %]

Classification:
Description:

Back to the main [% terms.bugs %] page or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/CVS/0000700000175000000410000000000010422570162021215 5ustar norbertwww-data00000000000000cs/default/admin/classifications/CVS/Repository0000664000175000000410000000010410422570162023326 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/classifications cs/default/admin/classifications/CVS/Tag0000664000175000000410000000001710422570162021665 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/classifications/CVS/Entries0000664000175000000410000000076310422570162022573 0ustar norbertwww-data00000000000000/add.html.tmpl/1.1/Fri Aug 20 21:49:18 2004//TBUGZILLA-2_22 /del.html.tmpl/1.3/Thu Oct 13 23:42:43 2005//TBUGZILLA-2_22 /delete.html.tmpl/1.2/Thu Oct 13 23:42:43 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.6/Mon Oct 17 21:58:51 2005//TBUGZILLA-2_22 /new.html.tmpl/1.2/Mon Dec 27 09:58:29 2004//TBUGZILLA-2_22 /reclassify.html.tmpl/1.4/Thu Oct 13 23:42:43 2005//TBUGZILLA-2_22 /select.html.tmpl/1.5/Sun Jan 22 22:53:53 2006//TBUGZILLA-2_22 /update.html.tmpl/1.1/Fri Aug 20 21:49:18 2004//TBUGZILLA-2_22 D cs/default/admin/classifications/CVS/Root0000664000175000000410000000006310422570162022076 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/classifications/reclassify.html.tmpl0000640000175000000410000000573610323570363024613 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Reclassify products" %]

Classification: [% classification.name FILTER html %]
Description: [% IF classification.description %] [% classification.description FILTER none %] [% ELSE %] description missing [% END %]
Products: Products [% classification.name FILTER html %] Products


Back to the main [% terms.bugs %] page, or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/update.html.tmpl0000640000175000000410000000232710111470736023720 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Update classification" %] [% IF updated_description %] Updated description.
[% END %] [% IF updated_classification %] Updated classification name.
[% END %]

Back to the main [% terms.bugs %] page or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/new.html.tmpl0000640000175000000410000000234110163756305023231 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Adding new classification" %] OK, done.

Back to the main [% terms.bugs %] page, add products to this new classification, or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/classifications/edit.html.tmpl0000640000175000000410000000512710325017233023360 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Albert Ting #%] [% PROCESS global/header.html.tmpl title = "Edit classification" %]

Classification:
Description:
Edit products [% IF classification.products.size > 0 %] [% FOREACH product = classification.products %] [% END %]
[% product.name FILTER html %] [% IF product.description %] [% product.description FILTER none %] [% ELSE %] description missing [% END %]
[% ELSE %] none [% END %]

Back to the main [% terms.bugs %] page or edit more classifications. [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/0000750000175000000410000000000010422570163017255 5ustar norbertwww-data00000000000000cs/default/admin/products/create.html.tmpl0000640000175000000410000000414610327734571022400 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gabriel S. Oliveira #%] [%# INTERFACE: # classification: Bugzilla::Classification object; If classifications # are enabled, then this is # the currently selected classification # #%] [% title = BLOCK %]Add Product[% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %] [% DEFAULT product.votesperuser = "0", product.maxvotesperbug = "10000", product.votestoconfirm = "0", version = "unspecified", product.defaultmilestone = "---" %]

[% PROCESS "admin/products/edit-common.html.tmpl" %]
Version:
Create chart datasets for this product:
[% PROCESS "admin/products/footer.html.tmpl" no_add_product_link = 1 no_edit_product_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/list.html.tmpl0000640000175000000410000000652310331237065022100 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # products: array of Bugzilla::Product objects # # classification: Bugzilla::Classification object; If classifications # are enabled, then this is # the currently selected classification # showbugcounts: boolean; true if bug counts should be included in the table #%] [% PROCESS global/variables.none.tmpl %] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [%- END %] [% classification_title = BLOCK %] in classification '[% classification.name FILTER html %]' [% END %] [% END %] [% PROCESS global/header.html.tmpl title = "Select product $classification_title" %] [% edit_contentlink = BLOCK %] editproducts.cgi?action=edit&product=%%name%% [%- classification_url_part %] [% END %] [% delete_contentlink = BLOCK %] editproducts.cgi?action=del&product=%%name%% [%- classification_url_part %] [% END %] [% bug_count_contentlink = BLOCK %]buglist.cgi?product=%%name%% [%- classification_url_part %][% END %] [% columns = [ { name => "name" heading => "Edit product..." contentlink => edit_contentlink }, { name => "description" heading => "Description" allow_html_content => 1 }, { name => "disallow_new" heading => "Open For New $terms.Bugs" }, { name => "votesperuser" heading => "Votes Per User" align => 'right' }, { name => "maxvotesperbug" heading => "Maximum Votes Per $terms.Bug" align => 'right' }, { name => "votestoconfirm" heading => "Votes To Confirm" align => 'right' } ] %] [% IF showbugcounts %] [% columns.push({ name => "bug_count" heading => "$terms.Bug Count" align => 'right' contentlink => bug_count_contentlink }) %] [% END %] [% columns.push({ heading => "Action" content => "Delete" contentlink => delete_contentlink }) %] [% overrides.disallow_new = [ { match_value => "1" match_field => 'disallow_new' override_content => 1 content => "No" }, { match_value => 0 match_field => 'disallow_new' override_content => 1 content => "Yes" }] %] [% PROCESS admin/table.html.tmpl columns = columns data = products %]

[% IF !showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %] [% PROCESS admin/products/footer.html.tmpl no_edit_other_products_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/footer.html.tmpl0000640000175000000410000000571210325015415022416 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # product: Bugzilla::Product Object; the product # # classification: Bugzilla::Classification object ; If classifications # are enabled, then this is the currently # selected classification # # no_XXX_link: boolean; if defined, then don't show the corresponding # link. Supported parameters are: # # no_edit_product_link # no_edit_other_products_link # no_add_product_link #%] [% IF Param('useclassification') && classification %] [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [% END %] [% classification_url_part_start = BLOCK %]classification= [%- classification.name FILTER url_quote %] [% END %] [% classification_text = BLOCK %] of classification '[% classification.name FILTER html %]' [% END %] [% END %]


[% UNLESS no_add_product_link %] Add a product[% -%] [%# Strictly speaking, we should not have to check for a classification if they are enabled, but I'm just being paranoid %] [% IF Param('useclassification') && classification %] (to classification '[% classification.name FILTER html %]' ) [% END %]. [% END %] [% IF product && !no_edit_product_link %] Edit product '[% product.name FILTER html %]'. [% END %] [%# Edit other products (in a classification if specified): %] [% UNLESS no_edit_other_products_link %] Edit other products [% classification_text %]. [% END %] [% IF Param('useclassification') && classification %] Edit classification ' [%- classification.name FILTER html %]'. [% END %]

cs/default/admin/products/created.html.tmpl0000640000175000000410000000223410325015415022523 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gabriel S. Oliveira #%] [%# INTERFACE: # product: Bugzilla::Product object; the Product created. # #%] [% PROCESS global/header.html.tmpl title = 'New Product Created' %]
You will need to add at least one component before you can enter [% terms.bugs %] against this product
[% PROCESS "admin/products/footer.html.tmpl" %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/deleted.html.tmpl0000640000175000000410000000232210325015415022520 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Tiago R. Mello # #%] [%# INTERFACE: # product: Bugzilla::Product object; The product # #%] [% PROCESS global/header.html.tmpl title = 'Deleting product' %] [% IF product.bug_count %] All references to deleted [% terms.bugs %] removed. [% END %]

Components deleted.
Versions deleted.
Milestones deleted.

Group controls deleted.
Flag inclusions and exclusions deleted.

Product [% product.name FILTER html %] deleted.

[% PROCESS admin/products/footer.html.tmpl no_edit_product_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/list-classifications.html.tmpl0000640000175000000410000000363510216314152025250 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # classifications: array of hashes having the following properties: # - name: string; The name of the classification # - description: string; The classification description (html allowed) # - product_count: number; The number of products in this classification # #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Select Classification" %] [% edit_contentlink = BLOCK %] editproducts.cgi?classification=%%name%% [% END %] [% add_contentlink = BLOCK %] editproducts.cgi?action=add&classification=%%name%% [% END %] [% columns = [ { name => "name" heading => "Edit products of..." contentlink => edit_contentlink }, { name => "description" heading => "Description" allow_html_content => 1 }, { name => "product_count" align => "right" heading => "Product Count" }, { heading => "Action..." content => "Add product" contentlink => add_contentlink }, ] %] [% PROCESS admin/table.html.tmpl columns = columns data = classifications %]

[%# No need for the standard edit products footer, as we have an 'add' link in the table %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/CVS/0000700000175000000410000000000010422570166017706 5ustar norbertwww-data00000000000000cs/default/admin/products/CVS/Repository0000664000175000000410000000007510422570162022022 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/products cs/default/admin/products/CVS/Tag0000664000175000000410000000001710422570163020353 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/products/CVS/Entries0000664000175000000410000000124310422570166021256 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.3/Sat Nov 19 00:48:08 2005//TBUGZILLA-2_22 /create.html.tmpl/1.3/Wed Oct 26 17:14:33 2005//TBUGZILLA-2_22 /created.html.tmpl/1.2/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_22 /deleted.html.tmpl/1.3/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_22 /edit-common.html.tmpl/1.4/Tue Dec 13 20:08:13 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.5/Wed Oct 26 17:14:35 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.6/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_22 /list-classifications.html.tmpl/1.1/Thu Mar 17 14:47:06 2005//TBUGZILLA-2_22 /list.html.tmpl/1.3/Sun Oct 30 21:42:13 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.2/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_22 D/groupcontrol//// cs/default/admin/products/CVS/Root0000664000175000000410000000006310422570162020563 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/products/edit-common.html.tmpl0000640000175000000410000000665010347625055023350 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Jack Nerad # Tiago R. Mello # Gabriel S. Oliveira #%] [%# INTERFACE: # product: Bugzilla::Product object; The product # # classification: Bugzilla::Classifiation object; classification product is in. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% IF Param('useclassification') %] Classification: [% classification.name FILTER html %] [% END %] Product: Description: [% IF Param('usetargetmilestone') -%] URL describing milestones for this product: Default milestone: [% END %] Closed for [% terms.bug %] entry: [% IF !Param('usevotes') %] The 'usevotes' parameter is currently 'off'. These voting settings will take effect when the parameter is next enabled. [% END %] Maximum votes per person: Maximum votes a person can put on a single [% terms.bug %]: Number of votes [% terms.abug %] in this product needs to automatically get out of the [% status_descs.UNCONFIRMED FILTER html %] state: cs/default/admin/products/groupcontrol/0000750000175000000410000000000010422570163022012 5ustar norbertwww-data00000000000000cs/default/admin/products/groupcontrol/confirm-edit.html.tmpl0000640000175000000410000000362710360555207026247 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Joel Peshkin # #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] Confirm Group Control Change for product '[%- product.name FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title %] [% FOREACH group = mandatory_groups %]

group '[% group.name FILTER html %]' impacts [% group.count %] [%+ terms.bugs %] for which the group is newly mandatory and will be added. [% END %] [% FOREACH group = na_groups %]

group '[% group.name FILTER html %]' impacts [% group.count %]  [% terms.bugs %] for which the group is no longer applicable and will be removed.[% END %]

[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
Click "Continue" to proceed with the change including the changes indicated above. If you do not want these changes, use "back" to return to the previous page.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/products/groupcontrol/CVS/0000700000175000000410000000000010422570163022440 5ustar norbertwww-data00000000000000cs/default/admin/products/groupcontrol/CVS/Repository0000664000175000000410000000011210422570163024550 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/products/groupcontrol cs/default/admin/products/groupcontrol/CVS/Tag0000664000175000000410000000001710422570163023110 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/products/groupcontrol/CVS/Entries0000664000175000000410000000030410422570163024005 0ustar norbertwww-data00000000000000/confirm-edit.html.tmpl/1.7/Mon Jan 9 21:49:59 2006//TBUGZILLA-2_22 /edit.html.tmpl/1.6/Mon Oct 17 21:43:42 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.2/Mon Oct 17 21:43:42 2005//TBUGZILLA-2_22 D cs/default/admin/products/groupcontrol/CVS/Root0000664000175000000410000000006310422570163023321 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/products/groupcontrol/updated.html.tmpl0000640000175000000410000000334310325015416025302 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): André Batosti # #%] [%# INTERFACE: # removed_na: array of hashes; groups not applicable for the product. # added_mandatory: array of hashes; groups mandatory for the product. # classification: Bugzilla::Classification object; product classification. # product: Bugzilla::Product object; the product. #%] [% title = BLOCK %] Update group access controls for [% product.name FILTER html %] [% END %] [% PROCESS global/header.html.tmpl title = title %]

[% IF removed_na.size > 0 %] [% FOREACH g = removed_na %] Removing [% terms.bugs %] from group '[% g.name FILTER html %]' which no longer applies to this product

[% g.bug_count FILTER html %] [%+ terms.bugs %] removed

[% END %] [% END %] [% IF added_mandatory.size > 0 %] [% FOREACH g = added_mandatory %] Adding [% terms.bugs %] to group '[% g.name FILTER html %]' which is mandatory for this product

[% g.bug_count FILTER html %] [%+ terms.bugs %] added

[% END %] [% END %] Group control updates done

[% PROCESS admin/products/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/groupcontrol/edit.html.tmpl0000640000175000000410000002067410325015416024607 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Joel Peshkin #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %] Edit Group Controls for [% product.name FILTER html %] [% END %] [% PROCESS global/header.html.tmpl title = title %]

[% FOREACH group = groups %] [% IF group.isactive == 0 AND group.bugcount > 0 %] [% ELSIF group.isactive != 0 %] [% END %] [% END %]
Group Entry MemberControl OtherControl Canedit [% terms.Bugs %]
[% group.name FILTER html %] Disabled [% group.bugcount %]
[% group.name FILTER html %] [% group.bugcount %]


These settings control the relationship of the groups to this product.

If any group has Entry selected, then this product will restrict [% terms.bug %] entry to only those users who are members of all the groups with entry selected.

If any group has Canedit selected, then this product will be read-only for any users who are not members of all of the groups with Canedit selected. ONLY users who are members of all the canedit groups will be able to edit. This is an additional restriction that further restricts what can be edited by a user.

The MemberControl and OtherControl fields indicate which [% terms.bugs %] will be placed in this group according to the following definitions.
MemberControl OtherControl Interpretation
NA NA [% terms.Bugs %] in this product are never associated with this group.
Shown NA [% terms.Bugs %] in this product are permitted to be restricted to this group. Users who are members of this group will be able to place [% terms.bugs %] in this group.
Shown Shown [% terms.Bugs %] in this product can be placed in this group by anyone with permission to edit the [% terms.bug %] even if they are not a member of this group.
Shown Default [% terms.Bugs %] in this product can be placed in this group by anyone with permission to edit the [% terms.bug %] even if they are not a member of this group. Non-members place [% terms.bugs %] in this group by default.
Shown Mandatory [% terms.Bugs %] in this product are permitted to be restricted to this group. Users who are members of this group will be able to place [% terms.bugs %] in this group. Non-members will be forced to restrict [% terms.bugs %] to this group when they initially enter [% terms.abug %] in this product.
Default NA [% terms.Bugs %] in this product are permitted to be restricted to this group and are placed in this group by default. Users who are members of this group will be able to place [% terms.bugs %] in this group.
Default Default [% terms.Bugs %] in this product are permitted to be restricted to this group and are placed in this group by default. Users who are members of this group will be able to place [% terms.bugs %] in this group. Non-members will be able to restrict [% terms.bugs %] to this group on entry and will do so by default
Default Mandatory [% terms.Bugs %] in this product are permitted to be restricted to this group and are placed in this group by default. Users who are members of this group will be able to place [% terms.bugs %] in this group. Non-members will be forced to place [% terms.bugs %] in this group on entry.
Mandatory Mandatory [% terms.Bugs %] in this product are required to be restricted to this group. Users are not given any option.

Please note that the above table delineates the only allowable combinations for the MemberControl and OtherControl field settings. Attempting to submit a combination not listed there (e.g. Mandatory/NA, Default/Shown, etc.) will produce an error message.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/products/updated.html.tmpl0000640000175000000410000001455710325015415022555 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # # old_product : Bugzilla::Product Object; old product. # product : Bugzilla::Product Object; new product. # # classification: Bugzilla::Classification Object; The product classification (may be empty or missing) # # checkvotes: boolean; is true if vote related fields have changed. If so, # then the following parameters will be specified: # # toomanyvotes: list of hashes, each one with an 'id' and a 'name' hash key # detailing the bug id and the username of users who had too # many votes for a bug # # toomanytotalvotes: list of hashes, each one with an 'id' and a 'name' hash key # detailing the bug id and the username of users who had # too many total votes # # confirmedbugs: list of bug ids, which were confirmed by votes # # changer: string; user id of the user making the changes, used for mailing # bug changes if necessary # #%] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [% END %] [% classification_text = BLOCK %] of classification '[% classification.name FILTER html %]' [% END %] [% END %] [% title = BLOCK %]Updating Product '[% product.name FILTER html %]' [% classification_text FILTER none %][% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %] [% updated = 0 %] [% IF product.name != old_product.name %]

Updated product name from '[% old_product.name FILTER html %]' to [% product.name FILTER html %]. [% updated = 1 %] [% END %] [% IF product.description != old_product.description %]

Updated description to:

[% product.description FILTER html %]

[% updated = 1 %] [% END %] [% IF product.disallow_new != old_product.disallow_new %]

Product is now [% IF product.disallow_new %] closed to [% ELSE %] open for [% END %] new [% terms.bugs %]. [% updated = 1 %] [% END %] [% IF product.milestone_url != old_product.milestone_url %]

Updated milestone URL [% IF old_product.milestone_url != '' %] from
' [%- old_product.milestone_url FILTER html %]' [% END %] to [% IF product.milestone_url != '' %]
' [%- product.milestone_url FILTER html %]'. [% ELSE %] be empty. [% END %]

[% updated = 1 %] [% END %] [% IF product.default_milestone != old_product.default_milestone %]

Updated default milestone from '[% old_product.default_milestone FILTER html %]' to '[% product.default_milestone FILTER html %]'.

[% updated = 1 %] [% END %] [% IF product.votes_per_user != old_product.votes_per_user %]

Updated votes per user from [%+ old_product.votes_per_user FILTER html %] to [%+ product.votes_per_user FILTER html %]. [% updated = 1 %] [% END %] [% IF product.max_votes_per_bug != old_product.max_votes_per_bug %]

Updated maximum votes per [% terms.bug %] from [%+ old_product.max_votes_per_bug FILTER html %] to [%+ product.max_votes_per_bug FILTER html %]. [% updated = 1 %] [% END %] [% IF product.votes_to_confirm != old_product.votes_to_confirm %]

Updated number of votes needed to confirm a [% terms.bug %] from [%+ old_product.votes_to_confirm FILTER html %] to [%+ product.votes_to_confirm FILTER html %]. [% updated = 1 %] [% END %] [% UNLESS updated %]

Nothing changed for product '[% product.name FILTER html %]'. [% END %] [%# Note that this display of changed votes and/or confirmed bugs is not very scalable. We could have a _lot_, and we just list them all. One day we should limit this perhaps, or have a more scalable display %] [% IF checkvotes %]


Checking existing votes in this product for anybody who now has too many votes for [% terms.abug %]...
[% IF toomanyvotes.size > 0 %] [% FOREACH detail = toomanyvotes %] →removed votes for [% terms.bug %] [%- detail.id FILTER html %] from [% detail.name FILTER html %]
[% END %] [% ELSE %] →there were none. [% END %]

Checking existing votes in this product for anybody who now has too many total votes...
[% IF toomanytotalvotes.size > 0 %] [% FOREACH detail = toomanytotalvotes %] →removed votes for [% terms.bug %] [%- detail.id FILTER html %] from [% detail.name FILTER html %]
[% END %] [% ELSE %] →there were none. [% END %]

Checking unconfirmed [% terms.bugs %] in this product for any which now have sufficient votes...
[% IF confirmedbugs.size > 0 %] [% FOREACH id = confirmedbugs %] [%# This is INCLUDED instead of PROCESSED to avoid variables getting overwritten, which happens otherwise %] [% INCLUDE bug/process/results.html.tmpl type = 'votes' mailrecipients = { 'changer' => changer } header_done = 1 id = id %] [% END %] [% ELSE %] →there were none. [% END %] [% END %] [% PROCESS admin/products/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/edit.html.tmpl0000640000175000000410000001103310327734573022055 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Jack Nerad # Tiago R. Mello # Gabriel S. Oliveira #%] [%# INTERFACE: # product: Bugzilla::Product object; The product # # (classification fields available if Param('useclassification') is enabled:) # # classification: Bugzilla::Classification object; The classification # the product is in # # groups_controls: a hash of group controls related to the product. #%] [% title = BLOCK %]Edit Product[% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %]

[% PROCESS "admin/products/edit-common.html.tmpl" %] [% IF Param('usetargetmilestone') %] [% END %]
Edit components: [% IF product.components.size -%] [% FOREACH component = product.components %] [% component.name FILTER html %]:  [% IF component.description %] [% component.description FILTER none %] [% ELSE %] description missing [% END %]
[% END %] [% ELSE %] missing [% END %]
Edit versions: [%- IF product.versions.size -%] [% FOREACH v = product.versions %] [% v.name FILTER html %]
[% END %] [% ELSE %] missing [% END %]
Edit milestones: [%- IF product.milestones.size -%] [%- FOREACH m = product.milestones -%] [% m.name FILTER html %]
[% END %] [% ELSE %] missing [% END %]
Edit Group Access Controls: [% IF group_controls.size %] [% FOREACH g = group_controls.values %] [% g.group.name FILTER html %]:  [% IF g.group.isactive %] [% g.membercontrol FILTER html %]/ [% g.othercontrol FILTER html %] [% IF g.entry %], ENTRY[% END %] [% IF g.canedit %], CANEDIT[% END %] [% ELSE %] DISABLED [% END %]
[% END %] [% ELSE %] no groups [% END %]
[% terms.Bugs %]: [% product.bug_count FILTER html %]
[% PROCESS "admin/products/footer.html.tmpl" no_add_product_link = 1 no_edit_product_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/products/confirm-delete.html.tmpl0000640000175000000410000001610210337473110024013 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # product: Bugzilla::Product object; The product # # (classification fields available if Param('useclassification') is enabled:) # # classification: Bugzilla::Classification object; The classification # the product is in # #%] [% title = BLOCK %]Delete Product '[% product.name FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %] [% IF classification %] [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER url_quote %] [%- END %] [% ELSE %] [% classification_url_part = "" %] [% END %] [% IF Param('useclassification') %] [%# descriptions are intentionally not filtered to allow html content %] [% END %] [%# descriptions are intentionally not filtered to allow html content %] [% IF Param('usetargetmilestone') %] [% END %] [% IF Param('usetargetmilestone') %] [% END %]
Field Value
Classification: [% classification.name FILTER html %]
Classification Description: [% IF classification.description %] [% classification.description FILTER none %] [% ELSE %] missing [% END %]
Product: [% product.name FILTER html %]
Description: [% IF product.description %] [% product.description FILTER none %] [% ELSE %] missing [% END %]
Milestone URL: [% IF product.milestone_url %] [%- product.milestone_url FILTER html %] [% ELSE %] none [% END %]
Closed for [% terms.bugs %]: [% IF product.disallownew %] closed [% ELSE %] open [% END %]
[% IF product.components.size > 0 %] Components: [% ELSE %] Components: [% END %] [% IF product.components.size > 0 %] [% FOREACH c = product.components %] [%# descriptions are intentionally not filtered to allow html content %] [% END %]
[% c.name FILTER html %]: [% IF c.description %] [% c.description FILTER none %] [% ELSE %] missing [% END %]
[% ELSE %] none [% END %]
[% IF product.versions.size > 0 %] Versions: [% ELSE %] Versions: [% END %] [% IF product.versions.size > 0 %] [% FOREACH v = product.versions %] [% v.name FILTER html %]
[% END %] [% ELSE %] none [% END %]
[% IF product.milestones.size > 0 %] Milestones: [% ELSE %] Milestones: [% END %] [% IF product.milestones.size > 0 %] [% FOREACH m = product.milestones %] [% m.name FILTER html %]
[% END %] [% ELSE %] none [% END %]
[% terms.Bugs %]: [% IF product.bug_count %] [% product.bug_count FILTER html %] [% ELSE %] none [% END %]

Confirmation

[% IF product.bug_count %] [% IF !Param("allowbugdeletion") %] Sorry, there [% IF product.bug_count > 1 %] are [% product.bug_count FILTER html %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] outstanding for this product. You must reassign [% IF product.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another product before you can delete this one. [% ELSE %]
There [% IF product.bug_count > 1 %] are [% product.bug_count FILTER html %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] entered for this product! When you delete this product, ALL stored [% terms.bugs %] and their history will be deleted, too.
[% END %] [% END %] [% IF product.bug_count == 0 || Param('allowbugdeletion') %]

Do you really want to delete this product?

[% END %] [% PROCESS admin/products/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/0000750000175000000410000000000010422570162017714 5ustar norbertwww-data00000000000000cs/default/admin/fieldvalues/create.html.tmpl0000640000175000000410000000334510253723224023027 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # field: string; name of the field the value is being created for #%] [% title = BLOCK %]Add Value for the '[% field FILTER html %]' field[% END %] [% h2 = BLOCK %]This page allows you to add a new value for the '[% field FILTER html %]' field.[% END %] [% PROCESS global/header.html.tmpl title = title h2 = h2 %]

[% PROCESS admin/fieldvalues/footer.html.tmpl no_add_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/list.html.tmpl0000640000175000000410000000427510325543321022540 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # values: array of hashes having the following properties: # - name: string; The value. # - sortkey: number; The sortkey used to order the value when # displayed to the user in a list. # # field: string; the name of the field we are editing values for. #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Select value for the '[% field FILTER html %]' field[% END %] [% PROCESS global/header.html.tmpl title = title %] [% edit_contentlink = BLOCK %]editvalues.cgi?action=edit&field= [%- field FILTER url_quote %]&value=%%name%%[% END %] [% delete_contentlink = BLOCK %]editvalues.cgi?action=del&field= [%- field FILTER url_quote %]&value=%%name%%[% END %] [% columns = [ { name => "name" heading => "Edit field value..." contentlink => edit_contentlink }, { name => "sortkey" heading => "Sortkey" }, { name => "action" heading => "Action" content => "Delete" contentlink => delete_contentlink } ] %] [% overrides.action = [ { match_value => "$default" match_field => 'name' override_content => 1 content => "(Default value)" override_contentlink => 1 contentlink => undef } ] %] [% PROCESS admin/table.html.tmpl columns = columns data = values overrides = overrides %]

[% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_other_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/footer.html.tmpl0000640000175000000410000000332710253723224023062 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # value: string; the value being inserted/edited. # field: string; the name of the field which the value # belongs/belonged to # # no_XXX_link: boolean; if defined, then don't show the corresponding # link. Supported parameters are: # # no_edit_link # no_edit_other_link # no_add_link #%]


[% UNLESS no_add_link %] Add a value. [% END %] [% IF value && !no_edit_link %] Edit value '[% value FILTER html %]'. [% END %] [% UNLESS no_edit_other_link %] Edit other values for the '[% field FILTER html %]' field. [% END %]

cs/default/admin/fieldvalues/created.html.tmpl0000640000175000000410000000257010253723224023172 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # value: string; the name of the newly created field value # field: string; the name of the field the value belongs to #%] [% title = BLOCK %]New Value '[% value FILTER html %]' added to '[% field FILTER html %]' field[% END %] [% PROCESS global/header.html.tmpl title = title %]

The value ' [%- value FILTER html %]' has been added as a valid choice for the '[% field FILTER html %]' field.

[% PROCESS admin/fieldvalues/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/deleted.html.tmpl0000640000175000000410000000217010253723224023165 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # value: string; the field value that was deleted. # # field: string; the field the value was deleted from. # #%] [% title = BLOCK %]Deleted Value '[% value FILTER html %]' for the '[% field FILTER html %]' Field[% END %] [% PROCESS global/header.html.tmpl title = title %]

Field Value '[% value FILTER html %]' deleted.

[% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/CVS/0000700000175000000410000000000010422570162020342 5ustar norbertwww-data00000000000000cs/default/admin/fieldvalues/CVS/Repository0000664000175000000410000000010010422570162022447 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/fieldvalues cs/default/admin/fieldvalues/CVS/Tag0000664000175000000410000000001710422570162021012 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/fieldvalues/CVS/Entries0000664000175000000410000000110610422570162021710 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.4/Wed Oct 19 22:21:05 2005//TBUGZILLA-2_22 /create.html.tmpl/1.2/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_22 /created.html.tmpl/1.3/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_22 /deleted.html.tmpl/1.2/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.3/Thu Sep 1 22:00:54 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.3/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_22 /list.html.tmpl/1.3/Wed Oct 19 22:21:05 2005//TBUGZILLA-2_22 /select-field.html.tmpl/1.2/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.3/Wed Oct 19 22:21:05 2005//TBUGZILLA-2_22 D cs/default/admin/fieldvalues/CVS/Root0000664000175000000410000000006310422570162021223 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/fieldvalues/select-field.html.tmpl0000640000175000000410000000250410253723224024120 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander # #%] [%# INTERFACE: # fields: Array of hashes. Each hash contains only one key, "name." # The names are the same as the keys from field_descs # (see global/field-descs.html.tmpl). #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Edit values for which field?" %] [% columns = [ { name => "name" heading => "Edit field values for..." content_use_field = 1 contentlink => "editvalues.cgi?field=%%name%%" } ] %] [% PROCESS admin/table.html.tmpl columns = columns data = fields %]

[% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/updated.html.tmpl0000640000175000000410000000366510325543321023215 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # # 'updated_XXX' variables are booleans, and are defined if the # 'XXX' field was updated during the edit just being handled. # Variables called just 'XXX' are strings, and are the _new_ contents # of the fields. # # value & updated_value: the name of the field value # sortkey & updated_sortkey: the field value sortkey # field: string; the field that the value belongs to # default_value_updated: boolean; whether the default value for # this field has been updated #%] [% title = BLOCK %]Updating Value '[% value FILTER html %]' of the '[% field FILTER html %]' Field[% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF updated_value %]

Updated field value to: '[% value FILTER html %]'.

[% IF default_value_updated %]

Note that this value is the default for this field. All references to the default value will now point to this new value.

[% END %] [% END %] [% IF updated_sortkey %]

Updated field value sortkey to: '[% sortkey FILTER html %]'.

[% END %] [% UNLESS (updated_sortkey || updated_value) %]

Nothing changed for field value '[% value FILTER html %]'. [% END %]

[% PROCESS admin/fieldvalues/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/edit.html.tmpl0000640000175000000410000000371510305675026022516 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # value: string; The field value we are editing. # sortkey: number; Sortkey of the field value we are editing. # field: string; The field this value belongs to. #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Edit Value '[% value FILTER html %]' ' [%- field FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

[% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/fieldvalues/confirm-delete.html.tmpl0000640000175000000410000000775610325543321024471 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Max Kanat-Alexander #%] [%# INTERFACE: # value: string; The field value being deleted. # bug_count: number; The number of bugs that have this field value. # value_count: number; The number of values left for this field, including # this value. # field: string; The name of the field. # param_name: string; The name of the parameter (defaultxxx) associated # with the field. #%] [% title = BLOCK %]Delete Value '[% value FILTER html %]' from the '[% field FILTER html %]' field[% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %]
Field Value
Field Name: [% field FILTER html %]
Field Value: [% value FILTER html %]
[% terms.Bugs %]: [% IF bug_count %] [% bug_count FILTER html %] [% ELSE %] None [% END %]

Confirmation

[% IF (Param(param_name) == value) || bug_count || (value_count == 1) %]

Sorry, but the '[% value FILTER html %]' value cannot be deleted from the '[% field FILTER html %]' field for the following reason(s):

    [% IF Param(param_name) == value %]
  • '[% value FILTER html %]' is the default value for the '[% field FILTER html %]' field. [% IF user.groups.tweakparams %] You first have to change the default value for this field before you can delete this value. [% END %] [% END %] [% IF bug_count %]
  • There [% IF bug_count > 1 %] are [% bug_count FILTER html %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] with this field value. You must change the field value on [% IF bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another value before you can delete this value. [% END %] [% IF value_count == 1 %]
  • '[% value FILTER html %]' is the last value for '[%- field FILTER html %]', and so it can not be deleted. [% END %]
[% ELSE %]

Do you really want to delete this value?

[% END %] [% PROCESS admin/fieldvalues/footer.html.tmpl no_edit_link = 1 +%] [% PROCESS global/footer.html.tmpl %] cs/default/admin/table.html.tmpl0000640000175000000410000001465210415045770020356 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Jouni Heikniemi # #%] [%# INTERFACE: # # columns: # array of hashes representing the columns in the table. # Each hash contains data for a single column. Hash keys: # name: Name of the field in the data param # heading: The text to print at the header cell # contentlink: URI to which the content of a data cell shall be linked to. # Expressions of format %%xxx%% are replaced with value # with the key xxx in data hash of the current row. # content: If specified, the content of this variable is used # instead of the data pulled from the current row. # NOTE: This value is not HTML filtered at output! # content_use_field: If defined and true, then each value in the # column corresponds with a key in the # field_descs field, and that value from the # field_descs hash will be used instead of "content." # See fieldvalues/select-field for an example of use. # This content WILL be HTML-filtered in this case. # align: left/center/right. Controls the horizontal alignment of the # text in the column. # allow_html_content: if defined, then this column allows html content # so it will not be filtered # yesno_field: Turn the data from 0/!0 into Yes/No # # data: # array of hashes representing the data for the table. # Each hash contains data for a single row of data. The # keys are column names from columns subhashes name field. # # overrides: # Provides a method for overriding individual table cells. This is # a hash, whose key is the column name, so the column must be # named for one of it's cells to be overwritten. The hash value is # an array. Each item in this array is a hash specifying # row-matching criteria, and any overridden values. The # row-matching criteria consist of keys: # match_field: The name of the row value we want to match # match_value: The value to match against # Each column value mentioned in the 'columns' documentation above # can be overwritten (apart from name and heading). To override a # table-cell value 'xxx', specify a new 'xxx' value, and specify a # 'override_xxx' value as well. See # admin/milestones/list.html.tmpl for example # #%] [% PROCESS "global/field-descs.none.tmpl" %] [%################### TABLE HEADER ######################%] [% FOREACH c = columns %] [%# Default to align left for headers %] [% END %] [%################### TABLE CONTENT ######################%] [% FOREACH row = data %] [% FOREACH c = columns %] [%# Copy to local variables, as we may update these %] [% contentlink = c.contentlink content = c.content content_use_field = c.content_use_field align = c.align allow_html_content = c.allow_html_content yesno_field = c.yesno_field %] [%# Are there any specific overrides for this column? %] [% FOREACH override = overrides.${c.name} %] [%# Is the override for this row? %] [% IF override.match_value == row.${override.match_field} %] [% SET contentlink = override.contentlink IF override.override_contentlink %] [% SET content = override.content IF override.override_content %] [% SET content_use_field = override.content_use_field IF override.override_content_use_field %] [% SET align = override.align IF override.override_align %] [% SET allow_html_content = override.allow_html_content IF override.override_allow_html_content %] [% SET yesno_field = override.yesno_field IF override.override_yesno_field %] [% LAST %] [% END %] [% END %] [% END %] [% END %] [% IF data.size == 0 %] [% END %] [%################### TABLE FOOTER ######################%]
[% c.heading FILTER html %]
[% IF contentlink %] [% link_uri = contentlink %] [% WHILE link_uri.search('%%(.+?)%%')%] [% FOREACH m = link_uri.match('%%(.+?)%%') %] [% IF row.$m %] [% replacement_value = FILTER url_quote; row.$m; END %] [% ELSE %] [% replacement_value = "" %] [% END %] [% link_uri = link_uri.replace("%%$m%%", replacement_value) %] [% END %] [% END %] [% END %] [% IF content_use_field %] [% colname = row.${c.name} %] [% field_descs.${colname} FILTER html %] [% ELSIF content %] [% content FILTER none %] [% ELSE %] [% IF yesno_field %] [% IF row.${c.name} %] Yes [% ELSE %] No [% END %] [% ELSE %] [% IF allow_html_content %] [% row.${c.name} FILTER none %] [% ELSE %] [% row.${c.name} FILTER html %] [% END %] [% END %] [% END %] [% IF contentlink %] [% END %]
<none>
cs/default/admin/versions/0000750000175000000410000000000010422570163017262 5ustar norbertwww-data00000000000000cs/default/admin/versions/create.html.tmpl0000640000175000000410000000343110172471230022365 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # product: string; name of the product the version is being created for #%] [% title = BLOCK %]Add Version to Product '[% product FILTER html %]'[% END %] [% h2 = BLOCK %]This page allows you to add a new version to product '[% product FILTER html %]'.[% END %] [% PROCESS global/header.html.tmpl title = title h2 = h2 %]

[% PROCESS admin/versions/footer.html.tmpl no_add_version_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/list.html.tmpl0000640000175000000410000000503510316341316022100 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # versions: array of version objects # showbugcounts: if defined, then bug counts should be included in the table # product: string; the name of the product we are editing versions for #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Select version of product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% edit_contentlink = BLOCK %]editversions.cgi?action=edit&product= [%- product FILTER url_quote %]&version=%%name%%[% END %] [% delete_contentlink = BLOCK %]editversions.cgi?action=del&product= [%- product FILTER url_quote %]&version=%%name%%[% END %] [% bug_count_contentlink = BLOCK %]buglist.cgi?version=%%name%%&product= [%- product FILTER url_quote %][% END %] [% columns = [ { name => "name" heading => "Edit version..." contentlink => edit_contentlink } ] %] [% IF showbugcounts %] [% columns.push({ name => "bug_count" heading => "$terms.Bugs" align => "right" contentlink => bug_count_contentlink }) %] [% END %] [% columns.push({ heading => "Action" content => "Delete" contentlink => delete_contentlink }) %] [% PROCESS admin/table.html.tmpl columns = columns data = versions %]

[% IF ! showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %] [% PROCESS admin/versions/footer.html.tmpl no_edit_other_versions_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/select-product.html.tmpl0000640000175000000410000000362110316341316024061 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin # #%] [%# INTERFACE: # products: array of product objects # showbugcounts: if defined, then bug counts should be included in the table #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Edit versions for which product?" %] [% columns = [ { name => "name" heading => "Edit versions of..." contentlink => "editversions.cgi?product=%%name%%" }, { name => "description" heading => "Description" allow_html_content => 1 } ] %] [% IF showbugcounts %] [% columns.push({ name => 'bug_count' heading => "$terms.Bugs" align => "right" contentlink => "buglist.cgi?product=%%name%%" }) %] [% END %] [% PROCESS admin/table.html.tmpl columns = columns data = products %] [% IF !showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %]

[% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/footer.html.tmpl0000640000175000000410000000420510172471230022420 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the version # # product: string; the name of the product which the version # belongs/belonged to # # no_XXX_link: boolean; if defined, then don't show the corresponding # link. Supported parameters are: # # no_edit_version_link # no_edit_other_versions_link # no_add_version_link #%]


[% UNLESS no_add_version_link %] Add a version. [% END %] [% IF name && !no_edit_version_link %] Edit version '[% name FILTER html %]'. [% END %] [% UNLESS no_edit_other_versions_link %] Edit other versions of product '[% product FILTER html %]'. [% END %] Edit product '[% product FILTER html %]'.

cs/default/admin/versions/created.html.tmpl0000640000175000000410000000302710172471230022532 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the newly created version # # product: string; the name of the product the version belongs to #%] [% title = BLOCK %]Adding new Version of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

The version ' [%- name FILTER html %]' has been created.

[% PROCESS admin/versions/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/deleted.html.tmpl0000640000175000000410000000252710224625453022543 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the deleted version. # # product: string; the name of the product the version belonged to # #%] [% title = BLOCK %]Deleted Version '[% name FILTER html %]' of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

Version '[% name FILTER html %]' deleted.

[% PROCESS admin/versions/footer.html.tmpl no_edit_version_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/CVS/0000700000175000000410000000000010422570163017710 5ustar norbertwww-data00000000000000cs/default/admin/versions/CVS/Repository0000664000175000000410000000007510422570163022030 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/versions cs/default/admin/versions/CVS/Tag0000664000175000000410000000001710422570163020360 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/versions/CVS/Entries0000664000175000000410000000111010422570163021251 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.3/Sun May 22 14:48:16 2005//TBUGZILLA-2_22 /create.html.tmpl/1.1/Sun Jan 16 13:56:40 2005//TBUGZILLA-2_22 /created.html.tmpl/1.1/Sun Jan 16 13:56:40 2005//TBUGZILLA-2_22 /deleted.html.tmpl/1.2/Wed Apr 6 00:19:55 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.1/Sun Jan 16 13:56:40 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.1/Sun Jan 16 13:56:40 2005//TBUGZILLA-2_22 /list.html.tmpl/1.2/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_22 /select-product.html.tmpl/1.2/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.1/Sun Jan 16 13:56:40 2005//TBUGZILLA-2_22 D cs/default/admin/versions/CVS/Root0000664000175000000410000000006310422570163020571 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/versions/updated.html.tmpl0000640000175000000410000000301310172471230022544 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # # updated_name: boolean; defined if the 'name' field was updated # # name: string; the new name of the version # # product: string; the name of the product the version belongs to #%] [% title = BLOCK %]Updating Version '[% name FILTER html %]' of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF updated_name %]

Updated Version name to: '[% name FILTER html %]'.

[% END %] [% UNLESS updated_name %]

Nothing changed for version '[% name FILTER html %]'. [% END %]

[% PROCESS admin/versions/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/edit.html.tmpl0000640000175000000410000000354310172471230022053 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; The name of the version # # product: string; The product the version belongs to #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Edit Version '[% name FILTER html %]' of product ' [%- product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

[% PROCESS admin/versions/footer.html.tmpl no_edit_version_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/versions/confirm-delete.html.tmpl0000640000175000000410000000545110244115660024025 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # name: string; The name of the version # # bug_count: number; The number of bugs targetted at the version # # product: string; The name of the product # #%] [% title = BLOCK %]Delete Version of Product '[% product FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title %]
Field Value
Version: [% name FILTER html %]
Version of Product: [% product FILTER html %]
[% terms.Bugs %]: [% IF bug_count %] [% bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF bug_count %] Sorry, there [% IF bug_count > 1 %] are [% bug_count %] [%+ terms.bugs %] [% ELSE %] is [% bug_count %] [%+ terms.bug %] [% END %] outstanding for this version. You must move [% IF bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another version before you can delete this one. [% ELSE %]

Do you really want to delete this version?

[% END %] [% PROCESS admin/versions/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/0000750000175000000410000000000010422570162016730 5ustar norbertwww-data00000000000000cs/default/admin/groups/remove.html.tmpl0000640000175000000410000000403610074667500022100 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # remove_all: boolean int. Is 1 if the action was remove_all, # and 0 if the action was remove_all_regexp. # name: string. The place where removal is performed. # regexp: string. The regexp according to which the removal is performed. # users: array with group objects having the properties: # - login: string. The login which is removed. #%] [% IF remove_all %] [% title = "Removing All Explicit Group Memberships from '" _ name _ "'" %] [% ELSE %] [% title = "Removing All Explicit Group Memberships Matching " _ "Group RegExp from '" _ name _ "'" %] [% END %] [% PROCESS global/header.html.tmpl %] [% IF remove_all %]

Removing explicit membership

[% ELSE %]

Removing explicit memberships of users matching '[% regexp FILTER html %]'...

[% END %] [% FOREACH user = users %] [% user.login FILTER html %] removed
[% END %]

Done.

Back to the group list.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/create.html.tmpl0000640000175000000410000000665710074667477022076 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # none #%] [% PROCESS global/header.html.tmpl title = "Add group" h2 = "This page allows you to define a new user group." %]
New Name New Description New User RegExp Use For [% terms.Bugs %]

Insert new group into all existing products.

Name is what is used with the UserInGroup() function in any customized cgi files you write that use a given group. It can also be used by people submitting [% terms.bugs %] by email to limit [% terms.abug %] to a certain set of groups. It may not contain any spaces.

Description is what will be shown in the [% terms.bug %] reports to members of the group where they can choose whether the [% terms.bug %] will be restricted to others in the same group.

The Use For [% terms.Bugs %] flag determines whether or not the group is eligible to be used for [% terms.bugs %]. If you clear this, it will no longer be possible for users to add [% terms.bugs %] to this group, although [% terms.bugs %] already in the group will remain in the group. Doing so is a much less drastic way to stop a group from growing than deleting the group would be. Note: If you are creating a group, you probably want it to be usable for [% terms.bugs %], in which case you should leave this checked.

User RegExp is optional, and if filled in, will automatically grant membership to this group to anyone with an email address that matches this regular expression.

By default, the new group will be associated with existing products. Unchecking the "Insert new group into all existing products" option will prevent this and make the group become visible only when its controls have been added to a product.

Back to the main [% terms.bugs %] page or to the group list. [% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/change.html.tmpl0000640000175000000410000000675510074667477022057 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # action: integer. Can be 1, 2 or 3, depending on the action # performed: # 1 - remove_explicit_members # 2 - remove_explicit_members_regexp # 3 - no conversion, just save the changes # changes: boolean int. Is 1 if changes occured. # gid: integer. The ID of the group. # name: the name of the product where removal is performed. # regexp: the regexp according to which the update is performed. #%] [% IF (action == 1) %] [% title = "Confirm: Remove All Explicit Members?" %] [% ELSIF (action == 2) %] [% title = "Confirm: Remove Explicit Members in the Regular Expression?" %] [% ELSE %] [% title = "Updating group hierarchy" %] [% END %] [% PROCESS global/header.html.tmpl %]

Checking.... [% IF changes %] changed. [% END %]

[% IF (action == 1) || (action == 2) %] [% IF changes %]

Group updated, please confirm removal:

[% END %] [% IF (action == 1) %]

This option will remove all explicitly defined users [% ELSIF regexp %]

This option will remove all users included in the regular expression: [% regexp FILTER html %] [% ELSE %]

There is no regular expression defined. No users will be removed.

[% END %] [% IF ((action == 1) || regexp) %] from group [% name FILTER html %].

Generally, you will only need to do this when upgrading groups created with [% terms.Bugzilla %] versions 2.16 and prior. Use this option with extreme care and consult the documentation for further information.

[% IF (action == 2) %] [% ELSE %] [% END %]

Or return to the Edit Groups page.

[% END %] [% ELSE %] [%# if we got this far, the admin doesn't want to convert, so just save # their changes %] [% IF changes %]

Done.

[% ELSE %]

You didn't change anything! If you really meant it, hit the Back button and try again.

[% END %]

Back to the group list.

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/list.html.tmpl0000640000175000000410000000772010366204401021550 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # groups: array with group objects having the properties: # - id: number. The ID of the group. # - name: string. The name of the group. # - description: string. The description of the group. # - userregexp: string. The user regexp for the given group. # - isactive: boolean int. Specifies if the group is active or not. # - isbuggroup: boolean int. Specifies if it can be used for bugs. #%] [% PROCESS global/header.html.tmpl title = "Edit Groups" h2 = "This lets you edit the groups available to put users in." %] [% FOREACH group = groups %] [% END %]
Name Description User RegExp Use For [% terms.Bugs %] Type Action
[% group.name FILTER html %] [% group.description FILTER html %] [% group.userregexp FILTER html %]  [% IF (group.isactive != 0) && (group.isbuggroup) %] X [% ELSE %]   [% END %] [% (group.isbuggroup) ? "user" : "system" %] [% IF (group.isbuggroup) %] Delete [% ELSE %]   [% END %]
Add Group

Name is what is used with the UserInGroup() function in any customized cgi files you write that use a given group. It can also be used by people submitting [% terms.bugs %] by email to limit [% terms.abug %] to a certain set of groups.

Description is what will be shown in the [% terms.bug %] reports to members of the group where they can choose whether the [% terms.bug %] will be restricted to others in the same group.

User RegExp is optional, and if filled in, will automatically grant membership to this group to anyone with an email address that matches this perl regular expression. Do not forget the trailing '$'. Example '@mycompany\.com$'

The Use For [% terms.Bugs %] flag determines whether or not the group is eligible to be used for [% terms.bugs %]. If you remove this flag, it will no longer be possible for users to add [% terms.bugs %] to this group, although [% terms.bugs %] already in the group will remain in the group. Doing so is a much less drastic way to stop a group from growing than deleting the group as well as a way to maintain lists of users without cluttering the lists of groups used for [% terms.bug %] restrictions.

The Type field identifies system groups.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/delete.html.tmpl0000640000175000000410000001003110343260220022020 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # gid: number. The group ID. # name: string. The name of the group. # description: string. The description of the group. # hasusers: boolean int. True if the group includes users in it. # hasbugs: boolean int. True if the group includes bugs in it. # hasproduct: boolean int. True if the group is binded to a product. # hasflags: boolean int. True if the group is used by a flag type. # buglist: string. The list of bugs included in this group. #%] [% PROCESS global/header.html.tmpl title = "Delete group" %]
Id Name Description
[% gid FILTER html %] [% name FILTER html %] [% description FILTER html %]
[% IF hasusers %]

One or more users belong to this group. You cannot delete this group while there are users in it.
Show me which users - Remove all users from this group for me.

[% END %] [% IF hasbugs %]

One or more [% terms.bug %] reports are visible only to this group. You cannot delete this group while any [% terms.bugs %] are using it.
Show me which [% terms.bugs %] - Remove all [% terms.bugs %] from this group restriction for me.

NOTE: It's quite possible to make confidential [% terms.bugs %] public by checking this box. It is strongly suggested that you review the [% terms.bugs %] in this group before checking the box.

[% END %] [% IF hasproduct %]

This group is tied to the [% name FILTER html %] product. You cannot delete this group while it is tied to a product.
Delete this group anyway, and make the product [% name FILTER html %] publicly visible.

[% END %] [% IF hasflags %]

This group restricts who can make changes to flags of certain types. You cannot delete this group while there are flag types using it.
Show me which types - Remove all flag types from this group for me.

[% END %]

Confirmation

Do you really want to delete this group?

[% IF (hasusers || hasbugs || hasproduct || hasflags) %]

You must check all of the above boxes or correct the indicated problems first before you can proceed.

[% END %]

Go back to the group list. [% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/created.html.tmpl0000640000175000000410000000243610074667500022214 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # none #%] [% PROCESS global/header.html.tmpl title = "Adding new group" %]

OK, done.

Add another group or go back to the group list.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/deleted.html.tmpl0000640000175000000410000000347410325017234022206 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # gid: number. The group ID. # name: string. The name of the group. # cantdelete: boolean int. Is 1 if the group couldn't have been deleted. #%] [% PROCESS global/header.html.tmpl title = "Deleting group" %] [% IF cantdelete %]

This group cannot be deleted because there are records in the database which refer to it. All such records must be removed or altered to remove the reference to this group before the group can be deleted.

View the list of which records are affected.

[% ELSE %]

The group [% name FILTER html %] has been deleted.

[% END %]

Go back to the group list. [% PROCESS global/footer.html.tmpl %] cs/default/admin/groups/CVS/0000700000175000000410000000000010422570162017356 5ustar norbertwww-data00000000000000cs/default/admin/groups/CVS/Repository0000664000175000000410000000007310422570162021474 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/groups cs/default/admin/groups/CVS/Tag0000664000175000000410000000001710422570162020026 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/groups/CVS/Entries0000664000175000000410000000077010422570162020732 0ustar norbertwww-data00000000000000/change.html.tmpl/1.1/Tue Jul 13 05:12:31 2004//TBUGZILLA-2_22 /create.html.tmpl/1.4/Tue Jul 13 05:12:31 2004//TBUGZILLA-2_22 /created.html.tmpl/1.1/Tue Jul 13 05:12:32 2004//TBUGZILLA-2_22 /delete.html.tmpl/1.6/Wed Nov 30 08:19:28 2005//TBUGZILLA-2_22 /deleted.html.tmpl/1.2/Mon Oct 17 21:58:52 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.5/Fri Feb 18 16:38:42 2005//TBUGZILLA-2_22 /list.html.tmpl/1.4/Thu Jan 26 17:38:09 2006//TBUGZILLA-2_22 /remove.html.tmpl/1.1/Tue Jul 13 05:12:32 2004//TBUGZILLA-2_22 D cs/default/admin/groups/CVS/Root0000664000175000000410000000006310422570162020237 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/groups/edit.html.tmpl0000640000175000000410000001664010205415022021516 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # group_id: number. The group ID. # name: string. The name of the group. [grantor] # description: string. The description of the group. # regexp: string. The regular expression for the users of the group. # isactive: boolean int. Shows if the group is still active. # isbuggroup: boolean int. Is 1 if this is a bug group. # groups: array with group objects having the properties: # - grpid: number. The ID of the group. # - grpname: string. The name of the group. [member] # - grpdesc: string. The description of the group. # - grpmember: boolean int. Is 1 if members of the group are to inherit # membership in the group being edited. # - blessmember: boolean int. Is 1 if members of the group are to be able # to bless users into the group being edited. # - membercansee: boolean int. Is 1 if the members of the group are to # be aware of the group being edited and its members. #%] [% PROCESS global/header.html.tmpl title = "Change Group: $name" style = "tr.odd_row { background: #e9e9e9; } .permissions th { background: #000000; color: #ffffff; } " %]

[% IF isbuggroup %] [% END %]
Group: [% IF isbuggroup %] [% ELSE %] [% name FILTER html %] [% END %]
Description: [% IF isbuggroup %] [% ELSE %] [% description FILTER html %] [% END %]
User Regexp:
Use For [% terms.Bugs %]:

Users become members of this group in one of three ways:

  • by being explicity included when the user is edited.
  • by matching the user regexp above.
  • by being a member of one of the groups included in this group by checking the boxes below.
[% usevisibility = Param('usevisibilitygroups') %]

Group Permissions

[% IF usevisibility %] [% END %] [% row = 0 %] [% FOREACH group = groups %] [% row = row + 1 %] [% IF usevisibility %] [% END %] [% IF group_id != group.grpid %] [% ELSE %] [% END %] [% END %]
Visible Grant Inherit Group Description
[% group.grpnam FILTER html %] [% group.grpdesc FILTER html %]

[% IF usevisibility %]
Visibility:
Members of the selected groups can be aware of the "[% name FILTER html %]" group
[% END %]
Grant:
Members of the selected groups can grant membership to the "[% name FILTER html %]" group
Inherit:
Members of the selected groups are automatically members of the "[% name FILTER html %]" group

Conversion of groups created with [% terms.Bugzilla %] versions 2.16 and prior:

  • Remove all explicit memberships from this group:
  • Remove all explicit memberships that are included in the above regular expression:
Back to the group list. [% PROCESS global/footer.html.tmpl %] cs/default/admin/params/0000750000175000000410000000000010422570162016674 5ustar norbertwww-data00000000000000cs/default/admin/params/ldap.html.tmpl0000640000175000000410000000364210323147252021463 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "LDAP" desc = "Configure this first before choosing LDAP as an authentication method" %] [% param_descs = { LDAPserver => "The name (and optionally port) of your LDAP server " _ "(e.g. ldap.company.com, or ldap.company.com:portnum).", LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _ "instead of binding anonymously, enter it here " _ "(e.g. cn=default,cn=user:password). " _ "Leave this empty for the normal case of an anonymous bind.", LDAPBaseDN => "The BaseDN for authenticating users against " _ "(e.g. ou=People,o=Company).", LDAPuidattribute => "The name of the attribute containing the user's login name.", LDAPmailattribute => "The name of the attribute of a user in your directory that " _ "contains the email address.", LDAPfilter => "LDAP filter to AND with the LDAPuidattribute for " _ "filtering the list of valid users." } %] cs/default/admin/params/bugchange.html.tmpl0000640000175000000410000000723510323770360022472 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Bug Change Policies" desc = "Set up bug change policies" %] [% param_descs = { letsubmitterchoosepriority => "If this is on, then people submitting $terms.bugs can " _ "choose an initial priority for that ${terms.bug}. " _ "If off, then all $terms.bugs initially have the default " _ "priority selected below.", letsubmitterchoosemilestone => "If this is on, then people submitting $terms.bugs can " _ "choose the Target Milestone for that ${terms.bug}. " _ "If off, then all $terms.bugs initially have the default " _ "milestone for the product being filed in.", musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _ "the milestone be set in order for a user to ACCEPT a ${terms.bug}?", commentoncreate => "If this option is on, the user needs to enter a description " _ "when entering a new ${terms.bug}.", commentonaccept => "If this option is on, the user needs to enter a short comment if " _ "he accepts the ${terms.bug}.", commentonclearresolution => "If this option is on, the user needs to enter a short comment if " _ "the ${terms.bug}'s resolution is cleared.", commentonconfirm => "If this option is on, the user needs to enter a short comment " _ "when confirming a ${terms.bug}.", commentonresolve => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is resolved.", commentonreassign => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is reassigned.", commentonreassignbycomponent => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is reassigned by component.", commentonreopen => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is reopened.", commentonverify => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is verified.", commentonclose => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is closed.", commentonduplicate => "If this option is on, the user needs to enter a short comment " _ "if the $terms.bug is marked as duplicate.", noresolveonopenblockers => "Don\'t allow $terms.bugs to be resolved as fixed " _ "if they have unresolved dependencies." } %] cs/default/admin/params/bugfields.html.tmpl0000640000175000000410000000571710323770360022516 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Bug Fields" desc = "Choose fields you want to display" %] [% param_descs = { useclassification => "If this is on, $terms.Bugzilla will associate each product with a " _ "specific classification. But you must have 'editclassification' " _ "permissions enabled in order to edit classifications.", showallproducts => "If this is on and useclassification is set, $terms.Bugzilla will add a " _ "'All' link in the 'New $terms.Bug' page to list all available products.", usetargetmilestone => "Do you wish to use the Target Milestone field?", useqacontact => "Do you wish to use the QA Contact field?", usestatuswhiteboard => "Do you wish to use the Status Whiteboard field?", usevotes => "Do you wish to allow users to vote for ${terms.bugs}? Note that in order " _ "for this to be effective, you will have to change the maximum " _ "votes allowed in a product to be non-zero in " _ "the product edit page.", usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _ "$terms.bugs an easy-to-remember name by which you can refer to them?", defaultpriority => "This is the priority that newly entered $terms.bugs are set to.", defaultseverity => "This is the severity that newly entered $terms.bugs are set to.", defaultplatform => "This is the platform that is preselected on the $terms.bug " _ "entry form.
" _ "You can leave this empty: " _ "$terms.Bugzilla will then use the platform that the browser " _ "reports to be running on as the default.", defaultopsys => "This is the operating system that is preselected on the $terms.bug " _ "entry form.
" _ "You can leave this empty: " _ "$terms.Bugzilla will then use the operating system that the browser " _ "reports to be running on as the default." } %]cs/default/admin/params/mta.html.tmpl0000640000175000000410000001474110366402235021330 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Email" desc = "How will outgoing mail be delivered?" %] [% param_descs = { mail_delivery_method => "Defines how email is sent, or if it is sent at all.
  • 'sendmail', 'smtp' and 'qmail' are all MTAs. You need to install a third-party sendmail replacement if you want to use sendmail on Windows.
  • 'testfile' is useful for debugging: all email is stored in 'data/mailer.testfile' instead of being sent. For more information, see the Mail::Mailer manual.
  • 'none' will completely disable email. $terms.Bugzilla continues to act as though it is sending mail, but nothing is sent or stored.
", sendmailnow => "Sites using anything older than version 8.12 of 'sendmail' " _ "can achieve a significant performance increase in the " _ "UI -- at the cost of delaying the sending of mail -- by " _ "disabling this parameter. Sites using 'sendmail' 8.12 or " _ "higher should leave this on, as they will see no benefit from " _ "turning it off. Sites using an MTA other than 'sendmail' " _ "must leave it on, or no $terms.bug mail will be sent.", smtpserver => "The SMTP server address (if using SMTP for mail delivery).", passwordmail => "The email that gets sent to people to tell them their password. " _ "Within this text, %mailaddress% gets replaced by the person's " _ "email address, %login% gets replaced by the person's login " _ "(usually the same thing), and %password% gets replaced by their " _ "password. %anythingelse% gets replaced by the " _ "definition of that parameter (as defined on this page).", newchangedmail => "The email that gets sent to people when a $terms.bug changes. Within " _ "this text, %to% gets replaced with the e-mail address of the " _ "person receiving the mail. %bugid% gets replaced by the $terms.bug " _ "number. %diffs% gets replaced with what has changed. " _ "%neworchanged% is 'New:' if this mail is reporting a new $terms.bug or " _ "empty if changes were made to an existing one. %summary% gets " _ "replaced by the summary of this ${terms.bug}. %reasonsheader% is " _ "replaced by an abbreviated list of reasons why the user is " _ "getting the email, suitable for use in an email header (such " _ "as X-Bugzilla-Reason). %reasonsbody% is replaced by text that " _ "explains why the user is getting the email in more user " _ "friendly text than %reasonsheader%. " _ "%threadingmarker% will become either a Message-ID line (for " _ "new-${terms.bug} messages) or a In-Reply-To line (for ${terms.bug}-change " _ "messages). " _ "%anythingelse% gets " _ "replaced by the definition of that parameter (as defined on " _ "this page).", whinedays => "The number of days that we'll let a $terms.bug sit untouched in a NEW " _ "state before our cronjob will whine at the owner.
" _ "Set to 0 to disable whining.", whinemail => "The email that gets sent to anyone who has a NEW or REOPENED " _ "$terms.bug that hasn't been touched for more than whinedays. " _ "Within this text, %email% gets replaced by the offender's " _ "email address. %userid% gets replaced by the offender's " _ "$terms.Bugzilla login (which, in most installations, is the same as " _ "the email address.) %anythingelse% gets replaced by the " _ "definition of that parameter (as defined on this page).

" _ "It is a good idea to make sure this message has a valid From: " _ "address, so that if the mail bounces, a real person can know " _ "that there are $terms.bugs assigned to an invalid address.", voteremovedmail => "This is a mail message to send to anyone who gets a vote removed " _ "from $terms.abug for any reason. %to% gets replaced by the person who " _ "used to be voting for this ${terms.bug}. %bugid% gets replaced by the " _ "$terms.bug number. %reason% gets replaced by a short reason describing " _ "why the vote(s) were removed. %votesremoved%, %votesold% and " _ "%votesnew% is the number of votes removed, before and after " _ "respectively. %votesremovedtext%, %votesoldtext% and " _ "%votesnewtext% are these as sentences, e.g. 'You had 2 votes on " _ "this ${terms.bug}.' %count% is also supported for backwards " _ "compatibility. %anythingelse% gets replaced by the " _ "definition of that parameter (as defined on this page)." } %] cs/default/admin/params/l10n.html.tmpl0000640000175000000410000000370310323147252021313 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Localization" desc = "Define what languages you want made available to your users" %] [%# Get the list of available languages %] [% available_languages = "unknown" %] [% FOREACH param = params %] [% IF param.name == "languages" %] [% available_languages = param.extra_desc.available_languages FILTER html %] [% END %] [% END %] [% param_descs = { languages => "A comma-separated list of RFC 1766 language tags. These " _ "identify the languages in which you wish $terms.Bugzilla output " _ "to be displayed. Note that you must install the appropriate " _ "language pack before adding a language to this Param. The " _ "language used is the one in this list with the highest " _ "q-value in the user's Accept-Language header.
" _ "Available languages: $available_languages" , defaultlanguage => "The UI language $terms.Bugzilla falls back on if no suitable " _ "language is found in the user's Accept-Language header." } %] cs/default/admin/params/editparams.html.tmpl0000640000175000000410000000723510323423137022675 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [%# INTERFACE: # panels: array of hashes representing the panels available. # param_changed: array of parameters which have been changed. # shutdown_is_active: boolean; is true when 'shutdownhtml' has been turned on. #%] [% PROCESS global/variables.none.tmpl %] [% curpanel = -1 %] [% panels = panels.sort('sortkey') %] [% FOREACH panel = panels %] [% PROCESS "admin/params/${panel.name}.html.tmpl" params = panel.param_list %] [% panel.title = title %] [% panel.desc = desc %] [% panel.param_descs = param_descs %] [% IF panel.current %][% curpanel = loop.index %][% END %] [% END %] [% current_panel = panels.$curpanel %] [%# We cannot call header.html.tmpl earlier as we have to know which panel is active first, in order to get its title %] [% title = BLOCK %] [% IF curpanel == -1 %] [% terms.Bugzilla FILTER html %] Parameters: Index [% ELSE %] [% terms.Bugzilla FILTER html %] Configuration: [%+ current_panel.title FILTER html %] [% END %] [% END %] [% PROCESS global/header.html.tmpl title = title message = message style_urls = ['skins/standard/params.css'] %]
[%# NAVIGATION BAR %] [% FOREACH panel = panels %] [% IF panel.current %] [% ELSE %] [% END %] [% END %] [% IF curpanel == -1 %] [% PROCESS admin/params/index.html.tmpl panels = panels %] [% ELSE %]

This lets you edit the basic operating parameters of [% terms.Bugzilla %]. Be careful!
Any item you check "Reset" on will get reset to its default value.

[%# CONTENT PANEL %]
[% PROCESS admin/params/common.html.tmpl panel = current_panel %]
[% END %]
[% INCLUDE global/footer.html.tmpl %] cs/default/admin/params/index.html.tmpl0000640000175000000410000000305210323423140021636 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Frédéric Buclin #%]

All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist.

[% FOREACH panel = panels %] [% FOREACH param = panel.param_list.sort('name') %] [% END %] [% END %]
Parameter Section
[% param.name FILTER html %] [% panel.title FILTER html %]
  
cs/default/admin/params/core.html.tmpl0000640000175000000410000000632310323147252021472 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Required Settings" desc = "Settings that are required for proper operation of $terms.Bugzilla" %] [% param_descs = { maintainer => "The email address of the person who maintains this installation " _ "of ${terms.Bugzilla}.", urlbase => "The URL that is the common initial leading part of all $terms.Bugzilla " _ "URLs.", sslbase => "The URL that is the common initial leading part of all HTTPS " _ "(SSL) $terms.Bugzilla URLs.", ssl => "Controls when $terms.Bugzilla should enforce sessions to use HTTPS by " _ "using sslbase.", cookiedomain => "The domain for $terms.Bugzilla cookies. Normally blank. " _ "If your website is at 'www.foo.com', setting this to " _ "'.foo.com' will also allow 'bar.foo.com' to access " _ "$terms.Bugzilla cookies. This is useful if you have more than " _ "one hostname pointing at the same web server, and you " _ "want them to share the $terms.Bugzilla cookie.", cookiepath => "Path, relative to your web document root, to which to restrict " _ "$terms.Bugzilla cookies. Normally this is the URI portion of your URL " _ "base. Begin with a / (single slash mark). For instance, if " _ "$terms.Bugzilla serves from 'http://www.somedomain.com/bugzilla/', set " _ "this parameter to /bugzilla/. Setting it to / will allow " _ "all sites served by this web server or virtual host to read " _ "$terms.Bugzilla cookies.", timezone => "The timezone that your database server lives in. If set to '', " _ "then the timezone will not be displayed with the timestamps.", utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New " _ "installations should set this to true to avoid character encoding " _ "problems. Existing databases should set this to true only after " _ "the data has been converted from existing legacy character " _ "encodings to UTF-8.", shutdownhtml => "If this field is non-empty, then $terms.Bugzilla will be completely " _ "disabled and this text will be displayed instead of all the " _ "$terms.Bugzilla pages." } %]cs/default/admin/params/bugmove.html.tmpl0000640000175000000410000000435110323147252022205 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Bug Moving" desc = "Set up parameters to move bugs to/from another installation" %] [% param_descs = { "move-enabled" => "If this is on, $terms.Bugzilla will allow certain people " _ "to move $terms.bugs to the defined database.", "move-button-text" => "The text written on the Move button. Explain where the $terms.bug is " _ "being moved to.", "move-to-url" => "The URL of the database we allow some of our $terms.bugs to be moved to.", "move-to-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _ "the email address that database uses to listen for incoming ${terms.bugs}.", "moved-from-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _ "the email address from which this mail, and error messages are sent.", movers => "A list of people with permission to move $terms.bugs and reopen moved " _ "${terms.bugs} (in case the move operation fails).", "moved-default-product" => "$terms.Bugs moved from other databases to here are assigned " _ "to this product.", "moved-default-component" => "$terms.Bugs moved from other databases to here are assigned " _ "to this component." } %] cs/default/admin/params/patchviewer.html.tmpl0000640000175000000410000000675510323147252023074 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Patch Viewer" desc = "Set up third-party applications to run with PatchViewer" %] [% param_descs = { cvsroot => "The CVS root that most " _ "users of your system will be using for 'cvs diff'. Used in " _ "Patch Viewer ('Diff' option on patches) to figure out where " _ "patches are rooted even if users did the 'cvs diff' from " _ "different places in the directory structure (NOTE: if your " _ "CVS repository is remote and requires a password, you must " _ "either ensure the $terms.Bugzilla user has done a 'cvs login' or " _ "specify the password " _ "as " _ "part of the CVS root.). Leave this blank if you have no " _ "CVS repository.", cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _ "Some installations may want to mirror their CVS repository on " _ "the $terms.Bugzilla server or even have it on that same server, and " _ "thus the repository can be the local file system (and much " _ "faster). Make this the same as cvsroot if you don't " _ "understand what this is (if cvsroot is blank, make this blank too).", bonsai_url => "The URL to a Bonsai " _ "server containing information about your CVS repository. " _ "Patch Viewer will use this information to create links to " _ "bonsai's blame for each section of a patch (it will append " _ "'/cvsblame.cgi?...' to this url). Leave this blank if you " _ "don't understand what this is.", lxr_url => "The URL to an LXR server " _ "that indexes your CVS repository. Patch Viewer will use this " _ "information to create links to LXR for each file in a patch. " _ "Leave this blank if you don't understand what this is.", lxr_root => "Some LXR installations do not index the CVS repository from the root -- " _ "Mozilla's, for " _ "example, starts indexing under mozilla/. This " _ "means URLs are relative to that extra path under the root. " _ "Enter this if you have a similar situation. Leave it blank " _ "if you don't know what this is." } %] cs/default/admin/params/dependencygraph.html.tmpl0000640000175000000410000000434510323147252023704 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Dependency Graphs" desc = "Optional setup for dependency graphing" %] [% param_descs = { webdotbase => "It is possible to show graphs of dependent ${terms.bugs}. You may set this parameter to any of the following:
  • A complete file path to 'dot' (part of GraphViz) will generate the graphs locally.
  • A URL prefix pointing to an installation of the webdot package will generate the graphs remotely.
  • A blank value will disable dependency graphing.
The default value is a publicly-accessible webdot server. If you change this value, make certain that the webdot server can read files from your webdot directory. On Apache you do this by editing the .htaccess file, for other systems the needed measures may vary. You can run checksetup.pl to recreate the .htaccess file if it has been lost."} %]cs/default/admin/params/shadowdb.html.tmpl0000640000175000000410000000467010323147252022340 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Shadow Database" desc = "An optional hack to increase database performance" %] [% param_descs = { shadowdbhost => "The host the shadow database is on.", shadowdbport => "The port the shadow database is on. Ignored if " _ "shadowdbhost is blank. Note: if the host is the local " _ "machine, then MySQL will ignore this setting, and you must " _ "specify a socket below.", shadowdbsock => "The socket used to connect to the shadow database, if the host " _ "is the local machine. This setting is required because MySQL " _ "ignores the port specified by the client and connects using " _ "its compiled-in socket path (on unix machines) when connecting " _ "from a client to a local server. If you leave this blank, and " _ "have the database on localhost, then the shadowdbport " _ "will be ignored.", shadowdb => "If non-empty, then this is the name of another database in " _ "which $terms.Bugzilla will use as a read-only copy of everything. " _ "This is done so that long slow read-only operations can be used " _ "against this db, and not lock up things for everyone else. This " _ "database is on the shadowdbhost, and must exist. " _ "$terms.Bugzilla does not update it, if you use this parameter, then " _ "you need to set up replication for your database." } %] cs/default/admin/params/common.html.tmpl0000640000175000000410000000634110371611740022033 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Frédéric Buclin #%] [%# INTERFACE: # panel: hash representing the current panel. #%]
[% FOREACH param = panel.param_list %]
[% param.name FILTER html %]
[% panel.param_descs.${param.name} FILTER none %]

[% IF param.type == "t" %] [% ELSIF param.type == "l" %] [% ELSIF param.type == "b" %] [% ELSIF param.type == "m" %] [% boxSize = 5 %] [% boxSize = param.choices.size IF param.choices.size < 5 %] [% ELSIF param.type == "s" %] [% ELSE %] Unknown param type [% param.type FILTER html %]!!! [% END %]


[% END %]
cs/default/admin/params/CVS/0000700000175000000410000000000010422570162017322 5ustar norbertwww-data00000000000000cs/default/admin/params/CVS/Repository0000664000175000000410000000007310422570162021440 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/params cs/default/admin/params/CVS/Tag0000664000175000000410000000001710422570162017772 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/params/CVS/Entries0000664000175000000410000000231210422570162020670 0ustar norbertwww-data00000000000000/admin.html.tmpl/1.2/Thu Oct 13 09:04:05 2005//TBUGZILLA-2_22 /attachment.html.tmpl/1.2/Wed Oct 19 20:16:14 2005//TBUGZILLA-2_22 /auth.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /bugchange.html.tmpl/1.2/Fri Oct 14 17:54:56 2005//TBUGZILLA-2_22 /bugfields.html.tmpl/1.2/Fri Oct 14 17:54:56 2005//TBUGZILLA-2_22 /bugmove.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /common.html.tmpl/1.3/Mon Feb 6 09:16:16 2006//TBUGZILLA-2_22 /core.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /dependencygraph.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /editparams.html.tmpl/1.2/Thu Oct 13 09:18:23 2005//TBUGZILLA-2_22 /groupsecurity.html.tmpl/1.3/Sat Oct 22 13:07:06 2005//TBUGZILLA-2_22 /index.html.tmpl/1.1/Thu Oct 13 09:18:24 2005//TBUGZILLA-2_22 /l10n.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /ldap.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /mta.html.tmpl/1.2/Fri Jan 27 11:31:41 2006//TBUGZILLA-2_22 /patchviewer.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /query.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /shadowdb.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_22 /usermatch.html.tmpl/1.2/Sat Nov 12 10:09:44 2005//TBUGZILLA-2_22 D cs/default/admin/params/CVS/Root0000664000175000000410000000006310422570162020203 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/params/attachment.html.tmpl0000640000175000000410000000476310325524616022705 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Attachments" desc = "Set up attachment options" %] [% param_descs = { allow_attach_url => "If this option is on, it will be possible to " _ "specify a URL when creating an attachment and " _ "treat the URL itself as if it were an attachment.", maxpatchsize => "The maximum size (in kilobytes) of patches. $terms.Bugzilla will not " _ "accept patches greater than this number of kilobytes in size. " _ "To accept patches of any size (subject to the limitations of " _ "your server software), set this value to zero.", maxattachmentsize => "The maximum size (in kilobytes) of non-patch attachments. " _ "$terms.Bugzilla will not accept attachments greater than this number " _ "of kilobytes in size. To accept attachments of any size " _ "(subject to the limitations of your server software), set this " _ "value to zero.", maxlocalattachment => "The maximum size (in megabytes) of attachments identified by " _ "the user as 'Big Files' to be stored locally on the webserver. " _ "If set to zero, attachments will never be kept on the local " _ "filesystem.", convert_uncompressed_images => "If this option is on, attachments with content type image/bmp " _ "will be converted to image/png and compressed before uploading to " _ "the database to conserve disk space." } %] cs/default/admin/params/query.html.tmpl0000640000175000000410000000552010323147252021705 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Query Defaults" desc = "Default options for query and buglists" %] [% param_descs = { quip_list_entry_control => "Controls how easily users can add entries to the quip list.
  • open - Users may freely add to the quip list, and their entries will immediately be available for viewing.
  • moderated - quips can be entered, but need to be approved by an admin before they will be shown.
  • closed - no new additions to the quips list are allowed.
", mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _ "most frequently reported $terms.bugs page. " _ "If you have a large database and this page takes a long time to " _ "load, try increasing this number.", mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _ "list for a user. %userid% will get replaced with the login name of a user.", defaultquery => "This is the default query that initially comes up when you " _ "access the advanced query page. It's in URL parameter " _ "format, which makes it hard to read. Sorry!", quicksearch_comment_cutoff => "The maximum number of search terms for a QuickSearch " _ "to search comments. If the QuickSearch query contains " _ "more terms than this value, QuickSearch will not search comments." } %] cs/default/admin/params/usermatch.html.tmpl0000640000175000000410000000413710335337550022543 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "User Matching" desc = "Set up your user matching policies" %] [% param_descs = { usemenuforusers => "If this option is set, $terms.Bugzilla will offer you a list " _ "to select from (instead of a text entry field) where a user " _ "needs to be selected. This option should not be enabled on " _ "sites where there are a large number of users.", usermatchmode => "Allow match strings to be entered for user names when entering " _ "and editing ${terms.bugs}.

" _ "'off' disables matching,
" _ "'wildcard' allows only wildcards,
" _ "and 'search' allows both wildcards and substring (freetext) matches.", maxusermatches => "Search for no more than this many matches.
" _ "If set to '1', no users will be displayed on ambiguous matches. " _ "This is useful for user privacy purposes.
" _ "A value of zero means no limit.", confirmuniqueusermatch => "Whether a confirmation screen should be displayed when only " _ "one user matches a search entry." } %] cs/default/admin/params/admin.html.tmpl0000640000175000000410000000447610323421405021634 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Administrative Policies" desc = "Set up account policies" %] [% param_descs = { allowbugdeletion => "The pages to edit products and components and versions can delete " _ "all associated $terms.bugs when you delete a product (or component or " _ "version). Since that is a pretty scary idea, you have to turn on " _ "this option before any such deletions will ever happen.", allowemailchange => "Users can change their own email address through the preferences. " _ "Note that the change is validated by emailing both addresses, so " _ "switching this option on will not let users use an invalid address.", allowuserdeletion => "The user editing pages are capable of letting you delete user accounts. " _ "$terms.Bugzilla will issue a warning in case you'd run into inconsistencies " _ "when you're about to do so, but such deletions remain kinda scary. " _ "So, you have to turn on this option before any such deletions " _ "will ever happen.", supportwatchers => "Support one user watching (ie getting copies of all related " _ "email about) another's ${terms.bugs}. Useful for people going on " _ "vacation, and QA folks watching particular developers' ${terms.bugs}." } %]cs/default/admin/params/auth.html.tmpl0000640000175000000410000001424110323147252021501 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "User Authentication" desc = "Set up your authentication policies" %] [% param_descs = { auth_env_id => "Environment variable used by external authentication system " _ "to store a unique identifier for each user. Leave it blank " _ "if there isn't one or if this method of authentication " _ "is not being used.", auth_env_email => "Environment variable used by external authentication system " _ "to store each user's email address. This is a required " _ "field for environmental authentication. Leave it blank " _ "if you are not going to use this feature.", auth_env_realname => "Environment variable used by external authentication system " _ "to store the user's real name. Leave it blank if there " _ "isn't one or if this method of authentication is not being " _ "used.", user_info_class => "Mechanism(s) to be used for gathering a user's login information. More than one may be selected. If the first one returns nothing, the second is tried, and so on.
The types are:

CGI
Asks for username and password via CGI form interface.
Env
Info for a pre-authenticated user is passed in system environment variables.
", user_verify_class => "Mechanism(s) to be used for verifying (authenticating) information gathered by user_info_class. More than one may be selected. If the first one cannot find the user, the second is tried, and so on.
The types are:
DB
${terms.Bugzilla}'s built-in authentication. This is the most common choice.
LDAP
LDAP authentication using an LDAP server. This method is experimental; please see the $terms.Bugzilla documentation for more information. Using this method requires additional parameters to be set above.
", rememberlogin => "Controls management of session cookies
  • on - Session cookies never expire (the user has to login only once per browser).
  • off - Session cookies last until the users session ends (the user will have to login in each new browser session).
  • defaulton/defaultoff - Default behavior as described above, but user can choose whether $terms.Bugzilla will remember his login or not.
", loginnetmask => "The number of bits for the netmask used if a user chooses to " _ "allow a login to be valid for more than a single IP. Setting " _ "this to 32 disables this feature.
" _ "Note that enabling this may decrease the security of your system.", requirelogin => "If this option is set, all access to the system beyond the " _ "front page will require a login. No anonymous users will " _ "be permitted.", emailregexp => "This defines the regexp to use for legal email addresses. The " _ "default tries to match fully qualified email addresses. Another " _ "popular value to put here is ^[^@]+$, which means " _ "'local usernames, no @ allowed.'", emailregexpdesc => "This describes in English words what kinds of legal addresses " _ "are allowed by the emailregexp param.", emailsuffix => "This is a string to append to any email addresses when actually " _ "sending mail to that address. It is useful if you have changed " _ "the emailregexp param to only allow local usernames, " _ "but you want the mail to be delivered to username@my.local.hostname.", createemailregexp => "This defines the regexp to use for email addresses that are " _ "permitted to self-register using a 'New Account' feature. The " _ "default (.*) permits any account matching the emailregexp " _ "to be created. If this parameter is left blank, no users " _ "will be permitted to create their own accounts and all accounts " _ "will have to be created by an administrator." } %]cs/default/admin/params/groupsecurity.html.tmpl0000640000175000000410000000542410326434572023476 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Miller # Frédéric Buclin #%] [% title = "Group Security" desc = "Decide how you will use Security Groups" %] [% param_descs = { makeproductgroups => "If this is on, $terms.Bugzilla will associate a $terms.bug group " _ "with each product in the database, and use it for querying ${terms.bugs}.", useentrygroupdefault => "If this is on, $terms.Bugzilla will use product $terms.bug groups " _ "by default to restrict who can enter ${terms.bugs}. If this is on, " _ "users can see any product to which they have entry access in search menus. " _ "If this is off, users can see any product to which they have not " _ "been excluded by a mandatory restriction.", chartgroup => "The name of the group of users who can use the 'New Charts' " _ "feature. Administrators should ensure that the public categories " _ "and series definitions do not divulge confidential information " _ "before enabling this for an untrusted population. If left blank, " _ "no users will be able to use New Charts.", insidergroup => "The name of the group of users who can see/change private " _ "comments and attachments.", timetrackinggroup => "The name of the group of users who can see/change time tracking " _ "information.", usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _ "specific groups?", strict_isolation => "Don't allow users to be assigned to, " _ "be qa-contacts on, " _ "be added to CC list, " _ "or make or remove dependencies " _ "involving any bug that is in a product on which that " _ "user is forbidden to edit.", } %] cs/default/admin/CVS/0000700000175000000410000000000010422570200016030 5ustar norbertwww-data00000000000000cs/default/admin/CVS/Repository0000664000175000000410000000006410422570162020155 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin cs/default/admin/CVS/Tag0000664000175000000410000000001710422570162016507 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/CVS/Entries.Log0000664000175000000410000000016210422570200020117 0ustar norbertwww-data00000000000000A D/attachstatus//// A D/common//// A D/request-type//// R D/request-type//// R D/common//// R D/attachstatus//// cs/default/admin/CVS/Entries0000664000175000000410000000047310422570166017417 0ustar norbertwww-data00000000000000/sudo.html.tmpl/1.3/Sun Nov 20 01:31:36 2005//TBUGZILLA-2_22 /table.html.tmpl/1.6.2.1/Wed Apr 5 23:00:08 2006//TBUGZILLA-2_22 D/classifications//// D/components//// D/fieldvalues//// D/flag-type//// D/groups//// D/keywords//// D/milestones//// D/params//// D/products//// D/settings//// D/users//// D/versions//// cs/default/admin/CVS/Root0000664000175000000410000000006310422570162016720 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/keywords/0000750000175000000410000000000010422570162017260 5ustar norbertwww-data00000000000000cs/default/admin/keywords/create.html.tmpl0000640000175000000410000000326310002551323022361 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu #%] [%# INTERFACE: # none #%] [% PROCESS global/header.html.tmpl title = "Add keyword" h2 = "This page allows you to add a new keyword." %]
Name:
Description:

Edit other keywords.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/keywords/list.html.tmpl0000640000175000000410000000407610264331030022075 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu # Jouni Heikniemi #%] [%# INTERFACE: # keywords: array of hashes having the properties: # - id: number. The ID of the keyword. # - name: string. The name of the keyword. # - description: string. The description of the keyword. # - bug_count: number. The number of bugs with the keyword. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Select keyword" %] [% columns = [ { name => "name" heading => "Edit keyword..." contentlink => "editkeywords.cgi?action=edit&id=%%id%%" }, { name => "description" heading => "Description" }, { name => "bug_count" heading => "Bugs" align => "right" contentlink => "buglist.cgi?keywords=%%name%%" }, { heading => "Action" content => "Delete" contentlink => "editkeywords.cgi?action=delete&id=%%id%%" } ] %] [% PROCESS admin/table.html.tmpl columns = columns data = keywords footer = footer_row %]

Add a new keyword

[% PROCESS global/footer.html.tmpl %] cs/default/admin/keywords/created.html.tmpl0000640000175000000410000000240310002551323022520 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu #%] [%# INTERFACE: # name: string; the name of the current keyword. #%] [% PROCESS global/header.html.tmpl title = "Adding new keyword" %]

The keyword [% name FILTER html %] has been added.

Edit existing keywords or add another keyword.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/keywords/CVS/0000700000175000000410000000000010422570162017706 5ustar norbertwww-data00000000000000cs/default/admin/keywords/CVS/Repository0000664000175000000410000000007510422570162022026 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/keywords cs/default/admin/keywords/CVS/Tag0000664000175000000410000000001710422570162020356 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/keywords/CVS/Entries0000664000175000000410000000061010422570162021253 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.3/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_22 /create.html.tmpl/1.4/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_22 /created.html.tmpl/1.2/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_22 /edit.html.tmpl/1.4/Sun Jul 10 23:41:12 2005//TBUGZILLA-2_22 /list.html.tmpl/1.7/Sun Jul 10 23:41:12 2005//TBUGZILLA-2_22 /rebuild-cache.html.tmpl/1.3/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_22 D cs/default/admin/keywords/CVS/Root0000664000175000000410000000006310422570162020567 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/keywords/rebuild-cache.html.tmpl0000640000175000000410000000333610002551323023606 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu #%] [%# INTERFACE: # action: string; the current action (either "update" or "delete"). # name: string; the name of the current keyword. #%] [% IF action == "update" %] [% title = "Update keyword"%] [% status = "updated" %] [% ELSIF action == "delete" %] [% title = "Delete keyword" %] [% status = "deleted" %] [% END %] [% PROCESS global/header.html.tmpl %] Keyword [% name FILTER html %] [%+status FILTER html %].

After you have finished deleting or modifying keywords, you need to rebuild the keyword cache.
Warning: on a very large installation of [% terms.Bugzilla %], this can take several minutes.

Rebuild keyword cache

Edit more keywords.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/keywords/edit.html.tmpl0000640000175000000410000000430110264331030022036 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu #%] [%# INTERFACE: # keyword_id: number. The ID of the keyword. # name: string. The name of the keyword. # description: string. The description of the keyword. # bug_count: number. The number of bugs with the keyword. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Edit keyword" %]
Name:
Description:
[% terms.Bugs %]: [% IF bug_count > 0 %] [% bug_count %] [% ELSE %] none [% END %]

Edit other keywords.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/keywords/confirm-delete.html.tmpl0000640000175000000410000000343510002551323024014 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Vlad Dascalu #%] [%# INTERFACE: # name: string. The name of the keyword. # keyword_id: number. The ID of the keyword. # bug_count: number. The number of bugs with the keyword. #%] [% PROCESS global/header.html.tmpl title = "Delete Keyword" %]

[% IF bug_count == 1 %] There is one [% terms.bug %] with this keyword set. [% ELSE %] There are [% bug_count %] [%+terms.bugs %] with this keyword set. [% END %] Are you sure you want to delete the [% name FILTER html %] keyword?

Edit other keywords.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/flag-type/0000750000175000000410000000000010422570162017301 5ustar norbertwww-data00000000000000cs/default/admin/flag-type/list.html.tmpl0000640000175000000410000000733310207641734022131 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = 'Administer Flag Types' style = " table#flag_types tr th { text-align: left; } .inactive { color: #787878; } " %]

Flags are markers that identify whether [% terms.abug %] or attachment has been granted or denied some status. Flags appear in the UI as a name and a status symbol ("+" for granted, "-" for denied, and "?" for statuses requested by users).

For example, you might define a "review" status for users to request review for their patches. When a patch writer requests review, the string "review?" will appear in the attachment. When a patch reviewer reviews the patch, either the string "review+" or the string "review-" will appear in the patch, depending on whether the patch passed or failed review.

Flag Types for [% terms.Bugs %]

[% PROCESS display_flag_types types=bug_types %]

Create Flag Type for [% terms.Bugs %]

Flag Types for Attachments

[% PROCESS display_flag_types types=attachment_types %]

Create Flag Type For Attachments

[% PROCESS global/footer.html.tmpl %] [% BLOCK display_flag_types %] [% FOREACH type = types %] [% END %]
Edit name ... Description Actions
[% type.name FILTER html FILTER no_break %] [% type.description FILTER html %] Copy | Delete
[% END %] cs/default/admin/flag-type/CVS/0000700000175000000410000000000010422570162017727 5ustar norbertwww-data00000000000000cs/default/admin/flag-type/CVS/Repository0000664000175000000410000000007610422570162022050 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/flag-type cs/default/admin/flag-type/CVS/Tag0000664000175000000410000000001710422570162020377 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/flag-type/CVS/Entries0000664000175000000410000000030510422570162021275 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.5/Sun Jan 18 18:39:14 2004//TBUGZILLA-2_22 /edit.html.tmpl/1.14/Sat Jan 21 14:07:03 2006//TBUGZILLA-2_22 /list.html.tmpl/1.10/Fri Feb 25 15:27:24 2005//TBUGZILLA-2_22 D cs/default/admin/flag-type/CVS/Root0000664000175000000410000000006310422570162020610 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/flag-type/edit.html.tmpl0000640000175000000410000002174010364440007022073 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Mark Bickford #%] [% PROCESS global/variables.none.tmpl %] [%# The javascript block gets used in header.html.tmpl. %] [% javascript = BLOCK %] var usetms = 0; // do we have target milestone? var first_load = 1; // is this the first time we load the page? var last_sel = []; // caches last selection var cpts = new Array(); [% FOREACH p = products %] cpts['[% p FILTER js %]'] = [ [%- FOREACH item = components_by_product.$p %]'[% item FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%] ]; [% END %] [% END %] [% IF type.target_type == "bug" %] [% title = BLOCK %]Create Flag Type for [% terms.Bugs %][% END %] [% typeLabelLowerPlural = BLOCK %][% terms.bugs %][% END %] [% typeLabelLowerSingular = BLOCK %][% terms.bug %][% END %] [% ELSE %] [% title = "Create Flag Type for Attachments" %] [% typeLabelLowerPlural = BLOCK %]attachments[% END %] [% typeLabelLowerSingular = BLOCK %]attachment[% END %] [% END %] [% IF last_action == "copy" %] [% title = "Create Flag Type Based on $type.name" %] [% ELSIF last_action == "edit" %] [% title = "Edit Flag Type $type.name" %] [% END %] [% PROCESS global/header.html.tmpl title = title style = " table#form th { text-align: right; vertical-align: baseline; white-space: nowrap; } table#form td { text-align: left; vertical-align: baseline; } " onload="selectProduct(document.forms[0], 'product', 'component', '__Any__');" javascript_urls=["productmenu.js"] %]
[% FOREACH category = type.inclusions %] [% END %] [% FOREACH category = type.exclusions %] [% END %]
Name: a short name identifying this type
Description: a comprehensive description of this type
Category: the products/components to which [% typeLabelLowerPlural %] must (inclusions) or must not (exclusions) belong in order for users to be able to set flags of this type for them
Product/Component:


Inclusions:
[% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="7" options=type.inclusions %]
Exclusions:
[% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="7" options=type.exclusions %]
Sort Key: a number between 1 and 32767 by which this type will be sorted when displayed to users in a list; ignore if you don't care what order the types appear in or if you want them to appear in alphabetical order
  active (flags of this type appear in the UI and can be set)
  requestable (users can ask for flags of this type to be set)
CC List: if requestable, who should get carbon copied on email notification of requests. This is a comma-separated list of full e-mail addresses which do not need to be [% terms.Bugzilla %] logins. [% IF Param('emailsuffix') %] Note that the configured emailsuffix [% Param('emailsuffix') %] will not be appended to these addresses, so you should add it explicitly if so desired. [% END %]
  specifically requestable (users can ask specific other users to set flags of this type as opposed to just asking the wind)
  multiplicable (multiple flags of this type can be set on the same [% typeLabelLowerSingular %])
Grant Group: the group allowed to grant/deny flags of this type (to allow all users to grant/deny these flags, select no group)
[% PROCESS select selname = "grant_gid" %]
Request Group: if flags of this type are requestable, the group allowed to request them (to allow all users to request these flags, select no group)
Note that the request group alone has no effect if the grant group is not defined!
[% PROCESS select selname = "request_gid" %]
[% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# Block for SELECT fields #%] [%############################################################################%] [% BLOCK select %] [% END %] cs/default/admin/flag-type/confirm-delete.html.tmpl0000640000175000000410000000363210002551322024033 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [%# Filter off the name here to be used multiple times below %] [% name = BLOCK %][% flag_type.name FILTER html %][% END %] [% PROCESS global/header.html.tmpl title = "Confirm Deletion of Flag Type '$name'" %]

There are [% flag_count %] flags of type [% name FILTER html %]. If you delete this type, those flags will also be deleted. Note that instead of deleting the type you can deactivate it, in which case the type and its flags will remain in the database but will not appear in the [% terms.Bugzilla %] UI.

Do you really want to delete this type?
Yes, delete No, don't delete
[% PROCESS global/footer.html.tmpl %] cs/default/admin/sudo.html.tmpl0000640000175000000410000000637310337750770020250 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 2005 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): A. Karl Kornel #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Begin sudo session" style_urls = ['skins/standard/admin.css'] %] [% DEFAULT target_login = "" %]

The sudo feature of [% terms.Bugzilla %] allows you to impersonate a user for a short time While an sudo session is in progress, every action you perform will be taking place as if you had logged in as the user whom will be impersonating.

This is a very powerful feature; you should be very careful while using it. Your actions may be logged more carefully than normal.

To begin, [% IF Param('usemenuforusers') %] select [% ELSE %] enter the login of [% END %] the user to impersonate: [% INCLUDE global/userselect.html.tmpl name => "target_login" value => "$target_login_default" accesskey => "u" size => 30 multiple => 5 %]

[% IF !Param('usemenuforusers') %]

The username must be entered exactly. No matching will be performed.

[% END %]

Next, please take a moment to explain why you are doing this:

The message you enter here will be sent to the impersonated user by email. You may leave this empty if you wish, but they will still know that you are impersonating them.

[% IF user.get_flag("can_logout") %]

Finally, enter your [% terms.Bugzilla %] password:
This is done for two reasons. First of all, it is done to reduce the chances of someone doing large amounts of damage using your already-logged-in account. Second, it is there to force you to take the time to consider if you really need to use this feature.

[% END %]

Click the button to begin the session:

[% PROCESS global/footer.html.tmpl %] cs/default/admin/users/0000750000175000000410000000000010422570163016553 5ustar norbertwww-data00000000000000cs/default/admin/users/search.html.tmpl0000640000175000000410000000466210306640267021676 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # editusers: is viewing user member of editusers? # restrictablegroups: list of groups visible to the user: # id: group id # name: group name #%] [% PROCESS global/header.html.tmpl title = "Search users" style_urls = ['skins/standard/editusers.css'] onload = "document.forms['f'].matchstr.focus()" %] [% PROCESS admin/users/listselectvars.html.tmpl listselectionvalues = listselectionvalues %]

[% IF restrictablegroups.size %]

[% END %]
[% IF editusers %]

You can also add a new user [%- IF listselectionvalues %], or show the user list again [%- END %].

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/users/create.html.tmpl0000640000175000000410000000320610210701011021640 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # listselectionvalues: selection values to recreate the current user list. # editusers: is viewing user member of editusers? #%] [% PROCESS global/header.html.tmpl title = "Add user" style_urls = ['skins/standard/editusers.css'] onload = "document.forms['f'].login.focus()" %] [% PROCESS admin/users/listselectvars.html.tmpl listselectionvalues = listselectionvalues %]
[% PROCESS admin/users/userdata.html.tmpl editform = 0 editusers = editusers otheruser = [] %]

[% INCLUDE listselectionhiddenfields %]

You can also find a user [% IF listselectionvalues %], or go back to the user list [% END %].

[% PROCESS global/footer.html.tmpl %] cs/default/admin/users/list.html.tmpl0000640000175000000410000000605610210701011021356 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # listselectionvalues: selection values to recreate the current user list. # editusers: is viewing user member of editusers? # users: list of user information (id, login_name, realname, # disabledtext). #%] [% PROCESS global/header.html.tmpl title = "Select user" style_urls = ['skins/standard/editusers.css'] %] [% PROCESS admin/users/listselectvars.html.tmpl listselectionvalues = listselectionvalues %] [% listselectionurlparams = INCLUDE listselectionurlparams %] [% columns = [{name => 'login_name' heading => 'Edit user...' contentlink => 'editusers.cgi?action=edit&userid=%%userid%%' _ listselectionurlparams allow_html_content => 1 } {name => 'realname' heading => 'Real name' allow_html_content => 1 } ] %] [% IF Param('allowuserdeletion') && editusers %] [% columns.push({heading => 'Action' content => 'Delete' contentlink => 'editusers.cgi?action=del' _ '&userid=%%userid%%' _ listselectionurlparams } ) %] [% END %] [% FOREACH thisuser = users %] [%# We FILTER html here because we need admin/table.html.tmpl to accept HTML # for styling, so we cannot let admin/table.html.tmpl do the FILTER. #%] [% thisuser.login_name = BLOCK %] [% thisuser.login_name FILTER html %] [% END %] [% IF thisuser.realname %] [% thisuser.realname = BLOCK %] [% thisuser.realname FILTER html %] [% END %] [% ELSE %] [% SET thisuser.realname = 'missing' %] [% END %] [% IF thisuser.disabledtext %] [% thisuser.login_name = "$thisuser.login_name" %] [% thisuser.realname = "$thisuser.realname" %] [% END %] [% END %]

[% users.size %] user[% "s" UNLESS users.size == 1 %] found.

[% PROCESS admin/table.html.tmpl columns = columns data = users %]

If you do not wish to modify a user account at this time, you can find other users [% IF editusers %] or add a new user [% END %].

[% PROCESS global/footer.html.tmpl %] cs/default/admin/users/userdata.html.tmpl0000640000175000000410000000540610351205462022230 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # editform: is this an edit form? (It's a create form otherwise) # editusers: is viewing user member of editusers? # otheruser: Bugzilla::User object of user to edit #%] [% IF editusers %] [% IF editform %] [% IF !otheruser.groups.bz_sudo_protect %]
Impersonate this user [% END %] [% END %] [% ELSE %] [% otheruser.login FILTER html %] [% END %] [% IF editusers %] [% IF editform %] [% END %] [% ELSE %] [% otheruser.name FILTER html %] [% END %] [% IF editusers %] [% IF editform %]
(Enter new password to change.) [% END %]
(If non-empty, then the account will be disabled, and this text should explain why.) [% IF editform %] [% END %] [% END %] cs/default/admin/users/listselectvars.html.tmpl0000640000175000000410000000223410210701011023444 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # listselectionvalues: selection values to recreate the current user list. #%] [% BLOCK listselectionurlparams %] [% FOREACH field = listselectionvalues.keys %]& [% field FILTER url_quote %]= [% listselectionvalues.$field FILTER url_quote %] [% END %] [% END %] [% BLOCK listselectionhiddenfields %] [% FOREACH field = listselectionvalues.keys %] [% END %] [% END %] cs/default/admin/users/CVS/0000700000175000000410000000000010422570163017201 5ustar norbertwww-data00000000000000cs/default/admin/users/CVS/Repository0000664000175000000410000000007210422570163021316 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/users cs/default/admin/users/CVS/Tag0000664000175000000410000000001710422570163017651 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/users/CVS/Entries0000664000175000000410000000071110422570163020550 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.7/Tue Dec 13 20:20:13 2005//TBUGZILLA-2_22 /create.html.tmpl/1.1/Mon Feb 28 20:41:45 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.2/Sun Sep 4 18:45:11 2005//TBUGZILLA-2_22 /list.html.tmpl/1.1/Mon Feb 28 20:41:45 2005//TBUGZILLA-2_22 /listselectvars.html.tmpl/1.1/Mon Feb 28 20:41:45 2005//TBUGZILLA-2_22 /search.html.tmpl/1.2/Sun Sep 4 18:45:11 2005//TBUGZILLA-2_22 /userdata.html.tmpl/1.5/Sun Dec 18 07:09:38 2005//TBUGZILLA-2_22 D cs/default/admin/users/CVS/Root0000664000175000000410000000006310422570163020062 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/users/edit.html.tmpl0000640000175000000410000001230210306640267021344 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # message: message tag specifying a global/messages.html.tmpl # message # listselectionvalues: selection values to recreate the current user list. # editusers: is viewing user member of editusers? # otheruser: Bugzilla::User object of viewed user. # groups: array of group information (name, grant type, # canbless) for viewed user. #%] [% PROCESS global/header.html.tmpl title = "Edit user $login" message = message style_urls = ['skins/standard/editusers.css'] %] [% PROCESS admin/users/listselectvars.html.tmpl listselectionvalues = listselectionvalues %]
[% PROCESS admin/users/userdata.html.tmpl editform = 1 editusers = editusers otheruser = otheruser %] [% IF groups.size %] [% END %]
Group access: [% IF editusers %] [% END %] [% IF editusers %] [% END %] [% FOREACH group = groups %] [% perms = permissions.${group.id} %] [% IF editusers %] [% END %] [% END %]
Can turn these [% terms.bits %] on for other users
|User is a member of these groups
[% '[' IF perms.indirectbless %] [% %] [% ']' IF perms.indirectbless %] [% %] [% '[' IF perms.derivedmember %] [% '*' IF perms.regexpmember %] [%%] [% '*' IF perms.regexpmember %] [% ']' IF perms.derivedmember %] [% %]

[% INCLUDE listselectionhiddenfields %]

User is a member of any groups shown with a check or grey bar. A grey bar indicates indirect membership, either derived from other groups (marked with square brackets) or via regular expression (marked with '*').

[% IF editusers %]

Square brackets around the bless checkbox indicate the ability to bless users (grant them membership in the group) as a result of membership in another group.

[% END %] [% IF Param('allowuserdeletion') && editusers %]

[% INCLUDE listselectionhiddenfields %]

[% END %]

You can also [% IF editusers %] add a new user [% IF listselectionvalues %], [% END %] [% END %] [% IF listselectionvalues.matchtype != 'exact' %] go back to the user list, [% END %] [% IF editusers OR listselectionvalues %] or [% END %] find other users.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/users/confirm-delete.html.tmpl0000640000175000000410000003630010347626375023331 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Marc Schumann #%] [%# INTERFACE: # # listselectionvalues: selection values to recreate the current user # list. # editusers: is viewing user member of editusers? # editcomponents: is viewing user member of editcomponents? # otheruser: Bugzilla::User object of the viewed user. # reporter: number of bugs reported by the user # assignee_or_qa: number of bugs the user is either the assignee # or the QA contact # bug_activity: number of bugs the viewed user has activity # entries on # cc number of bugs the viewed user is cc list member # of # flags.requestee: number of flags the viewed user is being asked for # flags.setter: number of flags the viewed user has set # longdescs: number of bug comments the viewed user has written # namedqueries: number of named queries the user has created # profiles_activity: number of named queries the user has created # series: number of series the viewed user has created # votes: number of bugs the viewed user has voted on # watch.watched: number of users the viewed user is being watched # by # watch.watcher: number of users the viewed user is watching # whine_events: number of whine events the viewed user has created # whine_schedules: number of whine schedules the viewed user has # created #%] [% PROCESS global/header.html.tmpl title = "Confirm deletion of user $otheruser.login" style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css'] %] [% PROCESS admin/users/listselectvars.html.tmpl listselectionvalues = listselectionvalues %] [% responsibilityterms = { 'initialowner' => 'Default Assignee', 'initialqacontact' => 'Default QA Contact' } %] [% IF otheruser.product_responsibilities.size %] [% END %]
Login name: [% otheruser.login FILTER html %]
Real name: [% otheruser.name FILTER html %]
Group set: [% IF groups.size %]
    [% FOREACH group = otheruser.groups.keys %]
  • [% group FILTER html %]
  • [% END %]
[% ELSE %] None [% END %]
Product responsibilities:
[% IF otheruser.product_responsibilities.size %]

You can't delete this user at this time because [%+ otheruser.login FILTER html %] has got responsibilities for at least one product.

[% IF editcomponents %] Change this by clicking the product editing links above, [% ELSE %] For now, you can [% END %] [% ELSE %]

Confirmation

[% display_warning = 0 %] [% IF reporter || bug_activity || flags.setter || longdescs || profiles_activity %]

The following deletions are highly not recommended and will generate referential integrity inconsistencies!

    [% IF reporter %]
  • [% otheruser.login FILTER html %] has reported [% IF reporter == 1 %] one [% terms.bug %] [% ELSE %] [%+ reporter %] [%+ terms.bugs %] [% END %]. If you delete the user account, the [% terms.bugs %] table in the database will be inconsistent, resulting in [% IF reporter == 1 %] this [% terms.bug %] [% ELSE %] these [% terms.bugs %] [% END %] not appearing in [% terms.bug %] lists any more.
  • [% END %] [% IF bugs_activity %]
  • [% otheruser.login FILTER html %] has made [% IF bugs_activity == 1 %] a change on [% terms.abug %] [% ELSE %] changes on [% terms.bugs %] [% END %]. If you delete the user account, the [% terms.bugs %] activity table in the database will be inconsistent, resulting in [% IF bugs_activity == 1 %] this change [% ELSE %] these changes [% END %] not showing up in [% terms.bug %] activity logs any more.
  • [% END %] [% IF flags.setter %]
  • [% otheruser.login FILTER html %] has set or requested [% IF flags.setter == 1 %] a flag [% ELSE %] [%+ flags.setter %] flags [% END %]. If you delete the user account, the flags table in the database will be inconsistent, resulting in [% IF flags.setter == 1 %] this flag [% ELSE %] these flags [% END %] not displaying correctly any more.
  • [% END %] [% IF longdescs %]
  • [% otheruser.login FILTER html %] has commented [% IF longdescs == 1 %] once on [% terms.abug %] [% ELSE %] [%+ longdescs %] times on [% terms.bugs %] [% END %]. If you delete the user account, the comments table in the database will be inconsistent, resulting in [% IF longdescs == 1 %] this comment [% ELSE %] these comments [% END %] not being visible any more.
  • [% END %] [% IF profiles_activity %]
  • [% otheruser.login FILTER html %] has made [% IF bugs_activity == 1 %] a change on a other user's profile [% ELSE %] changes on other users' profiles [% END %]. If you delete the user account, the user profiles activity table in the database will be inconsistent.
  • [% END %]
[% display_warning = 1 %] [% END %] [% IF assignee_or_qa || cc || email_setting || flags.requestee || namedqueries || profile_setting || series || votes || watch.watched || watch.watcher || whine_events || whine_schedules %]

The following deletions are safe and will not generate referential integrity inconsistencies.

    [% IF assignee_or_qa %]
  • [% otheruser.login FILTER html %] is the assignee or the QA contact of [% IF assignee_or_qa == 1 %] one [% terms.bug %] [% ELSE %] [%+ assignee_or_qa %] [%+ terms.bugs %] [% END %]. If you delete the user account, these roles will fall back to the default assignee or default QA contact.
  • [% END %] [% IF cc %]
  • [% otheruser.login FILTER html %] is on the CC list of [% IF cc == 1 %] [%+ terms.abug %] [% ELSE %] [%+ cc %] [%+ terms.bugs %] [% END %]. If you delete the user account, it will be removed from these CC lists.
  • [% END %] [% IF email_setting %]
  • The user's e-mail settings will be deleted along with the user account.
  • [% END %] [% IF flags.requestee %]
  • [% otheruser.login FILTER html %] has been asked to set [% IF flags.requestee == 1 %] a flag [% ELSE %] [% flags.requestee %] flags [% END %]. If you delete the user account, [% IF flags.requestee == 1 %] this flag [% ELSE %] these flags [% END %] will change to be unspecifically requested.
  • [% END %] [% IF namedqueries %]
  • [% otheruser.login FILTER html %] has [% IF namedqueries == 1 %] a named query [% ELSE %] [%+ namedqueries %] named queries [% END %]. [% IF namedqueries == 1 %] This named query [% ELSE %] These named queries [% END %] will be deleted along with the user account.
  • [% END %] [% IF profile_setting %]
  • The user's preference settings will be deleted along with the user account.
  • [% END %] [% IF series %]
  • [% otheruser.login FILTER html %] has created [% IF series == 1 %] a series [% ELSE %] [%+ series %] series [% END %]. [% IF series == 1 %] This series [% ELSE %] These series [% END %] will be deleted along with the user account.
  • [% END %] [% IF votes %]
  • [% otheruser.login FILTER html %] has voted on [% IF votes == 1 %] [%+ terms.abug %] [% ELSE %] [%+ votes %] [%+ terms.bugs %] [% END %]. If you delete the user account, [% IF votes == 1 %] this vote [% ELSE %] these votes [% END %] will be deleted along with the user account.
  • [% END %] [% IF watch.watched || watch.watcher %]
  • [% otheruser.login FILTER html %] [% IF watch.watched %] is being watched by [% IF watch.watched == 1 %] a user [% ELSE %] [%+ watch.watched %] users [% END %] [% END %] [% IF watch.watcher %] [%+ 'and' IF watch.watched %] watches [% IF watch.watcher == 1 %] a user [% ELSE %] [%+ watch.watcher %] users [% END %] [% END %]. [% IF watch.watched + watch.watcher == 1 %] This watching [% ELSE %] These watchings [% END %] will cease along with the deletion of the user account.
  • [% END %] [% IF whine_events || whine_schedules %]
  • [% otheruser.login FILTER html %] [% IF whine_events %] has scheduled [% IF whine_events == 1 %] a whine [% ELSE %] [%+ whine_events %] whines [% END %] [% END %] [% IF whine_schedules %] [%+ 'and' IF whine_events %] is on the receiving end of [% IF whine_schedules == 1 %] a whine [% ELSE %] [%+ whine_schedules %] whines [% END %] [% END %]. [% IF whine_events + whine_schedules == 1 %] This whine [% ELSE %] These whines [% END %] will be deleted along with the user account.
  • [% END %]
[% display_warning = 1 %] [% END %] [% IF display_warning %]

Please be aware of the consequences of this before continuing.

[% END %]

Do you really want to delete this user account?

[% INCLUDE listselectionhiddenfields %]

If you do not want to delete the user account at this time, [% END %] edit the user, go back to the user list, [% IF editusers %] add a new user, [% END %] or find other users.

[% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/0000750000175000000410000000000010422570162017573 5ustar norbertwww-data00000000000000cs/default/admin/milestones/create.html.tmpl0000640000175000000410000000404510302614365022704 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # product: string; name of the product the milestone is being created for #%] [% title = BLOCK %]Add Milestone to Product '[% product FILTER html %]'[% END %] [% h2 = BLOCK %]This page allows you to add a new milestone to product '[% product FILTER html %]'.[% END %] [% PROCESS global/header.html.tmpl title = title h2 = h2 onload = "document.forms['f'].milestone.focus()" %]

[% PROCESS admin/milestones/footer.html.tmpl no_add_milestone_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/list.html.tmpl0000640000175000000410000000603110316341316022407 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # milestones: array of milestone objects # showbugcounts: if defined, then bug counts should be included in the table # product: string; the name of the product we are editing milestones for #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Select milestone of product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% edit_contentlink = BLOCK %]editmilestones.cgi?action=edit&product= [%- product FILTER url_quote %]&milestone=%%name%%[% END %] [% delete_contentlink = BLOCK %]editmilestones.cgi?action=del&product= [%- product FILTER url_quote %]&milestone=%%name%%[% END %] [% bug_count_contentlink = BLOCK %]buglist.cgi?target_milestone=%%name%%&product= [%- product FILTER url_quote %][% END %] [% columns = [ { name => "name" heading => "Edit milestone..." contentlink => edit_contentlink }, { name => "sortkey" heading => "Sortkey" } ] %] [% IF showbugcounts %] [% columns.push({ name => "bug_count" heading => "$terms.Bugs" align => "right" contentlink => bug_count_contentlink }) %] [% END %] [% columns.push({ name => "action" heading => "Action" content => "Delete" contentlink => delete_contentlink }) %] [%# We want to override the usual 'Delete' link for the default milestone %] [% overrides.action = [ { match_value => "$default_milestone" match_field => 'name' override_content => 1 content => "(Default milestone)" override_contentlink => 1 contentlink => undef } ] %] [% PROCESS admin/table.html.tmpl columns = columns data = milestones overrides = overrides %]

[% IF ! showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %] [% PROCESS admin/milestones/footer.html.tmpl no_edit_other_milestones_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/select-product.html.tmpl0000640000175000000410000000363110316341316024374 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin # #%] [%# INTERFACE: # products: array of product objects # showbugcounts: if defined, then bug counts should be included in the table #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Edit milestones for which product?" %] [% columns = [ { name => "name" heading => "Edit milestones of..." contentlink => "editmilestones.cgi?product=%%name%%" }, { name => "description" heading => "Description" allow_html_content => 1 } ] %] [% IF showbugcounts %] [% columns.push({ name => 'bug_count' heading => "$terms.Bugs" align => "right" contentlink => "buglist.cgi?product=%%name%%" }) %] [% END %] [% PROCESS admin/table.html.tmpl columns = columns data = products %] [% IF !showbugcounts %]

Redisplay table with [% terms.bug %] counts (slower)

[% END %]

[% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/footer.html.tmpl0000640000175000000410000000424710120517656022746 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the milestone # # product: string; the name of the product which the milestone # belongs/belonged to # # no_XXX_link: boolean; if defined, then don't show the corresponding # link. Supported parameters are: # # no_edit_milestone_link # no_edit_other_milestones_link # no_add_milestone_link #%]


[% UNLESS no_add_milestone_link %] Add a milestone. [% END %] [% IF name && !no_edit_milestone_link %] Edit milestone '[% name FILTER html %]'. [% END %] [% UNLESS no_edit_other_milestones_link %] Edit other milestones of product '[% product FILTER html %]'. [% END %] Edit product '[% product FILTER html %]'.

cs/default/admin/milestones/created.html.tmpl0000640000175000000410000000304610120517656023053 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; the name of the newly created milestone # # product: string; the name of the product the milestone belongs to #%] [% title = BLOCK %]Adding new Milestone of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

The milestone ' [%- name FILTER html %]' has been created.

[% PROCESS admin/milestones/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/deleted.html.tmpl0000640000175000000410000000341010244115660023041 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # name: string; the name of the deleted milestone. # # product: string; the name of the product the milestone belonged to # # bug_count: number; the number of bugs which were reassigned to # the default milestone. #%] [% title = BLOCK %]Deleted Milestone '[% name FILTER html %]' of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %]

[% IF bug_count %] [% bug_count %] [% IF bug_count > 1 %] [%+ terms.bugs %] [% ELSE %] [%+ terms.bug %] [% END %] reassigned to the default milestone. [% ELSE %] No [% terms.bugs %] were targetted at the milestone. [% END %]

Milestone '[% name FILTER html %]' deleted.

[% PROCESS admin/milestones/footer.html.tmpl no_edit_milestone_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/CVS/0000700000175000000410000000000010422570162020221 5ustar norbertwww-data00000000000000cs/default/admin/milestones/CVS/Repository0000664000175000000410000000007710422570162022343 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/admin/milestones cs/default/admin/milestones/CVS/Tag0000664000175000000410000000001710422570162020671 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/admin/milestones/CVS/Entries0000664000175000000410000000111010422570162021562 0ustar norbertwww-data00000000000000/confirm-delete.html.tmpl/1.4/Thu Jul 28 00:35:50 2005//TBUGZILLA-2_22 /create.html.tmpl/1.2/Tue Aug 23 12:39:17 2005//TBUGZILLA-2_22 /created.html.tmpl/1.1/Sat Sep 11 06:48:14 2004//TBUGZILLA-2_22 /deleted.html.tmpl/1.3/Sun May 22 14:48:16 2005//TBUGZILLA-2_22 /edit.html.tmpl/1.3/Tue Aug 23 12:39:17 2005//TBUGZILLA-2_22 /footer.html.tmpl/1.1/Sat Sep 11 06:48:14 2004//TBUGZILLA-2_22 /list.html.tmpl/1.3/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_22 /select-product.html.tmpl/1.3/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_22 /updated.html.tmpl/1.1/Sat Sep 11 06:48:14 2004//TBUGZILLA-2_22 D cs/default/admin/milestones/CVS/Root0000664000175000000410000000006310422570162021102 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/admin/milestones/updated.html.tmpl0000640000175000000410000000354710120517656023100 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # # 'updated_XXX' variables are booleans, and are defined if the # 'XXX' field was updated during the edit just being handled. # Variables called just 'XXX' are strings, and are the _new_ contents # of the fields. # # name & updated_name: the name of the milestone # # sortkey & updated_sortkey: the milestone sortkey # # product: string; the name of the product the milestone belongs to #%] [% title = BLOCK %]Updating Milestone '[% name FILTER html %]' of Product '[% product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] [% IF updated_name %]

Updated Milestone name to: '[% name FILTER html %]'.

[% END %] [% IF updated_sortkey %]

Updated Milestone sortkey to: '[% sortkey FILTER html %]'.

[% END %] [% UNLESS updated_sortkey || updated_name %]

Nothing changed for milestone '[% name FILTER html %]'. [% END %]

[% PROCESS admin/milestones/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/edit.html.tmpl0000640000175000000410000000425510302614365022371 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley #%] [%# INTERFACE: # name: string; The name of the milestone # # sortkey: number; milestone sortkey # # product: string; The product the milestone belongs to #%] [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Edit Milestone '[% name FILTER html %]' of product ' [%- product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title onload = "document.forms['f'].milestone.select()" %]

[% PROCESS admin/milestones/footer.html.tmpl no_edit_milestone_link = 1 %] [% PROCESS global/footer.html.tmpl %] cs/default/admin/milestones/confirm-delete.html.tmpl0000640000175000000410000000555210272024146024340 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gavin Shelley # Frédéric Buclin #%] [%# INTERFACE: # name: string; The name of the milestone # # bug_count: number; The number of bugs targetted at the milestone # # product: string; The name of the product # #%] [% title = BLOCK %]Delete Milestone of Product '[% product FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title %]
Field Value
Milestone: [% name FILTER html %]
Milestone of Product: [% product FILTER html %]
[% terms.Bugs %]: [% IF bug_count %] [% bug_count %] [% ELSE %] None [% END %]

Confirmation

[% IF bug_count %]
There [% IF bug_count > 1 %] are [% bug_count %] [%+ terms.bugs %] [% ELSE %] is 1 [% terms.bug %] [% END %] entered for this milestone! When you delete this milestone, ALL stored [% terms.bugs %] will be reassigned to the default milestone of this product.
[% END %]

Do you really want to delete this milestone?

[% PROCESS admin/milestones/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] cs/default/whine/0000750000175000000410000000000010422570165015436 5ustar norbertwww-data00000000000000cs/default/whine/mail.html.tmpl0000640000175000000410000000625110302156076020224 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Erik Stambaugh #%] [%# INTERFACE: # subject: subject line of message # body: message body, shown before the query tables # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %] [% SET assignee_login_string="map_assigned_to.login_name" %] [[% terms.Bugzilla %]] [% subject FILTER html %]

[% body FILTER html %]

[% IF author.login == recipient.login %] Click here to edit your whine schedule [% ELSE %] This search was scheduled by [% author.login FILTER html %]. [% END %]

[% FOREACH query=queries %]

[%+ query.title FILTER html %]

[% FOREACH bug=query.bugs %] [% END %]
ID Sev Pri Plt Assignee Status Resolution Summary
[% bug.bug_id %] [% bug.bug_severity FILTER html %] [% bug.priority FILTER html %] [% bug.rep_platform FILTER html %] [% bug.$assignee_login_string FILTER html %] [% status_descs.${bug.bug_status} FILTER html %] [% resolution_descs.${bug.resolution} FILTER html %] [% bug.short_desc FILTER html %]
[% END %] cs/default/whine/CVS/0000700000175000000410000000000010422570165016064 5ustar norbertwww-data00000000000000cs/default/whine/CVS/Repository0000664000175000000410000000006410422570165020202 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/whine cs/default/whine/CVS/Tag0000664000175000000410000000001710422570165016534 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/whine/CVS/Entries0000664000175000000410000000040610422570165017434 0ustar norbertwww-data00000000000000/mail.html.tmpl/1.3/Sun Aug 21 19:55:42 2005//TBUGZILLA-2_22 /mail.txt.tmpl/1.3/Sun Aug 21 19:55:42 2005//TBUGZILLA-2_22 /multipart-mime.txt.tmpl/1.4.6.1/Tue Mar 14 23:03:11 2006//TBUGZILLA-2_22 /schedule.html.tmpl/1.3/Mon Sep 12 14:03:01 2005//TBUGZILLA-2_22 D cs/default/whine/CVS/Root0000664000175000000410000000006310422570165016745 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/whine/multipart-mime.txt.tmpl0000640000175000000410000000327710405645657022144 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Erik Stambaugh #%] [%# INTERFACE: # subject: subject line of message # alternatives: array of hashes containing: # type: MIME type # content: verbatim content # boundary: a string that has been generated to be a unique boundary # recipient: user object for the intended recipient of the message # from: Bugzilla system email address #%] [% PROCESS global/variables.none.tmpl %] From: [% from %] To: [% recipient.email %] Subject: [[% terms.Bugzilla %]] [% subject %] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="[% boundary %]" This is a MIME multipart message. It is possible that your mail program doesn't quite handle these properly. Some or all of the information in this message may be unreadable. [% FOREACH part=alternatives %] --[% boundary %] Content-type: [% part.type +%] [%+ part.content %] [%+ END %] --[% boundary %]-- cs/default/whine/schedule.html.tmpl0000640000175000000410000003376510311305225021100 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# -*- mode: html -*- %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Erik Stambaugh #%] [%# INTERFACE: # events: hash, keyed by event_id number. Values are anonymous hashes of: # schedule: array of hashes containing schedule info: # day: value in day column # time: value selected in time column # mailto_type: 0=user 1=group # mailto: recipient's id (profile or group) # queries: as with schedule, an anonymous array containing hashes of: # name: the named query's name # title: title to be displayed on the results # sort: integer that sets execution order on named queries #%] [% PROCESS global/variables.none.tmpl %] [% title = "Set up whining" %] [% PROCESS global/header.html.tmpl %]

"Whining" is when [% terms.Bugzilla %] executes a saved query at a regular interval and sends the resulting list of [% terms.bugs %] via email.

To set up a new whine event, click "Add a new event." Enter a subject line for the message that will be sent, along with a block of text that will accompany the [% terms.bug %] list in the body of the message.

Schedules are added to an event by clicking on "Add a new schedule." A schedule consists of a day, a time of day or interval of times (e.g., every 15 minutes), and a target email address that may or may not be alterable, depending on your privileges. Events may have more than one schedule in order to run at multiple times or for different users.

Queries come from saved searches, which are created by executing a search, then telling [% terms.Bugzilla %] to remember the search under a particular name. Add a query by clicking "Add a new query", and select the desired saved search name under "Search" and add a title for the [% terms.bug %] table. The optional number entered under "Sort" will determine the execution order (lowest to highest) if multiple queries are listed. If you check "One message per [% terms.bug %]," each [% terms.bug %] that matches the search will be sent in its own email message.

[% IF Param("timezone") %] All times are server local time ([% Param("timezone") FILTER upper %]). [% ELSE %] All times are server local time. [% END %]

[%# This hidden submit button must be here to set default behavior when the user presses return on a form input field #%] [% FOREACH event = events %] [% IF event.value.schedule.size == 0 %] [% ELSE %] [% END %] [% IF event.value.queries.size == 0 %] [% ELSE %] [% END %]
Event:
Email subject line:
Descriptive text sent within whine message:
Schedule: Not scheduled to run
Schedule: [% IF mail_others %] [% END %] [% FOREACH schedule = event.value.schedule %] [% END %]
Interval Mail to
[%# these hidden fields allow us to compare old values instead of reading the database to tell if a field has changed %] [% PROCESS day_field val=schedule.day %] [% PROCESS time_field val=schedule.time %] [% IF mail_others %] [% END %]
Queries: No queries
Queries: [% FOREACH query = event.value.queries %] [% END %]
Sort Search Title
[% PROCESS query_field thisquery=query.name %] One message per [% terms.bug %]
[% END %]

[% PROCESS global/footer.html.tmpl %] [% BLOCK query_field +%] [% IF available_queries.size > 0 %] [% ELSE %] Please visit the Search page and save a query [% END %] [%+ END %] [% BLOCK day_field +%] [%+ END %] [% BLOCK time_field +%] [%+ END %] cs/default/whine/mail.txt.tmpl0000640000175000000410000000452010302156076020074 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Erik Stambaugh #%] [%# INTERFACE: # subject: subject line of message # body: message body, shown before the query tables # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %] [% SET assignee_login_string="map_assigned_to.login_name" %] [% body %] [% IF author.login == recipient.login %] To edit your whine schedule, visit the following URL: [%+ Param('urlbase') %]editwhines.cgi [% ELSE %] This search was scheduled by [% author.login %]. [% END %] [% FOREACH query=queries %] [%+ query.title +%] [%+ "-" FILTER repeat(query.title.length) %] [% FOREACH bug=query.bugs %] [% terms.Bug +%] [%+ bug.bug_id %]: [%+ Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id +%] Priority: [%+ bug.priority -%] Severity: [%+ bug.bug_severity -%] Platform: [%+ bug.rep_platform %] Assignee: [%+ bug.$assignee_login_string %] Status: [%+ status_descs.${bug.bug_status} %] [%- IF bug.resolution -%] Resolution: [% resolution_descs.${bug.resolution} -%] [%- END %] Summary: [% bug.short_desc %] [% END %] [% END %] cs/default/reports/0000750000175000000410000000000010461613307016021 5ustar norbertwww-data00000000000000cs/default/reports/duplicates-table.html.tmpl0000640000175000000410000001312610461411403023101 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bugs: list of hashes. May be empty. Each hash has nine members: # id: integer. The bug number # count: integer. The number of dupes # delta: integer. The change in count in the last $changedsince days # component: string. The bug's component # bug_severity: string. The bug's severity. # op_sys: string. The bug's reported OS. # target_milestone: string. The bug's TM. # short_desc: string. The bug's summary. # bug_status: string. The bug's status. # resolution: string. The bug's resolution, if any. # # bug_ids: list of integers. May be empty. The IDs of the bugs in $bugs. # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # query_products: list of strings. Restrict to these products only. #%] [% PROCESS global/variables.none.tmpl %] [%# *** Column Headers *** %] [% IF bug_ids.size > 0 %] [% FOREACH column = [ { name => "id", description => "$terms.Bug #" }, { name => "count", description => "Počet" }, { name => "delta", description => "Naposled změněno před
$changedsince dny" }, { name => "component", description => "Komponenta" }, { name => "bug_severity", description => "Závažnost" }, { name => "op_sys", description => "Op Sys" }, { name => "target_milestone", description => "Cílová
verze" }, { name => "short_desc", description => "Souhrn" } ] %] [%# Small hack to keep delta column out if we don't need it %] [% NEXT IF column.name == "delta" AND NOT dobefore %] [% END %] [% IF NOT sortby %] [% sortby = "count"; reverse = "1" %] [% END %] [% IF sortby == "id" OR sortby == "count" OR sortby == "delta" %] [%# Numeric sort %] [% sortedbugs = bugs.nsort(sortby) %] [% ELSE %] [% sortedbugs = bugs.sort(sortby) %] [% END %] [% IF reverse %] [% bugs = sortedbugs.reverse %] [% ELSE %] [% bugs = sortedbugs %] [% END %] [%# *** Buglist *** %] [%# We need to keep track of the bug IDs we are actually displaying, because # if the user decides to sort the visible list, we need to know what that # list actually is. %] [% vis_bug_ids = [] %] [% FOREACH bug = bugs %] [% LAST IF loop.index() >= maxrows %] [% vis_bug_ids.push(bug.id) %] [% IF dobefore %] [% END %] [% END %]
[% bug_ids_string = bug_ids.join(',') %] [% column.description %]
[% isclosed = bug.resolution != "" %] [% bug.id FILTER closed(isclosed) %]
[% bug.count %]
[% bug.delta %]
[% bug.component FILTER html %]
[% bug.bug_severity FILTER html %]
[% bug.op_sys FILTER html %]
[% bug.target_milestone FILTER html %]
[% bug.short_desc FILTER html %]
[% ELSE %]

Nenalezeny žádné duplikované [% terms.bugs %] .

[% END %] cs/default/reports/series.html.tmpl0000640000175000000410000000674410461613310021162 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # default: hash. Defaults for category, subcategory, name etc. # button_name: string. What the button will say. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% PROCESS "reports/series-common.html.tmpl" newtext = "New (name below)" %] [% PROCESS series_select sel = { name => 'category', size => 5, onchange => "catSelected()" } %] [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange => "checkNewState()" } %]
Kategorie: Subkategorie: Status:
Spustit každý   . den
[%# Change 'admin' here and in Series.pm, or remove the check completely, if you want to change who can make series public. %] [% IF UserInGroup('admin') %] Viditelné pro všechny
(kromě skupinivých omezení)
[% END %]
cs/default/reports/menu.html.tmpl0000640000175000000410000000425310461606115020632 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. It's a list of the available report # types in Bugzilla. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Sestavy a Grafy" %]

[% terms.Bugzilla %] Vám umožňuje zobrazit a sledovat stav databáze [% terms.bugs2 %] všemi možnými způsoby.

Současný stav

Změny v průběhu času

  • Stará verze - vykreslení stavu a/nebo řešení [% terms.bugs2 %] v závislosti na čase pro každý produkt v databázi.
  • [% IF UserInGroup(Param("chartgroup")) %]
  • Nová verze - vykreslení libovolné sestavy v závislosti na čase. Mnohem efektivnější.
  • [% END %]
[% PROCESS global/footer.html.tmpl %] cs/default/reports/report-table.html.tmpl0000640000175000000410000001252110253656600022266 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham # #%] [%# INTERFACE: # buglistbase: The base query for this table, in URL form # col_field: string. Name of the field being plotted as columns. # row_field: string. Name of the field being plotted as rows. # tbl_field: string. Name of the field being plotted as tables. # col_names: array. List of values for the field being plotted as columns. # row_names: array. List of values for the field being plotted as rows. # data: . Data to plot. Only data.$tbl is accessed. # tbl: Name of a hash in data which is the table to be plotted. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] [% IF tbl == "-total-" %] [% urlbase = BLOCK %]buglist.cgi?[% buglistbase %] [% "&$tbl_vals" IF tbl_vals %][% END %] [% ELSE %] [% urlbase = BLOCK %]buglist.cgi?[% buglistbase %]& [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %] [% END %] [% IF tbl_field %] [% END %]

[% tbl_disp FILTER html %]

[% col_field_disp FILTER html %]
[% row_field_disp FILTER html %] [% classes = [ [ "t1", "t2" ] , [ "t3", "t4" ] ] %] [% col_idx = 0 %] [% row_idx = 0 %] [% grand_total = 0 %] [% IF col_field %] [% FOREACH col = col_names %] [% col_totals.$col = 0 %] [% NEXT IF col == "" %] [% col_idx = 1 - col_idx %] [% END %] [% END %] [% FOREACH row = row_names %] [% row_total = 0 %] [% row_idx = 1 - row_idx %] [% FOREACH col = col_names %] [% row_total = row_total + data.$tbl.$col.$row %] [% NEXT IF col == "" %] [% col_totals.$col = col_totals.$col + data.$tbl.$col.$row %] [% col_idx = 1 - col_idx %] [% END %] [% END %] [% row_idx = 1 - row_idx %] [% FOREACH col = col_names %] [% NEXT IF col == "" %] [% END %]
[% IF col_field == 'bug_status' %] [% status_descs.$col FILTER html FILTER replace('^ $',' ') %] [% ELSIF col_field == 'resolution' %] [% resolution_descs.$col FILTER html FILTER replace('^ $',' ') %] [% ELSE %] [% col FILTER html FILTER replace('^ $',' ') %] [% END %] Total
[% IF row_field == 'bug_status' %] [% status_descs.$row FILTER html FILTER replace('^ $',' ') %] [% ELSIF row_field == 'resolution' %] [% resolution_descs.$row FILTER html FILTER replace('^ $',' ') %] [% ELSE %] [% row FILTER html FILTER replace('^ $',' ') %] [% END %] [% IF data.$tbl.$col.$row AND data.$tbl.$col.$row > 0 %] [% data.$tbl.$col.$row %] [% ELSE %] . [% END %] [% row_total %] [% grand_total = grand_total + row_total %]
Total [% col_totals.$col %] [% grand_total %]
cs/default/reports/chart.png.tmpl0000640000175000000410000000456210355073660020617 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% y_label = "Bugs" %] [% x_label = "Time" %] [% IF chart.cumulate %] [% USE graph = GD.Graph.area(width, height) %] [% graph.set(cumulate => "true") %] [% ELSE %] [% USE graph = GD.Graph.lines(width, height) %] [% END %] [% FILTER null; x_label_skip = (30 * chart.data.0.size / width); graph.set(x_label => x_label, y_label => y_label, y_tick_number => 8, y_max_value => chart.y_max_value, x_label_position => 0.5, x_labels_vertical => 1, x_label_skip => x_label_skip, legend_placement => "RT", line_width => 2, dclrs => ["lred", "lgreen", "lblue", "lyellow", "lpurple", "lorange", "black", "green", "blue", "dpink", "lbrown", "gray", "red", "dpurple", "gold", "marine"]); # Workaround for the fact that set_legend won't take chart.labels directly, # because chart.labels is an array reference rather than an array. graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2, chart.labels.3, chart.labels.4, chart.labels.5, chart.labels.6, chart.labels.7, chart.labels.8, chart.labels.9, chart.labels.10, chart.labels.11, chart.labels.12, chart.labels.13, chart.labels.14, chart.labels.15); graph.plot(chart.data).png | stdout(1); END; -%] cs/default/reports/chart.html.tmpl0000640000175000000410000000416710461603007020770 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: #%] [% DEFAULT width = 600 height = 350 %] [% PROCESS global/header.html.tmpl title = "Graf" h3 = time2str("%Y-%m-%d %H:%M:%S", time) %]
[% imageurl = BLOCK %]chart.cgi? [% imagebase FILTER html %]&ctype=png&action=plot&width= [% width %]&height=[% height -%] [% END %] Výsledek grafické sestavy

[% sizeurl = BLOCK %]chart.cgi? [% imagebase FILTER html %]&action=wrap [% END %] Vyšší
Tenčí * Širší    
Nižší

CSV | Editovat tento graf

[% PROCESS global/footer.html.tmpl %] cs/default/reports/duplicates-simple.html.tmpl0000640000175000000410000000244210461410415023304 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # You need to fulfill the interface to duplicates-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF product %] [% title = "Nejčastěj zadávané $terms.bugs produktu $product" %] [% ELSE %] [% title = "Nejčastěj zadávané $terms.bugs" %] [% END%] [% title FILTER html %] [% PROCESS "reports/duplicates-table.html.tmpl" %] cs/default/reports/report-table.csv.tmpl0000640000175000000410000000437310337045122022115 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # See report-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% colsepchar = user.settings.csv_colsepchar.value %] [% num_bugs = BLOCK %]Number of [% terms.bugs %][% END %] [% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] [% IF tbl_field %] [% tbl_field_disp FILTER csv %]: [% tbl FILTER csv %] [% END %] [% IF row_field %] [% row_field_disp FILTER csv %] [% END %] [% " / " IF col_field AND row_field %] [% col_field_disp FILTER csv %] [% IF col_field -%] [% FOREACH col = col_names -%] [% colsepchar %] [% IF col_field == 'bug_status' %] [% status_descs.$col FILTER csv -%] [% ELSIF col_field == 'resolution' %] [% resolution_descs.$col FILTER csv -%] [% ELSE %] [% col FILTER csv -%] [% END %] [% END -%] [% ELSE -%] [% colsepchar %][% num_bugs FILTER csv %] [% END %] [% FOREACH row = row_names %] [% IF row_field == 'bug_status' %] [% status_descs.$row FILTER csv -%] [% ELSIF row_field == 'resolution' %] [% resolution_descs.$row FILTER csv -%] [% ELSE %] [% row FILTER csv -%] [% END %] [% FOREACH col = col_names %] [% colsepchar %] [% IF data.$tbl AND data.$tbl.$col AND data.$tbl.$col.$row %] [% data.$tbl.$col.$row -%] [% ELSE %] [% -%]0 [% END %] [% END %] [% END %] cs/default/reports/keywords.html.tmpl0000640000175000000410000000430110461605060021525 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # keywords: array of hashes. May be empty. Each has has three members: # name: the name of the keyword # description: keyword description. May be HTML. # bugcount: number of bugs with that keyword # caneditkeywords: boolean. True if this user can edit keywords %] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla popisy klíčových slov" %] [% FOREACH keyword = keywords %] [% IF loop.index % 50 == 0 %] [% IF loop.index != 0 %] [% END %] [% END %] [% END %] [% IF keywords.size > 0 %]
Název Popis [% terms.Bugs %]
[% keyword.name FILTER html %] [% keyword.description %] [% IF keyword.bugcount > 0 %] [% keyword.bugcount %] [% ELSE %] none [% END %]
[% END %] [% IF caneditkeywords %]

Editovat klíčová slova.

[% END %] [% PROCESS global/footer.html.tmpl %] cs/default/reports/report-line.png.tmpl0000640000175000000410000000552510267443024021753 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% y_label = "$terms.Bugs" %] [% PROCESS "global/field-descs.none.tmpl" %] [% col_field_disp = field_descs.$col_field || col_field %] [% IF col_field == 'bug_status' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = status_descs.${data.0.0.$i} %] [% END %] [% END %] [% IF col_field == 'resolution' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = resolution_descs.${data.0.0.$i} %] [% END %] [% END %] [% IF row_field == 'bug_status' %] [% FOR i IN [ 0 .. row_names.max ] %] [% row_names.$i = status_descs.${row_names.$i} %] [% END %] [% END %] [% IF row_field == 'resolution' %] [% FOR i IN [ 0 .. row_names.max ] %] [% row_names.$i = resolution_descs.${row_names.$i} %] [% END %] [% END %] [% IF cumulate %] [% USE graph = GD.Graph.area(width, height) %] [% graph.set(cumulate => "true") %] [% ELSE %] [% USE graph = GD.Graph.lines(width, height) %] [% END %] [% FILTER null; graph.set(x_label => col_field_disp, y_label => y_label, y_tick_number => 8, x_label_position => 0.5, x_labels_vertical => x_labels_vertical, legend_placement => "RT", line_width => 2, dclrs => ["lred", "lgreen", "lblue", "lyellow", "lpurple", "lorange", "black", "green", "blue", "dpink", "lbrown", "gray", "red", "dpurple", "gold", "marine"]); # Workaround for the fact that set_legend won't take row_names directly, # because row_names is an array reference rather than an array. graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3, row_names.4, row_names.5, row_names.6, row_names.7, row_names.8, row_names.9, row_names.10, row_names.11, row_names.12, row_names.13, row_names.14, row_names.15); graph.plot(data.0).png | stdout(1); END; -%] cs/default/reports/CVS/0000700000175000000410000000000010422570165016450 5ustar norbertwww-data00000000000000cs/default/reports/CVS/Repository0000664000175000000410000000006610422570165020570 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/reports cs/default/reports/CVS/Tag0000664000175000000410000000001710422570165017120 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/reports/CVS/Entries0000664000175000000410000000267110422570165020026 0ustar norbertwww-data00000000000000/chart.csv.tmpl/1.2/Wed Jul 20 02:14:34 2005//TBUGZILLA-2_22 /chart.html.tmpl/1.2/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_22 /chart.png.tmpl/1.4/Thu Dec 29 23:56:32 2005//TBUGZILLA-2_22 /components.html.tmpl/1.9/Mon Jun 20 19:16:33 2005//TBUGZILLA-2_22 /create-chart.html.tmpl/1.11/Fri Feb 25 15:27:26 2005//TBUGZILLA-2_22 /duplicates-simple.html.tmpl/1.4/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_22 /duplicates-table.html.tmpl/1.12/Mon Jan 9 21:54:17 2006//TBUGZILLA-2_22 /duplicates.html.tmpl/1.15/Fri Sep 2 21:12:09 2005//TBUGZILLA-2_22 /duplicates.rdf.tmpl/1.2/Thu Aug 4 11:51:25 2005//TBUGZILLA-2_22 /edit-series.html.tmpl/1.5/Thu Feb 12 22:32:57 2004//TBUGZILLA-2_22 /keywords.html.tmpl/1.6/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_22 /menu.html.tmpl/1.6/Tue Jul 6 01:12:29 2004//TBUGZILLA-2_22 /report-bar.png.tmpl/1.5/Wed Jul 20 12:39:48 2005//TBUGZILLA-2_22 /report-line.png.tmpl/1.6/Wed Jul 20 12:39:48 2005//TBUGZILLA-2_22 /report-pie.png.tmpl/1.4/Wed Jul 20 12:39:48 2005//TBUGZILLA-2_22 /report-simple.html.tmpl/1.1/Mon Mar 14 16:24:03 2005//TBUGZILLA-2_22 /report-table.csv.tmpl/1.8/Thu Nov 17 09:16:02 2005//TBUGZILLA-2_22 /report-table.html.tmpl/1.11/Tue Jun 14 22:43:12 2005//TBUGZILLA-2_22 /report.csv.tmpl/1.2/Mon Jan 6 07:54:22 2003//TBUGZILLA-2_22 /report.html.tmpl/1.10/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_22 /series-common.html.tmpl/1.3/Tue Sep 14 23:30:20 2004//TBUGZILLA-2_22 /series.html.tmpl/1.6/Tue Sep 14 23:30:20 2004//TBUGZILLA-2_22 D cs/default/reports/CVS/Root0000664000175000000410000000006310422570165017331 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/reports/duplicates.html.tmpl0000640000175000000410000001331010461410266022015 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # products: an array of product objects this user can see. # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # query_products: list of strings. The set of products we check for dups. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF query_products.size %] [% title = "Nejčastěj zadávané $terms.bugs pro ${query_products.join(', ')}" %] [% ELSE %] [% title = "Nejčastěj zadávané $terms.bugs" %] [% END%] [% PROCESS global/header.html.tmpl style = ".resolved { background-color: #d9d9d9; color: #000000; }" %]

Co je to za data?
Změnit parametery

[% PROCESS "reports/duplicates-table.html.tmpl" %] [%# *** Parameters *** %] [% bug_ids_string = vis_bug_ids.join(',') %]

Změnit parametery

Když se třídí nebo omezuje, používat:
Omezit na produkty:
Maximální počet řádků:
Změněný sloupec byl naposled změněn: dny
nebo pouze předat jako . (Poznámka: pořadí by nemělo být stejné.)

Které jsou "nejčastěj zadávané [% terms.bugs %]"?
The Most Frequent [% terms.Bugs %] page lists the known open [% terms.bugs %] which are reported most frequently. It is automatically generated from the [% terms.Bugzilla %] database every 24 hours, by counting the number of direct and indirect duplicates of [% terms.bugs %]. This information is provided in order to assist in minimizing the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].
Jak můžu použít tento výpis?
  • Prohlédnout nejčastější výpis [% terms.bugs2 %].
  • Je-li Váš problém uveden:
    • Klikněte na číslo [% terms.bug2 %] pro potvrzení, že byl nalezen stejný [% terms.bug %] a napište komentář máte-li přídavné informace nebo bylo-li zadání [% terms.bug2 %] změněno.
  • Není-li Váš problém uveden:
[% PROCESS global/footer.html.tmpl %] cs/default/reports/duplicates.rdf.tmpl0000640000175000000410000000424010274400475021631 0ustar norbertwww-data00000000000000[% template_version = "1.0@bugzilla.org" %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% FOREACH bug = bugs %]
  • [% bug.id %] [% bug.resolution FILTER html %] [% bug.count %] [% bug.delta %] [% bug.component FILTER html %] [% bug.bug_severity FILTER html %] [% bug.op_sys FILTER html %] [% bug.target_milestone FILTER html %] [% bug.short_desc FILTER html %]
  • [% END %]
    cs/default/reports/report-pie.png.tmpl0000640000175000000410000000277210267443024021602 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS "global/field-descs.none.tmpl" %] [% col_field_disp = field_descs.$col_field || col_field %] [% IF col_field == 'bug_status' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = status_descs.${data.0.0.$i} %] [% END %] [% END %] [% IF col_field == 'resolution' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = resolution_descs.${data.0.0.$i} %] [% END %] [% END %] [% FILTER null; USE graph = GD.Graph.pie(width, height); graph.set(title => col_field_disp, pie_height => 20, suppress_angle => 2, start_angle => 180); graph.plot(data.0).png | stdout(1); END; -%] cs/default/reports/chart.csv.tmpl0000640000175000000410000000266310267331612020622 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% colsepchar = user.settings.csv_colsepchar.value %] [% data = chart.data %] Date\Series [% FOREACH label = chart.labels %] [% colsepchar %][% label FILTER csv %] [% END %] [%# The data, which is in the correct format for GD, is conceptually the wrong # way round for CSV output. So, we need to invert it here, which is why # these loops aren't just plain FOREACH. #%] [% i = 0 %] [% WHILE i < data.0.size %] [% j = 0 %] [% WHILE j < data.size %] [% IF j > 0 %] [% colsepchar %] [% END %] [% data.$j.$i %] [% j = j + 1 %] [% END %] [% i = i + 1 %] [% END %] cs/default/reports/series-common.html.tmpl0000640000175000000410000001021110121677414022440 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # donames: boolean. True if we have a multi-select for names as well as # categories and subcategories. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% subcategory = category.${default.category} %] [% name = subcategory.${default.subcategory} %] [%###########################################################################%] [%# Block for SELECT fields - pinched from search/form.html.tmpl #%] [%###########################################################################%] [% BLOCK series_select %] [% END %] cs/default/reports/components.html.tmpl0000640000175000000410000000571610461365457022073 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz #%] [%# INTERFACE: # product: string. The product this is the components list for. # components: List of hashes. May be empty. Each hash has four members: # name: string. Name of the component. # description: string. Description of the component. May contain HTML. # initialowner: string. Component's default assignee. # initialqacontact: string. Component's default QA contact. #%] [% filtered_product = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Komponenty produktu $product" h2 = filtered_product %] [% IF Param("useqacontact") %] [% numcols = 3 %] [% ELSE %] [% numcols = 2 %] [% END %] [% IF components.size == 0 %] Tento produkt nemá žádné komponenty. [% ELSE %] [% IF Param("useqacontact") %] [% END %] [% FOREACH comp = components %] [% INCLUDE describe_comp %] [% END %]
    Komponenta Defaultní příjemceDefaultní QA kontakt

    [% END %] [% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# BLOCK for components %] [%############################################################################%] [% BLOCK describe_comp %]
    [% comp.name FILTER html %] [% comp.initialowner FILTER html %] [% IF Param("useqacontact") %] [% comp.initialqacontact FILTER html %] [% END %] [% comp.description %] [% END %] cs/default/reports/create-chart.html.tmpl0000640000175000000410000002112310461403452022222 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # chart: Chart object representing the currently assembled chart. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% PROCESS global/header.html.tmpl title = "Vytvořit graf" %] [% PROCESS "reports/series-common.html.tmpl" donames = 1 %] [% gttext = "Grand Total" %]
    [% IF NOT category OR category.size == 0 %] [% ELSE %] [% PROCESS series_select sel = { name => 'category', size => 5, onchange = "catSelected(); subcatSelected();" } %] [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange = "subcatSelected()" } %] [% END %]
    Neexistuje žádná datová sestava nebo pro Vás není žádná viditelná.
    Kategorie: Subkategorie: Status:

    Výpis datových sestav k vykreslení

    [% IF chart.lines.size > 0 %] [%# The external loop has two counters; one which keeps track of where we # are in the old labels array, and one which keeps track of the new # indexes for the form elements. They are different if chart.lines has # empty slots in it. #%] [% labelidx = 0 %] [% newidx = 0 %] [% FOREACH line = chart.lines %] [% IF NOT line %] [%# chart.lines has an empty slot, so chart.labels will too. We # increment labelidx only to keep the labels in sync with the data. #%] [% labelidx = labelidx + 1 %] [% NEXT %] [% END %] [% FOREACH series = line %] [% IF loop.first %] [% END %] [% END %] [% labelidx = labelidx + 1 %] [% newidx = newidx + 1 %] [% END %] [% IF chart.gt %] [% END %]
    Vybrat Titulek Datová sestava
    [% "{" IF line.size > 1 %] [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] [% IF user.id == series.creator OR UserInGroup("admin") %] Editovat | [% END %] Spustit vyhledávání
    [% gttext FILTER html %]
     

    Seskupit: Časové rozmezí: od do
    [% ELSE %]

    Žádná sestava

    [% END %]
    [% IF UserInGroup('editbugs') %]

    Vytvořit novou datovou sestavu

    [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/reports/report.html.tmpl0000640000175000000410000001375010461607176021213 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # col_field: string. Name of the field being plotted as columns. # row_field: string. Name of the field being plotted as rows. # tbl_field: string. Name of the field being plotted as tables. # tbl_names: array. List of values for the field being plotted as tables. # time: integer. Seconds since the epoch. # data: . Data to plot. # format: string. Format of the individual reports. # width: integer. For image charts, height of the image. # height: integer. For image charts, width of the image. # switchbase: string. Base URL for format switching. # cumulate: boolean. For bar/line charts, whether to cumulate data sets. #%] [% DEFAULT width = 600 height = 350 %] [% IF min_width AND width < min_width %] [% width = min_width %] [% END %] [%# We ignore row_field for pie charts %] [% IF format == "pie" %] [% row_field = "" %] [% END %] [% PROCESS "global/field-descs.none.tmpl" %] [% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] [% title = BLOCK %] Sestava: [% IF tbl_field %] [% tbl_field_disp FILTER html %] [% END %] [% " / " IF tbl_field AND (col_field OR row_field) %] [% IF row_field %] [% row_field_disp FILTER html %] [% END %] [% " / " IF col_field AND row_field %] [% col_field_disp FILTER html %] [% END %] [% PROCESS global/header.html.tmpl style = " .t1 { background-color: #ffffff } /* white */ .t2 { background-color: #dfefff } /* light blue */ .t3 { background-color: #dddddd } /* grey */ .t4 { background-color: #c3d3ed } /* darker blue */ .ttotal { background-color: #cfffdf } /* light green */ " h3 = time2str("%Y-%m-%d %H:%M:%S", time) %] [% IF debug %]

    [% query FILTER html %]

    [% END %]
    [% FOREACH tbl = tbl_names %] [% IF tbl == "-total-" %] [% tbl_disp = "Total" %] [% ELSE %] [% tbl_disp = tbl %] [% END %] [% IF format == "table" %] [% PROCESS "reports/report-table.html.tmpl" %] [% ELSE %] [% IF tbl %]

    [% tbl_disp FILTER html %]

    [% END %] [% imageurl = BLOCK %]report.cgi?[% imagebase %]&format= [% format FILTER url_quote %]&ctype=png&action=plot& [% IF tbl_field %] [% IF tbl != "-total-" %] [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %]& [% ELSE %] [% FOREACH tblname = tbl_names %] [% IF tblname != "-total-" %] [% tbl_field FILTER url_quote %]=[% tblname FILTER url_quote %]& [% END %] [% END %] [% END %] [% END %]width=[% width %]&height=[% height %] [% END %] Výsledky grafické sestavy [% END %]
    [% END %] [% IF format != "table" %] [% sizeurl = BLOCK %]report.cgi? [% switchbase %]&action=wrap&format= [% format FILTER html %][% END %] [% END %]
    [% formats = [ { name => "pie", description => "Koláčový graf" }, { name => "bar", description => "Sloupcový graf" }, { name => "line", description => "Spojnicový graf" }, { name => "table", description => "Tabulkový výpis" } ] %] [% formaturl = "report.cgi?$switchbase&width=$width&height=$height" _ "&action=wrap" %] [% FOREACH other_format = formats %] [% NEXT IF other_format.name == "pie" AND row_field AND col_field %] [% UNLESS other_format.name == format %] [% END %] [% other_format.description FILTER html %] [% "" UNLESS other_format.name == format %] | [% END %] CSV        Vyšší
    Tenčí * Širší    
    Kratší

    [% IF format == "table" %] Editovat tuto sestavu [% ELSE %] Editovat tuto sestavu [% END %]

    [% PROCESS global/footer.html.tmpl %] cs/default/reports/report.csv.tmpl0000640000175000000410000000174007606233056021035 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH tbl = tbl_names %] [% PROCESS "reports/report-table.csv.tmpl" %] [% END %] cs/default/reports/report-simple.html.tmpl0000640000175000000410000000166610461607403022476 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Alan Starr (alanjstr) #%] [%# INTERFACE: # You need to fulfill the interface to report-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% title = "Výpis požadavků" %] [% title FILTER html %] [% PROCESS "reports/report-table.html.tmpl" %] cs/default/reports/report-bar.png.tmpl0000640000175000000410000000524410267443024021566 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% y_label = "$terms.Bugs" %] [% PROCESS "global/field-descs.none.tmpl" %] [% col_field_disp = field_descs.$col_field || col_field %] [% IF col_field == 'bug_status' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = status_descs.${data.0.0.$i} %] [% END %] [% END %] [% IF col_field == 'resolution' %] [% FOR i IN [ 0 .. data.0.0.max ] %] [% data.0.0.$i = resolution_descs.${data.0.0.$i} %] [% END %] [% END %] [% IF row_field == 'bug_status' %] [% FOR i IN [ 0 .. row_names.max ] %] [% row_names.$i = status_descs.${row_names.$i} %] [% END %] [% END %] [% IF row_field == 'resolution' %] [% FOR i IN [ 0 .. row_names.max ] %] [% row_names.$i = resolution_descs.${row_names.$i} %] [% END %] [% END %] [% FILTER null; USE graph = GD.Graph.bars(width, height); graph.set(x_label => col_field_disp, y_label => y_label, y_tick_number => 8, y_number_format => "%d", x_label_position => 0.5, x_labels_vertical => x_labels_vertical, bar_spacing => 8, shadow_depth => 4, shadowclr => 'dred', show_values => 1, legend_placement => "RT"); graph.set(cumulate => "true", show_values => 0) IF cumulate; # Workaround for the fact that set_legend won't take row_names directly, # because row_names is an array reference rather than an array. graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3, row_names.4, row_names.5, row_names.6, row_names.7, row_names.8, row_names.9, row_names.10, row_names.11, row_names.12, row_names.13, row_names.14, row_names.15); graph.plot(data.0).png | stdout(1); END; -%] cs/default/reports/edit-series.html.tmpl0000640000175000000410000000432410461612603022101 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% title = "Editace sestavy" %] [% h2 = BLOCK %] [% default.category FILTER html %] / [%+ default.subcategory FILTER html %] / [%+ default.name FILTER html %] [% END %] [% PROCESS global/header.html.tmpl %] [% IF changes_saved %]

    Sestavy uloženy.

    [% END %]
    [% PROCESS reports/series.html.tmpl button_name = "Změnit datovou sestavu" %] [% IF default.series_id %] [% END %]

    Tvůrce: [% IF creator.email %] [% creator.email FILTER html %] [% ELSE %] (automaticky vytvořila [% terms.Bugzilla %]) [% END %]

    Poznámka: není požné editovat vyhledávání přiřazené k této datové sestavě.

    Zobrazit vyhledávácí parametry sestavy | Spustit vyhledávání sestavy

    [% PROCESS global/footer.html.tmpl %] cs/default/reports/components.html.tmpl~0000600000175000017500000000566710461365456022221 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Bradley Baetz #%] [%# INTERFACE: # product: string. The product this is the components list for. # components: List of hashes. May be empty. Each hash has four members: # name: string. Name of the component. # description: string. Description of the component. May contain HTML. # initialowner: string. Component's default assignee. # initialqacontact: string. Component's default QA contact. #%] [% filtered_product = product FILTER html %] [% PROCESS global/header.html.tmpl title = "Components for $product" h2 = filtered_product %] [% IF Param("useqacontact") %] [% numcols = 3 %] [% ELSE %] [% numcols = 2 %] [% END %] [% IF components.size == 0 %] This product has no components. [% ELSE %] [% IF Param("useqacontact") %] [% END %] [% FOREACH comp = components %] [% INCLUDE describe_comp %] [% END %]
    Component Default AssigneeDefault QA Contact

    [% END %] [% PROCESS global/footer.html.tmpl %] [%############################################################################%] [%# BLOCK for components %] [%############################################################################%] [% BLOCK describe_comp %]
    [% comp.name FILTER html %] [% comp.initialowner FILTER html %] [% IF Param("useqacontact") %] [% comp.initialqacontact FILTER html %] [% END %] [% comp.description %] [% END %] cs/default/reports/create-chart.html.tmpl~0000600000175000017500000002111310461403452022343 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # chart: Chart object representing the currently assembled chart. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% PROCESS global/header.html.tmpl title = "Vytvořit graf" %] [% PROCESS "reports/series-common.html.tmpl" donames = 1 %] [% gttext = "Grand Total" %]
    [% IF NOT category OR category.size == 0 %] [% ELSE %] [% PROCESS series_select sel = { name => 'category', size => 5, onchange = "catSelected(); subcatSelected();" } %] [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange = "subcatSelected()" } %] [% END %]
    Neexistuje žádná datová sestava nebo pro Vás není žádná viditelná.
    Kategorie: Subkategorie: Status:

    Výpis datových sestav k vykreslení

    [% IF chart.lines.size > 0 %] [%# The external loop has two counters; one which keeps track of where we # are in the old labels array, and one which keeps track of the new # indexes for the form elements. They are different if chart.lines has # empty slots in it. #%] [% labelidx = 0 %] [% newidx = 0 %] [% FOREACH line = chart.lines %] [% IF NOT line %] [%# chart.lines has an empty slot, so chart.labels will too. We # increment labelidx only to keep the labels in sync with the data. #%] [% labelidx = labelidx + 1 %] [% NEXT %] [% END %] [% FOREACH series = line %] [% IF loop.first %] [% END %] [% END %] [% labelidx = labelidx + 1 %] [% newidx = newidx + 1 %] [% END %] [% IF chart.gt %] [% END %]
    Vybrat Titulek Datová sestava
    [% "{" IF line.size > 1 %] [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] [% IF user.id == series.creator OR UserInGroup("admin") %] Editovat | [% END %] Spustit vyhledávání
    [% gttext FILTER html %]
     

    Seskupit: Časové rozmezí: od do
    [% ELSE %]

    Žádná sestava

    [% END %]
    [% IF UserInGroup('editbugs') %]

    Vytvořit novou datovou sestavu

    [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/reports/duplicates.html.tmpl~0000600000175000017500000001331010461410266022137 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # products: an array of product objects this user can see. # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # query_products: list of strings. The set of products we check for dups. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF query_products.size %] [% title = "Nejčastěj zadávané $terms.bugs pro ${query_products.join(', ')}" %] [% ELSE %] [% title = "Nejčastěj zadávané $terms.bugs" %] [% END%] [% PROCESS global/header.html.tmpl style = ".resolved { background-color: #d9d9d9; color: #000000; }" %]

    Co je to za data?
    Změnit parametery

    [% PROCESS "reports/duplicates-table.html.tmpl" %] [%# *** Parameters *** %] [% bug_ids_string = vis_bug_ids.join(',') %]

    Změnit parametery

    Když se třídí nebo omezuje, používat:
    Omezit na produkty:
    Maximální počet řádků:
    Změněný sloupec byl naposled změněn: dny
    nebo pouze předat jako . (Poznámka: pořadí by nemělo být stejné.)

    Které jsou "nejčastěj zadávané [% terms.bugs %]"?
    The Most Frequent [% terms.Bugs %] page lists the known open [% terms.bugs %] which are reported most frequently. It is automatically generated from the [% terms.Bugzilla %] database every 24 hours, by counting the number of direct and indirect duplicates of [% terms.bugs %]. This information is provided in order to assist in minimizing the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].
    Jak můžu použít tento výpis?
    • Prohlédnout nejčastější výpis [% terms.bugs2 %].
    • Je-li Váš problém uveden:
      • Klikněte na číslo [% terms.bug2 %] pro potvrzení, že byl nalezen stejný [% terms.bug %] a napište komentář máte-li přídavné informace nebo bylo-li zadání [% terms.bug2 %] změněno.
    • Není-li Váš problém uveden:
    [% PROCESS global/footer.html.tmpl %] cs/default/reports/duplicates-simple.html.tmpl~0000600000175000017500000000244110461410415023425 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # You need to fulfill the interface to duplicates-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% IF product %] [% title = "Most Frequently Reported $terms.Bugs for $product" %] [% ELSE %] [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] [% title FILTER html %] [% PROCESS "reports/duplicates-table.html.tmpl" %] cs/default/reports/duplicates-table.html.tmpl~0000600000175000017500000001312610461411402023222 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # bugs: list of hashes. May be empty. Each hash has nine members: # id: integer. The bug number # count: integer. The number of dupes # delta: integer. The change in count in the last $changedsince days # component: string. The bug's component # bug_severity: string. The bug's severity. # op_sys: string. The bug's reported OS. # target_milestone: string. The bug's TM. # short_desc: string. The bug's summary. # bug_status: string. The bug's status. # resolution: string. The bug's resolution, if any. # # bug_ids: list of integers. May be empty. The IDs of the bugs in $bugs. # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. # openonly: boolean. True if we are only showing open bugs. # query_products: list of strings. Restrict to these products only. #%] [% PROCESS global/variables.none.tmpl %] [%# *** Column Headers *** %] [% IF bug_ids.size > 0 %] [% FOREACH column = [ { name => "id", description => "$terms.Bug #" }, { name => "count", description => "Počet" }, { name => "delta", description => "Naposled změněno před
    $changedsince dny" }, { name => "component", description => "Komponenta" }, { name => "bug_severity", description => "Závažnost" }, { name => "op_sys", description => "Op Sys" }, { name => "target_milestone", description => "Cílová
    verze" }, { name => "short_desc", description => "Souhrn" } ] %] [%# Small hack to keep delta column out if we don't need it %] [% NEXT IF column.name == "delta" AND NOT dobefore %] [% END %] [% IF NOT sortby %] [% sortby = "count"; reverse = "1" %] [% END %] [% IF sortby == "id" OR sortby == "count" OR sortby == "delta" %] [%# Numeric sort %] [% sortedbugs = bugs.nsort(sortby) %] [% ELSE %] [% sortedbugs = bugs.sort(sortby) %] [% END %] [% IF reverse %] [% bugs = sortedbugs.reverse %] [% ELSE %] [% bugs = sortedbugs %] [% END %] [%# *** Buglist *** %] [%# We need to keep track of the bug IDs we are actually displaying, because # if the user decides to sort the visible list, we need to know what that # list actually is. %] [% vis_bug_ids = [] %] [% FOREACH bug = bugs %] [% LAST IF loop.index() >= maxrows %] [% vis_bug_ids.push(bug.id) %] [% IF dobefore %] [% END %] [% END %]
    [% bug_ids_string = bug_ids.join(',') %] [% column.description %]
    [% isclosed = bug.resolution != "" %] [% bug.id FILTER closed(isclosed) %]
    [% bug.count %]
    [% bug.delta %]
    [% bug.component FILTER html %]
    [% bug.bug_severity FILTER html %]
    [% bug.op_sys FILTER html %]
    [% bug.target_milestone FILTER html %]
    [% bug.short_desc FILTER html %]
    [% ELSE %]

    Nenalezeny žádné duplikované [% terms.bugs %] .

    [% END %] cs/default/reports/chart.html.tmpl~0000600000175000017500000000417010461603007021104 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: #%] [% DEFAULT width = 600 height = 350 %] [% PROCESS global/header.html.tmpl title = "Graf" h3 = time2str("%Y-%m-%d %H:%M:%S", time) %]
    [% imageurl = BLOCK %]chart.cgi? [% imagebase FILTER html %]&ctype=png&action=plot&width= [% width %]&height=[% height -%] [% END %] Výsledek grafické sestavy

    [% sizeurl = BLOCK %]chart.cgi? [% imagebase FILTER html %]&action=wrap [% END %] Vyšší
    Tenčí * Tlustší    
    Kratší

    CSV | Editovat tento graf

    [% PROCESS global/footer.html.tmpl %] cs/default/reports/keywords.html.tmpl~0000600000175000017500000000430110461605060021647 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # keywords: array of hashes. May be empty. Each has has three members: # name: the name of the keyword # description: keyword description. May be HTML. # bugcount: number of bugs with that keyword # caneditkeywords: boolean. True if this user can edit keywords %] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla popisy klíčových slov" %] [% FOREACH keyword = keywords %] [% IF loop.index % 50 == 0 %] [% IF loop.index != 0 %] [% END %] [% END %] [% END %] [% IF keywords.size > 0 %]
    Název Popis [% terms.Bugs %]
    [% keyword.name FILTER html %] [% keyword.description %] [% IF keyword.bugcount > 0 %] [% keyword.bugcount %] [% ELSE %] none [% END %]
    [% END %] [% IF caneditkeywords %]

    Editovat klíčová slova.

    [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/reports/menu.html.tmpl~0000600000175000017500000000425110461606115020752 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # This template has no interface. It's a list of the available report # types in Bugzilla. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Sestavy a Grafy" %]

    [% terms.Bugzilla %] Vám umožňuje zobrazit a sledovat stav databáze [% terms.bugs2 %] všemi možnými způsoby.

    Současný stav

    Změny v průběhu času

    • Stará verze - vykreslení stavu a/nebo řešení [% terms.bugs2 %] v závislosti na čase pro každý produkt v databázi.
    • [% IF UserInGroup(Param("chartgroup")) %]
    • Nová verze - vykreslení libovolné sestavy v závislosti na čase. Mnohem efektivnější.
    • [% END %]
    [% PROCESS global/footer.html.tmpl %] cs/default/reports/report.html.tmpl~0000600000175000017500000001374710461607175021342 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # col_field: string. Name of the field being plotted as columns. # row_field: string. Name of the field being plotted as rows. # tbl_field: string. Name of the field being plotted as tables. # tbl_names: array. List of values for the field being plotted as tables. # time: integer. Seconds since the epoch. # data: . Data to plot. # format: string. Format of the individual reports. # width: integer. For image charts, height of the image. # height: integer. For image charts, width of the image. # switchbase: string. Base URL for format switching. # cumulate: boolean. For bar/line charts, whether to cumulate data sets. #%] [% DEFAULT width = 600 height = 350 %] [% IF min_width AND width < min_width %] [% width = min_width %] [% END %] [%# We ignore row_field for pie charts %] [% IF format == "pie" %] [% row_field = "" %] [% END %] [% PROCESS "global/field-descs.none.tmpl" %] [% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] [% title = BLOCK %] Report: [% IF tbl_field %] [% tbl_field_disp FILTER html %] [% END %] [% " / " IF tbl_field AND (col_field OR row_field) %] [% IF row_field %] [% row_field_disp FILTER html %] [% END %] [% " / " IF col_field AND row_field %] [% col_field_disp FILTER html %] [% END %] [% PROCESS global/header.html.tmpl style = " .t1 { background-color: #ffffff } /* white */ .t2 { background-color: #dfefff } /* light blue */ .t3 { background-color: #dddddd } /* grey */ .t4 { background-color: #c3d3ed } /* darker blue */ .ttotal { background-color: #cfffdf } /* light green */ " h3 = time2str("%Y-%m-%d %H:%M:%S", time) %] [% IF debug %]

    [% query FILTER html %]

    [% END %]
    [% FOREACH tbl = tbl_names %] [% IF tbl == "-total-" %] [% tbl_disp = "Total" %] [% ELSE %] [% tbl_disp = tbl %] [% END %] [% IF format == "table" %] [% PROCESS "reports/report-table.html.tmpl" %] [% ELSE %] [% IF tbl %]

    [% tbl_disp FILTER html %]

    [% END %] [% imageurl = BLOCK %]report.cgi?[% imagebase %]&format= [% format FILTER url_quote %]&ctype=png&action=plot& [% IF tbl_field %] [% IF tbl != "-total-" %] [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %]& [% ELSE %] [% FOREACH tblname = tbl_names %] [% IF tblname != "-total-" %] [% tbl_field FILTER url_quote %]=[% tblname FILTER url_quote %]& [% END %] [% END %] [% END %] [% END %]width=[% width %]&height=[% height %] [% END %] Výsledky grafické sestavy [% END %]
    [% END %] [% IF format != "table" %] [% sizeurl = BLOCK %]report.cgi? [% switchbase %]&action=wrap&format= [% format FILTER html %][% END %] [% END %]
    [% formats = [ { name => "pie", description => "Koláčový graf" }, { name => "bar", description => "Sloupcový graf" }, { name => "line", description => "Spojnicový graf" }, { name => "table", description => "Tabulkový výpis" } ] %] [% formaturl = "report.cgi?$switchbase&width=$width&height=$height" _ "&action=wrap" %] [% FOREACH other_format = formats %] [% NEXT IF other_format.name == "pie" AND row_field AND col_field %] [% UNLESS other_format.name == format %] [% END %] [% other_format.description FILTER html %] [% "" UNLESS other_format.name == format %] | [% END %] CSV        Vyšší
    Tenčí * Širší    
    Kratší

    [% IF format == "table" %] Editovat tuto sestavu [% ELSE %] Editovat tuto sestavu [% END %]

    [% PROCESS global/footer.html.tmpl %] cs/default/reports/report-simple.html.tmpl~0000600000175000017500000000165410461607403022615 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Alan Starr (alanjstr) #%] [%# INTERFACE: # You need to fulfill the interface to report-table.html.tmpl. #%] [% PROCESS global/variables.none.tmpl %] [% title = "Bug List" %] [% title FILTER html %] [% PROCESS "reports/report-table.html.tmpl" %] cs/default/reports/edit-series.html.tmpl~0000600000175000017500000000432110461612603022220 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [% title = "Editace sestavy" %] [% h2 = BLOCK %] [% default.category FILTER html %] / [%+ default.subcategory FILTER html %] / [%+ default.name FILTER html %] [% END %] [% PROCESS global/header.html.tmpl %] [% IF changes_saved %]

    Sestavy uloženy.

    [% END %]
    [% PROCESS reports/series.html.tmpl button_name = "Změnit datovou sestavu" %] [% IF default.series_id %] [% END %]

    Tvůrce: [% IF creator.email %] [% creator.email FILTER html %] [% ELSE %] (automaticky vytvořila [% terms.Bugzilla %]) [% END %]

    Poznámka: není požné editovat vyhledávání přiřazené k této datové sestavě.

    Zobrazit vyhledávácí parametry sestavy | Spustit vyhledávání řad

    [% PROCESS global/footer.html.tmpl %] cs/default/reports/series.html.tmpl~0000600000175000017500000000674710461613307021315 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # default: hash. Defaults for category, subcategory, name etc. # button_name: string. What the button will say. # category: hash (keyed by category) of hashes (keyed by subcategory) of # hashes (keyed by name), with value being the series_id of the # series. Contains details of all series the user can see. #%] [% PROCESS "reports/series-common.html.tmpl" newtext = "New (name below)" %] [% PROCESS series_select sel = { name => 'category', size => 5, onchange => "catSelected()" } %] [% PROCESS series_select sel = { name => 'subcategory', size => 5, onchange => "checkNewState()" } %]
    Kategorie: Subkategorie: Status:
    Spustit každkou    day(s)
    [%# Change 'admin' here and in Series.pm, or remove the check completely, if you want to change who can make series public. %] [% IF UserInGroup('admin') %] Viditelné pro všechny
    (kromě skupinivých omezení)
    [% END %]
    cs/default/flag/0000750000175000000410000000000010461341617015236 5ustar norbertwww-data00000000000000cs/default/flag/list.html.tmpl0000640000175000000410000001702410461341617020057 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# We list flags by looping twice over the flag types relevant for the bug. # In the first loop, we display existing flags and then, for active types, # we display UI for adding new flags. In the second loop, we display UI # for adding additional new flags for those types for which a flag already # exists but which are multiplicable (can have multiple flags of the type # on a single bug/attachment). #%] [% IF any_flags_requesteeble %] [% END %] [%# Step 1: Display every flag type (except inactive types with no flags). %] [% FOREACH type = flag_types %] [%# Step 1a: Display existing flag(s). %] [% FOREACH flag = type.flags %] [% IF any_flags_requesteeble %] [% END %] [% END %] [%# Step 1b: Display UI for setting flag. %] [% IF (!type.flags || type.flags.size == 0) && type.is_active %] [% IF any_flags_requesteeble %] [% END %] [% END %] [% END %] [%# Step 2: Display flag type again (if type is multiplicable). %] [% FOREACH type = flag_types %] [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %] [% IF !separator_displayed %] [% separator_displayed = 1 %] [% END %] [% IF any_flags_requesteeble %] [% END %] [% END %]
    Značky: Zadavatel:
    [% flag.setter.nick FILTER html %]: [% IF type.is_active && type.is_requesteeble %] () [% END %]
      [% IF type.is_requesteeble %] () [% END %]

    addl. [% IF type.is_requesteeble %] () [% END %]
    cs/default/flag/CVS/0000700000175000000410000000000010422570164015662 5ustar norbertwww-data00000000000000cs/default/flag/CVS/Repository0000664000175000000410000000006310422570164017777 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/flag cs/default/flag/CVS/Tag0000664000175000000410000000001710422570164016332 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/flag/CVS/Entries0000664000175000000410000000010010422570164017221 0ustar norbertwww-data00000000000000/list.html.tmpl/1.19/Sun Aug 21 21:01:33 2005//TBUGZILLA-2_22 D cs/default/flag/CVS/Root0000664000175000000410000000006310422570164016543 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/flag/list.html.tmpl~0000600000175000017500000001702210461341617020177 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# We list flags by looping twice over the flag types relevant for the bug. # In the first loop, we display existing flags and then, for active types, # we display UI for adding new flags. In the second loop, we display UI # for adding additional new flags for those types for which a flag already # exists but which are multiplicable (can have multiple flags of the type # on a single bug/attachment). #%] [% IF any_flags_requesteeble %] [% END %] [%# Step 1: Display every flag type (except inactive types with no flags). %] [% FOREACH type = flag_types %] [%# Step 1a: Display existing flag(s). %] [% FOREACH flag = type.flags %] [% IF any_flags_requesteeble %] [% END %] [% END %] [%# Step 1b: Display UI for setting flag. %] [% IF (!type.flags || type.flags.size == 0) && type.is_active %] [% IF any_flags_requesteeble %] [% END %] [% END %] [% END %] [%# Step 2: Display flag type again (if type is multiplicable). %] [% FOREACH type = flag_types %] [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %] [% IF !separator_displayed %] [% separator_displayed = 1 %] [% END %] [% IF any_flags_requesteeble %] [% END %] [% END %]
    Flags: Requestee:
    [% flag.setter.nick FILTER html %]: [% IF type.is_active && type.is_requesteeble %] () [% END %]
      [% IF type.is_requesteeble %] () [% END %]

    addl. [% IF type.is_requesteeble %] () [% END %]
    cs/default/list/0000750000175000000410000000000010461363276015305 5ustar norbertwww-data00000000000000cs/default/list/list.js.tmpl0000640000175000000410000000245107753230064017572 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] // Note: only publicly-accessible bugs (those not in any group) will be // listed when using this JavaScript format. This is to prevent malicious // sites stealing information about secure bugs. bugs = new Array; [% FOREACH bug = bugs %] bugs[[% bug.bug_id %]] = [ [% FOREACH column = displaycolumns %] "[%- bug.$column FILTER js -%]"[% "," UNLESS loop.last %] [% END %] ]; [% END %] if (window.buglistCallback) { buglistCallback(bugs); } cs/default/list/list-simple.html.tmpl0000640000175000000410000000353610461344526021415 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # title: string. The title for this page. (optional) #%] [% PROCESS global/variables.none.tmpl %] [%############################################################################%] [%# Initialization #%] [%############################################################################%] [% DEFAULT title = "Výpis $terms.bugs2" %] [% title = title FILTER html %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% title %] [% IF bugs.size == 0 %]

    [% terms.zeroSearchResults %].

    [% ELSE %] [% PROCESS list/table.html.tmpl %] [% END %] cs/default/list/list.html.tmpl0000640000175000000410000002064410461344011020112 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # searchtype: string. Type of search - either "series", "saved" or undef. # ... # defaultsavename: string. The default name for saving the query. #%] [%############################################################################%] [%# Template Initialization #%] [%############################################################################%] [% PROCESS global/variables.none.tmpl %] [% title = "Výpis $terms.bugs2" %] [% IF searchname || defaultsavename %] [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %] [% END %] [% style_urls = [ "skins/standard/buglist.css" ] %] [% qorder = order FILTER url_quote IF order %] [% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %] [%############################################################################%] [%# Page Header #%] [%############################################################################%] [% PROCESS global/header.html.tmpl title = title style = style atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom" %]
    [% IF Param('timezone') %] [% time2str("%a %b %e %Y %T %Z", currenttime, Param('timezone')) %]
    [% ELSE %] [% time2str("%a %b %e %Y %T", currenttime) %]
    [% END %] [% IF debug %]

    [% FOREACH debugline = debugdata %] [% debugline FILTER html %]
    [% END %]

    [% query FILTER html %]

    [% END %] [% IF user.settings.display_quips.value == 'on' %] [% DEFAULT quip = "$terms.Bugzilla by zobrazila na tomto místě náhodný vtip, ale nikdo žádný nenapsal." %] [% quip FILTER html %] [% END %]
    [% IF toolong %]

    Tento výpis je příliš dlouhý. Použijte tlačítka Dalsí/Předchozí/První/Poslední pro listování ve výpisu [% terms.bugs2 %].

    [% END %]
    [%############################################################################%] [%# Preceding Status Line #%] [%############################################################################%] [% IF bugs.size > 9 %] Nalezeno [% bugs.size %] požadavků. [% END %] [%############################################################################%] [%# Start of Change Form #%] [%############################################################################%] [% IF dotweak %]
    [% END %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% FLUSH %] [% PROCESS list/table.html.tmpl %] [%############################################################################%] [%# Succeeding Status Line #%] [%############################################################################%] [% IF bugs.size == 0 %] [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] Nalezen jeden [% terms.bug %]. [% ELSE %] Nalezeno [% bugs.size %] požadavků. [% END %]
    [%############################################################################%] [%# Rest of Change Form #%] [%############################################################################%] [% IF dotweak %] [% PROCESS "list/edit-multiple.html.tmpl" %]

    [% END %] [%############################################################################%] [%# Navigation Bar #%] [%############################################################################%] [% IF bugs.size > 0 %] [% END %] [% IF searchtype == "saved" %] [% ELSE %] [% END %]
    [% FOREACH id = buglist %] [% END %]
    [% FOREACH id = buglist %] [% END %]
    [% IF UserInGroup(Param('timetrackinggroup')) %]
    [% END %]
      CSV | Feed | iCalendar | Výběr sloupců | [% IF bugs.size > 1 && caneditbugs && !dotweak %] Změnit více [% terms.bugs2 %] najednou | [% END %] [% IF bugowners %] Odeslat mail adresátům [% terms.bugs2 %] | [% END %] [%# Links to more things users can do with this bug list. %] [% Hook.process("links") %] [% editqueryname = searchname OR defaultsavename OR '' %] Editace dotazu | Zapomenout dotaz ' [% searchname FILTER html %]'  
    jako
    [%############################################################################%] [%# Page Footer #%] [%############################################################################%] [% PROCESS global/footer.html.tmpl %] cs/default/list/list.csv.tmpl0000640000175000000410000000272710267331602017751 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% USE date %] [% colsepchar = user.settings.csv_colsepchar.value %] bug_id [% FOREACH column = displaycolumns %] [% colsepchar %][% column FILTER csv %] [% END %] [% FOREACH bug = bugs %] [% bug.bug_id %] [% FOREACH column = displaycolumns %] [% colsepchar %] [% IF column == "opendate" OR column == "changeddate" %] [% rawcolumn = column.replace("date", "time") %] [% bug.$column = date.format(bug.$rawcolumn, "%Y-%m-%d %H:%M:%S") %] [% END %] [% bug.$column FILTER csv %] [% END %] [% END %] cs/default/list/table.html.tmpl0000640000175000000410000002007510461363277020243 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%############################################################################%] [%# Initialization #%] [%############################################################################%] [%# Columns whose titles or values should be abbreviated to make the list # more compact. For columns whose titles should be abbreviated, # the shortened title is included. For columns whose values should be # abbreviated, a maximum length is provided along with the ellipsis that # should be added to an abbreviated value, if any. # wrap is set if a column's contents should be allowed to be word-wrapped # by the browser. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = field_descs.short_desc %] [% field_descs.assigned_to_realname = field_descs.assigned_to %] [% field_descs.reporter_realname = field_descs.reporter %] [% field_descs.qa_contact_realname = field_descs.qa_contact %] [% abbrev = { "bug_severity" => { maxlength => 4 , title => "Váha" } , "priority" => { maxlength => 3 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , "bug_status" => { maxlength => 4 } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } , "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } , "reporter" => { maxlength => 30 , ellipsis => "..." } , "reporter_realname" => { maxlength => 20 , ellipsis => "..." } , "qa_contact" => { maxlength => 30 , ellipsis => "..." , title => "QA kontakt" } , "qa_contact_realname" => { maxlength => 20 , ellipsis => "..." , title => "QA kontakt" } , "resolution" => { maxlength => 4 } , "short_desc" => { wrap => 1 } , "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , "component" => { maxlength => 8 , title => "Komp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Verze" } , "op_sys" => { maxlength => 4 } , "target_milestone" => { title => "Cílová v." } , "percentage_complete" => { format_value => "%d %%" } , } %] [% qorder = order FILTER url_quote IF order %] [% PROCESS bug/time.html.tmpl %] [%############################################################################%] [%# Table Header #%] [%############################################################################%] [% tableheader = BLOCK %] [% IF dotweak %] [% END %] [% FOREACH id = displaycolumns %] [% END %] [% IF dotweak %] [% END %] [% IF splitheader %] [% FOREACH id = displaycolumns %] [% NEXT UNLESS loop.count() % 2 == 0 %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% FOREACH id = displaycolumns %] [% NEXT IF loop.count() % 2 == 0 %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% ELSE %] [% FOREACH id = displaycolumns %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% END %] [% END %] [% BLOCK columnheader %] [% END %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% FOREACH bug = bugs %] [% count = loop.count() %] [% FLUSH IF count % 10 == 1 %] [%# At the beginning of every hundred bugs in the list, start a new table. %] [% IF count % 100 == 1 %] [% tableheader %] [% END %] [% IF dotweak %] [% END %] [% FOREACH column = displaycolumns %] [% END %] [%# At the end of every hundred bugs in the list, or at the end of the list, # end the current table. #%] [% IF loop.last() || loop.count() % 100 == 0 %]
      [% IF sorted_by_relevance %] ID [% ELSE %] ID [% END %]
     
    [% IF sorted_by_relevance %] [%- abbrev.$id.title || field_descs.$id || column.title -%] [% ELSE %] [% IF column.name.match('\s+AS\s+') %] [%# For aliased columns, use their ID for sorting. %] [% column.sortalias = id %] [% ELSE %] [%# Other columns may sort on their name directly. %] [% column.sortalias = column.name %] [% END %] [%- abbrev.$id.title || field_descs.$id || column.title -%] [% END %]
    [% bug.bug_id %] [%+ '[SEC]' IF bug.secure_mode %] [% IF abbrev.$column.format_value %] [%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%] [% ELSIF column == 'actual_time' || column == 'remaining_time' || column == 'estimated_time' %] [% PROCESS formattimeunit time_unit=bug.$column %] [% ELSIF column == 'bug_status' %] [%- status_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSIF column == 'resolution' %] [%- resolution_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSE %] [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %]
    [% END %] [% END %] cs/default/list/server-push.html.tmpl0000640000175000000410000000272110461352116021423 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # debug: boolean. True if we want the search displayed while we wait. # query: string. The SQL query which makes the buglist. #%] [% PROCESS global/variables.none.tmpl %] [% terms.Bugzilla %] vyhodnoceje Vaše vyhledávání

    Vydržte prosím ...

    [% IF debug %]

    [% FOREACH debugline = debugdata %] [% debugline FILTER html %]
    [% END %]

    [% query FILTER html %]

    [% END %] cs/default/list/edit-multiple.html.tmpl0000640000175000000410000002642410461137760021732 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% dontchange = "-- neměnit --" %]

    Ke změně více [% terms.bugs2 %] najednou:

    1. Označte [% terms.bugs %] výše, které chcete změnit.
    2. Proveďte změny v polích formuláře níže. Vyžaduje-li změna, kterou provádíte, vysvětlení, napište ho do pole komentáře.
    3. Klikněte na tlačítko Zpracovat
    [% IF Param("usetargetmilestone") %] [% END %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF use_keywords %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %]
    [% PROCESS selectmenu menuname = "product" menuitems = products property = "name" %] [% PROCESS selectmenu menuname = "version" menuitems = versions property = "" %]
    [% PROCESS selectmenu menuname = "component" menuitems = components %] [% PROCESS selectmenu menuname = "priority" menuitems = priorities %]
    [% PROCESS selectmenu menuname = "rep_platform" menuitems = platforms %] [% PROCESS selectmenu menuname = "bug_severity" menuitems = severities %]
    [% PROCESS selectmenu menuname = "op_sys" menuitems = op_sys %] [% PROCESS selectmenu menuname = "target_milestone" menuitems = targetmilestones %]
    Status Whiteboard:


    [% IF groups.size > 0 %] Nastavení skupin:
    [% FOREACH group = groups %] [% IF group.isactive %] [% ELSE %] [% foundinactive = 1 %] [% END %] [% END %]
    Neměnit
    omezení
    pro tuto
    skupinu
    Odebrat
    [% terms.bugs %]
    z této
    skupiny
    Přidat
    [% terms.bugs %]
    do této
    skupiny
    Název skupiny:
      [% IF group.isactive %] [% group.description %] [% ELSE %] [% group.description FILTER inactive %] [% END %]
    [% IF foundinactive %]

    (Poznámka: [% terms.bugs %] neměly být přidány do [% FILTER inactive %]neaktivních skupiny[% END %], pouze odebírány.)

    [% END %] [% END %] [% knum = 0 %]
    [% IF bugstatuses.size == 1 && bugstatuses.0 == unconfirmedstate %] [% knum = knum + 1 %]
    [% END %] [%# If all the bugs being changed are open, allow the user to accept them, clear their resolution or resolve them. %] [% IF !bugstatuses.containsany(closedstates) %] [% knum = knum + 1 %]
    [% knum = knum + 1 %]
    [% knum = knum + 1 %]
    [% END %] [%# If all the bugs are closed, allow the user to reopen them. %] [% IF !bugstatuses.containsany(openstates) %] [% knum = knum + 1 %]
    [% END %] [% IF bugstatuses.size == 1 %] [% IF bugstatuses.contains('RESOLVED') %] [% knum = knum + 1 %]
    [% END %] [% END %] [% IF !bugstatuses.containsany(openstates) AND !bugstatuses.contains('CLOSED') %] [% knum = knum + 1 %]
    [% END %] [% knum = knum + 1 %] [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => user.login size => 32 onchange => "document.forms.changeform.knob[$knum].checked=true;" %]
    [% knum = knum + 1 %]
    [% IF Param('move-enabled') && user.is_mover %] [% END %] [%############################################################################%] [%# Select Menu Block #%] [%############################################################################%] [% BLOCK selectmenu %] [% END %] cs/default/list/CVS/0000700000175000000410000000000010422570165015725 5ustar norbertwww-data00000000000000cs/default/list/CVS/Repository0000664000175000000410000000006310422570164020041 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/list cs/default/list/CVS/Tag0000664000175000000410000000001710422570165016375 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/list/CVS/Entries0000664000175000000410000000140510422570165017275 0ustar norbertwww-data00000000000000/change-columns.html.tmpl/1.12/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_22 /edit-multiple.html.tmpl/1.31.2.2/Fri Mar 3 00:07:50 2006//TBUGZILLA-2_22 /list-simple.html.tmpl/1.9/Thu Oct 21 19:13:28 2004//TBUGZILLA-2_22 /list.atom.tmpl/1.1/Tue Feb 21 00:06:05 2006//TBUGZILLA-2_22 /list.csv.tmpl/1.5/Wed Jul 20 02:14:26 2005//TBUGZILLA-2_22 /list.html.tmpl/1.46/Tue Feb 21 00:06:05 2006//TBUGZILLA-2_22 /list.ics.tmpl/1.4/Tue Mar 15 17:16:25 2005//TBUGZILLA-2_22 /list.js.tmpl/1.2/Sat Nov 8 18:04:36 2003//TBUGZILLA-2_22 /list.rdf.tmpl/1.5/Thu Aug 4 11:51:24 2005//TBUGZILLA-2_22 /quips.html.tmpl/1.16/Mon Jun 20 19:42:11 2005//TBUGZILLA-2_22 /server-push.html.tmpl/1.6/Wed Oct 26 16:52:28 2005//TBUGZILLA-2_22 /table.html.tmpl/1.28/Tue Dec 20 21:58:33 2005//TBUGZILLA-2_22 D cs/default/list/CVS/Root0000664000175000000410000000006310422570164016605 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/list/quips.html.tmpl0000640000175000000410000001234010461350704020300 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # added_quip: string. Defined if the CGI added a quip data before # displaying anything; if defined, its value is that quip. # show_quips: boolean. True if we are showing the entire quip list. # quips: list of strings. Defined if and only if show_quips is true. # List of all quips. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla vtipový systém" h1 = "Přidejte Vaše vlastní vtipy a hlášky" %] [% IF added_quip %]

    Váš vtip '[% added_quip FILTER html %]' byl přidán. [% IF Param("quip_list_entry_control") == "moderated" AND !user.groups.admin %] Bude zobrazován jakmile bude schválen. [% END %]

    [% END %] [% IF deleted_quip %]

    Vtip '[% deleted_quip FILTER html %]' byl smazán.

    [% END %] [% IF approved or unapproved %]

    [% approved.size %] vtipů chváleno a [% unapproved.size %] neschváleno

    [% END %]

    [% terms.Bugzilla %] vybírá náhodný vtip do záhlaví každého výpisu [% terms.bugs2 %].

    [% IF Param("quip_list_entry_control") != "closed" %]

    Můžete rozšířit katalog vtipů. Napište něco chytrého, humorného nebo nudného (ale nic neslušného nebo urážlivého, prosím) a klikněte na tlačítko. [% IF Param("quip_list_entry_control") == "moderated" AND !user.groups.admin %] Váš vtip musí být schválen aby mohl být zobrazován. [% END %]

    [% ELSE %]

    Žádné nové záznamy odeslány v této chvíli.

    [% END %] [% IF show_quips %] [% IF !UserInGroup('admin') %]

    Existující vtipy:

      [% FOREACH quipid = quipids %] [% NEXT IF NOT quips.$quipid.approved %]
    • [% quips.$quipid.quip FILTER html %]
    • [% END %]
    [% ELSE %]

    Editace existujících vtipů:

    Poznámka: Pouze schválené vtipy mohou být zobrazovány. Je-li parametr 'quip_list_entry_control' nastavený na open, zadané vtipy jsou automaticky schváleny.

    [% FOREACH quipid = quipids %] [% END %]
    Vtip Autor Akce Schválit
    [% quips.$quipid.quip FILTER html %] [% userid = quips.$quipid.userid %] [% users.$userid FILTER html %] [% "Unknown" IF NOT users.$userid %] Smazat

    [% END %] [% ELSE %]

    Můžete zobrazit [% IF UserInGroup('admin') %] a editovat [% END %] všechny vtipy.

    [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/list/list.atom.tmpl0000640000175000000410000000703710461342471020117 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Walter Hoehn # John Belmonte # Jason Remillard # Phil Ringnalda # # This is a template for generating an Atom representation of a buglist. #%] [% PROCESS global/variables.none.tmpl %] [% USE date %] [% DEFAULT title = "$terms.Bugzilla - $terms.bugs" %] [% title FILTER xml %] [% date.format(format=>"%Y-%m-%dT%H:%M:%SZ", time=>bugs.nsort('changedtime').last.changedtime, gmt=>1) FILTER xml %] [% Param('urlbase') %]buglist.cgi?[% urlquerypart FILTER xml %] [% FOREACH bug = bugs %] [% "@" IF bug.secure_mode %][[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %] [% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %] [% bug.reporter_realname FILTER xml %] [% date.format(format=>"%Y-%m-%dT%H:%M:%SZ",time=>bug.changedtime, gmt=>1) FILTER xml %] [%# Filter out the entire block, so that we don't need to escape the html code out %] [% FILTER xml %]
    PoleHodnota
    [% columns.opendate.title FILTER none %] [% bug.opendate FILTER none %]
    [% columns.assigned_to_realname.title FILTER none %] [% bug.assigned_to_realname FILTER none %]
    [% columns.priority.title FILTER none %] [% bug.priority FILTER none %]
    [% columns.bug_severity.title FILTER none %] [% bug.bug_severity FILTER none %]
    [% columns.bug_status.title FILTER none %] [% bug.bug_status FILTER none %]
    [% columns.changeddate.title FILTER none %] [% bug.changeddate FILTER none -%]
    [% END %]
    [% END %]
    cs/default/list/change-columns.html.tmpl0000640000175000000410000000517110461342033022042 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Lawrence #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Výběr sloupců" %]

    Vyberte sloupce, které si přejete zobrazovat ve výpise [% terms.bugs2 %]. Nastavení sloupců vyžaduje používání cookies.

    [% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = "Souhrn (prvních 60 znaků)" %] [% field_descs.short_desc = "Úplný souhrn" %] [% field_descs.assigned_to_realname = "Jméno příjemce" %] [% field_descs.reporter_realname = "Jméno zadavatele" %] [% field_descs.qa_contact_realname = "QA kontakt" %]
    [% FOREACH column = masterlist %]
    [% END %]


    [% PROCESS global/footer.html.tmpl %] cs/default/list/list.rdf.tmpl0000640000175000000410000000352410274400474017727 0ustar norbertwww-data00000000000000[% template_version = "1.0@bugzilla.org" %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% FOREACH bug = bugs %]
  • [% bug.bug_id %] [% FOREACH column = displaycolumns %] [% bug.$column FILTER html %] [% END %]
  • [% END %]
    cs/default/list/list.ics.tmpl0000640000175000000410000000607010215614151017723 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): William Jon McCann #%] [% PROCESS global/variables.none.tmpl %][% USE date %] BEGIN:VCALENDAR CALSCALE:GREGORIAN [%+ PROCESS ics_prodid +%] VERSION:2.0 [% FOREACH bug = bugs %] BEGIN:VTODO [%+ PROCESS ics_dtstart +%] [%+ PROCESS ics_summary +%] [%+ PROCESS ics_uid base_url=Param('urlbase') bug_id=bug.bug_id +%] [%+ PROCESS ics_url base_url=Param('urlbase') bug_id=bug.bug_id +%] [%+ PROCESS ics_status bug_status = bug.bug_status +%] [%+ PROCESS ics_dtstamp +%] [% IF bug.changeddate %] [%+ date.format(bug.changedtime,"%Y%m%dT%H%M%SZ") FILTER ics('LAST-MODIFIED') +%] [% END %] [% IF bug.percentage_complete %] [%+ bug.percentage_complete FILTER format('%d') FILTER ics('PERCENT-COMPLETE') +%] [% END %] [% IF bug.product %] [%+ bug.product FILTER ics('X-BUGZILLA-PRODUCT') +%] [% END %] [% IF bug.component %] [%+ bug.component FILTER ics('X-BUGZILLA-COMPONENT') +%] [% END %] [% IF bug.version %] [%+ bug.version FILTER ics('X-BUGZILLA-VERSION') +%] [% END %] [% IF bug.keywords %] [%+ bug.keywords FILTER ics('X-BUGZILLA-KEYWORDS') +%] [% END %] END:VTODO [% END %] END:VCALENDAR [% BLOCK ics_prodid %] [% "-//Mozilla/Bugzilla $VERSION//EN" FILTER ics('PRODID') %] [% END %] [% BLOCK ics_uid %] [% "${bug_id}@${base_url}" FILTER uri FILTER ics('UID') %] [% END %] [% BLOCK ics_url %] [% "${base_url}show_bug.cgi?id=${bug_id}" FILTER uri FILTER ics('URL;VALUE=URI') %] [% END %] [% BLOCK ics_dtstart %] [% date.format(bug.opentime,"%Y%m%dT%H%M%SZ") FILTER ics('DTSTART') %] [% END %] [% BLOCK ics_dtstamp %] [% date.format(date.now,"%Y%m%dT%H%M%SZ") FILTER ics('DTSTAMP') %] [% END %] [% BLOCK ics_status %] [% status = "" %] [% FOREACH state = closedstates %] [% IF bug_status == state %] [% status = 'COMPLETED' %] [% LAST %] [% END %] [% END %] [% IF NOT status %] [% IF bug_status == 'ASSIGNED' %] [% status = 'IN-PROGRESS' %] [% ELSE %] [% status = 'NEEDS-ACTION' %] [% END %] [% END %] [% status FILTER ics('STATUS') %] [% END %] [% BLOCK ics_summary %] [% IF bug.short_desc %] [% summary = bug.short_desc %] [% ELSIF bug.short_short_desc %] [% summary = bug.short_short_desc %] [% ELSE %] [% summary = "$terms.Bug $bug.bug_id" %] [% END %] [% summary FILTER ics('SUMMARY') %] [% END %] cs/default/list/edit-multiple.html.tmpl~0000600000175000017500000002636110461137760022054 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% PROCESS global/variables.none.tmpl %] [% dontchange = "-- neměnit --" %]

    Ke změně více [% terms.bugs2 %] najednou:

    1. Označte [% terms.bugs %] výše, které chcete změnit.
    2. Proveďte změny v polích formuláře níže. Vyžaduje-li změna, kterou provádíte, vysvětlení, napište ho do pole komentáře.
    3. Klikněte na tlačítko Zpracovat
    [% IF Param("usetargetmilestone") %] [% END %] [% IF UserInGroup(Param("timetrackinggroup")) %] [% END %] [% IF Param("useqacontact") %] [% END %] [% IF use_keywords %] [% END %] [% IF Param('usestatuswhiteboard') %] [% END %]
    [% PROCESS selectmenu menuname = "product" menuitems = products property = "name" %] [% PROCESS selectmenu menuname = "version" menuitems = versions property = "" %]
    [% PROCESS selectmenu menuname = "component" menuitems = components %] [% PROCESS selectmenu menuname = "priority" menuitems = priorities %]
    [% PROCESS selectmenu menuname = "rep_platform" menuitems = platforms %] [% PROCESS selectmenu menuname = "bug_severity" menuitems = severities %]
    [% PROCESS selectmenu menuname = "op_sys" menuitems = op_sys %] [% PROCESS selectmenu menuname = "target_milestone" menuitems = targetmilestones %]
    Status Whiteboard:


    [% IF groups.size > 0 %] Nastavení skupin:
    [% FOREACH group = groups %] [% IF group.isactive %] [% ELSE %] [% foundinactive = 1 %] [% END %] [% END %]
    Neměnit
    omezení
    pro tuto
    skupinu
    Odebrat
    [% terms.bugs %]
    z této
    skupiny
    Přidat
    [% terms.bugs %]
    do této
    skupiny
    Název skupiny:
      [% IF group.isactive %] [% group.description %] [% ELSE %] [% group.description FILTER inactive %] [% END %]
    [% IF foundinactive %]

    (Poznámka: [% terms.bugs %] neměly být přidány do [% FILTER inactive %]neaktivních skupiny[% END %], pouze odebírány.)

    [% END %] [% END %] [% knum = 0 %]
    [% IF bugstatuses.size == 1 && bugstatuses.0 == unconfirmedstate %] [% knum = knum + 1 %]
    [% END %] [%# If all the bugs being changed are open, allow the user to accept them, clear their resolution or resolve them. %] [% IF !bugstatuses.containsany(closedstates) %] [% knum = knum + 1 %]
    [% knum = knum + 1 %]
    [% knum = knum + 1 %]
    [% END %] [%# If all the bugs are closed, allow the user to reopen them. %] [% IF !bugstatuses.containsany(openstates) %] [% knum = knum + 1 %]
    [% END %] [% IF bugstatuses.size == 1 %] [% IF bugstatuses.contains('RESOLVED') %] [% knum = knum + 1 %]
    [% END %] [% END %] [% IF !bugstatuses.containsany(openstates) AND !bugstatuses.contains('CLOSED') %] [% knum = knum + 1 %]
    [% END %] [% knum = knum + 1 %] [% INCLUDE global/userselect.html.tmpl name => "assigned_to" value => user.login size => 32 onchange => "document.forms.changeform.knob[$knum].checked=true;" %]
    [% knum = knum + 1 %]
    [% IF Param('move-enabled') && user.is_mover %] [% END %] [%############################################################################%] [%# Select Menu Block #%] [%############################################################################%] [% BLOCK selectmenu %] [% END %] cs/default/list/change-columns.html.tmpl~0000600000175000017500000000517710461342033022172 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Dave Lawrence #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Výběr sloupců" %]

    Vyberte sloupce, které si přejete zobrazovat ve výpise [% terms.bugs2 %]. Nastavení sloupců vyžaduje používání cookies.

    [% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = "Souhrn (prvních 60 znaků)" %] [% field_descs.short_desc = "Úplný souhrn" %] [% field_descs.assigned_to_realname = "Jméno příjemce" %] [% field_descs.reporter_realname = "Jméno zadavatele" %] [% field_descs.qa_contact_realname = "QA kontaktní jméno" %]
    [% FOREACH column = masterlist %]
    [% END %]


    [% PROCESS global/footer.html.tmpl %] cs/default/list/list.atom.tmpl~0000600000175000017500000000703410461342471020236 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Walter Hoehn # John Belmonte # Jason Remillard # Phil Ringnalda # # This is a template for generating an Atom representation of a buglist. #%] [% PROCESS global/variables.none.tmpl %] [% USE date %] [% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %] [% title FILTER xml %] [% date.format(format=>"%Y-%m-%dT%H:%M:%SZ", time=>bugs.nsort('changedtime').last.changedtime, gmt=>1) FILTER xml %] [% Param('urlbase') %]buglist.cgi?[% urlquerypart FILTER xml %] [% FOREACH bug = bugs %] [% "@" IF bug.secure_mode %][[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %] [% Param('urlbase') FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %] [% bug.reporter_realname FILTER xml %] [% date.format(format=>"%Y-%m-%dT%H:%M:%SZ",time=>bug.changedtime, gmt=>1) FILTER xml %] [%# Filter out the entire block, so that we don't need to escape the html code out %] [% FILTER xml %]
    FieldValue
    [% columns.opendate.title FILTER none %] [% bug.opendate FILTER none %]
    [% columns.assigned_to_realname.title FILTER none %] [% bug.assigned_to_realname FILTER none %]
    [% columns.priority.title FILTER none %] [% bug.priority FILTER none %]
    [% columns.bug_severity.title FILTER none %] [% bug.bug_severity FILTER none %]
    [% columns.bug_status.title FILTER none %] [% bug.bug_status FILTER none %]
    [% columns.changeddate.title FILTER none %] [% bug.changeddate FILTER none -%]
    [% END %]
    [% END %]
    cs/default/list/list.html.tmpl~0000600000175000017500000002064410461344010020233 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # searchtype: string. Type of search - either "series", "saved" or undef. # ... # defaultsavename: string. The default name for saving the query. #%] [%############################################################################%] [%# Template Initialization #%] [%############################################################################%] [% PROCESS global/variables.none.tmpl %] [% title = "Výpis $terms.bugs2" %] [% IF searchname || defaultsavename %] [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %] [% END %] [% style_urls = [ "skins/standard/buglist.css" ] %] [% qorder = order FILTER url_quote IF order %] [% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %] [%############################################################################%] [%# Page Header #%] [%############################################################################%] [% PROCESS global/header.html.tmpl title = title style = style atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom" %]
    [% IF Param('timezone') %] [% time2str("%a %b %e %Y %T %Z", currenttime, Param('timezone')) %]
    [% ELSE %] [% time2str("%a %b %e %Y %T", currenttime) %]
    [% END %] [% IF debug %]

    [% FOREACH debugline = debugdata %] [% debugline FILTER html %]
    [% END %]

    [% query FILTER html %]

    [% END %] [% IF user.settings.display_quips.value == 'on' %] [% DEFAULT quip = "$terms.Bugzilla by zobrazila na tomto místě náhodný vtip, ale nikdo žádný nenapsal." %] [% quip FILTER html %] [% END %]
    [% IF toolong %]

    Tento výpis je příliš dlouhý. Použijte tlačítka Dalsí/Předchozí/První/Poslední pro listování ve výpisu [% terms.bugs2 %].

    [% END %]
    [%############################################################################%] [%# Preceding Status Line #%] [%############################################################################%] [% IF bugs.size > 9 %] Nalezeno [% bugs.size %] požadavků. [% END %] [%############################################################################%] [%# Start of Change Form #%] [%############################################################################%] [% IF dotweak %]
    [% END %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% FLUSH %] [% PROCESS list/table.html.tmpl %] [%############################################################################%] [%# Succeeding Status Line #%] [%############################################################################%] [% IF bugs.size == 0 %] [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] Nalezen jeden [% terms.bug %]. [% ELSE %] Nalezeno [% bugs.size %] požadavků. [% END %]
    [%############################################################################%] [%# Rest of Change Form #%] [%############################################################################%] [% IF dotweak %] [% PROCESS "list/edit-multiple.html.tmpl" %]

    [% END %] [%############################################################################%] [%# Navigation Bar #%] [%############################################################################%] [% IF bugs.size > 0 %] [% END %] [% IF searchtype == "saved" %] [% ELSE %] [% END %]
    [% FOREACH id = buglist %] [% END %]
    [% FOREACH id = buglist %] [% END %]
    [% IF UserInGroup(Param('timetrackinggroup')) %]
    [% END %]
      CSV | Feed | iCalendar | Výběr sloupců | [% IF bugs.size > 1 && caneditbugs && !dotweak %] Změnit více [% terms.bugs2 %] najednou | [% END %] [% IF bugowners %] Odeslat mail adresátům [% terms.bugs2 %] | [% END %] [%# Links to more things users can do with this bug list. %] [% Hook.process("links") %] [% editqueryname = searchname OR defaultsavename OR '' %] Editace dotazu | Zapomenout dotaz ' [% searchname FILTER html %]'  
    jako
    [%############################################################################%] [%# Page Footer #%] [%############################################################################%] [% PROCESS global/footer.html.tmpl %] cs/default/list/list-simple.html.tmpl~0000600000175000017500000000353210461344526021533 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # title: string. The title for this page. (optional) #%] [% PROCESS global/variables.none.tmpl %] [%############################################################################%] [%# Initialization #%] [%############################################################################%] [% DEFAULT title = "$terms.Bug List" %] [% title = title FILTER html %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% title %] [% IF bugs.size == 0 %]

    [% terms.zeroSearchResults %].

    [% ELSE %] [% PROCESS list/table.html.tmpl %] [% END %] cs/default/list/quips.html.tmpl~0000600000175000017500000001233610461350703020426 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Gervase Markham #%] [%# INTERFACE: # added_quip: string. Defined if the CGI added a quip data before # displaying anything; if defined, its value is that quip. # show_quips: boolean. True if we are showing the entire quip list. # quips: list of strings. Defined if and only if show_quips is true. # List of all quips. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla vtipový systém" h1 = "Přidejte Vaše vlastní vtipy a hlášky" %] [% IF added_quip %]

    Váš vtip '[% added_quip FILTER html %]' byl přidán. [% IF Param("quip_list_entry_control") == "moderated" AND !user.groups.admin %] Bude zobrazován jakmile bude schválen. [% END %]

    [% END %] [% IF deleted_quip %]

    Vtip '[% deleted_quip FILTER html %]' byl smazán.

    [% END %] [% IF approved or unapproved %]

    [% approved.size %] vtipů chváleno a [% unapproved.size %] neschváleno

    [% END %]

    [% terms.Bugzilla %] vybere náhodný vtip do záhlaví každého výpisu [% terms.bugs2 %].

    [% IF Param("quip_list_entry_control") != "closed" %]

    Můžete rozšířit katalog vtipů. Napište něco chytrého, humorného nebo nudného (ale nic neslušného nebo urážlivého, prosím) a klikněte na tlačítko. [% IF Param("quip_list_entry_control") == "moderated" AND !user.groups.admin %] Váš vtip musí být schválen aby mohl být zobrazován. [% END %]

    [% ELSE %]

    Žádné nové záznamy odeslány v této chvíli.

    [% END %] [% IF show_quips %] [% IF !UserInGroup('admin') %]

    Existující vtipy:

      [% FOREACH quipid = quipids %] [% NEXT IF NOT quips.$quipid.approved %]
    • [% quips.$quipid.quip FILTER html %]
    • [% END %]
    [% ELSE %]

    Editace existujících vtipů:

    Poznámka: Pouze schválené vtipy mohou být zobrazovány. Je-li parametr 'quip_list_entry_control' nastavený na open, zadané vtipy jsou automaticky schváleny.

    [% FOREACH quipid = quipids %] [% END %]
    Vtip Autor Akce Schválit
    [% quips.$quipid.quip FILTER html %] [% userid = quips.$quipid.userid %] [% users.$userid FILTER html %] [% "Unknown" IF NOT users.$userid %] Smazat

    [% END %] [% ELSE %]

    Můžete zobrazit [% IF UserInGroup('admin') %] a editovat [% END %] všechny vtipy.

    [% END %] [% PROCESS global/footer.html.tmpl %] cs/default/list/server-push.html.tmpl~0000600000175000017500000000271110461352116021544 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%# INTERFACE: # debug: boolean. True if we want the search displayed while we wait. # query: string. The SQL query which makes the buglist. #%] [% PROCESS global/variables.none.tmpl %] [% terms.Bugzilla %] is pondering your search

    Vydržte prosím ...

    [% IF debug %]

    [% FOREACH debugline = debugdata %] [% debugline FILTER html %]
    [% END %]

    [% query FILTER html %]

    [% END %] cs/default/list/table.html.tmpl~0000600000175000017500000002007110461363277020361 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [%############################################################################%] [%# Initialization #%] [%############################################################################%] [%# Columns whose titles or values should be abbreviated to make the list # more compact. For columns whose titles should be abbreviated, # the shortened title is included. For columns whose values should be # abbreviated, a maximum length is provided along with the ellipsis that # should be added to an abbreviated value, if any. # wrap is set if a column's contents should be allowed to be word-wrapped # by the browser. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = field_descs.short_desc %] [% field_descs.assigned_to_realname = field_descs.assigned_to %] [% field_descs.reporter_realname = field_descs.reporter %] [% field_descs.qa_contact_realname = field_descs.qa_contact %] [% abbrev = { "bug_severity" => { maxlength => 4 , title => "Váha" } , "priority" => { maxlength => 3 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , "bug_status" => { maxlength => 4 } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } , "assigned_to_realname" => { maxlength => 20 , ellipsis => "..." } , "reporter" => { maxlength => 30 , ellipsis => "..." } , "reporter_realname" => { maxlength => 20 , ellipsis => "..." } , "qa_contact" => { maxlength => 30 , ellipsis => "..." , title => "QA kontakt" } , "qa_contact_realname" => { maxlength => 20 , ellipsis => "..." , title => "QA kontakt" } , "resolution" => { maxlength => 4 } , "short_desc" => { wrap => 1 } , "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , "component" => { maxlength => 8 , title => "Komp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Verze" } , "op_sys" => { maxlength => 4 } , "target_milestone" => { title => "TargetM" } , "percentage_complete" => { format_value => "%d %%" } , } %] [% qorder = order FILTER url_quote IF order %] [% PROCESS bug/time.html.tmpl %] [%############################################################################%] [%# Table Header #%] [%############################################################################%] [% tableheader = BLOCK %] [% IF dotweak %] [% END %] [% FOREACH id = displaycolumns %] [% END %] [% IF dotweak %] [% END %] [% IF splitheader %] [% FOREACH id = displaycolumns %] [% NEXT UNLESS loop.count() % 2 == 0 %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% FOREACH id = displaycolumns %] [% NEXT IF loop.count() % 2 == 0 %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% ELSE %] [% FOREACH id = displaycolumns %] [% column = columns.$id %] [% PROCESS columnheader %] [% END %] [% END %] [% END %] [% BLOCK columnheader %] [% END %] [%############################################################################%] [%# Bug Table #%] [%############################################################################%] [% FOREACH bug = bugs %] [% count = loop.count() %] [% FLUSH IF count % 10 == 1 %] [%# At the beginning of every hundred bugs in the list, start a new table. %] [% IF count % 100 == 1 %] [% tableheader %] [% END %] [% IF dotweak %] [% END %] [% FOREACH column = displaycolumns %] [% END %] [%# At the end of every hundred bugs in the list, or at the end of the list, # end the current table. #%] [% IF loop.last() || loop.count() % 100 == 0 %]
      [% IF sorted_by_relevance %] ID [% ELSE %] ID [% END %]
     
    [% IF sorted_by_relevance %] [%- abbrev.$id.title || field_descs.$id || column.title -%] [% ELSE %] [% IF column.name.match('\s+AS\s+') %] [%# For aliased columns, use their ID for sorting. %] [% column.sortalias = id %] [% ELSE %] [%# Other columns may sort on their name directly. %] [% column.sortalias = column.name %] [% END %] [%- abbrev.$id.title || field_descs.$id || column.title -%] [% END %]
    [% bug.bug_id %] [%+ '[SEC]' IF bug.secure_mode %] [% IF abbrev.$column.format_value %] [%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%] [% ELSIF column == 'actual_time' || column == 'remaining_time' || column == 'estimated_time' %] [% PROCESS formattimeunit time_unit=bug.$column %] [% ELSIF column == 'bug_status' %] [%- status_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSIF column == 'resolution' %] [%- resolution_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSE %] [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %]
    [% END %] [% END %] cs/default/config.rdf.tmpl0000640000175000000410000001345710306140050017237 0ustar norbertwww-data00000000000000[% template_version = "1.0@bugzilla.org" %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Myk Melez #%] [% VERSION FILTER html %] [% Param('maintainer') FILTER html %] [% FOREACH item = status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = open_status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = closed_status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = resolution %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = keyword %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = platform %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = op_sys %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = priority %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = severity %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH product = products %]
  • [% product.name FILTER html %] [% FOREACH component = product.components %]
  • [% END %] [% FOREACH version = product.versions %]
  • [% END %] [% IF Param('usetargetmilestone') %] [% FOREACH milestone = product.milestones %]
  • [% END %] [% END %]
  • [% END %]
    [% FOREACH product = products %] [% FOREACH component = product.components %]
  • [% component.name FILTER html %]
  • [% END %] [% END %]
    [% FOREACH product = products %] [% FOREACH version = product.versions %]
  • [% version.name FILTER html %]
  • [% END %] [% END %]
    [% IF Param('usetargetmilestone') %] [% FOREACH product = products %] [% FOREACH milestone = product.milestones %]
  • [% milestone.name FILTER html %]
  • [% END %] [% END %]
    [% END %] [% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH item = field %]
  • [% item.name FILTER html %] [% (field_descs.${item.name} OR item.description) FILTER html %]
  • [% END %]
    cs/default/pages/0000750000175000000410000000000010422570165015423 5ustar norbertwww-data00000000000000cs/default/pages/linkify.html.tmpl0000640000175000000410000000277710401704336020743 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Stefan Seifert # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Linkify Text" %]

    If you enter some text, this form will return it marked up like a standard [% terms.Bugzilla %] comment. That is, valid [% terms.bug %] numbers, URLs, email addresses and so on will be replaced with appropriate HTML links.


    [% INCLUDE global/footer.html.tmpl %] cs/default/pages/quicksearch.html.tmpl0000640000175000000410000001313210302142413021553 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): N.N. # Marc Schumann #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "$terms.Bugzilla QuickSearch", style = 'ul {margin-bottom: 2ex} ul li {margin-top: 2ex} ul li ul li {margin-top: 0}' onload = 'document.forms[\'f\'].quicksearch.focus()' %]

    If you are already familiar with the original [% terms.Bugzilla %] Search Form, you may prefer this form.

    Type in one or more words (or word fragments) to search for:

    Getting Started

    • This is case-insensitive search:
      • table, Table and TABLE are all the same.
    • This is all words as substrings search.
      Therefore you should use stems to get better results:
      • Use localiz instead of localize or localization.
      • Use bookmark instead of bookmarks or bookmarking.

    Features

    • Boolean operations: “-foo” (NOT), “foo bar” (AND), “foo|bar” (OR).
      • NOT:
        Use -foo to exclude [% terms.bugs %] with foo in the summary.
      • AND:
        Space-separated words are treated as a conjunction.
      • OR:
        Within a word, "|"-separated parts denote alternatives.
      • Besides "|", a comma can be used to separate alternatives.
      • OR has higher precedence than AND; AND is the top level operation.
      Example: url,location bar,field -focus means (url OR location) AND (bar OR field) AND (NOT focus)
    • Use +foo to search for [% terms.bugs %] where the summary contains foo as a substring.
      Use #foo to search for [% terms.bugs %] where the summary contains the word foo.
      • +brow does not find all [% terms.bugs %] in the Browser product.
      • #title does not find [% terms.bugs %] with titlebar or titled.
      Phrases with special chars (space, comma, +, -, #, …) can be quoted:
      • "lock icon"
    • Open vs. Resolved [% terms.Bugs %]:
      By default, only open (i.e. unresolved) [% terms.bugs %] are shown. Use +DUP as first word in your search to include duplicate [%+ terms.bugs %] in your search, FIXED to search for fixed [%+ terms.bugs %] only, or ALL to search all [% terms.bugs %], regardless of status or resolution. Searching for duplicates is recommended if you can't find an open [%+ terms.bug %] directly.
      • +DUP,FIXED table border
      • ALL mouse wheel
    • Focus the Search with Products & Components:
      To search for [% terms.bugs %] in product "Foo Bar" only, add :foo or :bar or both to your search. You can do this with any substring of a product or component to focus the search.

    More Tips

    • You can also use this tool to lookup a [% terms.bug %] by its number:
      • 12345
    • A comma-separated list of [% terms.bug %] numbers gives you a list of these [%+ terms.bugs %]:
      • 12345,23456,34567

    By default, the following fields are searched: Summary, Keywords, Product, Component, Status Whiteboard. If a word looks like a part of a URL, that field is included in the search, too.


    Use the powerful [% terms.Bugzilla %] Search Form for advanced queries.

    [% PROCESS global/footer.html.tmpl %] cs/default/pages/CVS/0000700000175000000410000000000010422570165016051 5ustar norbertwww-data00000000000000cs/default/pages/CVS/Repository0000664000175000000410000000006410422570165020167 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/default/pages cs/default/pages/CVS/Tag0000664000175000000410000000001710422570165016521 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/default/pages/CVS/Entries0000664000175000000410000000102010422570165017412 0ustar norbertwww-data00000000000000/bug-writing.html.tmpl/1.4/Thu Sep 15 10:15:22 2005//TBUGZILLA-2_22 /fields.html.tmpl/1.6/Thu Sep 1 22:07:48 2005//TBUGZILLA-2_22 /linked.html.tmpl/1.8/Wed Feb 9 17:30:20 2005//TBUGZILLA-2_22 /linkify.html.tmpl/1.5.6.2/Fri Mar 3 00:07:58 2006//TBUGZILLA-2_22 /quicksearch.html.tmpl/1.1/Sun Aug 21 18:16:43 2005//TBUGZILLA-2_22 /quicksearchhack.html.tmpl/1.2/Fri Aug 26 23:11:33 2005//TBUGZILLA-2_22 /sudo.html.tmpl/1.1/Fri Nov 4 16:11:46 2005//TBUGZILLA-2_22 /voting.html.tmpl/1.2/Thu Mar 18 16:21:57 2004//TBUGZILLA-2_22 D cs/default/pages/CVS/Root0000664000175000000410000000006310422570165016732 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/default/pages/linked.html.tmpl0000640000175000000410000000260710202444254020533 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Stefan Seifert # Gervase Markham #%] [% INCLUDE global/header.html.tmpl title = "Your Linkified Text" %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %]

    Copy and paste the text below:


    [%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%]
    


    If you place it in <pre> tags, the text will end up looking like this:


    [%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%]
    


    [% INCLUDE global/footer.html.tmpl %] cs/default/pages/fields.html.tmpl0000640000175000000410000002305310305675664020550 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% INCLUDE global/header.html.tmpl title = "A $terms.Bug's Life Cycle" %]

    The status and resolution fields define and track the life cycle of [% terms.abug %].

    STATUS

    RESOLUTION

    The status field indicates the general health of a [% terms.bug %]. Only certain status transitions are allowed. The resolution field indicates what happened to this [%+ terms.bug %].
    [% status_descs.UNCONFIRMED FILTER html %]
    This [% terms.bug %] has recently been added to the database. Nobody has validated that this [% terms.bug %] is true. Users who have the "canconfirm" permission set may confirm this [% terms.bug %], changing its state to [% status_descs.NEW FILTER html %]. Or, it may be directly resolved and marked [% status_descs.RESOLVED FILTER html %].
    [% status_descs.NEW FILTER html %]
    This [% terms.bug %] has recently been added to the assignee's list of [% terms.bugs %] and must be processed. [% terms.Bugs %] in this state may be accepted, and become [% status_descs.ASSIGNED FILTER html %], passed on to someone else, and remain [% status_descs.NEW FILTER html %], or resolved and marked [% status_descs.RESOLVED FILTER html %].
    [% status_descs.ASSIGNED FILTER html %]
    This [% terms.bug %] is not yet resolved, but is assigned to the proper person. From here [% terms.bugs %] can be given to another person and become [% status_descs.NEW FILTER html %], or resolved and become [% status_descs.RESOLVED FILTER html %].
    [% status_descs.REOPENED FILTER html %]
    This [% terms.bug %] was once resolved, but the resolution was deemed incorrect. For example, a [% status_descs.WORKSFORME FILTER html %] [% terms.bug %] is [% status_descs.REOPENED FILTER html %] when more information shows up and the [% terms.bug %] is now reproducible. From here [% terms.bugs %] are either marked [% status_descs.ASSIGNED FILTER html %] or [% status_descs.RESOLVED FILTER html %].
    No resolution yet. All [% terms.bugs %] which are in one of these "open" states have the resolution set to blank. All other [% terms.bugs %] will be marked with one of the following resolutions.
    [% status_descs.RESOLVED FILTER html %]
    A resolution has been taken, and it is awaiting verification by QA. From here [% terms.bugs %] are either re-opened and become [% status_descs.REOPENED FILTER html %], are marked [% status_descs.VERIFIED FILTER html %], or are closed for good and marked [% status_descs.CLOSED FILTER html %].
    [% status_descs.VERIFIED FILTER html %]
    QA has looked at the [% terms.bug %] and the resolution and agrees that the appropriate resolution has been taken. [% terms.Bugs %] remain in this state until the product they were reported against actually ships, at which point they become [% status_descs.CLOSED FILTER html %].
    [% status_descs.CLOSED FILTER html %]
    The [% terms.bug %] is considered dead, the resolution is correct. Any zombie [% terms.bugs %] who choose to walk the earth again must do so by becoming [% status_descs.REOPENED FILTER html %].
    [% resolution_descs.FIXED FILTER html %]
    A fix for this [% terms.bug %] is checked into the tree and tested.
    [% resolution_descs.INVALID FILTER html %]
    The problem described is not [% terms.abug %].
    [% resolution_descs.WONTFIX FILTER html %]
    The problem described is [% terms.abug %] which will never be fixed.
    [% resolution_descs.DUPLICATE FILTER html %]
    The problem is a duplicate of an existing [% terms.bug %]. Marking [% terms.abug %] duplicate requires the [% terms.bug %]# of the duplicating [% terms.bug %] and will at least put that [% terms.bug %] number in the description field.
    [% resolution_descs.WORKSFORME FILTER html %]
    All attempts at reproducing this [% terms.bug %] were futile, and reading the code produces no clues as to why the described behavior would occur. If more information appears later, the [% terms.bug %] can be reopened.
    [% resolution_descs.MOVED FILTER html %]
    The problem was specific to a related product whose [% terms.bugs %] are tracked in another [% terms.bug %] database. The [% terms.bug %] has been moved to that database.

    Severity

    This field describes the impact of [% terms.abug %].
    Blocker Blocks development and/or testing work
    Critical crashes, loss of data, severe memory leak
    Major major loss of function
    Minor minor loss of function, or other problem where easy workaround is present
    Trivial cosmetic problem like misspelled words or misaligned text
    Enhancement Request for enhancement

    Priority

    This field describes the importance and order in which [% terms.abug %] should be fixed. This field is utilized by the programmers/engineers to prioritize their work to be done. The available priorities range from P1 (most important) to P5 (least important.)

    Platform

    This is the hardware platform against which the [% terms.bug %] was reported. Legal platforms include:
    • All (happens on all platforms; cross-platform [% terms.bug %])
    • Macintosh
    • PC
    • Sun
    • HP
    Note: When searching, selecting the option "All" does not select [% terms.bugs %] assigned against any platform. It merely selects [% terms.bugs %] that are marked as occurring on all platforms, i.e. are designated "All".

    Operating System

    This is the operating system against which the [% terms.bug %] was reported. Legal operating systems include:
    • All (happens on all operating systems; cross-platform [% terms.bug %])
    • Windows 95
    • Mac System 8.0
    • Linux
    Sometimes the operating system implies the platform, but not always. For example, Linux can run on PC and Macintosh and others.

    Assigned To

    This is the person in charge of resolving the [% terms.bug %]. Every time this field changes, the status changes to [% status_descs.NEW FILTER html %] to make it easy to see which new [% terms.bugs %] have appeared on a person's list.

    The default status for queries is set to [% status_descs.NEW FILTER html %], [% descs.bug_status_descs.ASSIGNED FILTER html %] and [% status_descs.REOPENED FILTER html %]. When searching for [% terms.bugs %] that have been resolved or verified, remember to set the status field appropriately.

    [% INCLUDE global/footer.html.tmpl %] cs/default/pages/sudo.html.tmpl0000640000175000000410000000517310332704102020233 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 2005 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): A. Karl Kornel #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "sudo: User Impersonation" %]

    [%+ terms.Bugzilla %] includes the ability to have one user impersonate another, in something called a sudo session, so long as the person doing the impersonating has the appropriate privileges.

    While a session is in progress, [% terms.Bugzilla %] will act as if the impersonated user is doing everything. This is especially useful for testing, and for doing critical work when the impersonated user is unavailable. The impersonated user will receive an email from [% terms.Bugzilla %] when the session begins; they will not be told anything else.

    To use this feature, you must be a member of the appropriate group. The group includes all administrators by default. Other users, and members of other groups, can be given access to this feature on a case-by-case basis. To request access, contact the maintainer of this installation: [%- Param("maintainer") %].

    If you would like to be protected from impersonation, you should contact the maintainer of this installation to see if that is possible. People with access to this feature are protected automatically.

    [% IF user.groups.bz_sudoers %] You are a member of the bz_sudoers group. You may use this feature to impersonate others. [% ELSE %] You are not a member of an appropriate group. You may not use this feature. [% END %] [% IF user.groups.bz_sudo_protect %]
    You are a member of the bz_sudo_protect group. Other people will not be able to use this feature to impersonate you. [% END %]

    [% INCLUDE global/footer.html.tmpl %] cs/default/pages/voting.html.tmpl0000640000175000000410000000516210026346245020577 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Gervase Markham #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Voting" %]

    [% terms.Bugzilla %] has a "voting" feature. Each product allows users to have a certain number of votes. (Some products may not allow any, which means you can't vote on things in that product at all.) With your vote, you indicate which [% terms.bugs %] you think are the most important to be fixed.

    Depending on how the administrator has configured the relevant product, you may be able to vote for the same [% terms.bug %] more than one time. But remember, you only have so many votes to use in total! So, you can either vote a little for many [% terms.bugs %], or vote a lot for a few [% terms.bugs %].

    To look at votes:

    • Go to the query page. Do a normal query, but enter 1 in the "At least ___ votes" field. This will show you items that match your query that have at least one vote.

    To vote for [% terms.abug %]:

    • Bring up the [% terms.bug %] in question.
    • Click on the "Vote for this [% terms.bug %]" link that appears just above the "Additional Comments" field. (If no such link appears, then voting may not be allowed in this [% terms.bug %]'s product.)
    • Indicate how many votes you want to give this [% terms.bug %]. This page also displays how many votes you've given to other [% terms.bugs %], so you may rebalance your votes as necessary.

    You will automatically get email notifying you of any changes that occur on [% terms.bugs %] you vote for.

    You may review your votes at any time by clicking on the "My Votes" link in the page footer.

    [% INCLUDE global/footer.html.tmpl %] cs/default/pages/quicksearchhack.html.tmpl0000640000175000000410000002215710303720645022423 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): N.N. # Marc Schumann #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "$terms.Bugzilla QuickSearch (for Hackers)", style = 'th {text-align: left}' onload = 'document.forms[\'f\'].quicksearch.focus()' %]

    Type in one or more words (or word fragments) to search for:

    This is a case-insensitive “all words as substrings” search; words are separated by spaces. By default, the following fields are relevant: Summary, Keywords, Product, Component, Status Whiteboard. If a word looks like a part of a URL, that field is included in the search, too.

    The generic format for a “word” is field1,…,fieldN:value1,…,valueM. A [% terms.bug %] qualifies if at least one of the values occurs as a substring in at least one of the fields. For example, assignee,reporter,qa:ibm,sun will give you [%+ terms.bugs %] where the assignee, reporter, or qa contact has a login that contains ibm or sun. If only value1,…,valueM is given, the prefix (roughly) defaults to summary,keywords,product,component,statuswhiteboard: as noted above. You can use -word to express the logical negation of word.

    Here is a complete listing of available fields (the Shortcut column is just for access speed):

    Searched by default Shortcut Field Name Aliases Description
      UNCO,NEW,…,CLOS,
    FIX,DUP,…(as first word)
    status   Status (“bug_status”)
      resolution   Resolution
      as-is platform   Platform (“rep_platform”)
        os opsys OS (“op_sys”)
      p1,p2 or p1-2 priority pri Priority
      blo,cri,…,enh severity sev Severity (“bug_severity”)
      @assignee assignedto assignee Assignee (“assigned_to”)
        reporter rep Reporter (login)
        qa qacontact QA Contact (login) (“qa_contact”)
        cc   CC (login)
    yes :area product prod Product (enum)
    yes component comp Component
        version ver Version (enum)
        milestone target, targetmilestone Target Milestone (“target_milestone”)
    yes   summary shortdesc [% terms.Bug %] Summary (short text) (“short_desc”)
        description desc, longdesc [% terms.Bug %] Description / Comments (long text)
    depends   url   URL (“bug_file_loc”)
    yes   statuswhiteboard sw, whiteboard Status Whiteboard (“status_whiteboard”)
    yes !keyword keywords kw Keywords
        attachmentdesc attachdesc Attachment Description (“attachments.description”)
        attachmentdata attachdata Attachment Data (“attach_data.thedata”)
        attachmentmimetype attachmimetype Attachment mime-type (“attachments.mimetype”)

    Examples for some useful abbreviations:

    Syntax Semantics and Examples
    :area product,component:area
    sev severity:sev
    blo,cri,maj severe [% terms.bugs %]
    enh enhancement requests
    plevel priority:level
    p1 very high-priority [% terms.bugs %]
    p1-2 high-priority [% terms.bugs %]
    @assignee assignedto:assignee
    !keyword keywords:keyword

    More information can be found in the “Features” section on the introductory page.

    [% PROCESS global/footer.html.tmpl %] cs/default/pages/bug-writing.html.tmpl0000640000175000000410000003561110312244672021530 0ustar norbertwww-data00000000000000[%# 1.0@bugzilla.org %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Eli Goldberg # Gervase Markham # Claudius Gayle # Peter Mock # Chris Pratt # Tom Schutter # Chris Yeh #%] [% PROCESS global/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "$terms.Bug Writing Guidelines" %]

    Why You Should Read This

    Simply put, the more effectively you report [% terms.abug %], the more likely an engineer will actually fix it.

    These guidelines are a general tutorial to teach novice and intermediate [% terms.bug %] reporters how to compose effective [% terms.bug %] reports. Not every sentence may precisely apply to your software project.

    How to Write a Useful [% terms.Bug %] Report

    Useful [% terms.bug %] reports are ones that get [% terms.bugs %] fixed. A useful [% terms.bug %] report normally has two qualities:

    1. Reproducible. If an engineer can't see the [% terms.bug %] herself to prove that it exists, she'll probably stamp your [% terms.bug %] report "WORKSFORME" or "INVALID" and move on to the next [% terms.bug %]. Every detail you can provide helps.

    2. Specific. The quicker the engineer can isolate the [% terms.bug %] to a specific area, the more likely she'll expediently fix it. (If a programmer or tester has to decipher [% terms.abug %], they may spend more time cursing the submitter than solving the problem.)

      [ Tell Me More ]

    Let's say the application you're testing is a web browser. You crash at foo.com, and want to write up a [% terms.bug %] report:

    BAD: "My browser crashed. I think I was on www.foo.com. I play golf with Bill Gates, so you better fix this problem, or I'll report you to him. By the way, your Back icon looks like a squashed rodent. UGGGLY. And my grandmother's home page is all messed up in your browser. Thx 4 UR help."

    GOOD: "I crashed each time I went to www.foo.com, using the 2002-02-25 build on a Windows 2000 system. I also rebooted into Linux, and reproduced this problem using the 2002-02-24 Linux build.

    It again crashed each time upon drawing the Foo banner at the top of the page. I broke apart the page, and discovered that the following image link will crash the application reproducibly, unless you remove the "border=0" attribute:

    <IMG SRC="http://www.foo.com/images/topics/topicfoos.gif" width="34" height="44" border="0" alt="News">

    How to Enter your Useful [% terms.Bug %] Report into [% terms.Bugzilla %]:

    Before you enter your [% terms.bug %], use [% terms.Bugzilla %]'s search page to determine whether the defect you've discovered is a known, already-reported [% terms.bug %]. If your [% terms.bug %] is the 37th duplicate of a known issue, you're more likely to annoy the engineer. (Annoyed engineers fix fewer [% terms.bugs %].)

    Next, be sure to reproduce your [% terms.bug %] using a recent build. Engineers tend to be most interested in problems affecting the code base that they're actively working on. After all, the [% terms.bug %] you're reporting may already be fixed.

    If you've discovered a new [% terms.bug %] using a current build, report it in [% terms.Bugzilla %]:

    1. From your [% terms.Bugzilla %] main page, choose "Enter a new [% terms.bug %]".
    2. Select the product that you've found a [% terms.bug %] in.
    3. Enter your e-mail address, password, and press the "Log in" button. (If you don't yet have a password, enter your email address below and press the "Submit Request" button instead. You'll quickly receive an e-mail message with your password.)

    Now, fill out the form. Here's what it all means:

    Where did you find the [% terms.bug %]?

    Product: In which product did you find the [% terms.bug %]?
    You just specified this on the last page, so you can't edit it here.

    Version: In which product version did you find the [% terms.bug %]?
    (If applicable)

    Component: In which component does the [% terms.bug %] exist?
    [% terms.Bugzilla %] requires that you select a component to enter a [% terms.bug %]. (Not sure which to choose? Click on the Component link. You'll see a description of each component, to help you make the best choice.)

    OS: On which Operating System (OS) did you find this [% terms.bug %]? (e.g. Linux, Windows 2000, Mac OS 9.)
    If you know the [% terms.bug %] happens on all OSs, choose 'All'. Otherwise, select the OS that you found the [% terms.bug %] on, or "Other" if your OS isn't listed.

    How important is the [% terms.bug %]?

    Severity: How damaging is the [% terms.bug %]?
    This item defaults to 'normal'. If you're not sure what severity your [% terms.bug %] deserves, click on the Severity link. You'll see a description of each severity rating.

    Who will be following up on the [% terms.bug %]?

    Assigned To: Which engineer should be responsible for fixing this [% terms.bug %]?
    [% terms.Bugzilla %] will automatically assign the [% terms.bug %] to a default engineer upon submitting [% terms.abug %] report. If you'd prefer to directly assign the [% terms.bug %] to someone else, enter their e-mail address into this field. (To see the list of default engineers for each component, click on the Component link.)

    Cc: Who else should receive e-mail updates on changes to this [% terms.bug %]?
    List the full e-mail addresses of other individuals who should receive an e-mail update upon every change to the [% terms.bug %] report. You can enter as many e-mail addresses as you'd like, separated by spaces or commas, as long as those people have [% terms.Bugzilla %] accounts.

    What else can you tell the engineer about the [% terms.bug %]?

    Summary: How would you describe the [% terms.bug %], in approximately 60 or fewer characters?
    A good summary should quickly and uniquely identify [% terms.abug %] report. Otherwise, an engineer cannot meaningfully identify your [% terms.bug %] by its summary, and will often fail to pay attention to your [% terms.bug %] report when skimming through a 10 page [% terms.bug %] list.

    A useful summary might be "PCMCIA install fails on Tosh Tecra 780DVD w/ 3c589C". "Software fails" or "install problem" would be examples of a bad summary.

    [ Tell Me More ]

    Description:
    Please provide a detailed problem report in this field. Your [% terms.bug %]'s recipients will most likely expect the following information:

    Overview Description: More detailed expansion of summary.

    Drag-selecting any page crashes Mac builds in NSGetFactory
    

    Steps to Reproduce: Minimized, easy-to-follow steps that will trigger the [% terms.bug %]. Include any special setup steps.

    1) View any web page. (I used the default sample page,
    resource:/res/samples/test0.html)
    
    2) Drag-select the page. (Specifically, while holding down 
    the mouse button, drag the mouse pointer downwards from any 
    point in the browser's content region to the bottom of the 
    browser's content region.)                   
    

    Actual Results: What the application did after performing the above steps.

    The application crashed. Stack crawl appended below from MacsBug.
    

    Expected Results: What the application should have done, were the [% terms.bug %] not present.

    The window should scroll downwards. Scrolled content should be selected. 
    (Or, at least, the application should not crash.)
    

    Build Date & Platform: Date and platform of the build that you first encountered the [% terms.bug %] in.

    Build 2002-03-15 on Mac OS 9.0
    

    Additional Builds and Platforms: Whether or not the [% terms.bug %] takes place on other platforms (or browsers, if applicable).

    - Also Occurs On        
    Mozilla (2002-03-15 build on Windows NT 4.0) 
    
    - Doesn't Occur On        
    Mozilla (2002-03-15 build on Red Hat Linux; feature not supported)        
    Internet Explorer 5.0 (shipping build on Windows NT 4.0)        
    Netscape Communicator 4.5 (shipping build on Mac OS 9.0)
    

    Additional Information: Any other debugging information. For crashing [% terms.bugs %]:

    • Win32: if you receive a Dr. Watson error, please note the type of the crash, and the module that the application crashed in. (e.g. access violation in apprunner.exe)
    • Mac OS: if you're running MacsBug, please provide the results of a how and an sc:
    *** MACSBUG STACK CRAWL OF CRASH (Mac OS)
    Calling chain using A6/R1 links 
    Back chain  ISA  Caller 
    00000000    PPC  0BA85E74   
    03AEFD80    PPC  0B742248   
    03AEFD30    PPC  0B50FDDC  NSGetFactory+027FC
    PowerPC unmapped memory exception at 0B512BD0 NSGetFactory+055F0
    

    You're done!

    After double-checking your entries for any possible errors, press the "Commit" button, and your [% terms.bug %] report will now be in the [% terms.Bugzilla %] database.


    More Information on Writing Good [% terms.Bugs %]

    1. General Tips for a Useful [% terms.Bug %] Report

    Use an explicit structure, so your [% terms.bug %] reports are easy to skim. [% terms.Bug %] report users often need immediate access to specific sections of your [% terms.bug %]. If your [% terms.Bugzilla %] installation supports the [% terms.Bugzilla %] Helper, use it.

    Avoid cuteness if it costs clarity. Nobody will be laughing at your funny [% terms.bug %] title at 3:00 AM when they can't remember how to find your [% terms.bug %].

    One [% terms.bug %] per report. Completely different people typically fix, verify, and prioritize different [% terms.bugs %]. If you mix a handful of [% terms.bugs %] into a single report, the right people probably won't discover your [% terms.bugs %] in a timely fashion, or at all. Certain [% terms.bugs %] are also more important than others. It's impossible to prioritize [% terms.abug %] report when it contains four different issues, all of differing importance.

    No [% terms.bug %] is too trivial to report. Unless you're reading the source code, you can't see actual software [% terms.bugs %], like a dangling pointer -- you'll see their visible manifestations, such as the segfault when the application finally crashes. Severe software problems can manifest themselves in superficially trivial ways. File them anyway.

    2. How and Why to Write Good [% terms.Bug %] Summaries

    You want to make a good first impression on the [% terms.bug %] recipient. Just like a New York Times headline guides readers towards a relevant article from dozens of choices, will your [% terms.bug %] summary suggest that your [% terms.bug %] report is worth reading from dozens or hundreds of choices?

    Conversely, a vague [% terms.bug %] summary like install problem forces anyone reviewing installation [% terms.bugs %] to waste time opening up your [% terms.bug %] to determine whether it matters.

    Your [% terms.bug %] will often be searched by its summary. Just as you'd find web pages with Google by searching by keywords through intuition, so will other people locate your [% terms.bugs %]. Descriptive [% terms.bug %] summaries are naturally keyword-rich, and easier to find.

    For example, you'll find a [% terms.bug %] titled "Dragging icons from List View to gnome-terminal doesn't paste path" if you search on "List", "terminal", or "path". Those search keywords wouldn't have found a [% terms.bug %] titled "Dragging icons doesn't paste".

    Ask yourself, "Would someone understand my [% terms.bug %] from just this summary?" If so, you've written a fine summary.

    Don't write titles like these:

    1. "Can't install" - Why can't you install? What happens when you try to install?
    2. "Severe Performance Problems" - ...and they occur when you do what?
    3. "back button does not work" - Ever? At all?

    Good [% terms.bug %] titles:

    1. "1.0 upgrade installation fails if Mozilla M18 package present" - Explains problem and the context.
    2. "RPM 4 installer crashes if launched on Red Hat 6.2 (RPM 3) system" - Explains what happens, and the context.
    [% INCLUDE global/footer.html.tmpl %] cs/default/index.html.tmpl~0000600000175000017500000000722410454471732017431 0ustar norbertnorbert00000000000000[%# 1.0@bugzilla.org %] [%# -*- mode: html -*- %] [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code is the Bugzilla Bug Tracking System. # # The Initial Developer of the Original Code is Netscape Communications # Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): Terry Weissman # Jacob Steenhagen # Vitaly Harisov #%] [%# INTERFACE: # This template has no interface. #%] [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Úvodní strana" style_urls = [ 'skins/standard/index.css' ] onload = 'document.forms[\'f\'].quicksearch.focus();' %]

    Tady je vystaveno několik málo slov vysvětlujících vše o [% terms.Bugzilla %].

    Ale to vše je soustředěno na tento výběr:

    Zadej část [% terms.bug2 %] nebo podmínku pro vyhledávání:

    [Nápověda]
    [% PROCESS global/footer.html.tmpl %] cs/extension/0000750000175000000410000000000010422570200014702 5ustar norbertwww-data00000000000000cs/extension/CVS/0000700000175000000410000000000010422570200015330 5ustar norbertwww-data00000000000000cs/extension/CVS/Repository0000664000175000000410000000006010422570165017454 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en/extension cs/extension/CVS/Tag0000664000175000000410000000001710422570165016012 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/extension/CVS/Entries0000664000175000000410000000010410422570200016673 0ustar norbertwww-data00000000000000/filterexceptions.pl/1.1/Tue Sep 27 16:54:58 2005//TBUGZILLA-2_22 D cs/extension/CVS/Root0000664000175000000410000000006310422570165016223 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot cs/extension/filterexceptions.pl0000640000175000000410000000332110316274542020642 0ustar norbertwww-data00000000000000# -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Original Code are the Bugzilla tests. # # The Initial Developer of the Original Code is Jacob Steenhagen. # Portions created by Jacob Steenhagen are # Copyright (C) 2001 Jacob Steenhagen. All # Rights Reserved. # # Contributor(s): Gervase Markham # Joel Peshkin # Important! The following classes of directives are excluded in the test, # and so do not need to be added here. Doing so will cause warnings. # See 008filter.t for more details. # # Comments - [%#... # Directives - [% IF|ELSE|UNLESS|FOREACH... # Assignments - [% foo = ... # Simple literals - [% " selected" ... # Values always used for numbers - [% (i|j|k|n|count) %] # Params - [% Param(... # Safe functions - [% (time2str|GetBugLink)... # Safe vmethods - [% foo.size %] [% foo.length %] # [% foo.push() %] # TT loop variables - [% loop.count %] # Already-filtered stuff - [% wibble FILTER html %] # where the filter is one of html|csv|js|url_quote|quoteUrls|time|uri|xml|none %::safe = ( ); cs/CVS/0000700000175000000410000000000010422570166013327 5ustar norbertwww-data00000000000000cs/CVS/Repository0000664000175000000410000000004610422570162015441 0ustar norbertwww-data00000000000000mozilla/webtools/bugzilla/template/en cs/CVS/Tag0000664000175000000410000000001710422570162013773 0ustar norbertwww-data00000000000000NBUGZILLA-2_22 cs/CVS/Entries0000664000175000000410000000012710422570166014677 0ustar norbertwww-data00000000000000/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-2_22 D/default//// D/extension//// cs/CVS/Root0000664000175000000410000000006310422570162014204 0ustar norbertwww-data00000000000000:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot