1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

Mark translatable string with `N_ (...)'.

This commit is contained in:
Jim Meyering
2002-10-03 09:31:12 +00:00
parent f91c0597b1
commit 4a6814ada7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
#define PROGRAM_NAME "df"
#define AUTHORS \
"Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert"
N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
char *xgetcwd ();
+1 -1
View File
@@ -63,7 +63,7 @@
#define PROGRAM_NAME "du"
#define AUTHORS \
"Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert"
N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
/* Initial size of the hash table. */
#define INITIAL_TABLE_SIZE 103
+1 -1
View File
@@ -46,7 +46,7 @@
#define PROGRAM_NAME "tail"
#define AUTHORS \
"Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
N_ ("Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering")
#ifndef ENOSYS
/* Some systems don't have ENOSYS -- this should be a big enough
+1 -1
View File
@@ -36,7 +36,7 @@
#define PROGRAM_NAME "touch"
#define AUTHORS \
"Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith"
N_ ("Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith")
#ifndef STDC_HEADERS
time_t time ();