aboutsummaryrefslogtreecommitdiff
path: root/src/pydrilla/locales/en/LC_MESSAGES/pydrilla.po
blob: f9e6a8237dfa686e90c2aa9667bd50577d378732 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# SPDX-License-Identifier: CC0-1.0

# English localization
#
# This file is part of Hydrilla
#
# Copyright (C) 2021 Wojtek Kosior
#
# This file is free cultural work: you can redistribute it with or
# without modification under the terms of the CC0 1.0 Universal License
# as published by the Creative Commons Corporation.
#
# This file is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# CC0 1.0 Universal License for more details.

msgid ""
msgstr ""
"Project-Id-Version: Hydrilla 0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-13 19:03+0100\n"
"PO-Revision-Date: 2021-11-06 08:42+0100\n"
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
"Language-Team: English\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: pydrilla.py:97
msgid "path_is_absolute_{}"
msgstr "Provided path '{}' is absolute."

#: pydrilla.py:104
#, python-brace-format
msgid "not_implemented_{what}_{where}"
msgstr ""
"Attempt to use '{what}' in '{where}' but this feature is not yet implemented."

#: pydrilla.py:194
#, python-brace-format
msgid "uuid_mismatch_{identifier}"
msgstr "Two different uuids were specified for item '{identifier}'."

#: pydrilla.py:201
#, python-brace-format
msgid "version_clash_{identifier}_{version}"
msgstr "Version '{version}' specified more than once for item '{identifier}'."

#: pydrilla.py:297 pydrilla.py:309
msgid "invalid_URL_{}"
msgstr "Invalid URL/pattern: '{}'."

#: pydrilla.py:301
msgid "disallowed_protocol_{}"
msgstr "Disallowed protocol: '{}'."

#: pydrilla.py:391
msgid "license_clash_{}"
msgstr "License '{}' defined more than once."

#: pydrilla.py:408
msgid "source_name_clash_{}"
msgstr "Source name '{}' used more than once."

#: pydrilla.py:426
#, python-format
msgid "couldnt_load_definition_from_%s"
msgstr "Couldn't load definition from '%s'."

#: pydrilla.py:442
#, python-format
msgid "no_index_license_%(source)s_%(lic)s"
msgstr "Unknown license '%(lic)s' used by index.json of '%(source)s'."

#: pydrilla.py:449
#, python-format
msgid "no_resource_license_%(resource)s_%(ver)s_%(lic)s"
msgstr ""
"Unknown license '%(lic)s' used by resource '%(resource)s', version '%(ver)s'."

#: pydrilla.py:451
#, python-format
msgid "no_mapping_license_%(mapping)s_%(ver)s_%(lic)s"
msgstr ""
"Unknown license '%(lic)s' used by mapping '%(mapping)s', version '%(ver)s'."

#: pydrilla.py:474
#, python-format
msgid "no_dep_%(resource)s_%(ver)s_%(dep)s"
msgstr ""
"Unknown dependency '%(dep)s' of resource '%(resource)s', version '%(ver)s'."

#: pydrilla.py:484
#, python-format
msgid "no_payload_%(mapping)s_%(ver)s_%(payload)s"
msgstr ""
"Unknown payload '%(payload)s' of mapping '%(mapping)s', version '%(ver)s'."

#: pydrilla.py:512
#, python-format
msgid "couldnt_register_%(mapping)s_%(ver)s_%(pattern)s"
msgstr ""
"Couldn't register mapping '%(mapping)s', version '%(ver)s' (pattern "
"'%(pattern)s')."

#: pydrilla.py:566
msgid "content_dir_path_not_dir"
msgstr "Provided \"content_dir\" path does not name a direcotry."

#: pydrilla.py:578
#, python-format
msgid "couldnt_load_content_from_%s"
msgstr "Couldn't load content from '%s'."

#: pydrilla.py:603
msgid "config_key_absent_{}"
msgstr "Config key \"{}\" not provided."

#: templates/index.html:4
msgid "hydrilla_welcome"
msgstr "Welcome to Hydrilla!"

#: templates/base.html:55 templates/base.html:61
msgid "hydrilla"
msgstr "Hydrilla"