(AUTHORS): Mark string for translation, since it contains the English word `and'.
authorJim Meyering <jim@meyering.net>
Tue, 14 Aug 2001 06:54:27 +0000 (06:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Aug 2001 06:54:27 +0000 (06:54 +0000)
src/cp.c
src/dd.c
src/ln.c
src/ls.c
src/mv.c

index eb056c9..7c50a7d 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -50,7 +50,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "cp"
 
-#define AUTHORS "Torbjorn Granlund, David MacKenzie, and Jim Meyering"
+#define AUTHORS N_ ("Torbjorn Granlund, David MacKenzie, and Jim Meyering")
 
 #ifndef _POSIX_VERSION
 uid_t geteuid ();
index b493acc..c44eecb 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -42,7 +42,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "dd"
 
-#define AUTHORS "Paul Rubin, David MacKenzie, and Stuart Kemp"
+#define AUTHORS N_ ("Paul Rubin, David MacKenzie, and Stuart Kemp")
 
 #ifndef SIGINFO
 # define SIGINFO SIGUSR1
index ec85c81..a12879f 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -36,7 +36,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "ln"
 
-#define AUTHORS "Mike Parker and David MacKenzie"
+#define AUTHORS N_ ("Mike Parker and David MacKenzie")
 
 /* For long options that have no equivalent short option, use a
    non-character as a pseudo short option, starting with CHAR_MAX + 1.  */
index da8d951..6033231 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -132,7 +132,7 @@ int wcwidth ();
                      : (ls_mode == LS_MULTI_COL \
                         ? "dir" : "vdir"))
 
-#define AUTHORS "Richard Stallman and David MacKenzie"
+#define AUTHORS N_ ("Richard Stallman and David MacKenzie")
 
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
index c31b7d4..e403697 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -40,7 +40,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "mv"
 
-#define AUTHORS "Mike Parker, David MacKenzie, and Jim Meyering"
+#define AUTHORS N_ ("Mike Parker, David MacKenzie, and Jim Meyering")
 
 /* Initial number of entries in each hash table entry's table of inodes.  */
 #define INITIAL_HASH_MODULE 100