-
Notifications
You must be signed in to change notification settings - Fork 6
/
messages.pot
79 lines (62 loc) · 1.75 KB
/
messages.pot
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
73
74
75
76
77
78
# English translations for Tin4Python.
# This file is distributed under the same license as the Tin4Python project.
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-02-14 17:55+0200\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: tina4_python/Messages.py:5
msgid "Debug: {message}"
msgstr ""
#: tina4_python/Messages.py:6
msgid "Warning: {message}"
msgstr ""
#: tina4_python/Messages.py:7
msgid "Error: {message}"
msgstr ""
#: tina4_python/Messages.py:8
msgid "Info: {message}"
msgstr ""
#: tina4_python/Messages.py:12
msgid "Matching: {matching}"
msgstr ""
#: tina4_python/Messages.py:13
msgid "Variables: {variables}"
msgstr ""
#: tina4_python/Messages.py:14
msgid "Root Path {root_path} {url}"
msgstr ""
#: tina4_python/Messages.py:15
msgid "Attempting to serve static file: {static_file}"
msgstr ""
#: tina4_python/Messages.py:16
msgid "Attempting to serve CSS file: {css_file}"
msgstr ""
#: tina4_python/Messages.py:17
msgid "Attempting to serve image file: {image_file}"
msgstr ""
#: tina4_python/__init__.py:14
msgid "Assuming root path: {root_path}, library path: {library_path}"
msgstr ""
#: tina4_python/__init__.py:15
msgid "Load all things"
msgstr ""
#: tina4_python/__init__.py:16
msgid "Server started http://{host_name}:{port}"
msgstr ""
#: tina4_python/__init__.py:17
msgid "Server stopped."
msgstr ""
#: tina4_python/__init__.py:18
msgid "Starting webserver on {port}"
msgstr ""
#: tina4_python/__init__.py:19
msgid "Entry point name ... {name}"
msgstr ""