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:
@@ -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 ();
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user