summaryrefslogtreecommitdiffstats
path: root/server/locale/en_US.po
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en_US.po')
-rw-r--r--server/locale/en_US.po64
1 files changed, 64 insertions, 0 deletions
diff --git a/server/locale/en_US.po b/server/locale/en_US.po
new file mode 100644
index 0000000..d221ac0
--- /dev/null
+++ b/server/locale/en_US.po
@@ -0,0 +1,64 @@
1# English translations for routemon package.
2# Copyright (C) 2026 Rutger Broekhoff <[email protected]>
3# This file is distributed under the same license as the routemon package.
4# Rutger Broekhoff <[email protected]>, 2026.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2026-08-28 09:20+0200\n"
11"PO-Revision-Date: 2026-08-28 14:31+0200\n"
12"Last-Translator: Rutger Broekhoff <[email protected]>\n"
13"Language-Team: English\n"
14"Language: en_US\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: ../src/http_server.cppm:232
21msgid "No body expected for this request"
22msgstr "No body expected for this request"
23
24#: ../src/http_server.cppm:500
25msgid "Bad request"
26msgstr "Bad request"
27
28#: ../src/http_server.cppm:511 ../src/http_server.cppm:562
29msgid "Method not allowed"
30msgstr "Method not allowed"
31
32#: ../src/http_server.cppm:527
33msgid ""
34"Path of normalized (RFC 3986, § 6) origin-form request-target (RFC 9112, § "
35"3.2.1) should be absolute"
36msgstr "Path of normalized (RFC 3986, § 6) origin-form request-target (RFC 9112, § 3.2.1) should be absolute"
37
38#: ../src/http_server.cppm:538
39msgid "Not found"
40msgstr "Not found"
41
42#: ../src/http_server.cppm:549
43msgid "Method not implemented"
44msgstr "Method not implemented"
45
46#: ../src/http_server.cppm:573
47msgid ""
48"Invalid request-target, expected asterisk-form or origin-form (see RFC 9112, "
49"§ 3.2)"
50msgstr "Invalid request-target, expected asterisk-form or origin-form (see RFC 9112, § 3.2)"
51
52#: ../src/srv.cppm:148
53msgid "Failed to parse GPX file"
54msgstr "Failed to parse GPX file"
55
56#: ../src/srv.cppm:160
57msgid "Internal server error"
58msgstr "Internal server error"
59
60#~ msgid "Invalid point in GPX file"
61#~ msgstr "Invalid point in GPX file"
62
63#~ msgid "GPX file has no points in track"
64#~ msgstr "GPX file has no points in track"