summaryrefslogtreecommitdiff
path: root/msg/issues.da.po
blob: ea01ccf791f33d1043071c646e70c3a6ba5524c2 (plain)
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2015-12-21 15:00+0100\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Title #
  19. #, no-wrap
  20. msgid "issues handling issues"
  21. msgstr ""
  22. #. type: Plain text
  23. #, no-wrap
  24. msgid "[[!meta date=\"2013-03-28\"]]\n"
  25. msgstr ""
  26. #. type: Plain text
  27. #, no-wrap
  28. msgid "[[!tag msg blog editorial]]\n"
  29. msgstr ""
  30. #. type: Plain text
  31. msgid ""
  32. "I get lots of emails, some of which are \"issues\": Friends, colleagues, "
  33. "clients and machines tell me about stuff that is broken. and ask for new "
  34. "features."
  35. msgstr ""
  36. #. type: Plain text
  37. msgid "I currently handle issues somewhat like this:"
  38. msgstr ""
  39. #. type: Plain text
  40. #, no-wrap
  41. msgid "[[!graph src=\"\"\"\n"
  42. msgstr ""
  43. #. type: Plain text
  44. #, no-wrap
  45. msgid ""
  46. "rankdir=LR\n"
  47. "inbox [label=\"incoming mails\"]\n"
  48. "todobox [label=\"mail threads about issues\"]\n"
  49. "issueboxes [label=\"issue-mails grouped by project\" style=dotted]\n"
  50. "solve [label=\"fix issue\"]\n"
  51. "archivebox [label=\"archived mails\"]\n"
  52. "inbox -> todobox\n"
  53. "todobox -> issueboxes [style=dotted]\n"
  54. "todobox -> solve\n"
  55. "todobox -> archivebox\n"
  56. msgstr ""
  57. #. type: Plain text
  58. msgid "FIXME: Describe graf in steps."
  59. msgstr ""
  60. #. type: Plain text
  61. msgid ""
  62. "The idea was to organize issues in queues per project, but organizing emails "
  63. "requires understanding them, and that takes time: Too often I end up "
  64. "skipping that task, leading to weak overview of pending issues."
  65. msgstr ""
  66. #. type: Plain text
  67. msgid "Here's"
  68. msgstr ""
  69. #. type: Plain text
  70. #, no-wrap
  71. msgid ""
  72. "rankdir=LR\n"
  73. "inbox [label=\"incoming mails\"]\n"
  74. "todobox [label=\"mail threads about issues\"]\n"
  75. "new [label=\"unprocessed issues\"]\n"
  76. "open [label=\"open issues\"]\n"
  77. "solve [label=\"fix issue\"]\n"
  78. "inbox -> todobox -> archivebox\n"
  79. "todobox -> new -> open\n"
  80. "open -> solve\n"
  81. "open -> done\n"
  82. msgstr ""