diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-16 16:53:02 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-16 16:53:02 +0000 |
commit | a3b04981aee4c2f91609c55780f97a958f9819e3 (patch) | |
tree | 5b56653b8521c01519fda740e85f6f3ad86a6bbb | |
parent | 49e1e1ecf13d1fcc759f3360da9c3f42d0ef4cbe (diff) |
[CWEB] Translate another message string in CTANGLE.
git-svn-id: svn://tug.org/texlive/trunk@55567 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctangleboot.cin | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctang-w2c.ch | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 4012a3faad7..6e965535bf0 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-06-16 Andreas Scherer <https://ascherer.github.io> + + * ctangleboot.cin: Regenerate boot module. + 2020-06-15 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * gftodvi.ch: Suppress a compiler warning. diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin index 75c911374db..ac8fa68fe20 100644 --- a/Build/source/texk/web2c/ctangleboot.cin +++ b/Build/source/texk/web2c/ctangleboot.cin @@ -840,7 +840,7 @@ if(0==strcmp("/dev/stdout",output_file_name)) char in_buf[BUFSIZ+1]; int in_size,comparison= true; if((check_file= fopen(check_file_name,"r"))==NULL) -fatal("! Cannot open output file ",check_file_name); +fatal(_("! Cannot open output file "),check_file_name); /*:107*/ @@ -880,7 +880,7 @@ else if(0==strcmp("/dev/stderr",output_file_name)) char in_buf[BUFSIZ+1]; int in_size,comparison= true; if((check_file= fopen(check_file_name,"r"))==NULL) -fatal("! Cannot open output file ",check_file_name); +fatal(_("! Cannot open output file "),check_file_name); /*:107*/ diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 86787d60fc6..5edf62ba996 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,5 +1,6 @@ 2020-06-16 Andreas Scherer <https://ascherer.github.io> + * ctang-w2c.ch: Translate another message string. * ctwill-w2c.ch, * prod-twill.w: Page breaks for CWILL format. Fix final header. * texinputs/pdfctimac.tex: Alternative comment font (9pt). diff --git a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch index 050c18f60c7..9bb0effcc15 100644 --- a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch @@ -893,7 +893,7 @@ else { char in_buf[BUFSIZ+1]; int in_size,comparison=true; if((check_file=fopen(check_file_name,"r"))==NULL) - fatal("! Cannot open output file ",check_file_name); + fatal(_("! Cannot open output file "),check_file_name); @.Cannot open output file@> @* Put ``version'' information in a single spot. |