From: Jim Meyering Date: Mon, 13 Aug 2001 10:33:28 +0000 (+0000) Subject: (AUTHORS): Mark string for translation, since it contains the English word `and'. X-Git-Tag: TEXTUTILS-2_0_15~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41a201e991b0eef5f0c97b0f24b8d4d1457ff9a1;p=thirdparty%2Fcoreutils.git (AUTHORS): Mark string for translation, since it contains the English word `and'. --- diff --git a/src/cat.c b/src/cat.c index 9587f78652..11c6008204 100644 --- a/src/cat.c +++ b/src/cat.c @@ -38,7 +38,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cat" -#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" +#define AUTHORS N_ ("Torbjorn Granlund and Richard M. Stallman") /* Undefine, to avoid warning about redefinition on some systems. */ #undef max diff --git a/src/comm.c b/src/comm.c index 3be8e881f5..e95dfe47c8 100644 --- a/src/comm.c +++ b/src/comm.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "comm" -#define AUTHORS "Richard Stallman and David MacKenzie" +#define AUTHORS N_ ("Richard Stallman and David MacKenzie") /* Undefine, to avoid warning about redefinition on some systems. */ #undef min diff --git a/src/csplit.c b/src/csplit.c index e7e1f34cd5..77182d8618 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -40,7 +40,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "csplit" -#define AUTHORS "Stuart Kemp and David MacKenzie" +#define AUTHORS N_ ("Stuart Kemp and David MacKenzie") #ifdef STDC_HEADERS # include diff --git a/src/cut.c b/src/cut.c index c613d3878f..7346beeb29 100644 --- a/src/cut.c +++ b/src/cut.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "cut" -#define AUTHORS "David Ihnat, David MacKenzie, and Jim Meyering" +#define AUTHORS N_ ("David Ihnat, David MacKenzie, and Jim Meyering") #define FATAL_ERROR(Message) \ do \ diff --git a/src/md5sum.c b/src/md5sum.c index 0b44485359..92dde2b9db 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -35,7 +35,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME (algorithm == ALG_MD5 ? "md5sum" : "shasum") -#define AUTHORS "Ulrich Drepper and Scott Miller" +#define AUTHORS N_ ("Ulrich Drepper and Scott Miller") /* Most systems do not distinguish between external and internal text representations. */ diff --git a/src/nl.c b/src/nl.c index 26f2e4763b..4788dd9bf0 100644 --- a/src/nl.c +++ b/src/nl.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "nl" -#define AUTHORS "Scott Bartram and David MacKenzie" +#define AUTHORS N_ ("Scott Bartram and David MacKenzie") #ifndef TRUE # define TRUE 1 diff --git a/src/paste.c b/src/paste.c index 7816137158..8bd4443319 100644 --- a/src/paste.c +++ b/src/paste.c @@ -47,7 +47,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "paste" -#define AUTHORS "David M. Ihnat and David MacKenzie" +#define AUTHORS N_ ("David M. Ihnat and David MacKenzie") /* Indicates that no delimiter should be added in the current position. */ #define EMPTY_DELIM '\0' diff --git a/src/pr.c b/src/pr.c index 5c5b96a1b2..9eb13f8d07 100644 --- a/src/pr.c +++ b/src/pr.c @@ -323,7 +323,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pr" -#define AUTHORS "Pete TerMaat and Roland Huebner" +#define AUTHORS N_ ("Pete TerMaat and Roland Huebner") #ifndef TRUE # define TRUE 1 diff --git a/src/sort.c b/src/sort.c index 383b0381ab..1f59a9b735 100644 --- a/src/sort.c +++ b/src/sort.c @@ -50,7 +50,7 @@ struct rlimit { size_t rlim_cur; }; /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sort" -#define AUTHORS "Mike Haertel and Paul Eggert" +#define AUTHORS N_ ("Mike Haertel and Paul Eggert") #if defined ENABLE_NLS && HAVE_LANGINFO_H # include diff --git a/src/split.c b/src/split.c index c4823cc1c7..7e31b0a0d8 100644 --- a/src/split.c +++ b/src/split.c @@ -36,7 +36,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "split" -#define AUTHORS "Torbjorn Granlund and Richard M. Stallman" +#define AUTHORS N_ ("Torbjorn Granlund and Richard M. Stallman") int full_write (); diff --git a/src/sum.c b/src/sum.c index 7af18a5a2d..4ffadd4636 100644 --- a/src/sum.c +++ b/src/sum.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sum" -#define AUTHORS "Kayvan Aghaiepour and David MacKenzie" +#define AUTHORS N_ ("Kayvan Aghaiepour and David MacKenzie") /* The name this program was run with. */ char *program_name; diff --git a/src/tac.c b/src/tac.c index 56ae74df49..7b06de7158 100644 --- a/src/tac.c +++ b/src/tac.c @@ -51,7 +51,7 @@ tac -r -s '.\| /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tac" -#define AUTHORS "Jay Lepreau and David MacKenzie" +#define AUTHORS N_ ("Jay Lepreau and David MacKenzie") #if defined __MSDOS__ || defined _WIN32 /* Define this to non-zero on systems for which the regular mechanism diff --git a/src/uniq.c b/src/uniq.c index e58422baf7..f46bdaa52c 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -34,7 +34,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uniq" -#define AUTHORS "Richard Stallman and David MacKenzie" +#define AUTHORS N_ ("Richard Stallman and David MacKenzie") #define SWAP_LINES(A, B) \ do \ diff --git a/src/wc.c b/src/wc.c index c6e447c0c7..5248acdcd6 100644 --- a/src/wc.c +++ b/src/wc.c @@ -71,7 +71,7 @@ extern int wcwidth (); /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "wc" -#define AUTHORS "Paul Rubin and David MacKenzie" +#define AUTHORS N_ ("Paul Rubin and David MacKenzie") /* Size of atomic reads. */ #define BUFFER_SIZE (16 * 1024)