summaryrefslogtreecommitdiffstats
path: root/locale/en_US.sh
blob: bd5e03f1a0ded985736216481ab1a39566014a7c (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# pro-archman
# locale/en_US/pro_archman.sh
# English message strings
#
# Copyright (C) 2013, 2014  Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
# The ProteanOS Archive Manager is free software: you can redistribute
# it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# The ProteanOS Archive Manager is distributed in the hope that it
# will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with the ProteanOS Archive Manager.  If not, see
# <http://www.gnu.org/licenses/>.

# src/pro-archman.sh
msg_pro_archman_lock_fail='The archive is locked by another process'

# Options
msg_pro_archman_opt_h_summary='print this help message'
msg_pro_archman_opt_V_summary='print version information'
msg_pro_archman_opt_v_summary='print verbose informational messages'
msg_pro_archman_opt_b_summary='set archive base directory to <base-dir>'
msg_pro_archman_opt_b_arg='<base-dir>'

# src/cmd.sh
msg_pro_archman_cmd_not_found='Command "%s" not found'
msg_pro_archman_cmd_usage='Usage: %s [<option> ...] %s %s'

# src/cmd/help.sh
msg_pro_archman_cmd_help_head='Usage: %s [<option> ...] <command> [<arg> ...]'
msg_pro_archman_cmd_help_opts_head='Options:'
msg_pro_archman_cmd_help_summary_head='Commands:'
msg_pro_archman_cmd_help_summary='print this help message'
msg_pro_archman_cmd_help_usage='[<command>]'

# src/cmd/version.sh
msg_pro_archman_cmd_version_summary='print version information'
msg_pro_archman_cmd_version_usage=''
msg_pro_archman_cmd_version_copyright='Copyright (C) %s %s
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.'

# src/cmd/include.sh
msg_pro_archman_cmd_include_summary='include packages described in changes files'
msg_pro_archman_cmd_include_usage='<changes> ...'

# src/include.sh
msg_pro_archman_include_invalid_changes='Invalid changes file "%s"'
msg_pro_archman_include_unknown_changes_format='%s: Unknown format "%s"'
msg_pro_archman_include_including='Including %s (%s) into %s/%s...'
msg_pro_archman_include_no_files='No package files to include'
msg_pro_archman_include_bvap_exists='Packages already exist for binary version %s, architecture %s, and platform %s'

# src/cmd/process-incoming.sh
msg_pro_archman_cmd_process_incoming_summary='include packages in incoming'
msg_pro_archman_cmd_process_incoming_usage=''
msg_pro_archman_cmd_process_incoming_processing='Processing changes in incoming...'

# src/cmd/remove.sh
msg_pro_archman_cmd_remove_summary='remove packages from a suite'
msg_pro_archman_cmd_remove_usage='<suite> <source>'

# src/remove.sh
msg_pro_archman_removing_from_suite='Removing package %s from suite %s/%s...'
msg_pro_archman_removing_from_suite_archplat='Removing package %s from suite %s/%s, architecture %s, and platform %s...'

# src/cmd/copy-suite.sh
msg_pro_archman_cmd_copy_suite_summary='copy packages from one suite to another'
msg_pro_archman_cmd_copy_suite_usage='<source-suite> <destination-suite>'

# src/cmd/remove-suite.sh
msg_pro_archman_cmd_remove_suite_summary='remove a suite'
msg_pro_archman_cmd_remove_suite_usage='<suite>'

# src/cmd/sign.sh
msg_pro_archman_cmd_sign_summary='re-sign all package feed index files'
msg_pro_archman_cmd_sign_usage=''

# src/suite.sh
msg_pro_archman_suite_copying='Copying suite %s/%s to suite %s/%s...'
msg_pro_archman_suite_removing='Removing suite %s/%s...'

# src/control.sh
msg_pro_archman_control_empty_line='empty line'
msg_pro_archman_control_bad_nv='badly formatted control field'
msg_pro_archman_control_unknown_field='unrecognized field "%s"'
msg_pro_archman_control_duplicate_field='duplicate field "%s"'
msg_pro_archman_control_found_contination='found continuation line where expected start of field'
msg_pro_archman_list_item_separator=', '
msg_pro_archman_control_missing_fields='missing fields: %s'

# src/index.sh
msg_pro_archman_feed_adding='Adding package %s to feed %s/%s/%s/%s/%s...'
msg_pro_archman_feed_removing='Removing package %s from feed %s/%s/%s/%s/%s...'
msg_pro_archman_updating_feeds='Updating feeds...'
msg_pro_archman_updating_feed='Updating feed %s/%s/%s/%s/%s...'

# src/garbage.sh
msg_pro_archman_collecting_garbage='Collecting garbage...'
msg_pro_archman_collecting_garbage_file='Deleting file %s...'
msg_pro_archman_marking_garbage_file='Marking file %s for future deletion...'

# src/main.sh
msg_pro_archman_conf_invalid='Invalid value for "%s" setting'