diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-14 06:54:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-14 06:54:27 +0000 |
commit | 43a6f9d2d89c6c5c24b1613b4d5badebbab2c104 (patch) | |
tree | e6ec10974d90d7399f3764ca8f796d665800b5b4 | |
parent | 33795311baf10884d9e6423629f67a2b4483fc44 (diff) | |
download | coreutils-43a6f9d2d89c6c5c24b1613b4d5badebbab2c104.tar.xz |
(AUTHORS): Mark string for translation, since it contains the English word `and'.
-rw-r--r-- | src/cp.c | 2 | ||||
-rw-r--r-- | src/dd.c | 2 | ||||
-rw-r--r-- | src/ln.c | 2 | ||||
-rw-r--r-- | src/ls.c | 2 | ||||
-rw-r--r-- | src/mv.c | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -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 (); @@ -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 @@ -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. */ @@ -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 @@ -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 |