Skip to content

Commit e0b46ff

Browse files
authored
Fix root files: translation quality and typos (#1021)
- bookinfo.xml: 服从→遵守 (legal context), translate "license"→"许可" - preface.xml: 利用了→借鉴了 (draws upon, not utilizes) - translation.xml: 可与→可于 typo, http→https URL
1 parent 8ea9542 commit e0b46ff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bookinfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<legalnotice xml:id="copyright" xmlns:xlink="http://www.w3.org/1999/xlink">
3535
<info><title>版权信息</title></info>
3636
<simpara>
37-
Copyright © 1997 - <?dbtimestamp format="Y"?>,PHP 文档组版权所有。发行本资料必须服从
37+
Copyright © 1997 - <?dbtimestamp format="Y"?>,PHP 文档组版权所有。分发本资料须遵守
3838
Creative Commons Attribution 3.0 或更新版许可中阐明的条款及条件。<link linkend="cc.license">Creative
39-
Commons Attribution 3.0 license</link> 的副本已随本手册发行。其最新版本位于
39+
Commons Attribution 3.0 许可</link>的副本已随本手册发行。其最新版本位于
4040
<link xlink:href="&url.cc.by;">&url.cc.by;</link>。
4141
</simpara>
4242
</legalnotice>

preface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<simpara>
1111
<acronym>PHP</acronym>,即 <emphasis>PHP: Hypertext
1212
Preprocessor</emphasis>,是一种被广泛应用的开源通用脚本语言,尤其适用于 Web 开发并可嵌入 HTML
13-
中去。它的语法利用了 C、Java 和 Perl,易于学习。该语言的主要目标是允许 web 开发人员快速编写动态生成的 web
13+
中去。它的语法借鉴了 C、Java 和 Perl,易于学习。该语言的主要目标是允许 web 开发人员快速编写动态生成的 web
1414
页面,但 PHP 的用途远不只于此。
1515
</simpara>
1616
</abstract>

translation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<chmindex>
1414
本文件生成日期:<datetime /><br />
15-
最新版本可与 <a href="http://www.php.net/download-docs">http://www.php.net/download-docs</a> 处下载。
15+
最新版本可于 <a href="https://www.php.net/download-docs">https://www.php.net/download-docs</a> 处下载。
1616
</chmindex>
1717

1818
<translators>

0 commit comments

Comments
 (0)