]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-missing-nls.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-missing-nls.patch
CommitLineData
277c4a9d
JB
1--- glibc-2.3.1/sunrpc/rpc_main.c.orig Fri Nov 2 03:15:17 2001
2+++ glibc-2.3.1/sunrpc/rpc_main.c Mon Nov 11 14:07:24 2002
3@@ -185,6 +185,9 @@
4 {
5 struct commandline cmd;
6
7+ setlocale (LC_ALL, "");
8+ textdomain ("libc");
9+
10 (void) memset ((char *) &cmd, 0, sizeof (struct commandline));
11 clear_args ();
12 if (!parseargs (argc, argv, &cmd))
13@@ -1437,30 +1440,30 @@
14 static void
15 options_usage (void)
16 {
17- f_print (stderr, "options:\n");
18- f_print (stderr, "-a\t\tgenerate all files, including samples\n");
19- f_print (stderr, "-b\t\tbackward compatibility mode (generates code for SunOS 4.1)\n");
20- f_print (stderr, "-c\t\tgenerate XDR routines\n");
21- f_print (stderr, "-C\t\tANSI C mode\n");
22- f_print (stderr, "-Dname[=value]\tdefine a symbol (same as #define)\n");
23- f_print (stderr, "-h\t\tgenerate header file\n");
24- f_print (stderr, "-i size\t\tsize at which to start generating inline code\n");
25- f_print (stderr, "-I\t\tgenerate code for inetd support in server (for SunOS 4.1)\n");
26- f_print (stderr, "-K seconds\tserver exits after K seconds of inactivity\n");
27- f_print (stderr, "-l\t\tgenerate client side stubs\n");
28- f_print (stderr, "-L\t\tserver errors will be printed to syslog\n");
29- f_print (stderr, "-m\t\tgenerate server side stubs\n");
30- f_print (stderr, "-M\t\tgenerate MT-safe code\n");
31- f_print (stderr, "-n netid\tgenerate server code that supports named netid\n");
32- f_print (stderr, "-N\t\tsupports multiple arguments and call-by-value\n");
33- f_print (stderr, "-o outfile\tname of the output file\n");
34- f_print (stderr, "-s nettype\tgenerate server code that supports named nettype\n");
35- f_print (stderr, "-Sc\t\tgenerate sample client code that uses remote procedures\n");
36- f_print (stderr, "-Ss\t\tgenerate sample server code that defines remote procedures\n");
37- f_print (stderr, "-Sm \t\tgenerate makefile template \n");
38- f_print (stderr, "-t\t\tgenerate RPC dispatch table\n");
39- f_print (stderr, "-T\t\tgenerate code to support RPC dispatch tables\n");
40- f_print (stderr, "-Y path\t\tdirectory name to find C preprocessor (cpp)\n");
41+ f_print (stderr, _("options:\n"));
42+ f_print (stderr, _("-a\t\tgenerate all files, including samples\n"));
43+ f_print (stderr, _("-b\t\tbackward compatibility mode (generates code for SunOS 4.1)\n"));
44+ f_print (stderr, _("-c\t\tgenerate XDR routines\n"));
45+ f_print (stderr, _("-C\t\tANSI C mode\n"));
46+ f_print (stderr, _("-Dname[=value]\tdefine a symbol (same as #define)\n"));
47+ f_print (stderr, _("-h\t\tgenerate header file\n"));
48+ f_print (stderr, _("-i size\t\tsize at which to start generating inline code\n"));
49+ f_print (stderr, _("-I\t\tgenerate code for inetd support in server (for SunOS 4.1)\n"));
50+ f_print (stderr, _("-K seconds\tserver exits after K seconds of inactivity\n"));
51+ f_print (stderr, _("-l\t\tgenerate client side stubs\n"));
52+ f_print (stderr, _("-L\t\tserver errors will be printed to syslog\n"));
53+ f_print (stderr, _("-m\t\tgenerate server side stubs\n"));
54+ f_print (stderr, _("-M\t\tgenerate MT-safe code\n"));
55+ f_print (stderr, _("-n netid\tgenerate server code that supports named netid\n"));
56+ f_print (stderr, _("-N\t\tsupports multiple arguments and call-by-value\n"));
57+ f_print (stderr, _("-o outfile\tname of the output file\n"));
58+ f_print (stderr, _("-s nettype\tgenerate server code that supports named nettype\n"));
59+ f_print (stderr, _("-Sc\t\tgenerate sample client code that uses remote procedures\n"));
60+ f_print (stderr, _("-Ss\t\tgenerate sample server code that defines remote procedures\n"));
61+ f_print (stderr, _("-Sm \t\tgenerate makefile template \n"));
62+ f_print (stderr, _("-t\t\tgenerate RPC dispatch table\n"));
63+ f_print (stderr, _("-T\t\tgenerate code to support RPC dispatch tables\n"));
64+ f_print (stderr, _("-Y path\t\tdirectory name to find C preprocessor (cpp)\n"));
65
66 exit (1);
67 }
68--- glibc-2.3.1/argp/argp-parse.c.orig Mon Apr 8 10:19:12 2002
69+++ glibc-2.3.1/argp/argp-parse.c Mon Nov 11 14:09:28 2002
70@@ -99,8 +99,8 @@
71 {
72 {"help", '?', 0, 0, N_("Give this help list"), -1},
73 {"usage", OPT_USAGE, 0, 0, N_("Give a short usage message")},
74- {"program-name",OPT_PROGNAME,"NAME", OPTION_HIDDEN, N_("Set the program name")},
75- {"HANG", OPT_HANG, "SECS", OPTION_ARG_OPTIONAL | OPTION_HIDDEN,
76+ {"program-name",OPT_PROGNAME,N_("NAME"), OPTION_HIDDEN, N_("Set the program name")},
77+ {"HANG", OPT_HANG, N_("SECS"), OPTION_ARG_OPTIONAL | OPTION_HIDDEN,
78 N_("Hang for SECS seconds (default 3600)")},
79 {0, 0}
80 };
129f1b91
JB
81--- glibc-2.3.6/timezone/zdump.c.orig 2005-10-17 07:14:28.000000000 +0200
82+++ glibc-2.3.6/timezone/zdump.c 2005-11-05 07:33:38.167505808 +0100
83@@ -226,7 +226,7 @@
84 return;
85 (void) fflush(stdout);
86 (void) fprintf(stderr,
87- "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n",
88+ _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
89 progname, zone, abbr, wp);
90 warned = TRUE;
91 }
92--- glibc-2.3.6/po/pl.po.orig 2004-11-27 02:09:53.487997720 +0100
93+++ glibc-2.3.6/po/pl.po 2004-11-27 02:55:18.072797872 +0100
c4dbcf20 94@@ -1713,7 +1713,8 @@
277c4a9d
JB
95 msgid "Another string for testing."
96