[five-or-more] Mark images as not translatable to keep them off translators radar
- From: Gabor Keleman <kelemeng src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] Mark images as not translatable to keep them off translators radar
- Date: Sun, 30 Mar 2014 21:40:52 +0000 (UTC)
commit 0114a1c595a89f344bbbc454dccf8cf3fb2601bd
Author: Gabor Kelemen <kelemeng gnome hu>
Date: Sun Mar 30 23:40:44 2014 +0200
Mark images as not translatable to keep them off translators radar
help/C/change-board-size.page | 13 +++++++------
help/C/change-theme.page | 14 +++++++-------
help/C/index.page | 5 +++--
help/C/play.page | 3 ++-
help/C/rules.page | 17 +++++++++--------
5 files changed, 28 insertions(+), 24 deletions(-)
---
diff --git a/help/C/change-board-size.page b/help/C/change-board-size.page
index ec2ae66..d47b59f 100644
--- a/help/C/change-board-size.page
+++ b/help/C/change-board-size.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="change-board-size">
<info>
@@ -75,18 +76,18 @@
<table>
<tr>
<td>
- <media type="image" src="figures/small.png" height="200">
- <p><app>Five or More</app> Small board</p>
+ <media type="image" src="figures/small.png" height="200" its:translate="no">
+ <p its:translate="yes"><app>Five or More</app> Small board</p>
</media>
</td>
<td>
- <media type="image" src="figures/medium.png" height="200">
- <p><app>Five or More</app> medium size board</p>
+ <media type="image" src="figures/medium.png" height="200" its:translate="no">
+ <p its:translate="yes"><app>Five or More</app> medium size board</p>
</media>
</td>
<td>
- <media type="image" src="figures/large.png" height="200">
- <p><app>Five or More</app> large size board</p>
+ <media type="image" src="figures/large.png" height="200" its:translate="no">
+ <p its:translate="yes"><app>Five or More</app> large size board</p>
</media>
</td>
</tr>
diff --git a/help/C/change-theme.page b/help/C/change-theme.page
index 25c1cbf..7e7bd29 100644
--- a/help/C/change-theme.page
+++ b/help/C/change-theme.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="change-theme">
<info>
@@ -34,20 +35,19 @@
<section id="images">
<title>Images available</title>
- <media type="image" src="figures/color-balls.png" width="300" style="floatleft">
- <p>Five or More with different balls</p>
+ <media type="image" src="figures/color-balls.png" width="300" style="floatleft" its:translate="no">
+ <p its:translate="yes">Five or More with different balls</p>
</media>
-<media type="image" src="figures/color-shapes.png" width="300">
-<p><app>Five or More</app> with different shapes</p>
+<media type="image" src="figures/color-shapes.png" width="300" its:translate="no">
+<p its:translate="yes"><app>Five or More</app> with different shapes</p>
</media>
</section>
<section id="colors">
<title>Background colors available</title>
- <media type="image" src="figures/pickcolor.png" width="200
-">
-<p>Five or More color palette</p>
+ <media type="image" src="figures/pickcolor.png" width="200" its:translate="no">
+<p its:translate="yes">Five or More color palette</p>
</media>
</section>
</page>
diff --git a/help/C/index.page b/help/C/index.page
index 8b3d795..3095b0c 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,9 +1,10 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
type="guide" style="task"
id="index">
<info>
- <title type='link' role="trail"><media type="image" src="figures/logo.png"/></title>
+ <title type='link' role="trail"><media type="image" src="figures/logo.png" its:translate="no"/></title>
<title type='link'>Five or More</title>
<title type='text'>Five or More</title>
<revision pkgversion="3.10.0" version="0.1" date="2013-08-18" status="final"/>
@@ -23,7 +24,7 @@
</info>
<title>
-<media type="image" src="figures/logo32.png">Five or More logo</media> Five or More</title>
+<media type="image" src="figures/logo32.png" its:translate="no"><span its:translate="yes">Five or More
logo</span></media> Five or More</title>
<p><app>Five or More</app> is a deceptively simple brain workout. The goal is to place at least five
objects of the same <link xref="change-theme#images">color or shape</link> into a straight line. The line can
be horizontal, vertical or diagonal. Once five or more objects are grouped into a line, they disappear. The
goal is to vanish as many objects as possible. The game is over when the entire board is full.</p>
diff --git a/help/C/play.page b/help/C/play.page
index 80ac9d2..a91ddc2 100644
--- a/help/C/play.page
+++ b/help/C/play.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="play">
<info>
@@ -60,7 +61,7 @@
<title>Video demonstration</title>
- <media type="video" mime="application/ogg" src="figures/glines-demo.ogv">
+ <media type="video" mime="application/ogg" src="figures/glines-demo.ogv" its:translate="no">
</media>
</section>
diff --git a/help/C/rules.page b/help/C/rules.page
index b2342e1..77b1dc3 100644
--- a/help/C/rules.page
+++ b/help/C/rules.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="rules">
<info>
@@ -41,23 +42,23 @@
<table>
<tr>
<td>
- <media type="image" src="figures/horizontal.png" width="200">
- <p>Example horizontal alignment</p>
+ <media type="image" src="figures/horizontal.png" width="200" its:translate="no">
+ <p its:translate="yes">Example horizontal alignment</p>
</media>
</td>
<td>
- <media type="image" src="figures/vertical.png" width="200">
- <p>Example vertical alignment</p>
+ <media type="image" src="figures/vertical.png" width="200" its:translate="no">
+ <p its:translate="yes">Example vertical alignment</p>
</media>
</td>
<td>
- <media type="image" src="figures/diagonal.png" width="200">
- <p>Example diagonal alignment</p>
+ <media type="image" src="figures/diagonal.png" width="200" its:translate="no">
+ <p its:translate="yes">Example diagonal alignment</p>
</media>
</td>
<td>
- <media type="image" src="figures/glines-gameover.png" width="200">
- <p><app>Five or More</app> game over position.</p>
+ <media type="image" src="figures/glines-gameover.png" width="200" its:translate="no">
+ <p its:translate="yes"><app>Five or More</app> game over position.</p>
</media>
</td>
</tr>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]