summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po161
1 files changed, 0 insertions, 161 deletions
diff --git a/po/de.po b/po/de.po
deleted file mode 100644
index 3524d73..0000000
--- a/po/de.po
+++ /dev/null
@@ -1,161 +0,0 @@
-# German translations for PACKAGE package
-# Copyright (C) 2025 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# Automatically generated, 2025.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2025-05-01 19:02-0300\n"
-"PO-Revision-Date: 2025-04-29 19:46-0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: src/headers/ref.txt:2
-msgid "en/blog/\tBlog"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:4
-msgid "en/til/\tTIL"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:6
-msgid "en/podcast/\tPodcasts"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:8
-msgid "en/screencast/\tScreencasts"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:10
-msgid "en/pastebin/\tPastebins"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:12
-msgid "en/slide/\tSlides"
-msgstr ""
-
-#. type: Plain text
-#: src/headers/ref.txt:13
-msgid "en/about.html\tAbout"
-msgstr ""
-
-#. type: Plain text
-#: src/names/categories/ref.txt:1
-msgid "categories"
-msgstr ""
-
-#. type: Plain text
-#: src/names/category/ref.txt:1
-msgid "category"
-msgstr ""
-
-#. type: Title =
-#: src/content/en/about.adoc:1
-#, no-wrap
-msgid "About"
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/about.adoc:9
-msgid ""
-"Hi, I'm EuAndreh. I write software and, occasionally, music. You can find "
-"my contact information in the footer of this page, or mail my {mailto}"
-"[public inbox] ({archive}[archive])."
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/about.adoc:11
-msgid ""
-"This is my personal website where I write articles, publish software and "
-"more related work."
-msgstr ""
-
-#. type: Title =
-#: src/content/en/til/index.adoc:1
-#, no-wrap
-msgid "Today I Learned"
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/index.adoc:6
-msgid "**T**oday **I** **L**earned: small entries of useful knowledge."
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/index.adoc:7
-msgid "Shameless rip-off of {anna-e-so}[Anna e só]."
-msgstr ""
-
-#. type: Title =
-#: src/content/en/til/categories.adoc:1
-#, no-wrap
-msgid "Articles by category"
-msgstr ""
-
-#. type: Title =
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:1
-#, no-wrap
-msgid "Simple filename timestamp"
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:7
-msgid ""
-"When writing Jekyll posts or creating log files with dates on them, I "
-"usually struggle with finding a direct way of accomplishing that. There's a "
-"simple solution: `date -I`."
-msgstr ""
-
-#. type: delimited block -
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:12
-#, no-wrap
-msgid ""
-"./my-program.sh > my-program.$(date -I).log\n"
-"cp post-template.md _posts/$(date -I)-post-slug.md\n"
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:16
-msgid ""
-"Using this built-in GNU/Linux tool allows you to `touch $(date -I).md` to "
-"readily create a `2020-08-12.md` file."
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:20
-msgid ""
-"I always had to read `man date` or search the web over and over, and after "
-"doing this repeatedly it became clear that both `date -I` and `date -Is` "
-"(`s` here stands for seconds) are the thing that I'm looking for 95% of the "
-"time:"
-msgstr ""
-
-#. type: delimited block -
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:27
-#, no-wrap
-msgid ""
-"# inside my-program.sh\n"
-"echo \"Program started at $(date -Is)\"\n"
-"# output is:\n"
-"# Program started at 2020-08-12T09:04:58-03:00\n"
-msgstr ""
-
-#. type: Plain text
-#: src/content/en/til/2020/08/12/filename-timestamp.adoc:31
-msgid ""
-"Both date formats are hierarchical, having the bigger time intervals to the "
-"left. This means that you can easily sort them (and even tab-complete "
-"them) with no extra effort or tool required."
-msgstr ""