]> 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>
Mon, 13 Aug 2001 10:33:28 +0000 (10:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Aug 2001 10:33:28 +0000 (10:33 +0000)
14 files changed:
src/cat.c
src/comm.c
src/csplit.c
src/cut.c
src/md5sum.c
src/nl.c
src/paste.c
src/pr.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/uniq.c
src/wc.c

index 9587f78652ac88ff37658f8b3ca1ff4072c224b9..11c60082043246690520888a224d69ae3ed31c53 100644 (file)
--- 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
index 3be8e881f5a0d75809912168965d79b87e6145d6..e95dfe47c87519425bbdfc6a778af5d777c63771 100644 (file)
@@ -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
index e7e1f34cd5e470f02c15a0bd9dbbe5b7795238fc..77182d861870728745c68c5834a02da770b4d2a3 100644 (file)
@@ -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 <stdlib.h>
index c613d3878fff5d3e00aa399fb7ab9b1aa7a99621..7346beeb29b8d188ded85055974ab6a1ab2d0717 100644 (file)
--- 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                                                                   \
index 0b44485359cc443fb60afa2a09d03d27f7b90d43..92dde2b9db96574cce329d8cf1251d631f422f7a 100644 (file)
@@ -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.  */
index 26f2e4763b0a33c0897f52a634977b5b2c754623..4788dd9bf032cdeeec4308386b16a183d91d196b 100644 (file)
--- 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
index 7816137158e1bc8427e1d9468c98c735800ca6f7..8bd4443319b567e0a446e4a2bbad7fad43ea0388 100644 (file)
@@ -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'
index 5c5b96a1b21007e81e402f5f02959dee0542f476..9eb13f8d078d7e942c72d835f90d9852ccf90a3c 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
 /* 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
index 383b0381ab0392ba19e9bae80052a500fc44e661..1f59a9b7358c48db89e323f724385418f27a5fee 100644 (file)
@@ -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 <langinfo.h>
index c4823cc1c7592daf3f9406a2ce2232092a434ed3..7e31b0a0d8dd0624c1c7f37ab3019a7baab87310 100644 (file)
@@ -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 ();
 
index 7af18a5a2ded69c90a9a2adb538757e0162b288e..4ffadd46361f546a5894acc4eef9a966982d43bf 100644 (file)
--- 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;
index 56ae74df4917dcfc38debe8f8fcc5564d69aae79..7b06de71585ae6ba571087f5cfeee5640de083b8 100644 (file)
--- 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
index e58422baf740c49ac67c6c988ea14d4e34c294cf..f46bdaa52c4abe710749b677a97c17eaa6acbf23 100644 (file)
@@ -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                                           \
index c6e447c0c7676dbf0727691f8082d25a0498ef9c..5248acdcd6a9b7c60ffe11ef6911f26c6c16b73e 100644 (file)
--- 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)