aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/locales/en_US/LC_MESSAGES/hydrilla_builder.po
blob: 2d351d631e3a7b5a140e5915421710a42b175ec0 (about) (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
# SPDX-License-Identifier: CC0-1.0
#
# English (United States) translations for hydrilla.builder.
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
# Available under the terms of Creative Commons Zero v1.0 Universal.
msgid ""
msgstr ""
"Project-Id-Version: hydrilla.builder 0.1.dev16+g4e46d7f.d20220211\n"
"Report-Msgid-Bugs-To: koszko@koszko.org\n"
"POT-Creation-Date: 2022-02-12 10:49+0100\n"
"PO-Revision-Date: 2022-02-12\n"
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
"Language: en_US\n"
"Language-Team: en_US <koszko@koszko.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"

#: src/hydrilla/builder/build.py:105
msgid "couldnt_import_reuse_is_it_installed"
msgstr ""
"Could not import 'reuse'. Is the tool installed and visible to this "
"Python instance?"

#: src/hydrilla/builder/build.py:110
msgid "spdx_report_from_reuse_incompliant"
msgstr "Attempt to generate an SPDX report for a REUSE-incompliant package."

#: src/hydrilla/builder/build.py:194
msgid "loading_{}_outside_package_dir"
msgstr "Attempt to load '{}' which lies outside package source directory."

#: src/hydrilla/builder/build.py:198
msgid "loading_reserved_index_json"
msgstr "Attempt to load 'index.json' which is a reserved filename."

#: src/hydrilla/builder/build.py:312
msgid "report_spdx_not_in_copyright_list"
msgstr ""
"Told to generate 'report.spdx' but 'report.spdx' is not listed among "
"copyright files. Refusing to proceed."

#: src/hydrilla/builder/build.py:384
msgid "source_directory_to_build_from"
msgstr "Source directory to build from."

#: src/hydrilla/builder/build.py:386
msgid "path_instead_of_index_json"
msgstr ""
"Path to file to be processed instead of index.json (if not absolute, "
"resolved relative to srcdir)."

#: src/hydrilla/builder/build.py:388
msgid "built_package_files_destination"
msgstr "Destination directory to write built package files to."

#: src/hydrilla/builder/build.py:394
msgid "build_package_from_srcdir_to_dstdir"
msgstr ""
"Build Hydrilla package from `scrdir` and write the resulting files "
"under `dstdir`."

#: src/hydrilla/util/_util.py:76
msgid "bad_comment"
msgstr "bad comment"