summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2019-05-23 11:47:27 -0400
committerShaun McCance <shaunm@redhat.com>2019-05-23 11:47:27 -0400
commit4bf368da207fa1855ef08f99f0db036e71df5b09 (patch)
tree16daae125ed2514f052c06acf6ab14a7940266f3
parent750548d706ca8a9272fd666f47015575fccf14f0 (diff)
parent0d744827fee75f48db71830508b7deb8f438f572 (diff)
downloadyelp-xsl-4bf368da207fa1855ef08f99f0db036e71df5b09.tar.gz
Merge branch 'master' into jbicha/yelp-xsl-bye-intltool
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
-rw-r--r--doc/yelp-xsl/C/color.blue.page2
-rw-r--r--doc/yelp-xsl/C/color.gray.page2
-rw-r--r--doc/yelp-xsl/C/color.green.page2
-rw-r--r--doc/yelp-xsl/C/color.orange.page2
-rw-r--r--doc/yelp-xsl/C/color.purple.page2
-rw-r--r--doc/yelp-xsl/C/color.red.page2
-rw-r--r--doc/yelp-xsl/C/color.yellow.page2
-rw-r--r--doc/yelp-xsl/C/mal-cache.page6
-rw-r--r--doc/yelp-xsl/C/mal2html-inline.page16
-rw-r--r--doc/yelp-xsl/C/mal2html-page.page18
-rw-r--r--doc/yelp-xsl/C/mal2html.editor.badge.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.editor.banner.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.links.prevnext.page6
-rw-r--r--doc/yelp-xsl/C/mal2html.links.series.next.page4
-rw-r--r--doc/yelp-xsl/C/mal2html.page.about.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.empty.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.link.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.trail.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.page.linktrails.trail.prefix.page9
-rw-r--r--doc/yelp-xsl/C/mal2html.section.page9
-rw-r--r--doc/yelp-xsl/Makefile.am12
-rw-r--r--po/is.po166
-rw-r--r--po/nl.po295
-rw-r--r--po/zh_CN.po195
-rw-r--r--xslt/common/color.xsl14
-rw-r--r--xslt/mallard/html/mal2xhtml.xsl1
29 files changed, 488 insertions, 365 deletions
diff --git a/NEWS b/NEWS
index 82925be6..98c86e8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.32.1
+======
+* Added Mallard 1.1 to supported list for conditionals
+
+3.32.0
+======
+* Updated translations:
+ is (Sveinn í Felli)
+ nl (Nathan Follens)
+
+3.31.90
+=======
+* Refresh colors for new GNOME HIG colors
+* Support for Mallard 1.1 hi element
+* Initial work on Mallard 1.2 stack element
+* Added ui-expander-preview style for expanders
+* Converted xsldoc docs to Ducktype
+* Updated translations:
+ be (Yuras Shumovich)
+ ml (Anish Sheela)
+ ru (Stas Solovey)
+ sr (Марко Костић)
+
3.30.0
======
* Added stock sidebar support
diff --git a/configure.ac b/configure.ac
index 2c7d5a81..2f13c496 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Do not split AC_INIT across multiple lines without making localbuild.sh smarter
-AC_INIT([yelp-xsl],[3.30.0],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
+AC_INIT([yelp-xsl],[3.32.1],[https://gitlab.gnome.org/gnome/yelp-xsl/issues])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/yelp-xsl/C/color.blue.page b/doc/yelp-xsl/C/color.blue.page
index 2ca6e407..594038ad 100644
--- a/doc/yelp-xsl/C/color.blue.page
+++ b/doc/yelp-xsl/C/color.blue.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.blue</code></title>
- <p><code>'#3465a4'</code></p>
+ <p><code>'#3584e4'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.gray.page b/doc/yelp-xsl/C/color.gray.page
index 382974c1..af09db01 100644
--- a/doc/yelp-xsl/C/color.gray.page
+++ b/doc/yelp-xsl/C/color.gray.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.gray</code></title>
- <p><code>'#babdb6'</code></p>
+ <p><code>'#c0bfbc'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.green.page b/doc/yelp-xsl/C/color.green.page
index 23929dbf..5c2a442b 100644
--- a/doc/yelp-xsl/C/color.green.page
+++ b/doc/yelp-xsl/C/color.green.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.green</code></title>
- <p><code>'#73d216'</code></p>
+ <p><code>'#57e389'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.orange.page b/doc/yelp-xsl/C/color.orange.page
index 38a97f87..bc7ee287 100644
--- a/doc/yelp-xsl/C/color.orange.page
+++ b/doc/yelp-xsl/C/color.orange.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.orange</code></title>
- <p><code>'#f57900'</code></p>
+ <p><code>'#ffa348'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.purple.page b/doc/yelp-xsl/C/color.purple.page
index b81ad004..c63e9df7 100644
--- a/doc/yelp-xsl/C/color.purple.page
+++ b/doc/yelp-xsl/C/color.purple.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.purple</code></title>
- <p><code>'#75507b'</code></p>
+ <p><code>'#a347ba'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.red.page b/doc/yelp-xsl/C/color.red.page
index 592b3b1c..a381ab5d 100644
--- a/doc/yelp-xsl/C/color.red.page
+++ b/doc/yelp-xsl/C/color.red.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.red</code></title>
- <p><code>'#cc0000'</code></p>
+ <p><code>'#c01c28'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/color.yellow.page b/doc/yelp-xsl/C/color.yellow.page
index 3206fba9..ac1c398f 100644
--- a/doc/yelp-xsl/C/color.yellow.page
+++ b/doc/yelp-xsl/C/color.yellow.page
@@ -14,7 +14,7 @@
<terms>
<item>
<title><code>color.yellow</code></title>
- <p><code>'#edd400'</code></p>
+ <p><code>'#f8e45c'</code></p>
</item>
</terms>
</synopsis>
diff --git a/doc/yelp-xsl/C/mal-cache.page b/doc/yelp-xsl/C/mal-cache.page
index 9f131496..f682fefe 100644
--- a/doc/yelp-xsl/C/mal-cache.page
+++ b/doc/yelp-xsl/C/mal-cache.page
@@ -53,6 +53,12 @@
<tr>
<td/>
<td>
+ <p><code>mal:stack</code></p>
+ </td>
+ </tr>
+ <tr>
+ <td/>
+ <td>
<p><code>mal:page</code></p>
</td>
</tr>
diff --git a/doc/yelp-xsl/C/mal2html-inline.page b/doc/yelp-xsl/C/mal2html-inline.page
index 24565ee0..a1b04e5b 100644
--- a/doc/yelp-xsl/C/mal2html-inline.page
+++ b/doc/yelp-xsl/C/mal2html-inline.page
@@ -98,6 +98,14 @@
<p><code xref="mal2html.inline.content.mode">mal2html.inline.content.mode</code></p>
</td>
<td>
+ <p><code>mal:hi</code></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p><code xref="mal2html.inline.content.mode">mal2html.inline.content.mode</code></p>
+ </td>
+ <td>
<p><code>mal:key</code></p>
</td>
</tr>
@@ -210,6 +218,14 @@
<p><code xref="mal2html.inline.mode">mal2html.inline.mode</code></p>
</td>
<td>
+ <p><code>mal:hi</code></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p><code xref="mal2html.inline.mode">mal2html.inline.mode</code></p>
+ </td>
+ <td>
<p><code>mal:key</code></p>
</td>
</tr>
diff --git a/doc/yelp-xsl/C/mal2html-page.page b/doc/yelp-xsl/C/mal2html-page.page
index e6db9923..48cf18fc 100644
--- a/doc/yelp-xsl/C/mal2html-page.page
+++ b/doc/yelp-xsl/C/mal2html-page.page
@@ -39,6 +39,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
@@ -99,6 +108,9 @@
<p><link xref="html.linktrails.prefix"/></p>
</item>
<item>
+ <p><link xref="html.output"/></p>
+ </item>
+ <item>
<p><link xref="l10n.align.end"/></p>
</item>
<item>
@@ -181,6 +193,12 @@
<tr>
<td/>
<td>
+ <p><code>/</code></p>
+ </td>
+ </tr>
+ <tr>
+ <td/>
+ <td>
<p><code>mal:page | mal:section</code></p>
</td>
</tr>
diff --git a/doc/yelp-xsl/C/mal2html.editor.badge.page b/doc/yelp-xsl/C/mal2html.editor.badge.page
index a0b1a9bd..4a77508e 100644
--- a/doc/yelp-xsl/C/mal2html.editor.badge.page
+++ b/doc/yelp-xsl/C/mal2html.editor.badge.page
@@ -31,6 +31,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.editor.banner.page b/doc/yelp-xsl/C/mal2html.editor.banner.page
index 417678d6..b5c8b1fb 100644
--- a/doc/yelp-xsl/C/mal2html.editor.banner.page
+++ b/doc/yelp-xsl/C/mal2html.editor.banner.page
@@ -31,6 +31,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.links.prevnext.page b/doc/yelp-xsl/C/mal2html.links.prevnext.page
index 5d3239be..43371823 100644
--- a/doc/yelp-xsl/C/mal2html.links.prevnext.page
+++ b/doc/yelp-xsl/C/mal2html.links.prevnext.page
@@ -4,7 +4,7 @@
<link type="guide" xref="mal2html-links" group="templates"/>
<link type="guide" xref="templates" group="mal2html"/>
<desc>Output links to the previous and next pages.</desc>
- <revision version="1.0" date="2011-06-15" status="final"/>
+ <revision version="3.32" date="2018-10-20" status="final"/>
</info>
<title>mal2html.links.prevnext</title>
<synopsis>
@@ -20,6 +20,10 @@
if they exist. The block containing the links is end-floated by default. The
links use the text "Previous" and "Next", although the actual page titles are
used for tooltips.</p>
+ <p>If <code>$node</code> is part of a series-type stack, this template uses the previous and
+ next pages in the stack. Otherwise, the previous page is a page with a next-type
+ link to <code>$node</code>, and the next page is whatever is pointed to by the next-type link
+ in <code>$node</code>.</p>
<p>If the <sys>links</sys> element has the style hint <sys>top</sys>, it will be inserted before
the page title, instead of in its position on the page. This is handled by the
calling functions in <code xref="mal2html-page">mal2html-page</code>.</p>
diff --git a/doc/yelp-xsl/C/mal2html.links.series.next.page b/doc/yelp-xsl/C/mal2html.links.series.next.page
index b6adbe12..a0eaed3f 100644
--- a/doc/yelp-xsl/C/mal2html.links.series.next.page
+++ b/doc/yelp-xsl/C/mal2html.links.series.next.page
@@ -4,7 +4,7 @@
<link type="guide" xref="mal2html-links" group="templates"/>
<link type="guide" xref="templates" group="mal2html"/>
<desc>Output following links to pages in a series.</desc>
- <revision version="1.0" date="2011-06-15" status="final"/>
+ <revision version="3.32" date="2018-10-20" status="final"/>
</info>
<title>mal2html.links.series.next</title>
<synopsis>
@@ -24,6 +24,8 @@
the starting page in the series. This template finds the next page for the page
<code>$node</code>. It outputs a link to that page, then calls itself recursively on that
page.</p>
+ <p>If <code>$node</code> is part of a series-type stack, this template uses the next page in
+ the stack. Otherwise, it looks for a next-type link in <code>$node</code>.</p>
<list style="compact">
<title>Calls Parameters</title>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.about.page b/doc/yelp-xsl/C/mal2html.page.about.page
index af76d9cc..11053a61 100644
--- a/doc/yelp-xsl/C/mal2html.page.about.page
+++ b/doc/yelp-xsl/C/mal2html.page.about.page
@@ -31,6 +31,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.empty.page b/doc/yelp-xsl/C/mal2html.page.linktrails.empty.page
index ce7be3f6..20a346af 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.empty.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.empty.page
@@ -35,6 +35,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.link.page b/doc/yelp-xsl/C/mal2html.page.linktrails.link.page
index 3d6ef978..290ea8cc 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.link.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.link.page
@@ -39,6 +39,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.page b/doc/yelp-xsl/C/mal2html.page.linktrails.page
index f9810782..47eb2227 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.page
@@ -32,6 +32,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.trail.page b/doc/yelp-xsl/C/mal2html.page.linktrails.trail.page
index 9883c47a..106255e6 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.trail.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.trail.page
@@ -32,6 +32,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.page.linktrails.trail.prefix.page b/doc/yelp-xsl/C/mal2html.page.linktrails.trail.prefix.page
index dd1227e5..8c5862fb 100644
--- a/doc/yelp-xsl/C/mal2html.page.linktrails.trail.prefix.page
+++ b/doc/yelp-xsl/C/mal2html.page.linktrails.trail.prefix.page
@@ -35,6 +35,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/C/mal2html.section.page b/doc/yelp-xsl/C/mal2html.section.page
index ebfd19c2..0df7965b 100644
--- a/doc/yelp-xsl/C/mal2html.section.page
+++ b/doc/yelp-xsl/C/mal2html.section.page
@@ -30,6 +30,15 @@
<p><link xref="color.bg.gray"/></p>
</item>
<item>
+ <p><link xref="color.bg.green"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.orange"/></p>
+ </item>
+ <item>
+ <p><link xref="color.bg.purple"/></p>
+ </item>
+ <item>
<p><link xref="color.bg.red"/></p>
</item>
<item>
diff --git a/doc/yelp-xsl/Makefile.am b/doc/yelp-xsl/Makefile.am
index d6661947..6e7627b2 100644
--- a/doc/yelp-xsl/Makefile.am
+++ b/doc/yelp-xsl/Makefile.am
@@ -27,7 +27,9 @@ $(xsldoc_ducks): $(xsldoc_xsls) xsldoc.xsl
"$(filter %/$(basename $(notdir $@)).xsl,$(xsldoc_xsls))"
$(xsldoc_pages): $(xsldoc_ducks)
- ducktype -o C/ ducks/*.duck static/*.duck
+ $(mkdir_p) C
+ ls $(srcdir)
+ ducktype -o C/ $(srcdir)/ducks/*.duck $(srcdir)/static/*.duck
endif
@@ -37,4 +39,12 @@ xsldoc-clean:
rm -f C/*.page
EXTRA_DIST = \
+ $(xsldoc_ducks) \
+ static/index.duck \
+ static/keys.duck \
+ static/modes.duck \
+ static/params.duck \
+ static/stubs.duck \
+ static/stylesheets.duck \
+ static/templates.duck \
xsldoc.xsl
diff --git a/po/is.po b/po/is.po
index dedaa6a3..a4e4a11a 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1,14 +1,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
-# Sveinn í Felli <sv1@fellsnet.is>, 2015.
+# Sveinn í Felli <sv1@fellsnet.is>, 2015, 2019.
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-"
-"xsl&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2015-10-27 15:00+0000\n"
-"PO-Revision-Date: 2015-10-29 09:19+0000\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/yelp-xsl/issues\n"
+"POT-Creation-Date: 2018-09-23 14:07+0000\n"
+"PO-Revision-Date: 2019-02-21 09:16+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
"Language: is\n"
@@ -16,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#. (itstool) path: msg/msgstr
#. Translate to default:RTL if your language should be displayed
@@ -126,26 +125,44 @@ msgid "Candidate"
msgstr "Tillaga"
#. (itstool) path: msg/msgstr
-#. Accessible title for an close button.
+#. Accessible title for a caution note.
#: yelp-xsl.xml.in:137
+msgid "Caution"
+msgstr "Varúð"
+
+#. (itstool) path: msg/msgstr
+#. Accessible title for an close button.
+#: yelp-xsl.xml.in:142
msgid "Close"
msgstr "Loka"
#. (itstool) path: msg/msgstr
#. Default title for a colophon section.
-#: yelp-xsl.xml.in:142
+#: yelp-xsl.xml.in:147
msgid "Colophon"
msgstr "Baktitill"
#. (itstool) path: msg/msgstr
+#. Title for a table of contents for the entire document.
+#: yelp-xsl.xml.in:152
+msgid "Contents"
+msgstr "Efni"
+
+#. (itstool) path: msg/msgstr
#. Title for license information when it's a CC license.
-#: yelp-xsl.xml.in:147
+#: yelp-xsl.xml.in:157
msgid "Creative Commons"
msgstr "Creative Commons"
#. (itstool) path: msg/msgstr
+#. Accessible title for a danger note.
+#: yelp-xsl.xml.in:162
+msgid "Danger"
+msgstr "Hætta"
+
+#. (itstool) path: msg/msgstr
#. Default title for a dedication section.
-#: yelp-xsl.xml.in:152
+#: yelp-xsl.xml.in:167
msgid "Dedication"
msgstr "Tileinkun"
@@ -153,13 +170,13 @@ msgstr "Tileinkun"
#. Revision status of a document or page. Most content has been
#. written, but revisions are still happening.
#.
-#: yelp-xsl.xml.in:160
+#: yelp-xsl.xml.in:175
msgid "Draft"
msgstr "Drög"
#. (itstool) path: msg/msgstr
#. Title for a list of editors.
-#: yelp-xsl.xml.in:165
+#: yelp-xsl.xml.in:180
msgid "Edited By"
msgstr "Breytt af"
@@ -167,19 +184,19 @@ msgstr "Breytt af"
#. Revision status of a document or page. A senior member of the
#. documentation team has reviewed and approved.
#.
-#: yelp-xsl.xml.in:173
+#: yelp-xsl.xml.in:188
msgid "Final"
msgstr "Lokaútgáfa"
#. (itstool) path: msg/msgstr
#. Default title for a glossary.
-#: yelp-xsl.xml.in:178
+#: yelp-xsl.xml.in:193
msgid "Glossary"
msgstr "Orðasafn"
#. (itstool) path: msg/msgstr
#. Accessible title for an important note.
-#: yelp-xsl.xml.in:183
+#: yelp-xsl.xml.in:198
msgid "Important"
msgstr "Mikilvægt"
@@ -187,58 +204,64 @@ msgstr "Mikilvægt"
#. Revision status of a document or page. Work has begun, but
#. not all content has been written.
#.
-#: yelp-xsl.xml.in:191
+#: yelp-xsl.xml.in:206
msgid "Incomplete"
msgstr "Ófullgert"
#. (itstool) path: msg/msgstr
#. Default title for an index of terms in a book.
-#: yelp-xsl.xml.in:196
+#: yelp-xsl.xml.in:211
msgid "Index"
msgstr "Atriðaskrá"
#. (itstool) path: msg/msgstr
#. Default title for a DocBook legal notice.
-#: yelp-xsl.xml.in:201
+#: yelp-xsl.xml.in:216
msgid "Legal"
msgstr "Lagalegt"
#. (itstool) path: msg/msgstr
#. Generic title for license information when it's not a known license.
#.
-#: yelp-xsl.xml.in:208
+#: yelp-xsl.xml.in:223
msgid "License"
msgstr "Notkunarleyfi"
#. (itstool) path: msg/msgstr
#. Title for a list of maintainers.
-#: yelp-xsl.xml.in:213
+#: yelp-xsl.xml.in:228
msgid "Maintained By"
msgstr "Umsjónarmaður"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of guide links.
-#: yelp-xsl.xml.in:218
+#: yelp-xsl.xml.in:233
msgid "More Information"
msgstr "Nánari upplýsingar"
#. (itstool) path: msg/msgstr
#. Link text for a link to the next page in a series.
-#: yelp-xsl.xml.in:223
+#: yelp-xsl.xml.in:238
msgid "Next"
msgstr "Næsta"
#. (itstool) path: msg/msgstr
#. Accessible title for a note.
-#: yelp-xsl.xml.in:228
+#: yelp-xsl.xml.in:243
msgid "Note"
msgstr "Minnispunktur"
#. (itstool) path: msg/msgstr
+#. Title for a list of links to sections on the current page.
+#: yelp-xsl.xml.in:248
+msgid "On This Page"
+msgstr "Á þessari síðu"
+
+#. (itstool) path: msg/msgstr
#. Title for a list contributors other than authors, editors, translators,
#. or other types we have specific lists for.
#.
-#: yelp-xsl.xml.in:236
+#: yelp-xsl.xml.in:256
msgid "Other Credits"
msgstr "Önnur framlög"
@@ -246,31 +269,37 @@ msgstr "Önnur framlög"
#. Revision status of a document or page. Content was once current,
#. but needs to be updated to reflect software updates.
#.
-#: yelp-xsl.xml.in:244
+#: yelp-xsl.xml.in:264
msgid "Outdated"
msgstr "Úrelt"
#. (itstool) path: msg/msgstr
+#. Accessible title for a package note.
+#: yelp-xsl.xml.in:269
+msgid "Package"
+msgstr "Pakki"
+
+#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:249
+#: yelp-xsl.xml.in:274
msgid "Pause"
msgstr "Í bið"
#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:254
+#: yelp-xsl.xml.in:279
msgid "Play"
msgstr "Spila"
#. (itstool) path: msg/msgstr
#. Link text for a link to the previous page in a series.
-#: yelp-xsl.xml.in:259
+#: yelp-xsl.xml.in:284
msgid "Previous"
msgstr "Fyrri"
#. (itstool) path: msg/msgstr
#. Title for a list of publishers.
-#: yelp-xsl.xml.in:264
+#: yelp-xsl.xml.in:289
msgid "Published By"
msgstr "Gefið út af"
@@ -278,13 +307,13 @@ msgstr "Gefið út af"
#. Revision status of a document or page. Content has been written
#. and should be reviewed by other team members.
#.
-#: yelp-xsl.xml.in:272
+#: yelp-xsl.xml.in:297
msgid "Ready for review"
msgstr "Senda í yfirlestur"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of see-also links.
-#: yelp-xsl.xml.in:277
+#: yelp-xsl.xml.in:302
msgid "See Also"
msgstr "Sjá einnig"
@@ -293,20 +322,20 @@ msgstr "Sjá einnig"
#. This is used a tooltip on a link to shrink images back down after
#. they've been expanded to full size.
#.
-#: yelp-xsl.xml.in:286
+#: yelp-xsl.xml.in:311
msgid "Scale images down"
msgstr "Kvarða myndir niður"
#. (itstool) path: msg/msgstr
#. Accessible title for a sidebar note.
-#: yelp-xsl.xml.in:291
+#: yelp-xsl.xml.in:316
msgid "Sidebar"
msgstr "Hliðarspjald"
#. (itstool) path: msg/msgstr
#. Revision status of a document or page. No content has been written yet.
#.
-#: yelp-xsl.xml.in:298
+#: yelp-xsl.xml.in:323
msgid "Stub"
msgstr "Stubbur"
@@ -314,19 +343,19 @@ msgstr "Stubbur"
#. Default title for a refsynopsisdiv element. This is the common section
#. title found in most UNIX man pages.
#.
-#: yelp-xsl.xml.in:306
+#: yelp-xsl.xml.in:331
msgid "Synopsis"
msgstr "Samantekt"
#. (itstool) path: msg/msgstr
#. Accessible title for a tip.
-#: yelp-xsl.xml.in:311
+#: yelp-xsl.xml.in:336
msgid "Tip"
msgstr "Vísbending"
#. (itstool) path: msg/msgstr
#. Title for a list of translators.
-#: yelp-xsl.xml.in:316
+#: yelp-xsl.xml.in:341
msgid "Translated By"
msgstr "Þýtt af"
@@ -334,19 +363,19 @@ msgstr "Þýtt af"
#. Figures can automatically scale images down to fit the page width.
#. This is used a tooltip on a link to expand images to full size.
#.
-#: yelp-xsl.xml.in:324
+#: yelp-xsl.xml.in:349
msgid "View images at normal size"
msgstr "Skoða myndir í venjulegri stærð"
#. (itstool) path: msg/msgstr
#. Accessible title for a warning.
-#: yelp-xsl.xml.in:329
+#: yelp-xsl.xml.in:354
msgid "Warning"
msgstr "Aðvörun"
#. (itstool) path: msg/msgstr
#. Title for a list of authors.
-#: yelp-xsl.xml.in:334
+#: yelp-xsl.xml.in:359
msgid "Written By"
msgstr "Skrifað af"
@@ -360,7 +389,7 @@ msgstr "Skrifað af"
#.
#. <biblioentry.label/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:350
+#: yelp-xsl.xml.in:375
msgid "View the bibliography entry <biblioentry.label/>."
msgstr "Skoða heimildafærsluna <biblioentry.label/>."
@@ -383,7 +412,7 @@ msgstr "Skoða heimildafærsluna <biblioentry.label/>."
#.
#. <biblioentry.label/> - The text content of the bibliography label
#.
-#: yelp-xsl.xml.in:373
+#: yelp-xsl.xml.in:398
msgid "[<biblioentry.label/>]"
msgstr "[<biblioentry.label/>]"
@@ -400,7 +429,7 @@ msgstr "[<biblioentry.label/>]"
#. <citation.label/> - The text content of the citation element, possibly
#. as a link to an entry in the bibliography
#.
-#: yelp-xsl.xml.in:390
+#: yelp-xsl.xml.in:415
msgid "[<citation.label/>]"
msgstr "[<citation.label/>]"
@@ -429,7 +458,7 @@ msgstr "[<citation.label/>]"
#. <comment.name/> - The name of the person making the comment
#. <comment.date/> - The date the comment was made
#.
-#: yelp-xsl.xml.in:419
+#: yelp-xsl.xml.in:444
msgid "from <comment.name/> on <comment.date/>"
msgstr "frá <comment.name/> þann <comment.date/>"
@@ -457,7 +486,7 @@ msgstr "frá <comment.name/> þann <comment.date/>"
#.
#. <comment.name/> - The name of the person making the comment
#.
-#: yelp-xsl.xml.in:447
+#: yelp-xsl.xml.in:472
msgid "from <comment.name/>"
msgstr "frá <comment.name/>"
@@ -470,7 +499,7 @@ msgstr "frá <comment.name/>"
#. <copyright.years/> - The years the copyrightable material was made
#. <copyright.name/> - The person or entity that holds the copyright
#.
-#: yelp-xsl.xml.in:460
+#: yelp-xsl.xml.in:485
msgid "© <copyright.years/> <copyright.name/>"
msgstr "© <copyright.years/> <copyright.name/>"
@@ -482,7 +511,7 @@ msgstr "© <copyright.years/> <copyright.name/>"
#.
#. <string/> - The linked-to email address
#.
-#: yelp-xsl.xml.in:472
+#: yelp-xsl.xml.in:497
msgid "Send email to ‘<string/>’."
msgstr "Senda tölvupóst á ‘<string/>’."
@@ -494,7 +523,7 @@ msgstr "Senda tölvupóst á ‘<string/>’."
#.
#. <glossterm/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:484
+#: yelp-xsl.xml.in:509
msgid "Read the definition for ‘<glossterm/>’."
msgstr "Lesa skilgreininguna fyrir ‘<glossterm/>’."
@@ -515,7 +544,7 @@ msgstr "Lesa skilgreininguna fyrir ‘<glossterm/>’."
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:505
+#: yelp-xsl.xml.in:530
msgid "See <glosssee/>."
msgstr "Sjá <glosssee/>."
@@ -537,7 +566,7 @@ msgstr "Sjá <glosssee/>."
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:527
+#: yelp-xsl.xml.in:552
msgid "See also <glosssee/>."
msgstr "Sjá einnig <glosssee/>."
@@ -549,7 +578,7 @@ msgstr "Sjá einnig <glosssee/>."
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:539
+#: yelp-xsl.xml.in:564
msgid "“<node/>”"
msgstr "“<node/>”"
@@ -561,37 +590,12 @@ msgstr "“<node/>”"
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:551
+#: yelp-xsl.xml.in:576
msgid "‘<node/>’"
msgstr "‘<node/>’"
-#. (itstool) path: msg/msgstr
-#. ID: seeie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:566
-msgid "See <seeie/>."
-msgstr "Sjá <seeie/>."
-
-#. (itstool) path: msg/msgstr
-#. ID: seealsoie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:581
-msgid "See also <seeie/>."
-msgstr "Sjá einnig <seeie/>."
+#~ msgid "See <seeie/>."
+#~ msgstr "Sjá <seeie/>."
+#~ msgid "See also <seeie/>."
+#~ msgstr "Sjá einnig <seeie/>."
diff --git a/po/nl.po b/po/nl.po
index 738374e1..cc30b7b9 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,14 +7,13 @@
# Wouter Bolsterlee <wbolster@gnome.org>, 2007, 2008, 2011.
# Redmar <redmar@ubuntu-nl.org>, 2011.
# Hannie Dumoleyn <hannie@ubuntu-nl.org>, 2012.
-# Nathan Follens <nthn@unseen.is>, 2016.
+# Nathan Follens <nthn@unseen.is>, 2016, 2019.
msgid ""
msgstr ""
"Project-Id-Version: gnome-doc-utils\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=yelp-"
-"xsl&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2017-03-07 13:31+0000\n"
-"PO-Revision-Date: 2016-02-18 16:35+0100\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/yelp-xsl/issues\n"
+"POT-Creation-Date: 2018-09-03 19:50+0000\n"
+"PO-Revision-Date: 2019-02-24 12:23+0100\n"
"Last-Translator: Nathan Follens <nthn@unseen.is>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
"Language: nl\n"
@@ -22,7 +21,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-09-20 18:12+0000\n"
-"X-Generator: Poedit 1.8.5\n"
+"X-Generator: Poedit 2.2.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. (itstool) path: msg/msgstr
@@ -133,26 +132,44 @@ msgid "Candidate"
msgstr "Kandidaat"
#. (itstool) path: msg/msgstr
-#. Accessible title for an close button.
+#. Accessible title for a caution note.
#: yelp-xsl.xml.in:137
+msgid "Caution"
+msgstr "Let op"
+
+#. (itstool) path: msg/msgstr
+#. Accessible title for an close button.
+#: yelp-xsl.xml.in:142
msgid "Close"
msgstr "Sluiten"
#. (itstool) path: msg/msgstr
#. Default title for a colophon section.
-#: yelp-xsl.xml.in:142
+#: yelp-xsl.xml.in:147
msgid "Colophon"
msgstr "Colofon"
#. (itstool) path: msg/msgstr
+#. Title for a table of contents for the entire document.
+#: yelp-xsl.xml.in:152
+msgid "Contents"
+msgstr "Inhoudsopgave"
+
+#. (itstool) path: msg/msgstr
#. Title for license information when it's a CC license.
-#: yelp-xsl.xml.in:147
+#: yelp-xsl.xml.in:157
msgid "Creative Commons"
msgstr "Creative Commons"
#. (itstool) path: msg/msgstr
+#. Accessible title for a danger note.
+#: yelp-xsl.xml.in:162
+msgid "Danger"
+msgstr "Gevaar"
+
+#. (itstool) path: msg/msgstr
#. Default title for a dedication section.
-#: yelp-xsl.xml.in:152
+#: yelp-xsl.xml.in:167
msgid "Dedication"
msgstr "Opgedragen aan"
@@ -160,13 +177,13 @@ msgstr "Opgedragen aan"
#. Revision status of a document or page. Most content has been
#. written, but revisions are still happening.
#.
-#: yelp-xsl.xml.in:160
+#: yelp-xsl.xml.in:175
msgid "Draft"
msgstr "Concept"
#. (itstool) path: msg/msgstr
#. Title for a list of editors.
-#: yelp-xsl.xml.in:165
+#: yelp-xsl.xml.in:180
msgid "Edited By"
msgstr "Geredigeerd door"
@@ -174,19 +191,19 @@ msgstr "Geredigeerd door"
#. Revision status of a document or page. A senior member of the
#. documentation team has reviewed and approved.
#.
-#: yelp-xsl.xml.in:173
+#: yelp-xsl.xml.in:188
msgid "Final"
msgstr "Eindversie"
#. (itstool) path: msg/msgstr
#. Default title for a glossary.
-#: yelp-xsl.xml.in:178
+#: yelp-xsl.xml.in:193
msgid "Glossary"
msgstr "Verklarende woordenlijst"
#. (itstool) path: msg/msgstr
#. Accessible title for an important note.
-#: yelp-xsl.xml.in:183
+#: yelp-xsl.xml.in:198
msgid "Important"
msgstr "Belangrijk"
@@ -194,58 +211,64 @@ msgstr "Belangrijk"
#. Revision status of a document or page. Work has begun, but
#. not all content has been written.
#.
-#: yelp-xsl.xml.in:191
+#: yelp-xsl.xml.in:206
msgid "Incomplete"
msgstr "Incompleet"
#. (itstool) path: msg/msgstr
#. Default title for an index of terms in a book.
-#: yelp-xsl.xml.in:196
+#: yelp-xsl.xml.in:211
msgid "Index"
msgstr "Index"
#. (itstool) path: msg/msgstr
#. Default title for a DocBook legal notice.
-#: yelp-xsl.xml.in:201
+#: yelp-xsl.xml.in:216
msgid "Legal"
msgstr "Legal"
#. (itstool) path: msg/msgstr
#. Generic title for license information when it's not a known license.
#.
-#: yelp-xsl.xml.in:208
+#: yelp-xsl.xml.in:223
msgid "License"
msgstr "Licentie"
#. (itstool) path: msg/msgstr
#. Title for a list of maintainers.
-#: yelp-xsl.xml.in:213
+#: yelp-xsl.xml.in:228
msgid "Maintained By"
msgstr "Onderhouden door"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of guide links.
-#: yelp-xsl.xml.in:218
+#: yelp-xsl.xml.in:233
msgid "More Information"
msgstr "Meer informatie"
#. (itstool) path: msg/msgstr
#. Link text for a link to the next page in a series.
-#: yelp-xsl.xml.in:223
+#: yelp-xsl.xml.in:238
msgid "Next"
msgstr "Volgende"
#. (itstool) path: msg/msgstr
#. Accessible title for a note.
-#: yelp-xsl.xml.in:228
+#: yelp-xsl.xml.in:243
msgid "Note"
msgstr "Opmerking"
#. (itstool) path: msg/msgstr
+#. Title for a list of links to sections on the current page.
+#: yelp-xsl.xml.in:248
+msgid "On This Page"
+msgstr "Op deze pagina"
+
+#. (itstool) path: msg/msgstr
#. Title for a list contributors other than authors, editors, translators,
#. or other types we have specific lists for.
#.
-#: yelp-xsl.xml.in:236
+#: yelp-xsl.xml.in:256
msgid "Other Credits"
msgstr "Andere medewerkers"
@@ -253,31 +276,37 @@ msgstr "Andere medewerkers"
#. Revision status of a document or page. Content was once current,
#. but needs to be updated to reflect software updates.
#.
-#: yelp-xsl.xml.in:244
+#: yelp-xsl.xml.in:264
msgid "Outdated"
msgstr "Verouderd"
#. (itstool) path: msg/msgstr
+#. Accessible title for a package note.
+#: yelp-xsl.xml.in:269
+msgid "Package"
+msgstr "Pakket"
+
+#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:249
+#: yelp-xsl.xml.in:274
msgid "Pause"
msgstr "Pauze"
#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:254
+#: yelp-xsl.xml.in:279
msgid "Play"
msgstr "Afspelen"
#. (itstool) path: msg/msgstr
#. Link text for a link to the previous page in a series.
-#: yelp-xsl.xml.in:259
+#: yelp-xsl.xml.in:284
msgid "Previous"
msgstr "Vorige"
#. (itstool) path: msg/msgstr
#. Title for a list of publishers.
-#: yelp-xsl.xml.in:264
+#: yelp-xsl.xml.in:289
msgid "Published By"
msgstr "Uitgegeven door"
@@ -285,13 +314,13 @@ msgstr "Uitgegeven door"
#. Revision status of a document or page. Content has been written
#. and should be reviewed by other team members.
#.
-#: yelp-xsl.xml.in:272
+#: yelp-xsl.xml.in:297
msgid "Ready for review"
msgstr "Gereed voor proeflezen"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of see-also links.
-#: yelp-xsl.xml.in:277
+#: yelp-xsl.xml.in:302
msgid "See Also"
msgstr "Zie ook"
@@ -300,20 +329,20 @@ msgstr "Zie ook"
#. This is used a tooltip on a link to shrink images back down after
#. they've been expanded to full size.
#.
-#: yelp-xsl.xml.in:286
+#: yelp-xsl.xml.in:311
msgid "Scale images down"
msgstr "Afbeeldingen verkleinen"
#. (itstool) path: msg/msgstr
#. Accessible title for a sidebar note.
-#: yelp-xsl.xml.in:291
+#: yelp-xsl.xml.in:316
msgid "Sidebar"
msgstr "Zijbalk"
#. (itstool) path: msg/msgstr
#. Revision status of a document or page. No content has been written yet.
#.
-#: yelp-xsl.xml.in:298
+#: yelp-xsl.xml.in:323
msgid "Stub"
msgstr "Beginnetje"
@@ -321,19 +350,19 @@ msgstr "Beginnetje"
#. Default title for a refsynopsisdiv element. This is the common section
#. title found in most UNIX man pages.
#.
-#: yelp-xsl.xml.in:306
+#: yelp-xsl.xml.in:331
msgid "Synopsis"
msgstr "Samenvatting"
#. (itstool) path: msg/msgstr
#. Accessible title for a tip.
-#: yelp-xsl.xml.in:311
+#: yelp-xsl.xml.in:336
msgid "Tip"
msgstr "Tip"
#. (itstool) path: msg/msgstr
#. Title for a list of translators.
-#: yelp-xsl.xml.in:316
+#: yelp-xsl.xml.in:341
msgid "Translated By"
msgstr "Vertaald door"
@@ -341,19 +370,19 @@ msgstr "Vertaald door"
#. Figures can automatically scale images down to fit the page width.
#. This is used a tooltip on a link to expand images to full size.
#.
-#: yelp-xsl.xml.in:324
+#: yelp-xsl.xml.in:349
msgid "View images at normal size"
msgstr "Afbeeldingen op normale grootte bekijken"
#. (itstool) path: msg/msgstr
#. Accessible title for a warning.
-#: yelp-xsl.xml.in:329
+#: yelp-xsl.xml.in:354
msgid "Warning"
msgstr "Waarschuwing"
#. (itstool) path: msg/msgstr
#. Title for a list of authors.
-#: yelp-xsl.xml.in:334
+#: yelp-xsl.xml.in:359
msgid "Written By"
msgstr "Geschreven door"
@@ -367,7 +396,7 @@ msgstr "Geschreven door"
#.
#. <biblioentry.label/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:350
+#: yelp-xsl.xml.in:375
msgid "View the bibliography entry <biblioentry.label/>."
msgstr "Bibliografie-item ‘<biblioentry.label/>’ bekijken."
@@ -390,7 +419,7 @@ msgstr "Bibliografie-item ‘<biblioentry.label/>’ bekijken."
#.
#. <biblioentry.label/> - The text content of the bibliography label
#.
-#: yelp-xsl.xml.in:373
+#: yelp-xsl.xml.in:398
msgid "[<biblioentry.label/>]"
msgstr "[<biblioentry.label/>]"
@@ -405,9 +434,9 @@ msgstr "[<biblioentry.label/>]"
#. appropriate content, as follows:
#.
#. <citation.label/> - The text content of the citation element, possibly
-#. as a link to an entry in the bibliography
+#. as a link to an entry in the bibliography
#.
-#: yelp-xsl.xml.in:390
+#: yelp-xsl.xml.in:415
msgid "[<citation.label/>]"
msgstr "[<citation.label/>]"
@@ -422,10 +451,10 @@ msgstr "[<citation.label/>]"
#. In English, a title together with this format string might produce
#. something like this:
#.
-#. Some Comment Title
-#. from Shaun McCance on 2010-06-03
+#. Some Comment Title
+#. from Shaun McCance on 2010-06-03
#.
-#. Here is the text of the comment.
+#. Here is the text of the comment.
#.
#. If only a name is supplied, and no date, then comment.name is used
#. instead of this string.
@@ -436,7 +465,7 @@ msgstr "[<citation.label/>]"
#. <comment.name/> - The name of the person making the comment
#. <comment.date/> - The date the comment was made
#.
-#: yelp-xsl.xml.in:419
+#: yelp-xsl.xml.in:444
msgid "from <comment.name/> on <comment.date/>"
msgstr "door <comment.name/> op <comment.date/>"
@@ -451,10 +480,10 @@ msgstr "door <comment.name/> op <comment.date/>"
#. In English, a title together with this format string might produce
#. something like this:
#.
-#. Some Comment Title
-#. from Shaun McCance
+#. Some Comment Title
+#. from Shaun McCance
#.
-#. Here is the text of the comment.
+#. Here is the text of the comment.
#.
#. If a date is also supplied, then comment.name-date is used instead
#. of this string.
@@ -464,7 +493,7 @@ msgstr "door <comment.name/> op <comment.date/>"
#.
#. <comment.name/> - The name of the person making the comment
#.
-#: yelp-xsl.xml.in:447
+#: yelp-xsl.xml.in:472
msgid "from <comment.name/>"
msgstr "door <comment.name/>"
@@ -477,7 +506,7 @@ msgstr "door <comment.name/>"
#. <copyright.years/> - The years the copyrightable material was made
#. <copyright.name/> - The person or entity that holds the copyright
#.
-#: yelp-xsl.xml.in:460
+#: yelp-xsl.xml.in:485
msgid "© <copyright.years/> <copyright.name/>"
msgstr "© <copyright.years/> <copyright.name/>"
@@ -489,7 +518,7 @@ msgstr "© <copyright.years/> <copyright.name/>"
#.
#. <string/> - The linked-to email address
#.
-#: yelp-xsl.xml.in:472
+#: yelp-xsl.xml.in:497
msgid "Send email to ‘<string/>’."
msgstr "E-mail versturen naar ‘<string/>’."
@@ -501,7 +530,7 @@ msgstr "E-mail versturen naar ‘<string/>’."
#.
#. <glossterm/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:484
+#: yelp-xsl.xml.in:509
msgid "Read the definition for ‘<glossterm/>’."
msgstr "De definitie van ‘<glossterm/>’ lezen."
@@ -522,7 +551,7 @@ msgstr "De definitie van ‘<glossterm/>’ lezen."
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:505
+#: yelp-xsl.xml.in:530
msgid "See <glosssee/>."
msgstr "Zie <glosssee/>."
@@ -544,7 +573,7 @@ msgstr "Zie <glosssee/>."
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:527
+#: yelp-xsl.xml.in:552
msgid "See also <glosssee/>."
msgstr "Zie ook <glosssee/>."
@@ -556,9 +585,9 @@ msgstr "Zie ook <glosssee/>."
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:539
+#: yelp-xsl.xml.in:564
msgid "“<node/>”"
-msgstr "‘<node/>’"
+msgstr "“<node/>”"
#. (itstool) path: msg/msgstr
#. ID: quote.format
@@ -568,46 +597,19 @@ msgstr "‘<node/>’"
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:551
+#: yelp-xsl.xml.in:576
msgid "‘<node/>’"
-msgstr "“<node/>”"
+msgstr "‘<node/>’"
-#. (itstool) path: msg/msgstr
-#. ID: seeie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:566
-msgid "See <seeie/>."
-msgstr "Zie <seeie/>."
+#~ msgid "See <seeie/>."
+#~ msgstr "Zie <seeie/>."
-#. (itstool) path: msg/msgstr
-#. ID: seealsoie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:581
-msgid "See also <seeie/>."
-msgstr "Zie ook <seeie/>."
+#~ msgid "See also <seeie/>."
+#~ msgstr "Zie ook <seeie/>."
#~ msgid "yelp-quote-201C.png"
#~ msgstr "yelp-quote-201C.png"
-#~ msgid "Contents"
-#~ msgstr "Inhoudsopgave"
-
#~ msgid "Further Reading"
#~ msgstr "Verder lezen"
@@ -620,12 +622,8 @@ msgstr "Zie ook <seeie/>."
#~ msgid " — "
#~ msgstr " — "
-#~ msgid ""
-#~ "<msgid>biblioentry.tooltip</msgid> <msgstr>View the bibliography entry "
-#~ "<label/>.</msgstr>"
-#~ msgstr ""
-#~ "<msgid>biblioentry.tooltip</msgid> <msgstr>Het bibliografie-item "
-#~ "weergeven <label/>.</msgstr>"
+#~ msgid "<msgid>biblioentry.tooltip</msgid> <msgstr>View the bibliography entry <label/>.</msgstr>"
+#~ msgstr "<msgid>biblioentry.tooltip</msgid> <msgstr>Het bibliografie-item weergeven <label/>.</msgstr>"
#~ msgid "<msgid>bibliolabel.format</msgid> <msgstr>[<bibliolabel/>]</msgstr>"
#~ msgstr "<msgid>bibliolabel.format</msgid> <msgstr>[<bibliolabel/>]</msgstr>"
@@ -633,43 +631,26 @@ msgstr "Zie ook <seeie/>."
#~ msgid "<msgid>citation.format</msgid> <msgstr>[<citation/>]</msgstr>"
#~ msgstr "<msgid>citation.format</msgid> <msgstr>[<citation/>]</msgstr>"
-#~ msgid ""
-#~ "<msgid>citetitle.format</msgid> <msgstr role='article'>“<node/>”</msgstr> "
-#~ "<msgstr><i><node/></i></msgstr>"
-#~ msgstr ""
-#~ "<msgid>citetitle.format</msgid> <msgstr role='article'>“<node/>”</msgstr> "
-#~ "<msgstr><i><node/></i></msgstr>"
+#~ msgid "<msgid>citetitle.format</msgid> <msgstr role='article'>“<node/>”</msgstr> <msgstr><i><node/></i></msgstr>"
+#~ msgstr "<msgid>citetitle.format</msgid> <msgstr role='article'>“<node/>”</msgstr> <msgstr><i><node/></i></msgstr>"
-#~ msgid ""
-#~ "<msgid>email.tooltip</msgid> <msgstr>Send email to ‘<string/>’.</msgstr>"
-#~ msgstr ""
-#~ "<msgid>email.tooltip</msgid> <msgstr>E-mail sturen naar ‘<string/>’.</"
-#~ "msgstr>"
+#~ msgid "<msgid>email.tooltip</msgid> <msgstr>Send email to ‘<string/>’.</msgstr>"
+#~ msgstr "<msgid>email.tooltip</msgid> <msgstr>E-mail sturen naar ‘<string/>’.</msgstr>"
#~ msgid "<msgid>glossentry.abbrev.format</msgid> <msgstr>(<node/>)</msgstr>"
#~ msgstr "<msgid>glossentry.abbrev.format</msgid> <msgstr>(<node/>)</msgstr>"
-#~ msgid ""
-#~ "<msgid>glossentry.tooltip</msgid> <msgstr>Read the definition for "
-#~ "‘<glossterm/>’.</msgstr>"
-#~ msgstr ""
-#~ "<msgid>glossentry.tooltip</msgid> <msgstr>De definitie lezen van "
-#~ "‘<glossterm/>’.</msgstr>"
+#~ msgid "<msgid>glossentry.tooltip</msgid> <msgstr>Read the definition for ‘<glossterm/>’.</msgstr>"
+#~ msgstr "<msgid>glossentry.tooltip</msgid> <msgstr>De definitie lezen van ‘<glossterm/>’.</msgstr>"
-#~ msgid ""
-#~ "<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></"
-#~ "msgstr> <msgstr>‘<glossterm/>’</msgstr>"
-#~ msgstr ""
-#~ "<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></"
-#~ "msgstr> <msgstr>‘<glossterm/>’</msgstr>"
+#~ msgid "<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></msgstr> <msgstr>‘<glossterm/>’</msgstr>"
+#~ msgstr "<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></msgstr> <msgstr>‘<glossterm/>’</msgstr>"
#~ msgid "<msgid>glosssee.format</msgid> <msgstr>See <glosssee/>.</msgstr>"
#~ msgstr "<msgid>glosssee.format</msgid> <msgstr>Zie <glosssee/>.</msgstr>"
-#~ msgid ""
-#~ "<msgid>glossseealso.format</msgid> <msgstr>See also <glosssee/>.</msgstr>"
-#~ msgstr ""
-#~ "<msgid>glossseealso.format</msgid> <msgstr>Zie ook <glosssee/>.</msgstr>"
+#~ msgid "<msgid>glossseealso.format</msgid> <msgstr>See also <glosssee/>.</msgstr>"
+#~ msgstr "<msgid>glossseealso.format</msgid> <msgstr>Zie ook <glosssee/>.</msgstr>"
#~ msgid "<msgid>manvolnum.format</msgid> <msgstr>(<node/>)</msgstr>"
#~ msgstr "<msgid>manvolnum.format</msgid> <msgstr>(<node/>)</msgstr>"
@@ -677,24 +658,14 @@ msgstr "Zie ook <seeie/>."
#~ msgid "<msgid>question.digit</msgid> <msgstr>1</msgstr>"
#~ msgstr "<msgid>question.digit</msgid> <msgstr>1</msgstr>"
-#~ msgid ""
-#~ "<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
-#~ "msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Question "
-#~ "<number/></msgstr>"
-#~ msgstr ""
-#~ "<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
-#~ "msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Vraag "
-#~ "<number/></msgstr>"
+#~ msgid "<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Question <number/></msgstr>"
+#~ msgstr "<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Vraag <number/></msgstr>"
#~ msgid "<msgid>question.xref</msgid> <msgstr>Question <number/></msgstr>"
#~ msgstr "<msgid>question.xref</msgid> <msgstr>Vraag <number/></msgstr>"
-#~ msgid ""
-#~ "<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> "
-#~ "<msgstr>“<node/>”</msgstr>"
-#~ msgstr ""
-#~ "<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> "
-#~ "<msgstr>“<node/>”</msgstr>"
+#~ msgid "<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> <msgstr>“<node/>”</msgstr>"
+#~ msgstr "<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> <msgstr>“<node/>”</msgstr>"
#~ msgid "<msgid>seealsoie.format</msgid> <msgstr>See also <seeie/>.</msgstr>"
#~ msgstr "<msgid>seealsoie.format</msgid> <msgstr>Zie ook <seeie/>.</msgstr>"
@@ -711,38 +682,23 @@ msgstr "Zie ook <seeie/>."
#~ msgid "<msgstr form='0'>Author</msgstr> <msgstr form='1'>Authors</msgstr>"
#~ msgstr "<msgstr form='0'>Auteur</msgstr> <msgstr form='1'>Auteurs</msgstr>"
-#~ msgid ""
-#~ "<msgstr form='0'>Collaborator</msgstr> <msgstr form='1'>Collaborators</"
-#~ "msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Medewerker</msgstr> <msgstr form='1'>Medewerkers</msgstr>"
+#~ msgid "<msgstr form='0'>Collaborator</msgstr> <msgstr form='1'>Collaborators</msgstr>"
+#~ msgstr "<msgstr form='0'>Medewerker</msgstr> <msgstr form='1'>Medewerkers</msgstr>"
-#~ msgid ""
-#~ "<msgstr form='0'>Copyright</msgstr> <msgstr form='1'>Copyrights</msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Auteursrecht</msgstr> <msgstr form='1'>Auteursrechten</"
-#~ "msgstr>"
+#~ msgid "<msgstr form='0'>Copyright</msgstr> <msgstr form='1'>Copyrights</msgstr>"
+#~ msgstr "<msgstr form='0'>Auteursrecht</msgstr> <msgstr form='1'>Auteursrechten</msgstr>"
#~ msgid "<msgstr form='0'>Editor</msgstr> <msgstr form='1'>Editors</msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Redacteur</msgstr> <msgstr form='1'>Redacteuren</msgstr>"
-
-#~ msgid ""
-#~ "<msgstr form='0'>Other Contributor</msgstr> <msgstr form='1'>Other "
-#~ "Contributors</msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Andere medewerker</msgstr> <msgstr form='1'>Andere "
-#~ "medewerkers</msgstr>"
-
-#~ msgid ""
-#~ "<msgstr form='0'>Publisher</msgstr> <msgstr form='1'>Publishers</msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Uitgever</msgstr> <msgstr form='1'>Uitgevers</msgstr>"
-
-#~ msgid ""
-#~ "<msgstr form='0'>Translator</msgstr> <msgstr form='1'>Translators</msgstr>"
-#~ msgstr ""
-#~ "<msgstr form='0'>Vertaler</msgstr> <msgstr form='1'>Vertalers</msgstr>"
+#~ msgstr "<msgstr form='0'>Redacteur</msgstr> <msgstr form='1'>Redacteuren</msgstr>"
+
+#~ msgid "<msgstr form='0'>Other Contributor</msgstr> <msgstr form='1'>Other Contributors</msgstr>"
+#~ msgstr "<msgstr form='0'>Andere medewerker</msgstr> <msgstr form='1'>Andere medewerkers</msgstr>"
+
+#~ msgid "<msgstr form='0'>Publisher</msgstr> <msgstr form='1'>Publishers</msgstr>"
+#~ msgstr "<msgstr form='0'>Uitgever</msgstr> <msgstr form='1'>Uitgevers</msgstr>"
+
+#~ msgid "<msgstr form='0'>Translator</msgstr> <msgstr form='1'>Translators</msgstr>"
+#~ msgstr "<msgstr form='0'>Vertaler</msgstr> <msgstr form='1'>Vertalers</msgstr>"
#~ msgid "A:&#x2003;"
#~ msgstr "A:&#x2003;"
@@ -753,9 +709,6 @@ msgstr "Zie ook <seeie/>."
#~ msgid "Affiliation"
#~ msgstr "Werkzaam bij"
-#~ msgid "Caution"
-#~ msgstr "Let op"
-
#~ msgid "Email"
#~ msgstr "E-mail"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b139fec9..95e10919 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,5 +1,5 @@
# Simplified Chinese translation of yelp-xsl
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2018 Free Software Foundation, Inc.
# This file is distributed under the same license as the yelp-xsl package.
# Funda Wang <fundawang@linux.net.cn>, 2004.
# Tao Wei <weitao1979@gmail.com>, 2010.
@@ -7,21 +7,23 @@
# Aron Xu <aronxu@gnome.org>, 2011.
# Wylmer Wang <wantinghard@gmail.com>,2011.
# YunQiang Su <wzssyqa@gmail.com>, 2012.
+# Mingcong Bai <jeffbai@aosc.io>, 2018.
+# Dingzhong Chen <wsxy162@gmail.com>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: yelp-xsl master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-"
-"xsl&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2013-12-19 17:01+0000\n"
-"PO-Revision-Date: 2014-01-24 20:46+0800\n"
-"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"
-"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/yelp-xsl/issues\n"
+"POT-Creation-Date: 2018-09-02 15:48+0000\n"
+"PO-Revision-Date: 2018-09-05 18:00+0800\n"
+"Last-Translator: Dingzhong Chen <wsxy162@gmail.com>\n"
+"Language-Team: Chinese (China) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bits\n"
+"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Gtranslator 2.91.7\n"
#. (itstool) path: msg/msgstr
#. Translate to default:RTL if your language should be displayed
@@ -57,7 +59,7 @@ msgstr "、"
#: yelp-xsl.xml.in:60
#, no-wrap
msgid ", and "
-msgstr " 和 "
+msgstr "和"
#. (itstool) path: msg/msgstr
#. This is used as a list item seperator for inline lists of exactly two
@@ -68,7 +70,7 @@ msgstr " 和 "
#: yelp-xsl.xml.in:71
#, no-wrap
msgid " and "
-msgstr " 和 "
+msgstr "和"
#. (itstool) path: msg/msgstr
#. http://www.docbook.org/tdg/en/html/qandaentry.html
@@ -131,26 +133,44 @@ msgid "Candidate"
msgstr "候选版"
#. (itstool) path: msg/msgstr
-#. Accessible title for an close button.
+#. Accessible title for a caution note.
#: yelp-xsl.xml.in:137
+msgid "Caution"
+msgstr "注意"
+
+#. (itstool) path: msg/msgstr
+#. Accessible title for an close button.
+#: yelp-xsl.xml.in:142
msgid "Close"
msgstr "关闭"
#. (itstool) path: msg/msgstr
#. Default title for a colophon section.
-#: yelp-xsl.xml.in:142
+#: yelp-xsl.xml.in:147
msgid "Colophon"
msgstr "版权页"
#. (itstool) path: msg/msgstr
+#. Title for a table of contents for the entire document.
+#: yelp-xsl.xml.in:152
+msgid "Contents"
+msgstr "目录"
+
+#. (itstool) path: msg/msgstr
#. Title for license information when it's a CC license.
-#: yelp-xsl.xml.in:147
+#: yelp-xsl.xml.in:157
msgid "Creative Commons"
-msgstr "知识共享(cc)"
+msgstr "知识共享(CC)"
+
+#. (itstool) path: msg/msgstr
+#. Accessible title for a danger note.
+#: yelp-xsl.xml.in:162
+msgid "Danger"
+msgstr "危险"
#. (itstool) path: msg/msgstr
#. Default title for a dedication section.
-#: yelp-xsl.xml.in:152
+#: yelp-xsl.xml.in:167
msgid "Dedication"
msgstr "贡献"
@@ -158,13 +178,13 @@ msgstr "贡献"
#. Revision status of a document or page. Most content has been
#. written, but revisions are still happening.
#.
-#: yelp-xsl.xml.in:160
+#: yelp-xsl.xml.in:175
msgid "Draft"
msgstr "草稿"
#. (itstool) path: msg/msgstr
#. Title for a list of editors.
-#: yelp-xsl.xml.in:165
+#: yelp-xsl.xml.in:180
msgid "Edited By"
msgstr "编辑者"
@@ -172,19 +192,19 @@ msgstr "编辑者"
#. Revision status of a document or page. A senior member of the
#. documentation team has reviewed and approved.
#.
-#: yelp-xsl.xml.in:173
+#: yelp-xsl.xml.in:188
msgid "Final"
msgstr "终稿"
#. (itstool) path: msg/msgstr
#. Default title for a glossary.
-#: yelp-xsl.xml.in:178
+#: yelp-xsl.xml.in:193
msgid "Glossary"
msgstr "术语表"
#. (itstool) path: msg/msgstr
#. Accessible title for an important note.
-#: yelp-xsl.xml.in:183
+#: yelp-xsl.xml.in:198
msgid "Important"
msgstr "重要"
@@ -192,58 +212,64 @@ msgstr "重要"
#. Revision status of a document or page. Work has begun, but
#. not all content has been written.
#.
-#: yelp-xsl.xml.in:191
+#: yelp-xsl.xml.in:206
msgid "Incomplete"
msgstr "未完成"
#. (itstool) path: msg/msgstr
#. Default title for an index of terms in a book.
-#: yelp-xsl.xml.in:196
+#: yelp-xsl.xml.in:211
msgid "Index"
msgstr "索引"
#. (itstool) path: msg/msgstr
#. Default title for a DocBook legal notice.
-#: yelp-xsl.xml.in:201
+#: yelp-xsl.xml.in:216
msgid "Legal"
msgstr "法律信息"
#. (itstool) path: msg/msgstr
#. Generic title for license information when it's not a known license.
#.
-#: yelp-xsl.xml.in:208
+#: yelp-xsl.xml.in:223
msgid "License"
msgstr "许可信息"
#. (itstool) path: msg/msgstr
#. Title for a list of maintainers.
-#: yelp-xsl.xml.in:213
+#: yelp-xsl.xml.in:228
msgid "Maintained By"
msgstr "维护者"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of guide links.
-#: yelp-xsl.xml.in:218
+#: yelp-xsl.xml.in:233
msgid "More Information"
msgstr "更多信息"
#. (itstool) path: msg/msgstr
#. Link text for a link to the next page in a series.
-#: yelp-xsl.xml.in:223
+#: yelp-xsl.xml.in:238
msgid "Next"
msgstr "下一页"
#. (itstool) path: msg/msgstr
#. Accessible title for a note.
-#: yelp-xsl.xml.in:228
+#: yelp-xsl.xml.in:243
msgid "Note"
msgstr "备注"
#. (itstool) path: msg/msgstr
+#. Title for a list of links to sections on the current page.
+#: yelp-xsl.xml.in:248
+msgid "On This Page"
+msgstr "本页内"
+
+#. (itstool) path: msg/msgstr
#. Title for a list contributors other than authors, editors, translators,
#. or other types we have specific lists for.
#.
-#: yelp-xsl.xml.in:236
+#: yelp-xsl.xml.in:256
msgid "Other Credits"
msgstr "其他致谢人"
@@ -251,31 +277,37 @@ msgstr "其他致谢人"
#. Revision status of a document or page. Content was once current,
#. but needs to be updated to reflect software updates.
#.
-#: yelp-xsl.xml.in:244
+#: yelp-xsl.xml.in:264
msgid "Outdated"
msgstr "已过期"
#. (itstool) path: msg/msgstr
+#. Accessible title for a package note.
+#: yelp-xsl.xml.in:269
+msgid "Package"
+msgstr "软件包"
+
+#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:249
+#: yelp-xsl.xml.in:274
msgid "Pause"
msgstr "暂停"
#. (itstool) path: msg/msgstr
#. Tooltip on play/pause buttons for audio and video objects.
-#: yelp-xsl.xml.in:254
+#: yelp-xsl.xml.in:279
msgid "Play"
msgstr "播放"
#. (itstool) path: msg/msgstr
#. Link text for a link to the previous page in a series.
-#: yelp-xsl.xml.in:259
+#: yelp-xsl.xml.in:284
msgid "Previous"
msgstr "上一页"
#. (itstool) path: msg/msgstr
#. Title for a list of publishers.
-#: yelp-xsl.xml.in:264
+#: yelp-xsl.xml.in:289
msgid "Published By"
msgstr "发布者"
@@ -283,13 +315,13 @@ msgstr "发布者"
#. Revision status of a document or page. Content has been written
#. and should be reviewed by other team members.
#.
-#: yelp-xsl.xml.in:272
+#: yelp-xsl.xml.in:297
msgid "Ready for review"
msgstr "准备校对"
#. (itstool) path: msg/msgstr
#. Automatic heading above a list of see-also links.
-#: yelp-xsl.xml.in:277
+#: yelp-xsl.xml.in:302
msgid "See Also"
msgstr "亦见"
@@ -298,20 +330,20 @@ msgstr "亦见"
#. This is used a tooltip on a link to shrink images back down after
#. they've been expanded to full size.
#.
-#: yelp-xsl.xml.in:286
+#: yelp-xsl.xml.in:311
msgid "Scale images down"
msgstr "缩小图像"
#. (itstool) path: msg/msgstr
#. Accessible title for a sidebar note.
-#: yelp-xsl.xml.in:291
+#: yelp-xsl.xml.in:316
msgid "Sidebar"
msgstr "侧边栏"
#. (itstool) path: msg/msgstr
#. Revision status of a document or page. No content has been written yet.
#.
-#: yelp-xsl.xml.in:298
+#: yelp-xsl.xml.in:323
msgid "Stub"
msgstr "存根"
@@ -319,19 +351,19 @@ msgstr "存根"
#. Default title for a refsynopsisdiv element. This is the common section
#. title found in most UNIX man pages.
#.
-#: yelp-xsl.xml.in:306
+#: yelp-xsl.xml.in:331
msgid "Synopsis"
msgstr "提要"
#. (itstool) path: msg/msgstr
#. Accessible title for a tip.
-#: yelp-xsl.xml.in:311
+#: yelp-xsl.xml.in:336
msgid "Tip"
msgstr "提示"
#. (itstool) path: msg/msgstr
#. Title for a list of translators.
-#: yelp-xsl.xml.in:316
+#: yelp-xsl.xml.in:341
msgid "Translated By"
msgstr "翻译者"
@@ -339,19 +371,19 @@ msgstr "翻译者"
#. Figures can automatically scale images down to fit the page width.
#. This is used a tooltip on a link to expand images to full size.
#.
-#: yelp-xsl.xml.in:324
+#: yelp-xsl.xml.in:349
msgid "View images at normal size"
msgstr "以正常大小查看图像"
#. (itstool) path: msg/msgstr
#. Accessible title for a warning.
-#: yelp-xsl.xml.in:329
+#: yelp-xsl.xml.in:354
msgid "Warning"
msgstr "警告"
#. (itstool) path: msg/msgstr
#. Title for a list of authors.
-#: yelp-xsl.xml.in:334
+#: yelp-xsl.xml.in:359
msgid "Written By"
msgstr "编写者"
@@ -365,7 +397,7 @@ msgstr "编写者"
#.
#. <biblioentry.label/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:350
+#: yelp-xsl.xml.in:375
msgid "View the bibliography entry <biblioentry.label/>."
msgstr "查看引用条目 <biblioentry.label/>。"
@@ -388,7 +420,7 @@ msgstr "查看引用条目 <biblioentry.label/>。"
#.
#. <biblioentry.label/> - The text content of the bibliography label
#.
-#: yelp-xsl.xml.in:373
+#: yelp-xsl.xml.in:398
msgid "[<biblioentry.label/>]"
msgstr "[<biblioentry.label/>]"
@@ -403,9 +435,9 @@ msgstr "[<biblioentry.label/>]"
#. appropriate content, as follows:
#.
#. <citation.label/> - The text content of the citation element, possibly
-#. as a link to an entry in the bibliography
+#. as a link to an entry in the bibliography
#.
-#: yelp-xsl.xml.in:390
+#: yelp-xsl.xml.in:415
msgid "[<citation.label/>]"
msgstr "[<citation.label/>]"
@@ -420,10 +452,10 @@ msgstr "[<citation.label/>]"
#. In English, a title together with this format string might produce
#. something like this:
#.
-#. Some Comment Title
-#. from Shaun McCance on 2010-06-03
+#. Some Comment Title
+#. from Shaun McCance on 2010-06-03
#.
-#. Here is the text of the comment.
+#. Here is the text of the comment.
#.
#. If only a name is supplied, and no date, then comment.name is used
#. instead of this string.
@@ -434,7 +466,7 @@ msgstr "[<citation.label/>]"
#. <comment.name/> - The name of the person making the comment
#. <comment.date/> - The date the comment was made
#.
-#: yelp-xsl.xml.in:419
+#: yelp-xsl.xml.in:444
msgid "from <comment.name/> on <comment.date/>"
msgstr "来自 <comment.name/>,于 <comment.date/>"
@@ -449,10 +481,10 @@ msgstr "来自 <comment.name/>,于 <comment.date/>"
#. In English, a title together with this format string might produce
#. something like this:
#.
-#. Some Comment Title
-#. from Shaun McCance
+#. Some Comment Title
+#. from Shaun McCance
#.
-#. Here is the text of the comment.
+#. Here is the text of the comment.
#.
#. If a date is also supplied, then comment.name-date is used instead
#. of this string.
@@ -462,7 +494,7 @@ msgstr "来自 <comment.name/>,于 <comment.date/>"
#.
#. <comment.name/> - The name of the person making the comment
#.
-#: yelp-xsl.xml.in:447
+#: yelp-xsl.xml.in:472
msgid "from <comment.name/>"
msgstr "来自 <comment.name/>"
@@ -475,7 +507,7 @@ msgstr "来自 <comment.name/>"
#. <copyright.years/> - The years the copyrightable material was made
#. <copyright.name/> - The person or entity that holds the copyright
#.
-#: yelp-xsl.xml.in:460
+#: yelp-xsl.xml.in:485
msgid "© <copyright.years/> <copyright.name/>"
msgstr "© <copyright.years/> <copyright.name/>"
@@ -487,7 +519,7 @@ msgstr "© <copyright.years/> <copyright.name/>"
#.
#. <string/> - The linked-to email address
#.
-#: yelp-xsl.xml.in:472
+#: yelp-xsl.xml.in:497
msgid "Send email to ‘<string/>’."
msgstr "发送邮件至 <string/>。"
@@ -499,7 +531,7 @@ msgstr "发送邮件至 <string/>。"
#.
#. <glossterm/> - The term being defined by the glossary entry
#.
-#: yelp-xsl.xml.in:484
+#: yelp-xsl.xml.in:509
msgid "Read the definition for ‘<glossterm/>’."
msgstr "阅读“<glossterm/>”的定义。"
@@ -520,7 +552,7 @@ msgstr "阅读“<glossterm/>”的定义。"
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:505
+#: yelp-xsl.xml.in:530
msgid "See <glosssee/>."
msgstr "参见 <glosssee/>。"
@@ -542,7 +574,7 @@ msgstr "参见 <glosssee/>。"
#.
#. <glosssee/> - The actual link or links of the cross reference
#.
-#: yelp-xsl.xml.in:527
+#: yelp-xsl.xml.in:552
msgid "See also <glosssee/>."
msgstr "亦见 <glosssee/>。"
@@ -554,7 +586,7 @@ msgstr "亦见 <glosssee/>。"
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:539
+#: yelp-xsl.xml.in:564
msgid "“<node/>”"
msgstr "“<node/>”"
@@ -566,46 +598,19 @@ msgstr "“<node/>”"
#.
#. <node/> - The text content of the quote element
#.
-#: yelp-xsl.xml.in:551
+#: yelp-xsl.xml.in:576
msgid "‘<node/>’"
msgstr "‘<node/>’"
-#. (itstool) path: msg/msgstr
-#. ID: seeie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:566
-msgid "See <seeie/>."
-msgstr "参见 <seeie/>。"
+#~ msgid "See <seeie/>."
+#~ msgstr "参见 <seeie/>。"
-#. (itstool) path: msg/msgstr
-#. ID: seealsoie.format
-#. This is a format message used to format index cross references.
-#. This format message controls the sentence used to present the cross
-#. reference, not the link itself.
-#.
-#. Special elements in the message will be replaced with the
-#. appropriate content, as follows:
-#.
-#. <seeie/> - The actual link or links of the cross reference
-#.
-#: yelp-xsl.xml.in:581
-msgid "See also <seeie/>."
-msgstr "亦见 <seeie/>。"
+#~ msgid "See also <seeie/>."
+#~ msgstr "亦见 <seeie/>。"
#~ msgid "yelp-quote-201C.png"
#~ msgstr "yelp-quote-201C.png"
-#~ msgid "Contents"
-#~ msgstr "目录"
-
#~ msgid "Further Reading"
#~ msgstr "延伸阅读"
diff --git a/xslt/common/color.xsl b/xslt/common/color.xsl
index c3809e24..7bf770ad 100644
--- a/xslt/common/color.xsl
+++ b/xslt/common/color.xsl
@@ -583,7 +583,7 @@ This parameter specifies a shade of red that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.red" select="'#cc0000'"/>
+<xsl:param name="color.red" select="'#c01c28'"/>
<!--@@==========================================================================
@@ -627,7 +627,7 @@ This parameter specifies a shade of orange that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.orange" select="'#f57900'"/>
+<xsl:param name="color.orange" select="'#ffa348'"/>
<!--@@==========================================================================
@@ -671,7 +671,7 @@ This parameter specifies a shade of yellow that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.yellow" select="'#edd400'"/>
+<xsl:param name="color.yellow" select="'#f8e45c'"/>
<!--@@==========================================================================
@@ -717,7 +717,7 @@ This parameter specifies a shade of green that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.green" select="'#73d216'"/>
+<xsl:param name="color.green" select="'#57e389'"/>
<!--@@==========================================================================
@@ -761,7 +761,7 @@ This parameter specifies a shade of blue that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.blue" select="'#3465a4'"/>
+<xsl:param name="color.blue" select="'#3584e4'"/>
<!--@@==========================================================================
@@ -804,7 +804,7 @@ This parameter specifies a shade of purple that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.purple" select="'#75507b'"/>
+<xsl:param name="color.purple" select="'#a347ba'"/>
<!--@@==========================================================================
@@ -848,7 +848,7 @@ This parameter specifies a shade of gray that is suitable for borders and
other accents. It should have some contrast against background colors, but it
does not need as high of a contrast as text colors.
-->
-<xsl:param name="color.gray" select="'#babdb6'"/>
+<xsl:param name="color.gray" select="'#c0bfbc'"/>
<!--@@==========================================================================
diff --git a/xslt/mallard/html/mal2xhtml.xsl b/xslt/mallard/html/mal2xhtml.xsl
index 2f7038f3..9f54a663 100644
--- a/xslt/mallard/html/mal2xhtml.xsl
+++ b/xslt/mallard/html/mal2xhtml.xsl
@@ -57,6 +57,7 @@ http://www.w3.org/ns/ttml/feature/#timing
<xsl:param name="mal.if.target" select="'target:html target:xhtml'"/>
<xsl:param name="mal.if.features" select="concat('
mallard:1.0
+mallard:1.1
mallard:if/1.0
', $ttml.features)"/>
<xsl:param name="mal.if.maybe" select="'target:mobile'"/>