Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

bugzilla-lang-de-5.0.4-bp153.1.17 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: bugzilla-lang-de Distribution: SUSE Linux Enterprise 15 SP3
Version: 5.0.4 Vendor: openSUSE
Release: bp153.1.17 Build date: Sat Mar 13 02:56:15 2021
Group: Development/Tools/Other Build host: lamb27
Size: 1147452 Source RPM: bugzilla-5.0.4-bp153.1.17.src.rpm
Packager: https://bugs.opensuse.org
Url: http://bugzilla.org/
Summary: German language files for bugzilla
This package includes german language files for bugzilla

Provides

Requires

License

MPL-2.0

Changelog

* Fri Mar 23 2018 ecsos@opensuse.org
  - update german language to 5.0.4
  - Add patch bugzilla-de-tagfix.patch to fix "missing closing tag
    in german language pack" (boo#1015765).
    Thanks voorburg@gmx.net.
* Mon Mar 05 2018 ecsos@opensuse.org
  - update to 5.0.4
    This release fixes one security issue.
    See the Security Advisory for details.
    - checksetup.pl would fail to update Chart storage during
      pre-3.6 to 5.0 upgrade. (Bug 1273846)
    - editflagtypes.cgi would crash when classifications are enabled
      and the user did not have global editcomponents privileges.
      (Bug 1310728)
    - The File::Slurp would trigger warnings on perl 5.24.
      (Bug 1301887)
    - All the time entries in the 'when' column had the correct date
      but the time was fixed to 00:00 when using Sqlite.
      (Bug 1303702)
* Wed Oct 04 2017 matwey.kornilov@gmail.com
  - rename bugzilla.rpmlintrc to bugzilla-rpmlintrc
    to follow guidelines
* Tue Oct 03 2017 matwey.kornilov@gmail.com
  - put bugzilla.rpmlintrc into Sources
* Tue Jul 26 2016 ecsos@opensuse.org
  - update german language to 5.0.3-1
* Thu Jun 16 2016 ecsos@opensuse.org
  - update to 5.0.3
    This release fixes one security issue and some bug fixes.
    https://www.bugzilla.org/releases/5.0.3/release-notes.html
    - A regression in Bugzilla 5.0.2 caused whine.pl to be unable
      to send emails due to a missing subroutine. (Bug 1235395)
    - The Encode module changed the way it encodes strings,
      causing email addresses in emails sent by Bugzilla to be encoded,
      preventing emails from being correctly delivered to recipients.
      We now encode email headers correctly. (Bug 1246228)
    - Fix additional taint issues with Strawberry Perl.
      (Bug 987742 and bug 1089448)
    - When exporting a buglist as a CSV file, fields starting with
      either "=", "+", "-" or "@" are preceded by a space to not
      trigger formula execution in Excel. (Bug 1259881)
    - An extension which allows user-controlled data to be used as
      a link in tabs could trigger XSS if the data is not correctly
      sanitized. Bugzilla no longer relies on the extension to do the
      sanity check. A vanilla installation is not affected as no tab
      is user-controlled. (Bug 1250114)
    - Extensions can now easily override the favicon used for the
      Bugzilla website. (Bug 1250264)
  - Security fix:
    * (CVE-2016-2803)
      https://www.bugzilla.org/security/4.4.11/
  - rework patch fix_whine_error.patch because most now in upstream
* Mon Jan 25 2016 ecsos@opensuse.org
  - update german language to 5.0.2-1
* Tue Jan 19 2016 ecsos@opensuse.org
  - fix error "Undefined subroutine..." in whine.pl
    https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
* Sun Jan 03 2016 ecsos@opensuse.org
  - update to 5.0.2
    This release fixes two security issues and some bug fixes.
    https://www.bugzilla.org/releases/5.0.2/release-notes.html
    - mod_perl now works correctly with mod_access_compat turned off
      on Apache 2.4.
      To regenerate the .htaccess files, you must first delete all
      existing ones in subdirectories:
      find . -mindepth 2 -name .htaccess -exec rm -f {} \;
      You must then run checksetup.pl again to recreate them with
      the correct syntax. (Bug 1223790)
    - Emails sent by Bugzilla are now correctly encoded as UTF-8.
      (Bug 714724)
    - Strawberry Perl is now fully supported on Windows.
      (Bug 1089448 and bug 987742)
    - The XML-RPC API now works with IIS on Windows. (Bug 708252)
    - Some queries should now be faster on PostgreSQL. (Bug 1184431)
  - Security fixes:
    * (CVE-2015-8508)
      https://www.bugzilla.org/security/4.2.15/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1221518
    * (CVE-2015-8509)
      https://www.bugzilla.org/security/4.2.15/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1232785
* Fri Sep 18 2015 ecsos@opensuse.org
  - update to 5.0.1
    This update fixes several vulnerabilities
    https://www.bugzilla.org/releases/5.0.1/release-notes.html
  - Security fixes:
    * (CVE-2015-4499)
      https://www.bugzilla.org/security/4.2.14/
      https://bugzilla.mozilla.org/show_bug.cgi?id=1202447
* Mon Jul 13 2015 ecsos@opensuse.org
  - update to 5.0
    https://www.bugzilla.org/releases/5.0/release-notes.html
  - update german language to 5.0
  - fix no acccess under apache 2.4 in bugzilla.conf
* Tue Jun 23 2015 ecsos@opensuse.org
  - add perl-Module-Pluggable and perl-Object-Pluggable to Requires:
    because it will be removed in next perl major release.
* Thu Apr 23 2015 ecsos@opensuse.org
  - update to 4.4.9
    - Users who are not in the insidergroup were able to determine
      if some specific user made a private comment in bugs.
      (Bug 1151290)
    - Due to a regression caused by bug 1090275, the WebService
      methods Bug.get_bugs and Bug.get_history were no longer
      allowed. (Bug 1154099)
    - Bugzilla now supports the new .htaccess format from Apache 2.4.
      (Bug 1121477)
    - A regression in Bugzilla 4.4.3 due to CVE-2014-1517 caused the
      admin's password to be ignored when starting a sudo session.
      (Bug 1132887)
  - update bugzilla.conf with new from .htaccess
  - update german language to 4.4.9
* Wed Mar 25 2015 jweberhofer@weberhofer.at
  - Moved code from .htaccess file into bugzilla.conf
  - Removed BOM from bugzilla.conf
  - Explicitly set directory rights for gernam language pack
  - Cleaned up spec file
* Mon Mar 02 2015 ecsos@opensuse.org
  - update to 4.4.8
    - Fixing a regression caused by bug 10902750,
      JSON-RPC API calls could crash in certain cases instead of
      displaying the proper error message. (Bug 1124716)
  - changes from 4.4.7
    - The Bug.add_comment WebService method now returns the
      correct ID for the newly created bug comment. (Bug 1111043)
      Fixing a regression caused by CVE-2014-1571 (bug 1064140),
      comments made while setting a flag from the attachment
      details page are again included in the flag notification email.
      (Bug 1082887)
  - update german language to 4.4.8
  - remove cvs check and add git check for unneeded files
* Tue Oct 28 2014 ecsos@opensuse.org
  - insert BuildRequires: apache, so apache dirs not owned by
    this package
  - insert bugzilla.conf for apache

Files

/srv/www/bugzilla/template/de
/srv/www/bugzilla/template/de/default
/srv/www/bugzilla/template/de/default/account
/srv/www/bugzilla/template/de/default/account/auth
/srv/www/bugzilla/template/de/default/account/auth/login-small.html.tmpl
/srv/www/bugzilla/template/de/default/account/auth/login.html.tmpl
/srv/www/bugzilla/template/de/default/account/cancel-token.txt.tmpl
/srv/www/bugzilla/template/de/default/account/create.html.tmpl
/srv/www/bugzilla/template/de/default/account/created.html.tmpl
/srv/www/bugzilla/template/de/default/account/email
/srv/www/bugzilla/template/de/default/account/email/change-new.txt.tmpl
/srv/www/bugzilla/template/de/default/account/email/change-old.txt.tmpl
/srv/www/bugzilla/template/de/default/account/email/confirm-new.html.tmpl
/srv/www/bugzilla/template/de/default/account/email/confirm.html.tmpl
/srv/www/bugzilla/template/de/default/account/email/request-new.txt.tmpl
/srv/www/bugzilla/template/de/default/account/password
/srv/www/bugzilla/template/de/default/account/password/forgotten-password.txt.tmpl
/srv/www/bugzilla/template/de/default/account/password/set-forgotten-password.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs
/srv/www/bugzilla/template/de/default/account/prefs/account.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/apikey.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/email.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/permissions.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/prefs.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/saved-searches.html.tmpl
/srv/www/bugzilla/template/de/default/account/prefs/settings.html.tmpl
/srv/www/bugzilla/template/de/default/account/profile-activity.html.tmpl
/srv/www/bugzilla/template/de/default/admin
/srv/www/bugzilla/template/de/default/admin/admin.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications
/srv/www/bugzilla/template/de/default/admin/classifications/add.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/del.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/edit-common.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/reclassify.html.tmpl
/srv/www/bugzilla/template/de/default/admin/classifications/select.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components
/srv/www/bugzilla/template/de/default/admin/components/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/edit-common.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/components/select-product.html.tmpl
/srv/www/bugzilla/template/de/default/admin/confirm-action.html.tmpl
/srv/www/bugzilla/template/de/default/admin/custom_fields
/srv/www/bugzilla/template/de/default/admin/custom_fields/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/custom_fields/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/custom_fields/edit-common.html.tmpl
/srv/www/bugzilla/template/de/default/admin/custom_fields/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/custom_fields/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues
/srv/www/bugzilla/template/de/default/admin/fieldvalues/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/fieldvalues/select-field.html.tmpl
/srv/www/bugzilla/template/de/default/admin/flag-type
/srv/www/bugzilla/template/de/default/admin/flag-type/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/flag-type/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/flag-type/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/groups
/srv/www/bugzilla/template/de/default/admin/groups/confirm-remove.html.tmpl
/srv/www/bugzilla/template/de/default/admin/groups/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/groups/delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/groups/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/groups/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/keywords
/srv/www/bugzilla/template/de/default/admin/keywords/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/keywords/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/keywords/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/keywords/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones
/srv/www/bugzilla/template/de/default/admin/milestones/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/milestones/select-product.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params
/srv/www/bugzilla/template/de/default/admin/params/admin.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/advanced.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/attachment.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/auth.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/bugchange.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/bugfields.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/common.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/core.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/dependencygraph.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/editparams.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/general.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/groupsecurity.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/index.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/ldap.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/memcached.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/mta.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/query.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/radius.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/shadowdb.html.tmpl
/srv/www/bugzilla/template/de/default/admin/params/usermatch.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products
/srv/www/bugzilla/template/de/default/admin/products/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/edit-common.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/groupcontrol
/srv/www/bugzilla/template/de/default/admin/products/groupcontrol/confirm-edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/groupcontrol/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/groupcontrol/updated.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/list-classifications.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/products/updated.html.tmpl
/srv/www/bugzilla/template/de/default/admin/sanitycheck
/srv/www/bugzilla/template/de/default/admin/sanitycheck/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/sanitycheck/messages.html.tmpl
/srv/www/bugzilla/template/de/default/admin/settings
/srv/www/bugzilla/template/de/default/admin/settings/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/sudo.html.tmpl
/srv/www/bugzilla/template/de/default/admin/table.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users
/srv/www/bugzilla/template/de/default/admin/users/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/listselectvars.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/responsibilities.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/search.html.tmpl
/srv/www/bugzilla/template/de/default/admin/users/userdata.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions
/srv/www/bugzilla/template/de/default/admin/versions/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions/create.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions/edit.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions/footer.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions/list.html.tmpl
/srv/www/bugzilla/template/de/default/admin/versions/select-product.html.tmpl
/srv/www/bugzilla/template/de/default/admin/workflow
/srv/www/bugzilla/template/de/default/admin/workflow/comment.html.tmpl
/srv/www/bugzilla/template/de/default/admin/workflow/edit.html.tmpl
/srv/www/bugzilla/template/de/default/attachment
/srv/www/bugzilla/template/de/default/attachment/choose.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/confirm-delete.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/create.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/created.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/createformcontents.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/delete_reason.txt.tmpl
/srv/www/bugzilla/template/de/default/attachment/diff-file.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/diff-footer.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/diff-header.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/edit.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/list.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/midair.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/show-multiple.html.tmpl
/srv/www/bugzilla/template/de/default/attachment/updated.html.tmpl
/srv/www/bugzilla/template/de/default/bug
/srv/www/bugzilla/template/de/default/bug/activity
/srv/www/bugzilla/template/de/default/bug/activity/show.html.tmpl
/srv/www/bugzilla/template/de/default/bug/activity/table.html.tmpl
/srv/www/bugzilla/template/de/default/bug/choose.html.tmpl
/srv/www/bugzilla/template/de/default/bug/comment.html.tmpl
/srv/www/bugzilla/template/de/default/bug/comments.html.tmpl
/srv/www/bugzilla/template/de/default/bug/create
/srv/www/bugzilla/template/de/default/bug/create/comment-guided.txt.tmpl
/srv/www/bugzilla/template/de/default/bug/create/create-guided.html.tmpl
/srv/www/bugzilla/template/de/default/bug/create/create.html.tmpl
/srv/www/bugzilla/template/de/default/bug/create/created.html.tmpl
/srv/www/bugzilla/template/de/default/bug/create/make-template.html.tmpl
/srv/www/bugzilla/template/de/default/bug/create/user-message.html.tmpl
/srv/www/bugzilla/template/de/default/bug/dependency-graph.html.tmpl
/srv/www/bugzilla/template/de/default/bug/dependency-tree.html.tmpl
/srv/www/bugzilla/template/de/default/bug/edit.html.tmpl
/srv/www/bugzilla/template/de/default/bug/field-help.none.tmpl
/srv/www/bugzilla/template/de/default/bug/field.html.tmpl
/srv/www/bugzilla/template/de/default/bug/format_comment.txt.tmpl
/srv/www/bugzilla/template/de/default/bug/knob.html.tmpl
/srv/www/bugzilla/template/de/default/bug/link.html.tmpl
/srv/www/bugzilla/template/de/default/bug/navigate.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process
/srv/www/bugzilla/template/de/default/bug/process/bugmail.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process/confirm-duplicate.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process/header.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process/midair.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process/results.html.tmpl
/srv/www/bugzilla/template/de/default/bug/process/verify-new-product.html.tmpl
/srv/www/bugzilla/template/de/default/bug/show-header.html.tmpl
/srv/www/bugzilla/template/de/default/bug/show-multiple.html.tmpl
/srv/www/bugzilla/template/de/default/bug/show.html.tmpl
/srv/www/bugzilla/template/de/default/bug/summarize-time.html.tmpl
/srv/www/bugzilla/template/de/default/email
/srv/www/bugzilla/template/de/default/email/bugmail-common.txt.tmpl
/srv/www/bugzilla/template/de/default/email/bugmail-header.txt.tmpl
/srv/www/bugzilla/template/de/default/email/bugmail.html.tmpl
/srv/www/bugzilla/template/de/default/email/bugmail.txt.tmpl
/srv/www/bugzilla/template/de/default/email/flagmail.txt.tmpl
/srv/www/bugzilla/template/de/default/email/lockout.txt.tmpl
/srv/www/bugzilla/template/de/default/email/new-user-details.txt.tmpl
/srv/www/bugzilla/template/de/default/email/sanitycheck.txt.tmpl
/srv/www/bugzilla/template/de/default/email/sudo.txt.tmpl
/srv/www/bugzilla/template/de/default/email/whine.txt.tmpl
/srv/www/bugzilla/template/de/default/filterexceptions.pl
/srv/www/bugzilla/template/de/default/flag
/srv/www/bugzilla/template/de/default/flag/list.html.tmpl
/srv/www/bugzilla/template/de/default/global
/srv/www/bugzilla/template/de/default/global/calendar.js.tmpl
/srv/www/bugzilla/template/de/default/global/choose-classification.html.tmpl
/srv/www/bugzilla/template/de/default/global/choose-product.html.tmpl
/srv/www/bugzilla/template/de/default/global/code-error.html.tmpl
/srv/www/bugzilla/template/de/default/global/common-links.html.tmpl
/srv/www/bugzilla/template/de/default/global/confirm-action.html.tmpl
/srv/www/bugzilla/template/de/default/global/confirm-user-match.html.tmpl
/srv/www/bugzilla/template/de/default/global/docslinks.html.tmpl
/srv/www/bugzilla/template/de/default/global/field-descs.none.tmpl
/srv/www/bugzilla/template/de/default/global/header.html.tmpl
/srv/www/bugzilla/template/de/default/global/message.html.tmpl
/srv/www/bugzilla/template/de/default/global/message.txt.tmpl
/srv/www/bugzilla/template/de/default/global/messages.html.tmpl
/srv/www/bugzilla/template/de/default/global/reason-descs.none.tmpl
/srv/www/bugzilla/template/de/default/global/setting-descs.none.tmpl
/srv/www/bugzilla/template/de/default/global/tabs.html.tmpl
/srv/www/bugzilla/template/de/default/global/useful-links.html.tmpl
/srv/www/bugzilla/template/de/default/global/user-error.html.tmpl
/srv/www/bugzilla/template/de/default/global/value-descs.none.tmpl
/srv/www/bugzilla/template/de/default/global/variables.none.tmpl
/srv/www/bugzilla/template/de/default/index.html.tmpl
/srv/www/bugzilla/template/de/default/l10n-version.html.tmpl
/srv/www/bugzilla/template/de/default/list
/srv/www/bugzilla/template/de/default/list/change-columns.html.tmpl
/srv/www/bugzilla/template/de/default/list/edit-multiple.html.tmpl
/srv/www/bugzilla/template/de/default/list/list.atom.tmpl
/srv/www/bugzilla/template/de/default/list/list.html.tmpl
/srv/www/bugzilla/template/de/default/list/quips.html.tmpl
/srv/www/bugzilla/template/de/default/list/server-push.html.tmpl
/srv/www/bugzilla/template/de/default/list/table.html.tmpl
/srv/www/bugzilla/template/de/default/pages
/srv/www/bugzilla/template/de/default/pages/bug-writing.html.tmpl
/srv/www/bugzilla/template/de/default/pages/fields.html.tmpl
/srv/www/bugzilla/template/de/default/pages/linked.html.tmpl
/srv/www/bugzilla/template/de/default/pages/linkify.html.tmpl
/srv/www/bugzilla/template/de/default/pages/quicksearch.html.tmpl
/srv/www/bugzilla/template/de/default/pages/sudo.html.tmpl
/srv/www/bugzilla/template/de/default/reports
/srv/www/bugzilla/template/de/default/reports/chart.csv.tmpl
/srv/www/bugzilla/template/de/default/reports/chart.html.tmpl
/srv/www/bugzilla/template/de/default/reports/chart.png.tmpl
/srv/www/bugzilla/template/de/default/reports/components.html.tmpl
/srv/www/bugzilla/template/de/default/reports/create-chart.html.tmpl
/srv/www/bugzilla/template/de/default/reports/delete-series.html.tmpl
/srv/www/bugzilla/template/de/default/reports/duplicates-simple.html.tmpl
/srv/www/bugzilla/template/de/default/reports/duplicates-table.html.tmpl
/srv/www/bugzilla/template/de/default/reports/duplicates.html.tmpl
/srv/www/bugzilla/template/de/default/reports/edit-series.html.tmpl
/srv/www/bugzilla/template/de/default/reports/keywords.html.tmpl
/srv/www/bugzilla/template/de/default/reports/menu.html.tmpl
/srv/www/bugzilla/template/de/default/reports/old-charts.html.tmpl
/srv/www/bugzilla/template/de/default/reports/report-simple.html.tmpl
/srv/www/bugzilla/template/de/default/reports/report-table.csv.tmpl
/srv/www/bugzilla/template/de/default/reports/report-table.html.tmpl
/srv/www/bugzilla/template/de/default/reports/report.html.tmpl
/srv/www/bugzilla/template/de/default/reports/series.html.tmpl
/srv/www/bugzilla/template/de/default/request
/srv/www/bugzilla/template/de/default/request/queue.csv.tmpl
/srv/www/bugzilla/template/de/default/request/queue.html.tmpl
/srv/www/bugzilla/template/de/default/search
/srv/www/bugzilla/template/de/default/search/boolean-charts.html.tmpl
/srv/www/bugzilla/template/de/default/search/field.html.tmpl
/srv/www/bugzilla/template/de/default/search/form.html.tmpl
/srv/www/bugzilla/template/de/default/search/knob.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-advanced.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-create-series.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-plugin.xml.tmpl
/srv/www/bugzilla/template/de/default/search/search-report-graph.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-report-select.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-report-table.html.tmpl
/srv/www/bugzilla/template/de/default/search/search-specific.html.tmpl
/srv/www/bugzilla/template/de/default/search/tabs.html.tmpl
/srv/www/bugzilla/template/de/default/search/type-select.html.tmpl
/srv/www/bugzilla/template/de/default/setup
/srv/www/bugzilla/template/de/default/setup/strings.txt.pl
/srv/www/bugzilla/template/de/default/welcome-admin.html.tmpl
/srv/www/bugzilla/template/de/default/whine
/srv/www/bugzilla/template/de/default/whine/header.txt.tmpl
/srv/www/bugzilla/template/de/default/whine/mail.html.tmpl
/srv/www/bugzilla/template/de/default/whine/mail.txt.tmpl
/srv/www/bugzilla/template/de/default/whine/schedule.html.tmpl


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024