[release-notes/gnome-3-6] Use XML entities for common strings to allow reusing translations
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-6] Use XML entities for common strings to allow reusing translations
- Date: Fri, 14 Sep 2012 09:47:20 +0000 (UTC)
commit 52c0ae894a42be7ee2c1c990825f1024085a7078
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Sep 14 11:46:37 2012 +0200
Use XML entities for common strings to allow reusing translations
help/C/admins-xdg.page | 6 +++++-
help/C/developers-clutter.page | 6 +++++-
help/C/developers-glib.page | 6 +++++-
help/C/developers-gtk.page | 6 +++++-
help/C/developers-misc.page | 6 +++++-
help/C/i18n.page | 6 +++++-
help/C/index.page | 34 +++++++++++++++++++++-------------
help/C/installation-sources.page | 8 ++++++--
8 files changed, 57 insertions(+), 21 deletions(-)
---
diff --git a/help/C/admins-xdg.page b/help/C/admins-xdg.page
index 76a4665..39cc266 100644
--- a/help/C/admins-xdg.page
+++ b/help/C/admins-xdg.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gnomeversion "3.6">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -32,6 +36,6 @@
<!-- fdo specs migration: https://bugzilla.gnome.org/show_bug.cgi?id=523057 -->
<p>
- Several applications (such as <app>accerciser</app>, <app>baobab</app>, <app>epiphany</app>, <app>gconf</app>, <app>gdm</app>, <app>gnome-desktop</app>, <app>gnome-keyring</app>, <app>gnome-tweak-tool</app>, <app>gthumb</app>, <app>gtk+</app>, <app>jhbuild</app>, <app>libgnomekbd</app>, <app>mutter</app>, <app>nautilus</app>, and <app>planner</app>) provide improved cross-desktop compatibility in GNOME 3.6 by inheriting the <link href="http://standards.freedesktop.org/basedir-spec/latest/index.html">freedesktop.org directory specification</link>.
+ Several applications (such as <app>accerciser</app>, <app>baobab</app>, <app>epiphany</app>, <app>gconf</app>, <app>gdm</app>, <app>gnome-desktop</app>, <app>gnome-keyring</app>, <app>gnome-tweak-tool</app>, <app>gthumb</app>, <app>gtk+</app>, <app>jhbuild</app>, <app>libgnomekbd</app>, <app>mutter</app>, <app>nautilus</app>, and <app>planner</app>) provide improved cross-desktop compatibility in GNOME &gnomeversion; by inheriting the <link href="http://standards.freedesktop.org/basedir-spec/latest/index.html">freedesktop.org directory specification</link>.
</p>
</page>
diff --git a/help/C/developers-clutter.page b/help/C/developers-clutter.page
index 6eafb6f..6187639 100644
--- a/help/C/developers-clutter.page
+++ b/help/C/developers-clutter.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY clutterversion "1.12">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -15,7 +19,7 @@
</license>
</info>
- <title>Clutter</title>
+ <title>Clutter &clutterversion;</title>
<list>
<item><p>
diff --git a/help/C/developers-glib.page b/help/C/developers-glib.page
index e8ac6c2..d5c9451 100644
--- a/help/C/developers-glib.page
+++ b/help/C/developers-glib.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY glibversion "2.34">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -15,7 +19,7 @@
</license>
</info>
- <title>GLib</title>
+ <title>GLib &glibversion;</title>
<list>
<item><p>GApplication now has hooks to register D-Bus objects before the
diff --git a/help/C/developers-gtk.page b/help/C/developers-gtk.page
index c97b292..43d8aa1 100644
--- a/help/C/developers-gtk.page
+++ b/help/C/developers-gtk.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gtkversion "3.6">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -15,7 +19,7 @@
</license>
</info>
- <title>GTK+</title>
+ <title>GTK+ >kversion;</title>
<media type="image" style="floatend" src="figures/levelbar.png" />
<list>
diff --git a/help/C/developers-misc.page b/help/C/developers-misc.page
index f8630a8..52609d0 100644
--- a/help/C/developers-misc.page
+++ b/help/C/developers-misc.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gnomeversion "3.6">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -17,7 +21,7 @@
<title>And more...</title>
- <p>Other GNOME Platform improvements in GNOME 3.6 include:</p>
+ <p>Other GNOME Platform improvements in GNOME &gnomeversion; include:</p>
<list>
<!-- http://seilo.geekyogre.com/2012/06/zeitgeist-in-gnome/ -->
<item><p>
diff --git a/help/C/i18n.page b/help/C/i18n.page
index 087ae03..ffd8dcf 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gnomeversion "3.6">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -20,7 +24,7 @@
<p>
Thanks to members of the worldwide <link
href="http://live.gnome.org/TranslationProject">GNOME Translation
- Project</link>, GNOME 3.6 offers support for more than 50 languages with
+ Project</link>, GNOME &gnomeversion; offers support for more than 50 languages with
at least 80 percent of strings translated, including the user and
administration manuals for many languages.
</p>
diff --git a/help/C/index.page b/help/C/index.page
index c93c7f4..74e4d5f 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,11 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gnomeversion "3.6">
+<!ENTITY lastversion "3.4">
+<!ENTITY nextversion "3.8">
+<!ENTITY gitcommits "30500">
+<!ENTITY gitauthors "964">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="guide"
id="index">
<info>
- <title type="link">GNOME 3.6 Release Notes</title>
- <title type="text">GNOME 3.6 Release Notes</title>
+ <title type="link">GNOME &gnomeversion; Release Notes</title>
+ <title type="text">GNOME &gnomeversion; Release Notes</title>
<credit type="author">
<name>Frederic Peters</name>
<email>fpeters gnome org</email>
@@ -24,7 +32,7 @@
<comment>
<p>
- This should start off with a big screenshot of GNOME 3.6. No text (aside
+ This should start off with a big screenshot of GNOME &gnomeversion;. No text (aside
from maybe a title) should be shown before this!
</p>
</comment>
@@ -51,7 +59,7 @@
<p>
The following changes are important for developers using the GNOME
- 3.6 Developer Platform. If you are not interested in
+ &gnomeversion; Developer Platform. If you are not interested in
changes for developers, you can skip forward to the next section.
</p>
@@ -61,11 +69,11 @@
<title>Installation</title>
<p>
- To install or upgrade your machine to GNOME 3.6, we recommend you
+ To install or upgrade your machine to GNOME &gnomeversion;, we recommend you
install the official packages provided by your vendor or
- distribution. Popular distributions will make GNOME 3.6 available
+ distribution. Popular distributions will make GNOME &gnomeversion; available
very soon, and some already have development versions with GNOME
- 3.6 available.
+ &gnomeversion; available.
</p>
<links type="topic" style="2column"
@@ -75,11 +83,11 @@
</section>
<section id="lookingforward" style="2column">
- <title>Looking Forward to GNOME 3.8 and Beyond</title>
+ <title>Looking Forward to GNOME &nextversion; and Beyond</title>
<p>
- With the release of 3.6, there are already various ideas of what people
- want to work upon for inclusion GNOME 3.8. Do not forget that looking into
+ With the release of &gnomeversion;, there are already various ideas of what people
+ want to work upon for inclusion GNOME &nextversion;. Do not forget that looking into
the future does has its difficulties and resulting
<link
href="http://en.wikipedia.org/wiki/Forward-looking_statement">legal
@@ -113,18 +121,18 @@
</comment>
<p>
- Since the last version, 3.4, approximately 964 people made about 30500
+ Since the last version, &lastversion;, approximately &gitauthors; people made about &gitcommits;
changes to GNOME.
</p>
<p>
- GNOME 3.6 could not have been possible without the hard work and
+ GNOME &gnomeversion; could not have been possible without the hard work and
dedication of the <link href="http://www.gnome.org/foundation/membership/">GNOME community</link>.
Congratulations and thanks to everyone.
</p>
<p>
- On behalf of all the contributors, enjoy GNOME 3.6!
+ On behalf of all the contributors, enjoy GNOME &gnomeversion;!
</p>
</section>
diff --git a/help/C/installation-sources.page b/help/C/installation-sources.page
index 42a6e50..d7d27f1 100644
--- a/help/C/installation-sources.page
+++ b/help/C/installation-sources.page
@@ -1,3 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE page [
+<!ENTITY gnomeversion "3.6">
+ ]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
@@ -21,8 +25,8 @@
If you are brave and patient, and would like to build GNOME from source,
we recommend you use <link href="http://library.gnome.org/devel/jhbuild/"
>JHBuild</link>, which is designed to build the latest GNOME from Git.
- You can use JHBuild to build GNOME 3.6 by using the
- <file>gnome-apps-3.6</file> moduleset.
+ You can use JHBuild to build GNOME &gnomeversion; by using the
+ <file>gnome-apps-&gnomeversion;</file> moduleset.
</p>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]