]> git.0d.be Git - empathy.git/commitdiff
Mark untranslatable images in help
authorEkaterina Gerasimova <kittykat3756@gmail.com>
Thu, 16 May 2013 23:04:02 +0000 (00:04 +0100)
committerEkaterina Gerasimova <kittykat3756@gmail.com>
Thu, 16 May 2013 23:04:02 +0000 (00:04 +0100)
Mark images without text as untranslatable in user help. At the same
time, mark author emails as untranslatable.

help/C/account-irc.page
help/C/overview.page
help/C/prob-conn-auth.page
help/C/prob-conn-name.page
help/C/prob-conn-neterror.page
help/C/status-icons.page

index 213247c8d5ab13f707c120cfe1c2b3346b81bdbb..4b4b92776e6126032d561d0f820a7b5977ef68ed 100644 (file)
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/"
+      xmlns:its="http://www.w3.org/2005/11/its"
       xmlns:e="http://projectmallard.org/experimental/"
       type="topic" style="screen"
       id="account-irc">
@@ -14,7 +15,7 @@
     <revision pkgversion="2.30" version="0.2" date="2010-04-19" status="review"/>
     <credit type="author">
       <name>Shaun McCance</name>
-      <email>shaunm@gnome.org</email>
+      <email its:translate="no">shaunm@gnome.org</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
@@ -103,13 +104,16 @@ telepathy-idle note
     <list>
       <item><p>To add a network to the list, click <media type="image"
       mime="image/png" src="figures/gtk-add.png" width="16"
-      height="16">Add</media>.</p></item>
+      height="16" its:translate="no"><span
+      its:translate="yes">Add</span></media>.</p></item>
       <item><p>To modify a network in the list, select the network and click
       <media type="image" mime="image/png" src="figures/gtk-edit.png" width="16"
-             height="16">Edit</media>.</p></item>
+      height="16" its:translate="no"><span
+      its:translate="yes">Edit</span></media>.</p></item>
       <item><p>To remove a network from the list, select the network and
       click <media type="image" mime="image/png" src="figures/gtk-remove.png"
-      width="16" height="16">Remove</media>.</p></item>
+      width="16" height="16" its:translate="no"><span
+      its:translate="yes">Remove</span></media>.</p></item>
     </list>
 
     <p>When adding or modifying a network, you can enter the following
index daa67b844d3fbeb304ec573fffb99788d5e4bdef..2ce72a9d031609032b3dddec331a7e229b1cda18 100644 (file)
@@ -1,4 +1,5 @@
-<page  xmlns="http://projectmallard.org/1.0/"
+<page xmlns="http://projectmallard.org/1.0/"
+      xmlns:its="http://www.w3.org/2005/11/its"
       type="topic"
       id="overview">
 
     </desc>
     <credit type="author">
       <name>Aruna S</name>
-      <email>aruna.evam@gmail.com</email>
+      <email its:translate="no">aruna.evam@gmail.com</email>
     </credit>
     <credit type="editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756@gmail.com</email>
+      <email its:translate="no">kittykat3756@gmail.com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
@@ -34,9 +35,9 @@
 
   <table frame="all" shade="cols">
      <tr>
-       <td><p><media type="image" src="figures/video_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
-       <td><p><media type="image" src="figures/conf_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
-       <td><p><media type="image" src="figures/croom_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
+       <td><p><media type="image" src="figures/video_overview.png" mime="image/png" style="right" width="150" height="150" its:translate="no" /></p></td>
+       <td><p><media type="image" src="figures/conf_overview.png" mime="image/png" style="right" width="150" height="150" its:translate="no" /></p></td>
+       <td><p><media type="image" src="figures/croom_overview.png" mime="image/png" style="right" width="150" height="150" its:translate="no" /></p></td>
      </tr>
      <tr>
        <td><p>Video Conference</p></td>
index 38ca57c43f6ded40eb0502fdc9d03be0005fad21..0ce4a506a5c9bb7a49e142ed6665e67d68989f7f 100644 (file)
@@ -1,6 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="prob-conn-auth">
+      xmlns:its="http://www.w3.org/2005/11/its"
+      type="topic"
+      id="prob-conn-auth">
 
   <info>
     <link type="guide" xref="prob-conn"/>
     <revision pkgversion="2.30" version="0.4" date="2010-02-16" status="review"/>
     <credit type="author">
       <name>Phil Bull</name>
-      <email>philbull@gmail.com</email>
+      <email its:translate="no">philbull@gmail.com</email>
     </credit>
     <credit type="author">
       <name>Milo Casagrande</name>
-      <email>milo@ubuntu.com</email>
+      <email its:translate="no">milo@ubuntu.com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
       </p>
     </item>
     <item>
-      <p>
-       Click the <media type="image" mime="image/png" src="figures/gtk-edit.png">edit</media> 
-        icon in the error message.
-      </p>
+      <p>Click the <media type="image" mime="image/png" src="figures/gtk-edit.png" its:translate="no"><span its:translate="yes">edit</span></media> 
+      icon in the error message.</p>
     </item>
     <item>
       <p>
index 00407a665dfa846cc13fcc893b2d42fa446fdf9d..f3bdefd35212334f661b7d4dad3e6a3a18de35d9 100644 (file)
@@ -1,6 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="prob-conn-name">
+      xmlns:its="http://www.w3.org/2005/11/its"
+      type="topic"
+      id="prob-conn-name">
 
   <info>
     <link type="guide" xref="prob-conn"/>
@@ -16,7 +17,7 @@
     <revision pkgversion="3.2" version="0.4" date="2011-12-18" status="review"/>
     <credit type="author">
       <name>Milo Casagrande</name>
-      <email>milo@ubuntu.com</email>
+      <email its:translate="no">milo@ubuntu.com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
 
   <steps>
     <item>
-      <p>
-        Click the <media type="image" mime="image/png" src="figures/gtk-edit.png">edit</media>
-        icon in the error message.
-      </p>
+      <p>Click the <media type="image" mime="image/png" src="figures/gtk-edit.png" its:translate="no"><span its:translate="yes">edit</span></media>
+      icon in the error message.</p>
     </item>
     <item>
       <list>
index 91d48222281c8f2ebede1c5fa97a6df9267510a5..146c0eb7dbbaee9f9235b89dbdea03f2c9319465 100644 (file)
@@ -1,6 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="prob-conn-neterror">
+      xmlns:its="http://www.w3.org/2005/11/its"
+      type="topic"
+      id="prob-conn-neterror">
 
   <info>
     <link type="guide" xref="prob-conn"/>
     <revision pkgversion="3.2" version="0.4" date="2011-12-18" status="review"/>
     <credit type="author">
       <name>Phil Bull</name>
-      <email>philbull@gmail.com</email>
+      <email its:translate="no">philbull@gmail.com</email>
     </credit>
     <credit type="author">
       <name>Milo Casagrande</name>
-      <email>milo@ubuntu.com</email>
+      <email its:translate="no">milo@ubuntu.com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
       </p>
     </item>
     <item>
-      <p>
-        Click the <media type="image" mime="image/png" src="figures/gtk-edit.png">edit</media>
-        icon in the error message.
-      </p>
+      <p>Click the <media type="image" mime="image/png" src="figures/gtk-edit.png" its:translate="no"><span its:translate="yes">edit</span></media>
+      icon in the error message.</p>
     </item>
     <item>
       <p>
index be63f994d31f54ec602cfab400819cd97106de1e..1212fdb7cc091b82b0ee1cbf748540cd5a8e5f67 100644 (file)
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/"
+      xmlns:its="http://www.w3.org/2005/11/its"
       xmlns:e="http://projectmallard.org/experimental/"
       type="topic" style="concept"
       id="status-icons">
     </revision>
     <credit type="author">
       <name>Milo Casagrande</name>
-      <email>milo@ubuntu.com</email>
+      <email its:translate="no">milo@ubuntu.com</email>
     </credit>
     <credit type="author">
       <name>Shaun McCance</name>
-      <email>shaunm@gnome.org</email>
+      <email its:translate="no">shaunm@gnome.org</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
 
   <terms>
     <item>
-      <title><media type="image" mime="image/png" src="figures/available.png">Available icon</media>
+      <title><media type="image" mime="image/png" src="figures/available.png" its:translate="no"><span its:translate="yes">Available icon</span></media>
       <gui>Available</gui></title>
       <p>Use the <em>Available</em> status when you are at your computer and able
       to chat with your contacts.  You can set a custom message for this status.</p>
     </item>
     <item>
-      <title><media type="image" mime="image/png" src="figures/busy.png">Busy icon</media>
+      <title><media type="image" mime="image/png" src="figures/busy.png" its:translate="no"><span its:translate="yes">Busy icon</span></media>
       <gui>Busy</gui></title>
       <p>Use the <em>Busy</em> status to let your contacts know that you don’t want
       to chat right now.  They can still contact you, for instance if they have something
@@ -50,7 +51,7 @@
       bubbles and sounds when you are busy.  You can set a custom message for this status.</p>
     </item>
     <item>
-      <title><media type="image" mime="image/png" src="figures/away.png">Away icon</media>
+      <title><media type="image" mime="image/png" src="figures/away.png" its:translate="no"><span its:translate="yes">Away icon</span></media>
       <gui>Away</gui></title>
       <p>Use the <em>Away</em> status when you are going away from your computer.
       <app>Empathy</app> automatically sets your status to Away if you do not use
       away.  You can set a custom message for this status.</p>
     </item>
     <item>
-      <title><media type="image" mime="image/png" src="figures/offline.png">Offline icon</media>
+      <title><media type="image" mime="image/png" src="figures/offline.png" its:translate="no"><span its:translate="yes">Offline icon</span></media>
       <gui>Invisible</gui></title>
       <p>When you set your status to <em>Invisible</em>, you will appear as offline
       to your contacts.  You will still be connected to your accounts, and you
       still see your contacts’ statuses and start conversations with them.</p>
     </item>
     <item>
-      <title><media type="image" mime="image/png" src="figures/offline.png">Offline icon</media>
+      <title><media type="image" mime="image/png" src="figures/offline.png" its:translate="no"><span its:translate="yes">Offline icon</span></media>
       <gui>Offline</gui></title>
       <p>Setting your status to <em>Offline</em> disconnects you from all of
       your accounts.</p>