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:
parent
a69719aa51
commit
4468e19303
@ -3,8 +3,8 @@
|
||||
* configure.ac: Added en_US LINGUA (generated).
|
||||
* po/Rules-quot: Added rule to copy en_US.po from en@quot.po.
|
||||
* po/boldquot.sed, po/quot.sed: Translate _all_ apostrophes we
|
||||
find, not just the ones used for quotes; and add a rule to write
|
||||
Hrvoje's last name properly. ^_^
|
||||
find, not just the ones used for quotes; and add rules to use
|
||||
the copyight symbol, and write Hrvoje's last name properly. ^_^
|
||||
* po/en@quot.po, po/en@boldquot.po: Updated by new rules.
|
||||
* po/en_US.po: Added.
|
||||
|
||||
|
@ -13,3 +13,4 @@ s/’/[0m’/g
|
||||
s/'/’/g
|
||||
# Special: write Hrvoje’s last name properly.
|
||||
s/Niksic/Nikšić/g
|
||||
s/opyright (C)/opyright ©/g
|
||||
|
@ -32,8 +32,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU wget 1.12-devel\n"
|
||||
"Report-Msgid-Bugs-To: wget@sunsite.dk\n"
|
||||
"POT-Creation-Date: 2008-01-24 23:27-0800\n"
|
||||
"PO-Revision-Date: 2008-01-24 23:27-0800\n"
|
||||
"POT-Creation-Date: 2008-01-25 00:04-0800\n"
|
||||
"PO-Revision-Date: 2008-01-25 00:04-0800\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -1503,7 +1503,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
|
||||
|
||||
#: src/main.c:675
|
||||
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
|
||||
msgid ""
|
||||
|
@ -29,8 +29,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU wget 1.12-devel\n"
|
||||
"Report-Msgid-Bugs-To: wget@sunsite.dk\n"
|
||||
"POT-Creation-Date: 2008-01-24 23:27-0800\n"
|
||||
"PO-Revision-Date: 2008-01-24 23:27-0800\n"
|
||||
"POT-Creation-Date: 2008-01-25 00:04-0800\n"
|
||||
"PO-Revision-Date: 2008-01-25 00:04-0800\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -1497,7 +1497,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
|
||||
|
||||
#: src/main.c:675
|
||||
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
|
||||
msgid ""
|
||||
|
@ -29,8 +29,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU wget 1.12-devel\n"
|
||||
"Report-Msgid-Bugs-To: wget@sunsite.dk\n"
|
||||
"POT-Creation-Date: 2008-01-24 23:27-0800\n"
|
||||
"PO-Revision-Date: 2008-01-24 23:27-0800\n"
|
||||
"POT-Creation-Date: 2008-01-25 00:04-0800\n"
|
||||
"PO-Revision-Date: 2008-01-25 00:04-0800\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -1497,7 +1497,7 @@ msgstr "GNU Wget %s, a non-interactive network retriever.\n"
|
||||
|
||||
#: src/main.c:675
|
||||
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
|
||||
msgid ""
|
||||
|
@ -9,3 +9,4 @@ s/“”/""/g
|
||||
s/'/’/g
|
||||
# Special: write Hrvoje’s last name properly.
|
||||
s/Niksic/Nikšić/g
|
||||
s/opyright (C)/opyright ©/g
|
||||
|
Loading…
Reference in New Issue
Block a user