Project

General

Profile

Download (4.33 KB) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / src / hydrilla / builder / locales / en_US / LC_MESSAGES / hydrilla-messages.po @ bd588eb9

1
# SPDX-License-Identifier: CC0-1.0
2
#
3
# English (United States) translations for hydrilla.builder.
4
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
5
# Available under the terms of Creative Commons Zero v1.0 Universal.
6
msgid ""
7
msgstr ""
8
"Project-Id-Version: hydrilla.builder 0.1.dev16+g4e46d7f.d20220211\n"
9
"Report-Msgid-Bugs-To: koszko@koszko.org\n"
10
"POT-Creation-Date: 2022-05-10 16:47+0200\n"
11
"PO-Revision-Date: 2022-02-12 00:00+0000\n"
12
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
13
"Language: en_US\n"
14
"Language-Team: en_US <koszko@koszko.org>\n"
15
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16
"MIME-Version: 1.0\n"
17
"Content-Type: text/plain; charset=utf-8\n"
18
"Content-Transfer-Encoding: 8bit\n"
19
"Generated-By: Babel 2.8.0\n"
20

    
21
#: src/hydrilla/builder/build.py:86 src/hydrilla/builder/local_apt.py:117
22
#: src/hydrilla/builder/local_apt.py:408
23
msgid "couldnt_execute_{}_is_it_installed"
24
msgstr "Could not execute '{}'. Is the tool installed and reachable via PATH?"
25

    
26
#: src/hydrilla/builder/build.py:90 src/hydrilla/builder/local_apt.py:121
27
#: src/hydrilla/builder/local_apt.py:412
28
msgid "command_{}_failed"
29
msgstr "The following command finished execution with a non-zero exit status: {}"
30

    
31
#: src/hydrilla/builder/build.py:198
32
msgid "path_contains_double_dot_{}"
33
msgstr ""
34
"Attempt to load '{}' which includes a forbidden parent reference ('..') "
35
"in the path."
36

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

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

    
45
#: src/hydrilla/builder/build.py:350
46
msgid "report_spdx_not_in_copyright_list"
47
msgstr ""
48
"Told to generate 'report.spdx' but 'report.spdx' is not listed among "
49
"copyright files. Refusing to proceed."
50

    
51
#: src/hydrilla/builder/build.py:421
52
msgid "build_package_from_srcdir_to_dstdir"
53
msgstr ""
54
"Build Hydrilla package from `scrdir` and write the resulting files under "
55
"`dstdir`."
56

    
57
#: src/hydrilla/builder/build.py:423
58
msgid "source_directory_to_build_from"
59
msgstr "Source directory to build from."
60

    
61
#: src/hydrilla/builder/build.py:425
62
msgid "path_instead_of_index_json"
63
msgstr ""
64
"Path to file to be processed instead of index.json (if not absolute, "
65
"resolved relative to srcdir)."
66

    
67
#: src/hydrilla/builder/build.py:427
68
msgid "path_instead_for_piggyback_files"
69
msgstr ""
70
"Path to a non-standard directory with foreign packages' archive files to "
71
"use."
72

    
73
#: src/hydrilla/builder/build.py:429
74
msgid "built_package_files_destination"
75
msgstr "Destination directory to write built package files to."
76

    
77
#: src/hydrilla/builder/build.py:431
78
#, python-format
79
msgid "%(prog)s_%(version)s_license"
80
msgstr ""
81
"%(prog)s %(version)s\n"
82
"Copyright (C) 2021,2022 Wojtek Kosior and contributors.\n"
83
"License GPLv3+: GNU AGPL version 3 or later "
84
"<https://gnu.org/licenses/gpl.html>\n"
85
"This is free software: you are free to change and redistribute it.\n"
86
"There is NO WARRANTY, to the extent permitted by law."
87

    
88
#: src/hydrilla/builder/build.py:432
89
msgid "version_printing"
90
msgstr "Print version information and exit."
91

    
92
#: src/hydrilla/builder/common_errors.py:62
93
msgid "STDOUT_OUTPUT_heading"
94
msgstr "## Command's standard output ##"
95

    
96
#: src/hydrilla/builder/common_errors.py:65
97
msgid "STDERR_OUTPUT_heading"
98
msgstr "## Command's standard error output ##"
99

    
100
#: src/hydrilla/builder/local_apt.py:146
101
msgid "distro_{}_unknown"
102
msgstr "Attempt to use an unknown software distribution '{}'."
103

    
104
#: src/hydrilla/builder/local_apt.py:189
105
msgid "couldnt_import_{}_is_it_installed"
106
msgstr ""
107
"Could not import '{}'. Is the module installed and visible to this Python"
108
" instance?"
109

    
110
#: src/hydrilla/builder/local_apt.py:197
111
msgid "gpg_couldnt_recv_key_{}"
112
msgstr "Could not import PGP key '{}'."
113

    
114
#: src/hydrilla/builder/local_apt.py:314
115
msgid "apt_install_output_not_understood"
116
msgstr "The output of an 'apt-get install' command was not understood."
117

    
118
#: src/hydrilla/builder/local_apt.py:342
119
msgid "apt_download_gave_bad_filename_{}"
120
msgstr "The 'apt-get download' command produced a file with unexpected name '{}'."
121

    
122
#: src/hydrilla/builder/piggybacking.py:102
123
msgid "loading_{}_outside_piggybacked_dir"
124
msgstr ""
125
"Attempt to load '{}' which lies outside piggybacked packages files root "
126
"directory."
127

    
128
#: src/hydrilla/util/_util.py:79
129
msgid "bad_comment"
130
msgstr "bad comment"
131

    
    (1-1/1)