From: Jim Meyering Date: Tue, 14 Aug 2001 07:10:10 +0000 (+0000) Subject: (AUTHORS): Mark string for translation, since it contains the English word `and'. X-Git-Tag: TEXTUTILS-2_0_15~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1;p=thirdparty%2Fcoreutils.git (AUTHORS): Mark string for translation, since it contains the English word `and'. --- diff --git a/src/dirname.c b/src/dirname.c index 9fab87e84c..4042ec3526 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -31,7 +31,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dirname" -#define AUTHORS "David MacKenzie and Jim Meyering" +#define AUTHORS N_ ("David MacKenzie and Jim Meyering") /* The name this program was run with. */ char *program_name; diff --git a/src/env.c b/src/env.c index c31f7cf056..71aad732bd 100644 --- a/src/env.c +++ b/src/env.c @@ -90,7 +90,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "env" -#define AUTHORS "Richard Mlynarik and David MacKenzie" +#define AUTHORS N_ ("Richard Mlynarik and David MacKenzie") int putenv (); diff --git a/src/id.c b/src/id.c index b0613ae6e8..821d00abe4 100644 --- a/src/id.c +++ b/src/id.c @@ -33,7 +33,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "id" -#define AUTHORS "Arnold Robbins and David MacKenzie" +#define AUTHORS N_ ("Arnold Robbins and David MacKenzie") #ifndef _POSIX_VERSION struct passwd *getpwuid (); diff --git a/src/pathchk.c b/src/pathchk.c index e62a3b588c..132e59dac3 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -56,7 +56,7 @@ extern int errno; /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pathchk" -#define AUTHORS "David MacKenzie and Jim Meyering" +#define AUTHORS N_ ("David MacKenzie and Jim Meyering") #if HAVE_PATHCONF # ifndef PATH_MAX diff --git a/src/pinky.c b/src/pinky.c index e7899f552c..7d4e8060d4 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "pinky" -#define AUTHORS "Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi" +#define AUTHORS N_ ("Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi") #ifndef MAXHOSTNAMELEN # define MAXHOSTNAMELEN 64 diff --git a/src/printenv.c b/src/printenv.c index 1c6c028f06..624aee7a1d 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -40,7 +40,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "printenv" -#define AUTHORS "David MacKenzie and Richard Mlynarik" +#define AUTHORS N_ ("David MacKenzie and Richard Mlynarik") /* The name this program was run with. */ char *program_name; diff --git a/src/sleep.c b/src/sleep.c index c160413c03..c2d3656b6c 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -50,7 +50,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sleep" -#define AUTHORS "Jim Meyering and Paul Eggert" +#define AUTHORS N_ ("Jim Meyering and Paul Eggert") /* The name by which this program was run. */ char *program_name; diff --git a/src/tee.c b/src/tee.c index 48c42d1735..f9d4c19888 100644 --- a/src/tee.c +++ b/src/tee.c @@ -30,7 +30,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tee" -#define AUTHORS "Mike Parker, Richard M. Stallman, and David MacKenzie" +#define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie") int full_write (); diff --git a/src/test.c b/src/test.c index 8b5f7a8a76..70346db923 100644 --- a/src/test.c +++ b/src/test.c @@ -1056,7 +1056,7 @@ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ # define main test_command #endif -#define AUTHORS "FIXME: ksb and mjb" +#define AUTHORS N_ ("FIXME: ksb and mjb") /* * [: diff --git a/src/uptime.c b/src/uptime.c index 779dff73b6..bf59f19236 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uptime" -#define AUTHORS "Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi" +#define AUTHORS N_ ("Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi") int getloadavg (); diff --git a/src/users.c b/src/users.c index 2c1b519955..9e33ebed2f 100644 --- a/src/users.c +++ b/src/users.c @@ -32,7 +32,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "users" -#define AUTHORS "Joseph Arceneaux and David MacKenzie" +#define AUTHORS N_ ("Joseph Arceneaux and David MacKenzie") /* The name this program was run with. */ char *program_name; diff --git a/src/who.c b/src/who.c index 39cd085238..9b9f5e8dc3 100644 --- a/src/who.c +++ b/src/who.c @@ -38,7 +38,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "who" -#define AUTHORS "Joseph Arceneaux, David MacKenzie, and Michael Stone" +#define AUTHORS N_ ("Joseph Arceneaux, David MacKenzie, and Michael Stone") #ifndef MAXHOSTNAMELEN # define MAXHOSTNAMELEN 64