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

Add rule to translate copyright (C) sign.

This commit is contained in:
Micah Cowan 2008-01-25 00:28:40 -08:00
parent a69719aa51
commit 4468e19303
6 changed files with 13 additions and 11 deletions

View File

@ -3,8 +3,8 @@
* configure.ac: Added en_US LINGUA (generated). * configure.ac: Added en_US LINGUA (generated).
* po/Rules-quot: Added rule to copy en_US.po from en@quot.po. * po/Rules-quot: Added rule to copy en_US.po from en@quot.po.
* po/boldquot.sed, po/quot.sed: Translate _all_ apostrophes we * po/boldquot.sed, po/quot.sed: Translate _all_ apostrophes we
find, not just the ones used for quotes; and add a rule to write find, not just the ones used for quotes; and add rules to use
Hrvoje's last name properly. ^_^ the copyight symbol, and write Hrvoje's last name properly. ^_^
* po/en@quot.po, po/en@boldquot.po: Updated by new rules. * po/en@quot.po, po/en@boldquot.po: Updated by new rules.
* po/en_US.po: Added. * po/en_US.po: Added.

View File

@ -13,3 +13,4 @@ s///g
s/'//g s/'//g
# Special: write Hrvojes last name properly. # Special: write Hrvojes last name properly.
s/Niksic/Nikšić/g s/Niksic/Nikšić/g
s/opyright (C)/opyright ©/g

View File

@ -32,8 +32,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU wget 1.12-devel\n" "Project-Id-Version: GNU wget 1.12-devel\n"
"Report-Msgid-Bugs-To: wget@sunsite.dk\n" "Report-Msgid-Bugs-To: wget@sunsite.dk\n"
"POT-Creation-Date: 2008-01-24 23:27-0800\n" "POT-Creation-Date: 2008-01-25 00:04-0800\n"
"PO-Revision-Date: 2008-01-24 23:27-0800\n" "PO-Revision-Date: 2008-01-25 00:04-0800\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -1503,7 +1503,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
#: src/main.c:675 #: src/main.c:675
msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n"
msgstr "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgstr "Copyright © 2007 Free Software Foundation, Inc.\n"
#: src/main.c:677 #: src/main.c:677
msgid "" msgid ""

View File

@ -29,8 +29,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU wget 1.12-devel\n" "Project-Id-Version: GNU wget 1.12-devel\n"
"Report-Msgid-Bugs-To: wget@sunsite.dk\n" "Report-Msgid-Bugs-To: wget@sunsite.dk\n"
"POT-Creation-Date: 2008-01-24 23:27-0800\n" "POT-Creation-Date: 2008-01-25 00:04-0800\n"
"PO-Revision-Date: 2008-01-24 23:27-0800\n" "PO-Revision-Date: 2008-01-25 00:04-0800\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -1497,7 +1497,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
#: src/main.c:675 #: src/main.c:675
msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n"
msgstr "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgstr "Copyright © 2007 Free Software Foundation, Inc.\n"
#: src/main.c:677 #: src/main.c:677
msgid "" msgid ""

View File

@ -29,8 +29,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU wget 1.12-devel\n" "Project-Id-Version: GNU wget 1.12-devel\n"
"Report-Msgid-Bugs-To: wget@sunsite.dk\n" "Report-Msgid-Bugs-To: wget@sunsite.dk\n"
"POT-Creation-Date: 2008-01-24 23:27-0800\n" "POT-Creation-Date: 2008-01-25 00:04-0800\n"
"PO-Revision-Date: 2008-01-24 23:27-0800\n" "PO-Revision-Date: 2008-01-25 00:04-0800\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -1497,7 +1497,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
#: src/main.c:675 #: src/main.c:675
msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgid "Copyright (C) 2007 Free Software Foundation, Inc.\n"
msgstr "Copyright (C) 2007 Free Software Foundation, Inc.\n" msgstr "Copyright © 2007 Free Software Foundation, Inc.\n"
#: src/main.c:677 #: src/main.c:677
msgid "" msgid ""

View File

@ -9,3 +9,4 @@ s/“”/""/g
s/'//g s/'//g
# Special: write Hrvojes last name properly. # Special: write Hrvojes last name properly.
s/Niksic/Nikšić/g s/Niksic/Nikšić/g
s/opyright (C)/opyright ©/g