summaryrefslogtreecommitdiffstats
path: root/locale/en_US/libopkbuild_1.sh
blob: fb02288f1815a3e25b9e92589887100ca9dd35e0 (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
# opkbuild
# locale/en_US/libopkbuild_1
# English message strings for the "libopkbuild_1" text domain.
#
# Copyright (C) 2012 Patrick "P. J." McDermott
#
# This program 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 2 of the License, or
# (at your option) any later version.
#
# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.

# package.sm
msg_libopkbuild_1_unable_to_detect_package_format='Unable to detect package format'
msg_libopkbuild_1_bad_binary_name='Bad binary package name: "%s"'
msg_libopkbuild_1_duplicate_clean_binary_name='Duplicate clean binary package name: "%s"'

# control.sm
msg_libopkbuild_1_control_empty_line='empty line'
msg_libopkbuild_1_control_bad_nv='badly formatted control field'
msg_libopkbuild_1_control_unknown_field='unrecognized field "%s"'
msg_libopkbuild_1_control_duplicate_field='duplicate field "%s"'
msg_libopkbuild_1_control_found_contination='found continuation line where expected start of field'
msg_libopkbuild_1_list_item_separator=', '
msg_libopkbuild_1_control_missing_fields='missing fields: %s'

# changelog.sm
msg_libopkbuild_1_changelog_found_blank_line='found blank line where expected %s'
msg_libopkbuild_1_changelog_found_heading='found start of entry where expected %s'
msg_libopkbuild_1_changelog_bad_heading='badly formatted heading line'
msg_libopkbuild_1_changelog_bad_source='invalid source package name "%s"'
msg_libopkbuild_1_changelog_bad_source_version='invalid source package version identifier "%s"'
msg_libopkbuild_1_changelog_found_trailer='found trailer where expected %s'
msg_libopkbuild_1_changelog_bad_trailer='badly formatted trailer line'
msg_libopkbuild_1_changelog_found_change='found change data where expected %s'
msg_libopkbuild_1_changelog_bad_line='unrecognized line'
msg_libopkbuild_1_changelog_found_eof='found eof where expected %s'
msg_libopkbuild_1_changelog_expect_first_heading='first heading'
msg_libopkbuild_1_changelog_expect_start_changes='next heading or eof'
msg_libopkbuild_1_changelog_expect_next_or_eof='start of change data'
msg_libopkbuild_1_changelog_expect_changes_or_trailer='more change data or trailer'