templates 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # These templates have been reviewed by the debian-l10n-english
  2. # team
  3. #
  4. # If modifications/additions/rewording are needed, please ask
  5. # debian-l10n-english@lists.debian.org for advice.
  6. #
  7. # Even minor modifications require translation updates and such
  8. # changes should be coordinated with translators and reviewers.
  9. Template: apt-listchanges/frontend
  10. Type: select
  11. __Choices: pager, browser, xterm-pager, xterm-browser, gtk, text, mail, none
  12. Default: pager
  13. _Description: Method to be used to display changes:
  14. Changes in packages can be displayed in various ways by apt-listchanges:
  15. .
  16. pager : display changes one page at a time;
  17. browser : display HTML-formatted changes using a web browser;
  18. xterm-pager : like pager, but in an xterm in the background;
  19. xterm-browser: like browser, but in an xterm in the background;
  20. gtk : display changes in a GTK window;
  21. text : print changes to the terminal (without pausing);
  22. mail : only send changes via e-mail;
  23. none : do not run automatically from APT.
  24. .
  25. This setting can be overridden at execution time. By default, all the
  26. options except for 'none' will also send copies by mail.
  27. Template: apt-listchanges/email-address
  28. Type: string
  29. Default: root
  30. _Description: E-mail address(es) which will receive changes:
  31. Optionally, apt-listchanges can e-mail a copy of displayed changes to
  32. a specified address.
  33. .
  34. Multiple addresses may be specified, delimited by commas. Leaving this
  35. field empty disables mail notifications.
  36. Template: apt-listchanges/confirm
  37. Type: boolean
  38. Default: false
  39. _Description: Prompt for confirmation after displaying changes?
  40. After displaying the list of changes, apt-listchanges can pause with
  41. a confirmation prompt. This is useful when running from APT, as it
  42. offers an opportunity to abort the upgrade if a change is unwelcome.
  43. .
  44. This can be overridden at execution time, and has no effect if the
  45. configured frontend option is 'mail' or 'none'.
  46. Template: apt-listchanges/save-seen
  47. Type: boolean
  48. Default: true
  49. _Description: Should apt-listchanges skip changes that have already been seen?
  50. A record of already displayed changes can be kept in order to avoid
  51. displaying them again. This is useful, for example, when retrying an upgrade.
  52. Template: apt-listchanges/which
  53. Type: select
  54. __Choices: news, changelogs, both
  55. Default: news
  56. _Description: Changes displayed with APT:
  57. Please choose which type of changes should be displayed with APT.
  58. .
  59. news : important news items only;
  60. changelogs: detailed changelogs only;
  61. both : news and changelogs.