blob: d3613c22da180cbf901029ddb9f551c72de8e532 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
# 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: 2023-04-04 06:28-0300\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: Plain text
#: src/lib/base.en.conf:2
msgid "date_fmt='%B %-d, %Y'"
msgstr ""
#. type: Plain text
#: src/lib/base.en.conf:3
msgid "site_name=\"EuAndreh's website\""
msgstr ""
#. type: Content of: <p>
#: src/lib/postamble.en.html:2
msgid ""
"<a href=\"@mailto_uri@\">Comment</a> and see <a "
"href=\"@discussions_url@\">existing discussions</a> | <a "
"href=\"@sourcecode_url@\">view source</a>"
msgstr ""
#. type: Attribute 'lang' of: <html>
#: src/lib/preamble.en.html:2
msgid "$lang"
msgstr ""
#. type: Content of: <html><head><title>
#: src/lib/preamble.en.html:9
msgid "$(htmlesc \"$title\")"
msgstr ""
#. type: Content of: <html><body><header><nav><ul>
#: src/lib/preamble.en.html:23
msgid ""
"<a href=\"$lang_url\">EuAndreh</a> <a href=\"$(url-for "
"'about.html')\">About</a>"
msgstr ""
#. type: Content of: <html><body><main><article><h1>
#: src/lib/preamble.en.html:32
msgid "$title_html"
msgstr ""
#. type: Content of: <html><body><main><article><p>
#: src/lib/preamble.en.html:35
msgid "Posted on"
msgstr ""
#. type: Content of: <html><body><main><article><p><time>
#: src/lib/preamble.en.html:35
msgid "$date_formatted"
msgstr ""
#. type: Content of: <html><body><main><article>
#: src/lib/preamble.en.html:37
msgid "EOF"
msgstr ""
|