From 1e4a6cbe1c35bd84fd135fffdf23a0d9a50631b1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Aug 2001 07:10:10 +0000 Subject: (AUTHORS): Mark string for translation, since it contains the English word `and'. --- src/dirname.c | 2 +- src/env.c | 2 +- src/id.c | 2 +- src/pathchk.c | 2 +- src/pinky.c | 2 +- src/printenv.c | 2 +- src/sleep.c | 2 +- src/tee.c | 2 +- src/test.c | 2 +- src/uptime.c | 2 +- src/users.c | 2 +- src/who.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/dirname.c b/src/dirname.c index 9fab87e84..4042ec352 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 c31f7cf05..71aad732b 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 b0613ae6e..821d00abe 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 e62a3b588..132e59dac 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 e7899f552..7d4e8060d 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 1c6c028f0..624aee7a1 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 c160413c0..c2d3656b6 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 48c42d173..f9d4c1988 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 8b5f7a8a7..70346db92 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 779dff73b..bf59f1923 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 2c1b51995..9e33ebed2 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 39cd08523..9b9f5e8dc 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 -- cgit v1.2.3-54-g00ecf