Project

General

Profile

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

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

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-11 11:10+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:118
22
#: src/hydrilla/builder/local_apt.py:407
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:122
27
#: src/hydrilla/builder/local_apt.py:411
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:216
46
msgid "referenced_file_{}_missing"
47
msgstr "Referenced file '{}' is missing."
48

    
49
#: src/hydrilla/builder/build.py:351
50
msgid "report_spdx_not_in_copyright_list"
51
msgstr ""
52
"Told to generate 'report.spdx' but 'report.spdx' is not listed among "
53
"copyright files. Refusing to proceed."
54

    
55
#: src/hydrilla/builder/build.py:422
56
msgid "build_package_from_srcdir_to_dstdir"
57
msgstr ""
58
"Build Hydrilla package from `scrdir` and write the resulting files under "
59
"`dstdir`."
60

    
61
#: src/hydrilla/builder/build.py:424
62
msgid "source_directory_to_build_from"
63
msgstr "Source directory to build from."
64

    
65
#: src/hydrilla/builder/build.py:426
66
msgid "path_instead_of_index_json"
67
msgstr ""
68
"Path to file to be processed instead of index.json (if not absolute, "
69
"resolved relative to srcdir)."
70

    
71
#: src/hydrilla/builder/build.py:428
72
msgid "path_instead_for_piggyback_files"
73
msgstr ""
74
"Path to a non-standard directory with foreign packages' archive files to "
75
"use."
76

    
77
#: src/hydrilla/builder/build.py:430
78
msgid "built_package_files_destination"
79
msgstr "Destination directory to write built package files to."
80

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

    
92
#: src/hydrilla/builder/build.py:433
93
msgid "version_printing"
94
msgstr "Print version information and exit."
95

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

    
100
#: src/hydrilla/builder/common_errors.py:65
101
msgid "STDERR_OUTPUT_heading"
102
msgstr "## Command's standard error output ##"
103

    
104
#: src/hydrilla/builder/local_apt.py:147
105
msgid "distro_{}_unknown"
106
msgstr "Attempt to use an unknown software distribution '{}'."
107

    
108
#: src/hydrilla/builder/local_apt.py:190
109
msgid "couldnt_import_{}_is_it_installed"
110
msgstr ""
111
"Could not import '{}'. Is the module installed and visible to this Python"
112
" instance?"
113

    
114
#: src/hydrilla/builder/local_apt.py:198
115
msgid "gpg_couldnt_recv_key_{}"
116
msgstr "Could not import PGP key '{}'."
117

    
118
#: src/hydrilla/builder/local_apt.py:312
119
msgid "apt_install_output_not_understood"
120
msgstr "The output of an 'apt-get install' command was not understood."
121

    
122
#: src/hydrilla/builder/local_apt.py:338
123
msgid "apt_download_gave_bad_filename_{}"
124
msgstr "The 'apt-get download' command produced a file with unexpected name '{}'."
125

    
126
#: src/hydrilla/builder/piggybacking.py:102
127
msgid "loading_{}_outside_piggybacked_dir"
128
msgstr ""
129
"Attempt to load '{}' which lies outside piggybacked packages files root "
130
"directory."
131

    
132
#: src/hydrilla/util/_util.py:79
133
msgid "bad_comment"
134
msgstr "bad comment"
135

    
    (1-1/1)