Project

General

Profile

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

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

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-27 18:49+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:93 src/hydrilla/builder/local_apt.py:118
22
#: src/hydrilla/builder/local_apt.py:410
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:97 src/hydrilla/builder/local_apt.py:122
27
#: src/hydrilla/builder/local_apt.py:414
28
msgid "command_{}_failed"
29
msgstr "The following command finished execution with a non-zero exit status: {}"
30

    
31
#: src/hydrilla/builder/build.py:171
32
msgid "unknown_schema_package_source_{}"
33
msgstr ""
34
"The provided JSON at '{}' does not use any of the known package source "
35
"JSON schemas."
36

    
37
#: src/hydrilla/builder/build.py:207
38
msgid "path_contains_double_dot_{}"
39
msgstr ""
40
"Attempt to load '{}' which includes a forbidden parent reference ('..') "
41
"in the path."
42

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

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

    
51
#: src/hydrilla/builder/build.py:225
52
msgid "referenced_file_{}_missing"
53
msgstr "Referenced file '{}' is missing."
54

    
55
#: src/hydrilla/builder/build.py:362
56
msgid "report_spdx_not_in_copyright_list"
57
msgstr ""
58
"Told to generate 'report.spdx' but 'report.spdx' is not listed among "
59
"copyright files. Refusing to proceed."
60

    
61
#: src/hydrilla/builder/build.py:433
62
msgid "build_package_from_srcdir_to_dstdir"
63
msgstr ""
64
"Build Hydrilla package from `scrdir` and write the resulting files under "
65
"`dstdir`."
66

    
67
#: src/hydrilla/builder/build.py:435
68
msgid "source_directory_to_build_from"
69
msgstr "Source directory to build from."
70

    
71
#: src/hydrilla/builder/build.py:437
72
msgid "path_instead_of_index_json"
73
msgstr ""
74
"Path to file to be processed instead of index.json (if not absolute, "
75
"resolved relative to srcdir)."
76

    
77
#: src/hydrilla/builder/build.py:439
78
msgid "path_instead_for_piggyback_files"
79
msgstr ""
80
"Path to a non-standard directory with foreign packages' archive files to "
81
"use."
82

    
83
#: src/hydrilla/builder/build.py:441
84
msgid "built_package_files_destination"
85
msgstr "Destination directory to write built package files to."
86

    
87
#: src/hydrilla/builder/build.py:443
88
#, python-format
89
msgid "%(prog)s_%(version)s_license"
90
msgstr ""
91
"%(prog)s %(version)s\n"
92
"Copyright (C) 2021,2022 Wojtek Kosior and contributors.\n"
93
"License GPLv3+: GNU AGPL version 3 or later "
94
"<https://gnu.org/licenses/gpl.html>\n"
95
"This is free software: you are free to change and redistribute it.\n"
96
"There is NO WARRANTY, to the extent permitted by law."
97

    
98
#: src/hydrilla/builder/build.py:444
99
msgid "version_printing"
100
msgstr "Print version information and exit."
101

    
102
#: src/hydrilla/builder/common_errors.py:62
103
msgid "STDOUT_OUTPUT_heading"
104
msgstr "## Command's standard output ##"
105

    
106
#: src/hydrilla/builder/common_errors.py:65
107
msgid "STDERR_OUTPUT_heading"
108
msgstr "## Command's standard error output ##"
109

    
110
#: src/hydrilla/builder/local_apt.py:147
111
msgid "distro_{}_unknown"
112
msgstr "Attempt to use an unknown software distribution '{}'."
113

    
114
#: src/hydrilla/builder/local_apt.py:191
115
msgid "couldnt_import_{}_is_it_installed"
116
msgstr ""
117
"Could not import '{}'. Is the module installed and visible to this Python"
118
" instance?"
119

    
120
#: src/hydrilla/builder/local_apt.py:199
121
msgid "gpg_couldnt_recv_key_{}"
122
msgstr "Could not import PGP key '{}'."
123

    
124
#: src/hydrilla/builder/local_apt.py:313
125
msgid "apt_install_output_not_understood"
126
msgstr "The output of an 'apt-get install' command was not understood."
127

    
128
#: src/hydrilla/builder/local_apt.py:339
129
msgid "apt_download_gave_bad_filename_{}"
130
msgstr "The 'apt-get download' command produced a file with unexpected name '{}'."
131

    
132
#: src/hydrilla/builder/piggybacking.py:102
133
msgid "loading_{}_outside_piggybacked_dir"
134
msgstr ""
135
"Attempt to load '{}' which lies outside piggybacked packages files root "
136
"directory."
137

    
138
#: src/hydrilla/util/_util.py:86
139
msgid "bad_comment"
140
msgstr "bad comment"
141

    
    (1-1/1)