diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-12-21 15:00:36 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-12-21 15:00:36 +0100 |
commit | 958c3c1bf1c207d8c66aa44c292f8795ac890a84 (patch) | |
tree | c05f07dd90749e77e3054d4842af0c619a25b92a /msg | |
parent | 4497cc46e965314b2ab3acd76cf678e695abd8c5 (diff) |
updated PO files
Diffstat (limited to 'msg')
-rw-r--r-- | msg/input.da.po | 93 | ||||
-rw-r--r-- | msg/issues.da.po | 93 |
2 files changed, 186 insertions, 0 deletions
diff --git a/msg/input.da.po b/msg/input.da.po new file mode 100644 index 0000000..8183aa4 --- /dev/null +++ b/msg/input.da.po @@ -0,0 +1,93 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2015-12-21 15:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Title # +#, no-wrap +msgid "I want your input" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"2013-08-02\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag msg blog editorial]]\n" +msgstr "" + +#. type: Plain text +msgid "You want to share an opinion with me, or raise a question?" +msgstr "" + +#. type: Plain text +msgid "Great, please do: I love exchanging opinions and ideas." +msgstr "" + +#. type: Plain text +msgid "" +"You can [contact me discretely][]. Please consider, however, to speak in " +"public instead, allowing others to benefit from our exchange." +msgstr "" + +#. type: Plain text +msgid "" +"Don't worry if it is interesting to others - the World is big and someone " +"somewhere always cares!" +msgstr "" + +#. type: Plain text +msgid "[contact me discretely]:" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Email - encourages reflection" +msgstr "" + +#. type: Plain text +msgid "Post to a public mailinglist." +msgstr "" + +#. type: Plain text +msgid "" +"If uncertain that I am subscribed to the list, or if you want my special " +"attention (but think twice if that's really needed!), add my [private " +"mail](mailto:dr@jones.dk) as cc." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Chat - more casual" +msgstr "" + +#. type: Plain text +msgid "" +"I am also [reachable via chat][]. Chat is nice for shorter " +"questions/comments, and when you need to discuss what you want to say at " +"all." +msgstr "" + +#. type: Plain text +msgid "[reachable via chat]:" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Blog - best for reuse" +msgstr "" diff --git a/msg/issues.da.po b/msg/issues.da.po new file mode 100644 index 0000000..ea01ccf --- /dev/null +++ b/msg/issues.da.po @@ -0,0 +1,93 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2015-12-21 15:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Title # +#, no-wrap +msgid "issues handling issues" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"2013-03-28\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag msg blog editorial]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"I get lots of emails, some of which are \"issues\": Friends, colleagues, " +"clients and machines tell me about stuff that is broken. and ask for new " +"features." +msgstr "" + +#. type: Plain text +msgid "I currently handle issues somewhat like this:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!graph src=\"\"\"\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"rankdir=LR\n" +"inbox [label=\"incoming mails\"]\n" +"todobox [label=\"mail threads about issues\"]\n" +"issueboxes [label=\"issue-mails grouped by project\" style=dotted]\n" +"solve [label=\"fix issue\"]\n" +"archivebox [label=\"archived mails\"]\n" +"inbox -> todobox\n" +"todobox -> issueboxes [style=dotted]\n" +"todobox -> solve\n" +"todobox -> archivebox\n" +msgstr "" + +#. type: Plain text +msgid "FIXME: Describe graf in steps." +msgstr "" + +#. type: Plain text +msgid "" +"The idea was to organize issues in queues per project, but organizing emails " +"requires understanding them, and that takes time: Too often I end up " +"skipping that task, leading to weak overview of pending issues." +msgstr "" + +#. type: Plain text +msgid "Here's" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"rankdir=LR\n" +"inbox [label=\"incoming mails\"]\n" +"todobox [label=\"mail threads about issues\"]\n" +"new [label=\"unprocessed issues\"]\n" +"open [label=\"open issues\"]\n" +"solve [label=\"fix issue\"]\n" +"inbox -> todobox -> archivebox\n" +"todobox -> new -> open\n" +"open -> solve\n" +"open -> done\n" +msgstr "" |