X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=54e2c986d24bd8c998712c831b3877cb7fa05e71;hp=71920995dc21a326475e9d92f3bf436e0b023088;hb=01dfe8a75980bb739e62e303db055c4181099a7c;hpb=4468e19303b9ef862087eabf0ef7d3a03d19e29b 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"),