1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Notes to translators re (C) and diacritics in names.

This commit is contained in:
Micah Cowan 2008-01-25 04:38:56 -08:00
parent 4468e19303
commit 01dfe8a759
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-01-25 Micah Cowan <micah@cowan.name>
* main.c: Added notes to translators regarding (C), diacritics
in names.
2007-12-10 Micah Cowan <micah@cowan.name>
* main.c: The option is --content-disposition, not

View File

@ -672,6 +672,8 @@ static void
print_version (void)
{
printf ("GNU Wget %s\n\n", version_string);
/* TRANSLATORS: When available, an actual copyright character
(cirle-c) should be used in preference to "(C)". */
fputs (_("\
Copyright (C) 2007 Free Software Foundation, Inc.\n"), stdout);
fputs (_("\
@ -679,6 +681,8 @@ License GPLv3+: GNU GPL version 3 or later\n\
<http://www.gnu.org/licenses/gpl.html>.\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n"), stdout);
/* TRANSLATORS: When available, please use the proper diacritics for
names such as this one. See en_US.po for reference. */
fputs (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"),
stdout);
fputs (_("Currently maintained by Micah Cowan <micah@cowan.name>.\n"),