gimp-help-2 r2738 - in trunk: . po/de po/de/filters po/de/menus po/de/menus/colors po/de/using src/menus/colors/auto src/menus/layer src/using



Author: ulfehlert
Date: Sat Feb  7 20:02:31 2009
New Revision: 2738
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2738&view=rev

Log:
2009-02-07  Ulf-D. Ehlert  <ulfehlert svn gnome org>

	* src/menus/colors/auto/equalize.xml: fixed typo
	* src/menus/layer/threshold-alpha.xml: fixed image names
	* src/using/script-fu-gui-api.xml: removed non-English strings

	* po/de/appendix.po
	* po/de/concepts.po
	* po/de/dialogs.po
	* po/de/filters/alpha-to-logo.po
	* po/de/filters/enhance.po
	* po/de/gimp.po
	* po/de/glossary.po
	* po/de/menus.po
	* po/de/menus/colors.po
	* po/de/menus/colors/auto.po
	* po/de/menus/colors/components.po
	* po/de/menus/colors/info.po
	* po/de/menus/colors/map.po
	* po/de/menus/edit.po
	* po/de/menus/file.po
	* po/de/menus/image.po
	* po/de/menus/layer.po
	* po/de/menus/select.po
	* po/de/menus/view.po
	* po/de/toolbox.po
	* po/de/tutorial.po
	* po/de/using.po
	* po/de/using/preferences.po: updated (mostly trivial updates)

	* po/de/Compendium.po: updated


Modified:
   trunk/ChangeLog
   trunk/po/de/Compendium.po
   trunk/po/de/appendix.po
   trunk/po/de/concepts.po
   trunk/po/de/dialogs.po
   trunk/po/de/filters/alpha-to-logo.po
   trunk/po/de/filters/enhance.po
   trunk/po/de/gimp.po
   trunk/po/de/glossary.po
   trunk/po/de/menus.po
   trunk/po/de/menus/colors.po
   trunk/po/de/menus/colors/auto.po
   trunk/po/de/menus/colors/components.po
   trunk/po/de/menus/colors/info.po
   trunk/po/de/menus/colors/map.po
   trunk/po/de/menus/edit.po
   trunk/po/de/menus/file.po
   trunk/po/de/menus/image.po
   trunk/po/de/menus/layer.po
   trunk/po/de/menus/select.po
   trunk/po/de/menus/view.po
   trunk/po/de/toolbox.po
   trunk/po/de/tutorial.po
   trunk/po/de/using.po
   trunk/po/de/using/preferences.po
   trunk/src/menus/colors/auto/equalize.xml
   trunk/src/menus/layer/threshold-alpha.xml
   trunk/src/using/script-fu-gui-api.xml

Modified: trunk/src/menus/colors/auto/equalize.xml
==============================================================================
--- trunk/src/menus/colors/auto/equalize.xml	(original)
+++ trunk/src/menus/colors/auto/equalize.xml	Sat Feb  7 20:02:31 2009
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2008-12-29 j.h: rev v2.6. No change
   2007-10-17 ude: moved here from menus/layer-equalize.xml ('en','de')
@@ -8,21 +9,9 @@
   2006-09-02 example added by j.h
   2005-11-11 split of from layer-colors.xml by axel.wernicke
 -->
-<!--TODO ru: translate-->
 <!-- id is still used by GIMP, do not change! -->
 <sect2 id="gimp-layer-equalize">
-<!--  <sect2info role="cvs">
-    <revhistory>
-      <revision>
-        <revnumber>$Revision$</revnumber>
-        <date>2009-12-29</date>
-        <authorinitials>j.h</authorinitials>
-      </revision>
-    </revhistory>
-  </sect2info>-->
-  <title>
-    <phrase>Equalize</phrase>
-  </title>
+  <title>Equalize</title>
   <indexterm>
     <primary>Colors</primary>
     <secondary>Equalize</secondary>
@@ -47,28 +36,30 @@
     the image is Indexed, the menu entry is insensitive and grayed out.
   </para>
   <sect3>
-    <title>
-      <phrase>Activate the Command</phrase>
-    </title>
+    <title>Activate the Command</title>
     <itemizedlist>
       <listitem>
         <para>
           You can access this command from the image menubar through
-          <menuchoice><guimenu>Colors</guimenu><guisubmenu>Auto</guisubmenu><guimenuitem>>Equalize</guimenuitem></menuchoice>.
+          <menuchoice>
+            <guimenu>Colors</guimenu>
+            <guisubmenu>Auto</guisubmenu>
+            <guimenuitem>Equalize</guimenuitem>
+          </menuchoice>
         </para>
       </listitem>
       <listitem>
         <para>
           or by using the keyboard shortcut
-          <keycombo><keycap>Shift</keycap><keycap>Page_Down</keycap></keycombo>.
+          <keycombo>
+            <keycap>Shift</keycap><keycap>Page_Down</keycap>
+          </keycombo>.
         </para>
       </listitem>
     </itemizedlist>
   </sect3>
   <sect3>
-    <title>
-      <phrase><quote>Equalize</quote> example</phrase>
-    </title>
+    <title><quote>Equalize</quote> example</title>
     <figure>
       <title>
         <phrase>Original image</phrase>
@@ -86,9 +77,7 @@
       </mediaobject>
     </figure>
     <figure>
-      <title>
-        <phrase>Image after the command</phrase>
-      </title>
+      <title>Image after the command</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/menus/equalize.png" format="PNG"/>

Modified: trunk/src/menus/layer/threshold-alpha.xml
==============================================================================
--- trunk/src/menus/layer/threshold-alpha.xml	(original)
+++ trunk/src/menus/layer/threshold-alpha.xml	Sat Feb  7 20:02:31 2009
@@ -7,15 +7,6 @@
   2005/11/16 split of from layer-transparency.xml by axel.wernicke
 -->
 <sect2 id="plug-in-threshold-alpha">
-  <!--sect2info role="cvs">
-    <revhistory>
-      <revision>
-        <revnumber>$Revision$</revnumber>
-        <date>2006-09-01</date>
-        <authorinitials>scb</authorinitials>
-      </revision>
-    </revhistory>
-  </sect2info-->
   <title>Threshold Alpha</title>
   <indexterm>
     <primary>Layer</primary>
@@ -81,7 +72,7 @@
             <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
-                  fileref="images/menus/threshold-alpha.ex1.png" />
+                  fileref="images/menus/threshold-alpha-ex1.png" />
               </imageobject>
               <caption>
                 A transparency gradient 0-255.
@@ -90,7 +81,7 @@
             <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
-                  fileref="images/menus/threshold-alpha.ex1.png" />
+                  fileref="images/menus/threshold-alpha-ex2.png" />
               </imageobject>
               <caption>
                 Threshold Alpha set to 92.

Modified: trunk/src/using/script-fu-gui-api.xml
==============================================================================
--- trunk/src/using/script-fu-gui-api.xml	(original)
+++ trunk/src/using/script-fu-gui-api.xml	Sat Feb  7 20:02:31 2009
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect3 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect3 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2008-03-12 jpl: fr & en update
   2007-11-27 ude: created (en,de)
@@ -172,10 +173,6 @@
               containing the gradient name. If the above selection was not
               altered the string would contain "Deep Sea".
             </para>
-            <para>
-              Cliquer sur celui-ci fait apparaÃtre la boite de dialogue des
-              dÃgradÃs.
-            </para>
           </entry>
         </row>
         <row>
@@ -197,10 +194,6 @@
               containing the palette name. If the above selection was not
               altered the string would contain "Named Colors".
             </para>
-            <para>
-              Cliquer sur celui-ci fait apparaÃtre la boite de dialogue des
-              palettes.
-            </para>
           </entry>
         </row>
         <row>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]