From 7c3fc6b786c71c2fdd6a72dcf896fa9ea38b24f9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 02:48:06 +0100 Subject: i18n: dgit: mark some messages (5) Signed-off-by: Ian Jackson --- dgit | 59 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'dgit') diff --git a/dgit b/dgit index 2b4cad1..fe38f71 100755 --- a/dgit +++ b/dgit @@ -4426,7 +4426,7 @@ END } elsif (deliberately_not_fast_forward) { $forceflag = '+'; } else { - fail "dgit push: HEAD is not a descendant". + fail __ "dgit push: HEAD is not a descendant". " of the archive's version.\n". "To overwrite the archive's contents,". " pass --overwrite[=VERSION].\n". @@ -4436,7 +4436,7 @@ END } changedir $playground; - progress "checking that $dscfn corresponds to HEAD"; + progress f_ "checking that %s corresponds to HEAD", $dscfn; runcmd qw(dpkg-source -x --), $dscpath =~ m#^/# ? $dscpath : "$maindir/$dscpath"; my ($tree,$dir) = mktree_in_ud_from_only_subdir("source package"); @@ -4469,27 +4469,27 @@ END } } if (@mode_changes) { - fail <