From: Micah Cowan Date: Fri, 25 Jan 2008 12:38:56 +0000 (-0800) Subject: Notes to translators re (C) and diacritics in names. X-Git-Tag: v1.13~472 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=01dfe8a75980bb739e62e303db055c4181099a7c Notes to translators re (C) and diacritics in names. --- diff --git a/src/ChangeLog b/src/ChangeLog index 774680ed..78a692d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-25 Micah Cowan + + * main.c: Added notes to translators regarding (C), diacritics + in names. + 2007-12-10 Micah Cowan * main.c: The option is --content-disposition, not diff --git a/src/main.c b/src/main.c index 71920995..54e2c986 100644 --- a/src/main.c +++ b/src/main.c @@ -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\ .\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 .\n"), stdout); fputs (_("Currently maintained by Micah Cowan .\n"),