[Xfce4-commits] r29723 - in libexo/trunk/docs/manual: . da es fr gl id ja pt_BR tr

Mike Massonnet mmassonnet at xfce.org
Wed Apr 8 00:41:49 CEST 2009


Author: mmassonnet
Date: 2009-04-07 22:41:49 +0000 (Tue, 07 Apr 2009)
New Revision: 29723

Added:
   libexo/trunk/docs/manual/da/
   libexo/trunk/docs/manual/da/Makefile.am
   libexo/trunk/docs/manual/da/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/gl/
   libexo/trunk/docs/manual/gl/Makefile.am
   libexo/trunk/docs/manual/gl/exo-preferred-applications.xml.in
Modified:
   libexo/trunk/docs/manual/Makefile.am
   libexo/trunk/docs/manual/es/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/id/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/ja/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/pt_BR/exo-preferred-applications.xml.in
   libexo/trunk/docs/manual/tr/exo-preferred-applications.xml.in
Log:
Doc maintainance (make update-xml)

Modified: libexo/trunk/docs/manual/Makefile.am
===================================================================
--- libexo/trunk/docs/manual/Makefile.am	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/Makefile.am	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,9 @@
 SUBDIRS =				\
 	C					\
+	da					\
 	es					\
 	fr					\
+	gl					\
 	id					\
 	it					\
 	ja					\

Added: libexo/trunk/docs/manual/da/Makefile.am
===================================================================
--- libexo/trunk/docs/manual/da/Makefile.am	                        (rev 0)
+++ libexo/trunk/docs/manual/da/Makefile.am	2009-04-07 22:41:49 UTC (rev 29723)
@@ -0,0 +1,64 @@
+SUBDIRS =								\
+	images
+
+TARGET_DIR = $(datadir)/xfce4/doc/da
+STYLESHEET = ../xfce-nochunk.xsl
+DOCUMENT = exo-preferred-applications.xml
+
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+GPATH = $(srcdir)
+
+DOC_STAMPS = html-build.stamp
+
+EXTRA_DIST = $(DOCUMENT)
+CLEANFILES = $(DOC_STAMPS)
+
+if ENABLE_XSLTPROC
+all-local: html-build.stamp
+
+html-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(STYLESHEET)
+	@echo "*** Building HTML ***"
+	@-chmod -R u+w $(srcdir)
+	rm -rf $(srcdir)/html
+	mkdir $(srcdir)/html
+	$(XSLTPROC) --nonet -o $(srcdir)/html/ $(srcdir)/$(STYLESHEET) \
+		$(srcdir)/$(DOCUMENT)
+	touch html-build.stamp
+else
+all-local:
+endif
+
+maintainer-clean-local: clean
+	(cd $(srcdir) && rm -rf html)
+
+install-data-local:
+	installfiles=`echo $(srcdir)/html/*`;				\
+	if test "$$installfiles" = '$(srcdir)/html/*'; then		\
+		echo "--- Nothing to install";				\
+	else								\
+		$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR);		\
+		for file in $$installfiles; do				\
+			echo "--- Installing "$$file;			\
+			$(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR);	\
+		done;							\
+	fi
+
+uninstall-local:
+	rm -rf $(DESTDIR)$(TARGET_DIR)/*
+
+if ENABLE_XSLTPROC
+dist-check-xsltproc: all
+else
+dist-check-xsltproc:
+	@echo "*** xsltproc must be installed and enabled in order to make dist"
+	@false
+endif
+
+dist-hook: dist-check-xsltproc dist-hook-local
+	mkdir $(distdir)/html
+	-cp $(srcdir)/html/* $(distdir)/html
+
+.PHONY: dist-hook-local

Added: libexo/trunk/docs/manual/da/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/da/exo-preferred-applications.xml.in	                        (rev 0)
+++ libexo/trunk/docs/manual/da/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY date "April 2006">
+<!ENTITY version "@PACKAGE_VERSION@">
+]>
+<article id="exo-preferred-applications" lang="da">
+
+
+  <!-- Header -->
+  <articleinfo>
+    <title>Xfce 4 foretrukne programmer</title>
+
+    <pubdate>&date;</pubdate>
+
+    <copyright>
+      <year>2004</year>
+      <year>2005</year>
+      <year>2006</year>
+      <holder>Benedikt Meurer</holder>
+    </copyright>
+
+    <legalnotice id="legalnotice">
+      <para>Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på <ulink type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.</para>
+    </legalnotice>
+
+    <authorgroup>
+      <author>
+        <firstname>Benedikt</firstname>
+        <surname>Meurer</surname>
+        <affiliation>
+          <address><email>benny at xfce.org</email></address>
+        </affiliation>
+      </author>
+    </authorgroup>
+
+    <releaseinfo>Denne manual beskriver version @PACKAGE_VERSION@ af <emphasis>Foretrukne programmer til Xfce</emphasis>struktur og dets komponenter.</releaseinfo>
+  </articleinfo>
+
+
+  <!-- Content -->
+  <sect1 id="intro">
+    <title>Introduktion</title>
+
+    <para>Gennem hele 4,x serien af skrivebordsmijøet Xfce, har der ikke været nogen nem måde for brugere at indstille deres foretrukne programmer, f.eks. netlæseren der skal åbne internetlinks. <emphasis>Foretrukne programmer til Xfce</emphasis>strukturen blev tilføjet i Xfce 4.3 for at overkomme denne begrænsning og give brugerne en nem måde at vælge deres foretrukne netlæser, postprogram og konsolemulator på.</para>
+  </sect1>
+
+
+  <sect1 id="configuration">
+    <title>Indstilling</title>
+
+    <para>Du kan tilgå indstillingsdialogen ved at klikke på <guibutton>foretrukne programmer</guibutton>knappen i <ulink type="http" url="xfce-mcs-manager.html#manager-dialog">Xfce indstillinger</ulink>. Indstillingsdialogen er delt op i to sider, som er beskrevet i de følgende sektioner.</para>
+
+    <sect2 id="configuration-internet">
+      <title>Internetprogrammer</title>
+
+      <para>Den første side af konfigurationsdialogen tillader dig at vælge din foretrukne netlæser og postprogram. Den valgte netlæser vil blive brugt til at åbne internetlinks med, hvorimod postprogrammet vil blive brugt til at oprette postmeddelelser med.</para>
+
+      <figure id="configuration-internet-figure">
+        <title>Internetprogrammer</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-internet.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Vælg internetprogrammer</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>For at vælge en anden netlæser end den nuværende standard, skal du klikke på <guilabel>standard netlæser</guilabel>sektionen og en liste af de netlæsere der er blevet fundet på dit system, vil forekomme som vist i <xref linkend="configuration-webbrowser-menu"/>.</para>
+
+      <figure id="configuration-webbrowser-menu">
+        <title>Vælg netlæser</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-webbrowser-menu.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Vælg netlæser</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>Hvis den netlæser du leder efter ikke automatisk er fundet af systemet, kan du vælge <guimenu><guimenuitem>Andre...</guimenuitem></guimenu>fra rullegardinmenuen og en dialog vil bede dig om at indtaste kommandoen til den brugervalgte netlæser, som vist i <xref linkend="configuration-webbrowser-custom"/>.</para>
+
+      <figure id="configuration-webbrowser-custom">
+        <title>Angiv en brugervalgt netlæser</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-webbrowser-custom.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Angiv en brugervalgt netlæser</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>Den specielle markør <literal>%s</literal>i kommandoen vil blive erstattet med den URL, når klikker på en internethenvisning. Når du kører den foretrukne netlæser uden brug af nogen URL, f.eks. ved at bruge <command>exo-open --launch WebBrowser</command>, vil kun den binære del af kommandoen blive brugt, og parametrene vil blive fjernet. I det ovenstående eksempel med <command>mywebbrowser "%s"</command> som brugervalgt netlæser, vil kommandoen <command>mywebbrowser</command> blive brugt til at åbne netlæseren uden en URL.</para>
+    </sect2>
+
+    <sect2 id="configuration-utilities">
+      <title>Andre programmer</title>
+
+      <para>Den første side af indstillingsdialogen, vil tillade dig at vælge din foretrukne konsolemulator. Den foretrukne konsolemulator vil blive brugt i hele skrivebordsmiljøet til Xfce, til at køre programmer der skal køres i et CLI (command line interface) miljø.</para>
+
+      <figure id="configuration-utilities-figure">
+        <title>Andre programmer</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-utilities.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Vælg andre programmer</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>For brugervalgte konsolkommandoer, vil den specielle markør <literal>%s</literal>blive at erstattet med programmet, for at køre i konsollen. Ellers gælder de samme regler som beskrevet i <xref linkend="configuration-internet"/>.</para>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="exo-open">
+    <title>exo-open</title>
+
+    <para>En simpel kommandolinje brugerflade er inkluderet i <emphasis> Foretrukne programmer til Xfce</emphasis>strukturen, der hedder <application>exo-open</application>. Brugere og udviklere kan bruge dette værktøj til at køre det foretrukne program for en bestemt kategori, eller til at åbne URLs med det program der er sat som standard til at starte URL'er</para>
+
+    <para><application>exo-open</application> understøtter to handlingstilstande. Den første vil simpelthen starte det foretrukne program fra en bestemt kategori, evt. med en parameter (den nøjagtige mening med udtrykket <emphasis>parameter</emphasis> afhænger af kategorien). F.eks. for at køre kommandoen <command>mutt</command> i den foretrukne konsolemulator, ville du bruge</para>
+
+<screen>exo-open --launch TerminalEmulator mutt</screen>
+
+    <para>mens for bare at åbne den foretrukne netlæser, vil den følgende kommando blive brugt:</para>
+
+<screen>exo-open --launch WebBrowser</screen>
+
+    <para>Den anden tilstand understøttet af <application>exo-open</application> åbner alle parametre med det det program der sat som standard til at håndtere URLs. Her betyder URLs enten fuldt ud kvalificerede URLs (som f.eks. <literal>http://xfce.org/</literal> eller <literal>mailto:xfce4-dev at xfce.org</literal>) eller som lokale stier (som f.eks. <literal>/home/dude/minfil.txt</literal>). F.eks. for at åbne <literal>/home/dude/fil1.mp3</literal> og <literal>/home/dude/fil2.txt</literal>i deres foretrukne programmer ville du bruge følgende kommando:</para>
+
+<screen>exo-open /home/dude/fil1.mp3 /home/dude/fil2.txt</screen>
+
+    <para>Du kan oprette en mail til <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink> mail post, ved at køre:</para>
+
+<screen>exo-open mailto:xfce4-dev at xfce.org</screen>
+  </sect1>
+
+
+  <sect1 id="copyright">
+    <title>Om</title>
+
+    <para><emphasis>Foretrukne programmer til Xfce</emphasis> strukturen og dens komponenter blev skrevet af Benedikt Meurer(<email>benny at xfce.org</email>)for Xfce skrivebordsmiljøet. Besøg <ulink url="http://www.xfce.org" type="http">Xfce hjemmeside</ulink> for mere information.</para>
+
+    <para>Brug <ulink type="http" url="http://bugzilla.xfce.org/">Xfce fejlsporingssystem</ulink> (Product: <literal>libexo</literal>, Component: <literal>helpers</literal>) hvis du vil indrapportere en fejl eller foreslag, vedrørende programmet eller denne manual.</para>
+
+    <para>Hvis du har spørgsmål til brugen eller installation af denne pakke, så spørg venligst på <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce">xfce</ulink> postlisten. Udviklingsdiskussion, finder sted sted på <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink> postliste.</para>
+
+     <para>Dette programmel er udgivet under betingelserne af GNU General Public License, som udgivet af Free Software Foundation; enten version 2 af licensen, eller (som mulighed) enhver senere version.</para>
+
+    <para>Du skulle have modtaget en kopi af GNU General Public License sammen med dette program; hvis ikke, så skriv til Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
+  </sect1>
+  
+</article>

Modified: libexo/trunk/docs/manual/es/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/es/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/es/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY date "April 2006">
-<!ENTITY version "0.3.93svn-r29273">
+<!ENTITY version "@PACKAGE_VERSION@">
 ]>
 <article id="exo-preferred-applications" lang="es">
 
@@ -33,10 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.3.93svn-r29273 of the <emphasis>Xfce Preferred
-      Applications</emphasis> framework and its components.
-    </releaseinfo>
+    <releaseinfo>Este manual describe la versión @PACKAGE_VERSION@ del marco <emphasis>Aplicaciones preferidas de Xfce</emphasis> y sus componentes.</releaseinfo>
   </articleinfo>
 
 

Modified: libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/fr/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY date "April 2006">
-<!ENTITY version "0.3.92">
+<!ENTITY version "@PACKAGE_VERSION@">
 ]>
 <article id="exo-preferred-applications" lang="fr">
 
@@ -33,10 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.3.92 of the <emphasis>Xfce Preferred
-      Applications</emphasis> framework and its components.
-    </releaseinfo>
+    <releaseinfo>Ce manuel décrit l'ensemble des règles et composants du module <emphasis>Applications favorites</emphasis> version @PACKAGE_VERSION at .</releaseinfo>
   </articleinfo>
 
 

Added: libexo/trunk/docs/manual/gl/Makefile.am
===================================================================
--- libexo/trunk/docs/manual/gl/Makefile.am	                        (rev 0)
+++ libexo/trunk/docs/manual/gl/Makefile.am	2009-04-07 22:41:49 UTC (rev 29723)
@@ -0,0 +1,64 @@
+SUBDIRS =								\
+	images
+
+TARGET_DIR = $(datadir)/xfce4/doc/gl
+STYLESHEET = ../xfce-nochunk.xsl
+DOCUMENT = exo-preferred-applications.xml
+
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+GPATH = $(srcdir)
+
+DOC_STAMPS = html-build.stamp
+
+EXTRA_DIST = $(DOCUMENT)
+CLEANFILES = $(DOC_STAMPS)
+
+if ENABLE_XSLTPROC
+all-local: html-build.stamp
+
+html-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(STYLESHEET)
+	@echo "*** Building HTML ***"
+	@-chmod -R u+w $(srcdir)
+	rm -rf $(srcdir)/html
+	mkdir $(srcdir)/html
+	$(XSLTPROC) --nonet -o $(srcdir)/html/ $(srcdir)/$(STYLESHEET) \
+		$(srcdir)/$(DOCUMENT)
+	touch html-build.stamp
+else
+all-local:
+endif
+
+maintainer-clean-local: clean
+	(cd $(srcdir) && rm -rf html)
+
+install-data-local:
+	installfiles=`echo $(srcdir)/html/*`;				\
+	if test "$$installfiles" = '$(srcdir)/html/*'; then		\
+		echo "--- Nothing to install";				\
+	else								\
+		$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR);		\
+		for file in $$installfiles; do				\
+			echo "--- Installing "$$file;			\
+			$(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR);	\
+		done;							\
+	fi
+
+uninstall-local:
+	rm -rf $(DESTDIR)$(TARGET_DIR)/*
+
+if ENABLE_XSLTPROC
+dist-check-xsltproc: all
+else
+dist-check-xsltproc:
+	@echo "*** xsltproc must be installed and enabled in order to make dist"
+	@false
+endif
+
+dist-hook: dist-check-xsltproc dist-hook-local
+	mkdir $(distdir)/html
+	-cp $(srcdir)/html/* $(distdir)/html
+
+.PHONY: dist-hook-local

Added: libexo/trunk/docs/manual/gl/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/gl/exo-preferred-applications.xml.in	                        (rev 0)
+++ libexo/trunk/docs/manual/gl/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY date "April 2006">
+<!ENTITY version "@PACKAGE_VERSION@">
+]>
+<article id="exo-preferred-applications" lang="gl">
+
+
+  <!-- Header -->
+  <articleinfo>
+    <title>Xfce 4 Preferred Applications</title>
+
+    <pubdate>&date;</pubdate>
+
+    <copyright>
+      <year>2004</year>
+      <year>2005</year>
+      <year>2006</year>
+      <holder>Benedikt Meurer</holder>
+    </copyright><copyright><year>2009.</year><holder>Leandro Regueiro (leandro.regueiro at gmail.com)</holder></copyright>
+
+    <legalnotice id="legalnotice">
+      <para>
+        Permission is granted to copy, distribute and/or modify this document
+        under the terms of the GNU Free Documentation License, Version 1.1 or
+        any later version published by the Free Software Foundation; with no
+        Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+        Texts. The complete license text is available from the <ulink type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
+      </para>
+    </legalnotice>
+
+    <authorgroup>
+      <author>
+        <firstname>Benedikt</firstname>
+        <surname>Meurer</surname>
+        <affiliation>
+          <address><email>benny at xfce.org</email></address>
+        </affiliation>
+      </author>
+    </authorgroup>
+
+    <releaseinfo>
+      This manual describes version @PACKAGE_VERSION@ of the <emphasis>Xfce Preferred
+      Applications</emphasis> framework and its components.
+    </releaseinfo>
+  </articleinfo>
+
+
+  <!-- Content -->
+  <sect1 id="intro">
+    <title>Introdución</title>
+
+    <para>
+      Throughout the 4.x series of the Xfce Desktop Environment, there
+      was no easy way for users to set their preferred applications, i.e.
+      the Web Browser that should be used to open hyperlinks. The
+      <emphasis>Xfce Preferred Applications</emphasis> framework was
+      added in Xfce 4.3 to overcome this limitation and provide users
+      with an easy way to select their preferred web browser, mail reader
+      and terminal emulator.
+    </para>
+  </sect1>
+
+
+  <sect1 id="configuration">
+    <title>Configuración</title>
+
+    <para>
+      You can access the configuration dialog by clicking on the
+      <guibutton>Preferred Applications</guibutton> button in the
+      <ulink type="http" url="xfce-mcs-manager.html#manager-dialog">Xfce
+      Settings Manager</ulink>. The configuration dialog is split
+      into two pages, which are described in the following sections.
+    </para>
+
+    <sect2 id="configuration-internet">
+      <title>Internet applications</title>
+
+      <para>
+        The first page of the configuration dialog allows you to select
+        your preferred Web Browser and Mail Reader. The selected Web
+        Browser will be used to open hyperlinks that you click on and
+        to display the documentation, whereas the Mail Reader will be
+        used to compose mails.
+      </para>
+
+      <figure id="configuration-internet-figure">
+        <title>Internet applications</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-internet.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Select internet applications</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>
+        To select a different Web Browser than the current default one,
+        click on the button in the <guilabel>Default Web Browser</guilabel>
+        section and a list of web browsers that were detected on your
+        system will appear, as shown in <xref linkend="configuration-webbrowser-menu"/>.
+      </para>
+
+      <figure id="configuration-webbrowser-menu">
+        <title>Select Web Browser</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-webbrowser-menu.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Select Web Browser</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>
+        If the Web Browser you are looking for is not automatically
+        detected by the system, you can select
+        <guimenu><guimenuitem>Other...</guimenuitem></guimenu> from the
+        drop down menu and a dialog will appear asking you to enter the
+        command for the custom Web Browser, as shown in <xref linkend="configuration-webbrowser-custom"/>.
+      </para>
+
+      <figure id="configuration-webbrowser-custom">
+        <title>Specify a custom Web Browser</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-webbrowser-custom.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Specify a custom Web Browser</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>
+        The special marker <literal>%s</literal> in the command will be
+        substituted with the URL when you click on a hyperlink. When
+        running just the preferred Web Browser without any URL, i.e.
+        using <command>exo-open --launch WebBrowser</command>, only the
+        binary of the specified command will be used and the parameters
+        will be stripped off. In the example above, with <command>mywebbrowser
+        "%s"</command> as custom Web Browser, the command
+        <command>mywebbrowser</command> will be used to open the Web
+        Browser without an URL.
+      </para>
+    </sect2>
+
+    <sect2 id="configuration-utilities">
+      <title>Other applications</title>
+
+      <para>
+        The first page of the configuration dialog allows you to select
+        your preferred terminal emulator. The preferred terminal emulator
+        will be used throughout the Xfce Desktop Environment to launch
+        applications that need to be run in a CLI (command line
+        interface) environment.
+      </para>
+
+      <figure id="configuration-utilities-figure">
+        <title>Other applications</title>
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/exo-preferred-applications-utilities.png" format="PNG"/>
+            </imageobject>
+            <textobject>
+              <phrase>Select other applications</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+      </figure>
+
+      <para>
+        For custom terminal commands, the special marker <literal>%s</literal>
+        will be substituted with the application to run in the terminal.
+        Otherwise the same rules apply as described in <xref linkend="configuration-internet"/>.
+      </para>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="exo-open">
+    <title>exo-open</title>
+
+    <para>
+      A simple command line frontend to the <emphasis>Xfce Preferred
+      Applications</emphasis> framework is included, named
+      <application>exo-open</application>. Users and developers can use
+      this utility to launch the preferred application for a certain
+      category or open URLs with the default URL handler.
+    </para>
+
+    <para>
+      <application>exo-open</application> supports two operation modes.
+      The first will simply launch the preferred application for a
+      certain category, optionally passing a parameter (the exact meaning
+      of the term <emphasis>parameter</emphasis> depends on the category).
+      For example, to launch the command <command>mutt</command> in the
+      preferred Terminal Emulator, you would use 
+    </para>
+
+<screen>exo-open --launch TerminalEmulator mutt</screen>
+
+    <para>
+      while to just open the preferred Web Browser, the following
+      command would be used:
+    </para>
+
+<screen>exo-open --launch WebBrowser</screen>
+
+    <para>
+      The second mode supported by <application>exo-open</application> opens
+      all parameters passed to it with the default URL handlers. Here URLs
+      mean either fully qualified URLs (i.e.
+      <literal>http://www.xfce.org/</literal> or
+      <literal>mailto:xfce4-dev at xfce.org</literal>) or local paths (i.e.
+      <literal>/home/dude/myfile.txt</literal>). For example to open
+      <literal>/home/dude/file1.mp3</literal> and
+      <literal>/home/dude/file2.txt</literal> in the default
+      applications, you would use the following command:
+    </para>
+
+<screen>exo-open /home/dude/file1.mp3 /home/dude/file2.txt</screen>
+
+    <para>
+      To start composing a mail to the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink>
+      mailing list, you can do:
+    </para>
+
+<screen>exo-open mailto:xfce4-dev at xfce.org</screen>
+  </sect1>
+
+
+  <sect1 id="copyright">
+    <title>Acerca de</title>
+
+    <para>
+      The <emphasis>Xfce Preferred Applications</emphasis> framework and its
+      components was written by Benedikt Meurer (<email>benny at xfce.org</email>)
+      for the Xfce Desktop Environment. For more information, please visit
+      the <ulink url="http://www.xfce.org" type="http">Xfce website</ulink>.
+    </para>
+
+    <para>
+      To report a bug or make a suggestion regarding the software or this
+      manual, use the <ulink type="http" url="http://bugzilla.xfce.org/">Xfce
+      Bug Tracking System</ulink> (Product: <literal>libexo</literal>,
+      Component: <literal>helpers</literal>).
+    </para>
+
+    <para>
+      If you have questions about the use or installation of this package,
+      please ask on the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce">xfce</ulink> mailing
+      list. Development discussion takes place on the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink>
+      mailing list.
+    </para>
+
+     <para>
+      This software is distributed under the terms of the GNU General Public
+      License as published by the Free Software Foundation; either version 2
+      of the License, or (at your option) any later version.
+    </para>
+
+    <para>
+      You should have received a copy of the GNU General Public License 
+      along with this program; if not, write to the Free Software 
+      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
+      USA.
+    </para>
+  </sect1>
+  
+</article>

Modified: libexo/trunk/docs/manual/id/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/id/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/id/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY date "April 2006">
-<!ENTITY version "0.3.92">
+<!ENTITY version "@PACKAGE_VERSION@">
 ]>
 <article id="exo-preferred-applications" lang="id">
 
@@ -33,10 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.3.92 of the <emphasis>Xfce Preferred
-      Applications</emphasis> framework and its components.
-    </releaseinfo>
+    <releaseinfo>Manual ini menjelaskan versi @PACKAGE_VERSION@ dari kerangka kerja <emphasis>Aplikasi Kesukaan Xfce</emphasis> dan komponennya.</releaseinfo>
   </articleinfo>
 
 

Modified: libexo/trunk/docs/manual/ja/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/ja/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/ja/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -8,7 +8,7 @@
 
   <!-- Header -->
   <articleinfo>
-    <title>Xfce 4 お気に入りのアプリ</title>
+    <title>Xfce 4 お気に入りのアプリケーション</title>
 
     <pubdate>&date;</pubdate>
 
@@ -17,7 +17,7 @@
       <year>2005</year>
       <year>2006</year>
       <holder>Benedikt Meurer</holder>
-    </copyright><copyright><year>2006.</year><holder>Daichi Kawahata (daichi at xfce.org)</holder></copyright>
+    </copyright><copyright><year>2006.</year><holder>Daichi Kawahata (daichi at xfce.org)</holder></copyright><copyright><year>2009</year><holder>Masato Hashimoto (cabezon.hashimoto at gmail.com)</holder></copyright>
 
     <legalnotice id="legalnotice">
       <para>フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文は<ulink type="http" url="http://www.gnu.org/">フリーソフトウェア財団</ulink>から取得する事ができます。</para>
@@ -33,7 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>このマニュアルはフレームワーク<emphasis>Xfceお気に入りのアプリ</emphasis>、そのコンポーネントのバージョン @PACKAGE_VERSION@ について書かれています。</releaseinfo>
+    <releaseinfo>この説明書は <emphasis>Xfceお気に入りのアプリケーション</emphasis> フレームワークおよびそのコンポーネントのバージョン @PACKAGE_VERSION@ について書かれています。</releaseinfo>
   </articleinfo>
 
 
@@ -41,31 +41,19 @@
   <sect1 id="intro">
     <title>初めに</title>
 
-    <para>Xfce デスクトップ環境の 4.x シリーズを通じて、例えばハイパーリンクを開くのに使用されるウェブブラウザーのように、ユーザーが簡単にお気に入りのアプリケーションを設定する方法はありませんでした。このフレームワーク<emphasis>Xfceお気に入りのアプリ</emphasis>はこの制約を取り除いてユーザーが好きなウェブブラウザー、メールリーダー、ターミナルエミュレーターを選べるように Xfce 4.3 で新たに追加されました。</para>
+    <para>Xfce デスクトップ環境の 4.x シリーズには当初、例えばハイパーリンクを開くときに使用されるウェブブラウザのような、ユーザが簡単にお気に入りのアプリケーションを設定する方法はありませんでした。<emphasis>Xfceお気に入りのアプリケーション</emphasis> フレームワークはこの制約を取り除いて利用者が好きなウェブブラウザ、メールリーダ、ターミナルエミュレータを選べるように Xfce 4.3 で新たに追加されました。</para>
   </sect1>
 
 
   <sect1 id="configuration">
     <title>設定</title>
 
-    <para>
-      You can access the configuration dialog by clicking on the
-      <guibutton>Preferred Applications</guibutton> button in the
-      <ulink type="http" url="xfce-mcs-manager.html#manager-dialog">Xfce
-      Settings Manager</ulink>. The configuration dialog is split
-      into two pages, which are described in the following sections.
-    </para>
+    <para><ulink type="http" url="xfce-mcs-manager.html#manager-dialog">Xfce 設定マネージャ</ulink><guibutton>「お気に入りのアプリケーション」</guibutton> をクリックすると設定ダイアログが表示されます。設定ダイアログは以下に説明する 2 つのページからなっています。</para>
 
     <sect2 id="configuration-internet">
       <title>インターネットアプリケーション</title>
 
-      <para>
-        The first page of the configuration dialog allows you to select
-        your preferred Web Browser and Mail Reader. The selected Web
-        Browser will be used to open hyperlinks that you click on and
-        to display the documentation, whereas the Mail Reader will be
-        used to compose mails.
-      </para>
+      <para>最初のページではウェブブラウザとメールリーダを設定できます。ハイパーリンクをクリックしたときにここで選択したウェブブラウザを使用してドキュメントが表示され、メールを作成するときにここで選択したメールリーダが使用されます。</para>
 
       <figure id="configuration-internet-figure">
         <title>インターネットアプリケーション</title>
@@ -81,72 +69,45 @@
         </screenshot>
       </figure>
 
-      <para>
-        To select a different Web Browser than the current default one,
-        click on the button in the <guilabel>Default Web Browser</guilabel>
-        section and a list of web browsers that were detected on your
-        system will appear, as shown in <xref linkend="configuration-webbrowser-menu"/>.
-      </para>
+      <para>現在のデフォルトウェブブラウザを別のものへ変更する場合は、<guilabel>ウェブブラウザ</guilabel> セクションのボタンをクリックしてください。システム内から検出されたウェブブラウザのリストが <xref linkend="configuration-webbrowser-menu"/> のように表示されます。</para>
 
       <figure id="configuration-webbrowser-menu">
-        <title>ウェブブラウザーの選択</title>
+        <title>ウェブブラウザの選択</title>
         <screenshot>
           <mediaobject>
             <imageobject>
               <imagedata fileref="images/exo-preferred-applications-webbrowser-menu.png" format="PNG"/>
             </imageobject>
             <textobject>
-              <phrase>ウェブブラウザーの選択</phrase>
+              <phrase>ウェブブラウザの選択</phrase>
             </textobject>
           </mediaobject>
         </screenshot>
       </figure>
 
-      <para>
-        If the Web Browser you are looking for is not automatically
-        detected by the system, you can select
-        <guimenu><guimenuitem>Other...</guimenuitem></guimenu> from the
-        drop down menu and a dialog will appear asking you to enter the
-        command for the custom Web Browser, as shown in <xref linkend="configuration-webbrowser-custom"/>.
-      </para>
+      <para>お探しのウェブブラウザが自動検出されなかった場合、ドロップダウンメニューから <guimenu><guimenuitem>「その他...」</guimenuitem></guimenu> を選択してください。<xref linkend="configuration-webbrowser-custom"/> のようにウェブブラウザのコマンドを入力するダイアログが表示されます。</para>
 
       <figure id="configuration-webbrowser-custom">
-        <title>Specify a custom Web Browser</title>
+        <title>カスタムウェブブラウザの設定</title>
         <screenshot>
           <mediaobject>
             <imageobject>
               <imagedata fileref="images/exo-preferred-applications-webbrowser-custom.png" format="PNG"/>
             </imageobject>
             <textobject>
-              <phrase>Specify a custom Web Browser</phrase>
+              <phrase>カスタムウェブブラウザの設定</phrase>
             </textobject>
           </mediaobject>
         </screenshot>
       </figure>
 
-      <para>
-        The special marker <literal>%s</literal> in the command will be
-        substituted with the URL when you click on a hyperlink. When
-        running just the preferred Web Browser without any URL, i.e.
-        using <command>exo-open --launch WebBrowser</command>, only the
-        binary of the specified command will be used and the parameters
-        will be stripped off. In the example above, with <command>mywebbrowser
-        "%s"</command> as custom Web Browser, the command
-        <command>mywebbrowser</command> will be used to open the Web
-        Browser without an URL.
-      </para>
+      <para>コマンドの特殊マーカー <literal>%s</literal> はハイパーリンクをクリックしたときにその URL に置き換えられます。例えば設定したウェブブラウザを URL 指定無しで起動だけしたい場合は、パラメタを指定せずにコマンド <command>exo-open --launch WebBrowser</command> を使用します。上の例では、カスタムウェブブラウザとして <command>mywebbrowser "%s"</command> が指定されていますが、<command>mywebbrowser</command> が URL を開かずに起動されます。</para>
     </sect2>
 
     <sect2 id="configuration-utilities">
       <title>その他のアプリケーション</title>
 
-      <para>
-        The first page of the configuration dialog allows you to select
-        your preferred terminal emulator. The preferred terminal emulator
-        will be used throughout the Xfce Desktop Environment to launch
-        applications that need to be run in a CLI (command line
-        interface) environment.
-      </para>
+      <para>設定ダイアログの次のページでは、お気に入りのターミナルエミュレータを選択できます。お気に入りのターミナルエミュレータは Xfce デスクトップ環境全体を通して CLI (コマンドラインインターフェイス) 上での動作が必要なアプリケーションが起動されるとき使用されます。</para>
 
       <figure id="configuration-utilities-figure">
         <title>その他のアプリケーション</title>
@@ -162,11 +123,7 @@
         </screenshot>
       </figure>
 
-      <para>
-        For custom terminal commands, the special marker <literal>%s</literal>
-        will be substituted with the application to run in the terminal.
-        Otherwise the same rules apply as described in <xref linkend="configuration-internet"/>.
-      </para>
+      <para>カスタムターミナルコマンドでは、特殊マーカー <literal>%s</literal> はターミナル上で起動させるコマンド名に置き換えられます。その他のルールは <xref linkend="configuration-internet"/> での説明に準じます。</para>
     </sect2>
   </sect1>
 
@@ -174,50 +131,21 @@
   <sect1 id="exo-open">
     <title>exo-open</title>
 
-    <para>
-      A simple command line frontend to the <emphasis>Xfce Preferred
-      Applications</emphasis> framework is included, named
-      <application>exo-open</application>. Users and developers can use
-      this utility to launch the preferred application for a certain
-      category or open URLs with the default URL handler.
-    </para>
+    <para><emphasis>Xfce お気に入りのアプリケーション</emphasis> フレームワークにはシンプルなコマンドラインフロントエンドが含まれており、<application>exo-open</application> と名づけられています。利用者および開発者はこのユーティリティを特定のカテゴリのお好みのアプリケーションの起動や、デフォルト URL ハンドラで URL を開くために使用できます。</para>
 
-    <para>
-      <application>exo-open</application> supports two operation modes.
-      The first will simply launch the preferred application for a
-      certain category, optionally passing a parameter (the exact meaning
-      of the term <emphasis>parameter</emphasis> depends on the category).
-      For example, to launch the command <command>mutt</command> in the
-      preferred Terminal Emulator, you would use 
-    </para>
+    <para><application>exo-open</application> は 2 つの操作モードをサポートしています。一つめはシンプルに特定のカテゴリのお気に入りのアプリケーションにパラメータを受け渡して起動します (正確には、<emphasis>パラメータ</emphasis> の意味はカテゴリに依存します)。例えば、コマンド <command>mutt</command> をお気に入りのターミナルエミュレータ上で起動したい場合は以下のように使用します。</para>
 
 <screen>exo-open --launch TerminalEmulator mutt</screen>
 
-    <para>
-      while to just open the preferred Web Browser, the following
-      command would be used:
-    </para>
+    <para>お気に入りのウェブブラウザを単に起動だけ行いたい場合は以下のコマンドを使用します:</para>
 
 <screen>exo-open --launch WebBrowser</screen>
 
-    <para>
-      The second mode supported by <application>exo-open</application> opens
-      all parameters passed to it with the default URL handlers. Here URLs
-      mean either fully qualified URLs (i.e.
-      <literal>http://www.xfce.org/</literal> or
-      <literal>mailto:xfce4-dev at xfce.org</literal>) or local paths (i.e.
-      <literal>/home/dude/myfile.txt</literal>). For example to open
-      <literal>/home/dude/file1.mp3</literal> and
-      <literal>/home/dude/file2.txt</literal> in the default
-      applications, you would use the following command:
-    </para>
+    <para>二つめのモードでは、<application>exo-open</application> がすべてのパラメータをデフォルト URL ハンドラに受け渡します。ここでの URL は完全修飾 URL (例えば <literal>http://www.xfce.org/</literal> や <literal>mailto:xfce4-dev at xfce.org</literal> など)、またはローカルパス (例えば <literal>/home/dude/myfile.txt</literal>) を意味します。例えば、<literal>/home/dude/file1.mp3</literal> と <literal>/home/dude/file2.txt</literal> をデフォルトアプリケーションで開く場合は、以下のコマンドを使用します:</para>
 
 <screen>exo-open /home/dude/file1.mp3 /home/dude/file2.txt</screen>
 
-    <para>
-      To start composing a mail to the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink>
-      mailing list, you can do:
-    </para>
+    <para>電子メールを <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink> メーリングリストへ送る場合は、以下のようにします:</para>
 
 <screen>exo-open mailto:xfce4-dev at xfce.org</screen>
   </sect1>
@@ -226,26 +154,11 @@
   <sect1 id="copyright">
     <title>このプログラムについて</title>
 
-    <para>
-      The <emphasis>Xfce Preferred Applications</emphasis> framework and its
-      components was written by Benedikt Meurer (<email>benny at xfce.org</email>)
-      for the Xfce Desktop Environment. For more information, please visit
-      the <ulink url="http://www.xfce.org" type="http">Xfce website</ulink>.
-    </para>
+    <para>Xfce デスクトップ環境向けの <emphasis>Xfce お気に入りのアプリケーション</emphasis> フレームワークおよびそのコンポーネントは Benedikt Meurer (<email>benny at xfce.org</email>) が製作しました。より詳しい情報は <ulink url="http://www.xfce.org" type="http">Xfce website</ulink> を参照してください。</para>
 
-    <para>
-      To report a bug or make a suggestion regarding the software or this
-      manual, use the <ulink type="http" url="http://bugzilla.xfce.org/">Xfce
-      Bug Tracking System</ulink> (Product: <literal>libexo</literal>,
-      Component: <literal>helpers</literal>).
-    </para>
+    <para>このソフトウェアまたは説明書に関するバグの報告やご提案は <ulink type="http" url="http://bugzilla.xfce.org/">Xfce バグ追跡システム</ulink> をご利用ください (Product: <literal>libexo</literal>、Component: <literal>helpers</literal>)。</para>
 
-    <para>
-      If you have questions about the use or installation of this package,
-      please ask on the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce">xfce</ulink> mailing
-      list. Development discussion takes place on the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink>
-      mailing list.
-    </para>
+    <para>このパッケージの使用方法やインストールに関する質問は、<ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce">xfce</ulink> メーリングリストで尋ねてみてください。開発に関する議論は <ulink type="http" url="http://foo-projects.org/mailman/listinfo/xfce4-dev">xfce4-dev</ulink> メーリングリストで行われています。</para>
 
      <para>このソフトウェアはフリーソフトウェア財団が公表する GNU 一般公衆利用許諾契約書の条件下に配布されています。第2版あるいは、あなたが選ぶそれ以降の版のいずれかが適用されます。</para>
 

Modified: libexo/trunk/docs/manual/pt_BR/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/pt_BR/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/pt_BR/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY date "April 2006">
-<!ENTITY version "0.3.92">
+<!ENTITY version "@PACKAGE_VERSION@">
 ]>
 <article id="exo-preferred-applications" lang="pt_BR">
 
@@ -33,10 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.3.92 of the <emphasis>Xfce Preferred
-      Applications</emphasis> framework and its components.
-    </releaseinfo>
+    <releaseinfo>Este manual descreve a versão @PACKAGE_VERSION@ do esquema de <emphasis>Aplicações Preferidas do Xfce</emphasis> e de seus componentes</releaseinfo>
   </articleinfo>
 
 

Modified: libexo/trunk/docs/manual/tr/exo-preferred-applications.xml.in
===================================================================
--- libexo/trunk/docs/manual/tr/exo-preferred-applications.xml.in	2009-04-07 22:40:27 UTC (rev 29722)
+++ libexo/trunk/docs/manual/tr/exo-preferred-applications.xml.in	2009-04-07 22:41:49 UTC (rev 29723)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY date "April 2006">
-<!ENTITY version "0.3.92">
+<!ENTITY version "@PACKAGE_VERSION@">
 ]>
 <article id="exo-preferred-applications" lang="tr">
 
@@ -33,10 +33,7 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.3.92 of the <emphasis>Xfce Preferred
-      Applications</emphasis> framework and its components.
-    </releaseinfo>
+    <releaseinfo>Bu kılavuz <emphasis>Xfce Tercih Edilen Uygulamaları</emphasis> @PACKAGE_VERSION@ sürümünü ve onun bileşenlerini açıklamaya yöneliktir.</releaseinfo>
   </articleinfo>
 
 




More information about the Xfce4-commits mailing list