Project

General

Profile

« Previous | Next » 

Revision f42f5c19

Added by koszko over 1 year ago

incorporate version 2 of Hydrilla JSON schemas

View differences:

src/hydrilla/builder/locales/en_US/LC_MESSAGES/hydrilla-messages.po
7 7
msgstr ""
8 8
"Project-Id-Version: hydrilla.builder 0.1.dev16+g4e46d7f.d20220211\n"
9 9
"Report-Msgid-Bugs-To: koszko@koszko.org\n"
10
"POT-Creation-Date: 2022-05-11 11:10+0200\n"
10
"POT-Creation-Date: 2022-05-27 18:49+0200\n"
11 11
"PO-Revision-Date: 2022-02-12 00:00+0000\n"
12 12
"Last-Translator: Wojtek Kosior <koszko@koszko.org>\n"
13 13
"Language: en_US\n"
......
18 18
"Content-Transfer-Encoding: 8bit\n"
19 19
"Generated-By: Babel 2.8.0\n"
20 20

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

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

  
31
#: src/hydrilla/builder/build.py:198
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
32 38
msgid "path_contains_double_dot_{}"
33 39
msgstr ""
34 40
"Attempt to load '{}' which includes a forbidden parent reference ('..') "
35 41
"in the path."
36 42

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

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

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

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

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

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

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

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

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

  
81
#: src/hydrilla/builder/build.py:432
87
#: src/hydrilla/builder/build.py:443
82 88
#, python-format
83 89
msgid "%(prog)s_%(version)s_license"
84 90
msgstr ""
......
89 95
"This is free software: you are free to change and redistribute it.\n"
90 96
"There is NO WARRANTY, to the extent permitted by law."
91 97

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

  
......
105 111
msgid "distro_{}_unknown"
106 112
msgstr "Attempt to use an unknown software distribution '{}'."
107 113

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

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

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

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

  
......
129 135
"Attempt to load '{}' which lies outside piggybacked packages files root "
130 136
"directory."
131 137

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

  

Also available in: Unified diff