]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AUTHORS): Mark string for translation, since it contains the English word `and'.
authorJim Meyering <jim@meyering.net>
Tue, 14 Aug 2001 07:10:10 +0000 (07:10 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Aug 2001 07:10:10 +0000 (07:10 +0000)
12 files changed:
src/dirname.c
src/env.c
src/id.c
src/pathchk.c
src/pinky.c
src/printenv.c
src/sleep.c
src/tee.c
src/test.c
src/uptime.c
src/users.c
src/who.c

index 9fab87e84cebdcf4239000dd3264b48d22ad6741..4042ec3526520e7ff7a00d24a4ec85acb88cbaae 100644 (file)
@@ -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;
index c31f7cf056a1aef5084a2465c1bdfed4f83d8ac1..71aad732bdd26a10ffa0c812e290a5cc12079c09 100644 (file)
--- 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 ();
 
index b0613ae6e80d19daf9ea70fb61eb3b8221f345bc..821d00abe4dd0dee8aefa1d341d95b31bc7c2fbc 100644 (file)
--- 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 ();
index e62a3b588ce157797842bef04325fb1568abf1c8..132e59dac3145f975e32027e55c861dbb79d0f39 100644 (file)
@@ -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
index e7899f552c57ea488140de6597fcd7566387695f..7d4e8060d488611ab237fccba0cdede11fe34485 100644 (file)
@@ -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
index 1c6c028f0615503ce449bf98e94e633a9321fe6a..624aee7a1dfb0a8364de296f2c3c5137fea703bf 100644 (file)
@@ -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;
index c160413c0334532350fc5ec2a2e2dcfba3e4ae6f..c2d3656b6cb71bef5689d22d928d358f03bbbfbf 100644 (file)
@@ -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;
index 48c42d1735477f2d9c087100c413aa86d5e49525..f9d4c19888611490d7a336c8ba3d92bc55d7ecaf 100644 (file)
--- 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 ();
 
index 8b5f7a8a7673ab2ba5cd46b55fa4429c0a0c271a..70346db923c08ec4b9efaa66a9285c197419d7d4 100644 (file)
@@ -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")
 
 /*
  * [:
index 779dff73b6d11750c19c297971fc5f39bef21529..bf59f192369b69f902d8b729b5dd30ca28ed27de 100644 (file)
@@ -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 ();
 
index 2c1b5199551ac46e1aae95dd2aa356045352a28e..9e33ebed2f6bc8a28451316cab2510f789cd11e5 100644 (file)
@@ -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;
index 39cd0852388477377393f0618fbee8676124ba74..9b9f5e8dc3413fac0b758e38a277c98fede202c9 100644 (file)
--- 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