diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-12-22 23:15:15 +0530 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-12-22 23:15:15 +0530 |
commit | c7d71ce7a66586c351e77bb9836ad4cb8530eda5 (patch) | |
tree | 953a1c0f388fc36ef0c1d5961c29c5ec55081efe /msg | |
parent | 8c2d9f2297ea8f8cf82f613cd66ed5f92c15c907 (diff) |
Remove accidentally generated gettext files. Thanks to Paul Wise.
Diffstat (limited to 'msg')
-rw-r--r-- | msg/input.da.po | 93 | ||||
-rw-r--r-- | msg/issues.da.po | 93 |
2 files changed, 0 insertions, 186 deletions
diff --git a/msg/input.da.po b/msg/input.da.po deleted file mode 100644 index 8183aa4..0000000 --- a/msg/input.da.po +++ /dev/null @@ -1,93 +0,0 @@ -# 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 deleted file mode 100644 index ea01ccf..0000000 --- a/msg/issues.da.po +++ /dev/null @@ -1,93 +0,0 @@ -# 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 "" |