[Xfce4-commits] r29721 - in thunar/trunk/docs/manual: . es eu gl ja tr

Mike Massonnet mmassonnet at xfce.org
Wed Apr 8 00:25:55 CEST 2009


Author: mmassonnet
Date: 2009-04-07 22:25:55 +0000 (Tue, 07 Apr 2009)
New Revision: 29721

Added:
   thunar/trunk/docs/manual/gl/
   thunar/trunk/docs/manual/gl/Makefile.am
   thunar/trunk/docs/manual/gl/Thunar.xml.in
Modified:
   thunar/trunk/docs/manual/es/Thunar.xml.in
   thunar/trunk/docs/manual/eu/Thunar.xml.in
   thunar/trunk/docs/manual/ja/Thunar.xml.in
   thunar/trunk/docs/manual/tr/Thunar.xml.in
Log:
Doc maintainance (make update-xml)

Modified: thunar/trunk/docs/manual/es/Thunar.xml.in
===================================================================
--- thunar/trunk/docs/manual/es/Thunar.xml.in	2009-04-07 21:45:23 UTC (rev 29720)
+++ thunar/trunk/docs/manual/es/Thunar.xml.in	2009-04-07 22:25:55 UTC (rev 29721)
@@ -70,10 +70,7 @@
   <sect1 id="the-file-manager-window">
     <title>The File Manager Window</title>
 
-    <para>
-      By default the file manager window consists of a shortcut pane on the left side, the main area on the right
-      and a pathbar above the main area.
-    </para>
+    <para>Por defecto, la ventana del administrador de archivo consiste en un panel de atajos en el lado izquierdo, el área principal a la derecha y una barra de lugares encima del área principal.</para>
 
     <screenshot>
       <mediaobject>
@@ -87,23 +84,9 @@
       </mediaobject>
     </screenshot>
 
-    <para>
-      The <guilabel>Shortcut Pane</guilabel> provides shortcuts to different folders on your system. The first
-      shortcut will lead to your <emphasis>Home Folder</emphasis>, the folder you store all your personal data,
-      and will therefore have the name of the current user. The second shortcut will take you to the trash bin,
-      which stores deleted files that can be recovered later. The third shortcut takes you to the <emphasis>Desktop
-      Folder</emphasis>, which contains the files and folders that are displayed on the desktop. The fourth
-      shortcut will take you to the root of your file system - you may want to explore it a bit, even though
-      it may be confusing to you if you are new to Linux/Unix. Just click on the different folders and see what is
-      inside.
-    </para>
+    <para>El <guilabel>panel de atajos</guilabel> proporciona atajos a diferentes carpetas de su sistema. El primer atajo le llevará a su <emphasis>carpeta personal</emphasis>, la carpeta en la que almacena toda su información personal, y que por lo tanto tendrá el nombre del usuario actual. El segundo atajo le llevará a la papelera, la cual almacena archivos borrados que pueden ser recuperados posteriormente. El tercer atajo le lleva a la <emphasis>carpeta de escritorio</emphasis>, que contiene los archivos y carpetas que aparecen en el escritorio. El cuarto atajo le llevará al directorio raíz de sus sistema de archivos: quizá desee examinarlo un poco, aunque puede resultarle confuso si es nuevo en Linux/UNIX. Sólo tiene que hacer clic en las diferentes carpetas para ver qué hay dentro.</para>
 
-    <para>
-      Below the <emphasis>File System</emphasis> shortcut, the removable drives and media will be displayed. In
-      the screenshot above, you can see a <guilabel>Floppy Drive</guilabel> shortcut. Click on these shortcuts
-      to access the data stored on the removable drives and media. See <xref linkend="using-removable-media"/>
-      for further details.
-    </para>
+    <para>Debajo del atajo para el <emphasis>sistema de archivos<emphasis>, se mostrarán los dispositivos y soportes extraíbles. En la imagen de arriba, puede ver un atajo a la <guilabel>unidad de disquete</guilabel>. Haga clic en estos atajos para acceder a los datos almacenados en dispositivos y soportes extraíbles. Consulte <xref linkend="using-removable-media"/> para más detalles.</emphasis></emphasis></para>
 
     <para>
       The remaining shortcuts are user defined. Add your own shortcuts by simply dragging folders to the

Modified: thunar/trunk/docs/manual/eu/Thunar.xml.in
===================================================================
--- thunar/trunk/docs/manual/eu/Thunar.xml.in	2009-04-07 21:45:23 UTC (rev 29720)
+++ thunar/trunk/docs/manual/eu/Thunar.xml.in	2009-04-07 22:25:55 UTC (rev 29721)
@@ -58,7 +58,7 @@
 
 
   <sect1 id="the-file-manager-window">
-    <title>The File Manager Window</title>
+    <title>Fitxategi kudeatzaile leihoa</title>
 
     <para>
       By default the file manager window consists of a shortcut pane on the left side, the main area on the right

Added: thunar/trunk/docs/manual/gl/Makefile.am
===================================================================
--- thunar/trunk/docs/manual/gl/Makefile.am	                        (rev 0)
+++ thunar/trunk/docs/manual/gl/Makefile.am	2009-04-07 22:25:55 UTC (rev 29721)
@@ -0,0 +1,68 @@
+# $Id: Makefile.am 20256 2006-03-06 15:43:06Z benny $
+
+SUBDIRS =								\
+	images
+
+TARGET_DIR = $(datadir)/doc/Thunar/html/gl
+STYLESHEET = ../thunar.xsl
+DOCUMENT = Thunar.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
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Added: thunar/trunk/docs/manual/gl/Thunar.xml.in
===================================================================
--- thunar/trunk/docs/manual/gl/Thunar.xml.in	                        (rev 0)
+++ thunar/trunk/docs/manual/gl/Thunar.xml.in	2009-04-07 22:25:55 UTC (rev 29721)
@@ -0,0 +1,1607 @@
+<?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 "November 2007">
+<!ENTITY version "@PACKAGE_VERSION@">
+<!ENTITY application "@PACKAGE_NAME@">
+]>
+<article id="index" lang="gl">
+
+  <!-- Header -->
+  <articleinfo>
+    <title>Xestor de ficheiros Thunar</title>
+
+    <pubdate>&date;</pubdate>
+
+    <copyright>
+      <year>2004</year>
+      <year>2005</year>
+      <year>2006</year>
+      <year>2007</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>
+          <orgname>os-cillation</orgname>
+          <orgdiv>Desenvolvemento do sistema</orgdiv>
+          <jobtitle>Desenvolvedor de software</jobtitle>
+        </affiliation>
+      </author>
+    </authorgroup>
+
+    <releaseinfo>
+      This manual describes version @PACKAGE_VERSION@ of @PACKAGE_NAME at .
+    </releaseinfo>
+  </articleinfo>
+
+  <sect1 id="intro">
+    <title>Introducción a @PACKAGE_NAME@</title>
+
+    <para>
+      Thunar is a new modern file manager for the Xfce Desktop Environment. Thunar has been designed from the ground up to
+      be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless
+      options by default. Thunar is fast and responsive with a good start up time and folder load time.
+    </para>
+
+    <para>
+      The Thunar file manager thereby provides an integrated access point to your files and applications. You can use the
+      file manager to do the following:
+    </para>
+
+    <itemizedlist>
+      <listitem>Create folders and documents.</listitem>
+      <listitem>Display your files and folders.</listitem>
+      <listitem>Manage your files and folders.</listitem>
+      <listitem>Run and manage custom actions.</listitem>
+      <listitem>Access Removable Media.</listitem>
+    </itemizedlist>
+  </sect1>
+
+
+  <sect1 id="the-file-manager-window">
+    <title>The File Manager Window</title>
+
+    <para>
+      By default the file manager window consists of a shortcut pane on the left side, the main area on the right
+      and a pathbar above the main area.
+    </para>
+
+    <screenshot>
+      <mediaobject>
+        <imageobject>
+          <imagedata fileref="images/file-manager-window.png" format="PNG"/>
+        </imageobject>
+
+        <textobject>
+          <phrase>Ventá do xestor de ficheiros</phrase>
+        </textobject>
+      </mediaobject>
+    </screenshot>
+
+    <para>
+      The <guilabel>Shortcut Pane</guilabel> provides shortcuts to different folders on your system. The first
+      shortcut will lead to your <emphasis>Home Folder</emphasis>, the folder you store all your personal data,
+      and will therefore have the name of the current user. The second shortcut will take you to the trash bin,
+      which stores deleted files that can be recovered later. The third shortcut takes you to the <emphasis>Desktop
+      Folder</emphasis>, which contains the files and folders that are displayed on the desktop. The fourth
+      shortcut will take you to the root of your file system - you may want to explore it a bit, even though
+      it may be confusing to you if you are new to Linux/Unix. Just click on the different folders and see what is
+      inside.
+    </para>
+
+    <para>
+      Below the <emphasis>File System</emphasis> shortcut, the removable drives and media will be displayed. In
+      the screenshot above, you can see a <guilabel>Floppy Drive</guilabel> shortcut. Click on these shortcuts
+      to access the data stored on the removable drives and media. See <xref linkend="using-removable-media"/>
+      for further details.
+    </para>
+
+    <para>
+      The remaining shortcuts are user defined. Add your own shortcuts by simply dragging folders to the
+      <guilabel>Shortcuts Pane</guilabel>. This will allow you to access important folders instantly. To
+      remove a previously added shortcut, right-click on the shortcut and choose <guimenuitem>Remove Shortcut</guimenuitem>.
+      To rename a previously added shortcut, right-click on the shortcut and choose <guimenuitem>Rename Shortcut</guimenuitem>.
+      Note that these actions affect only the shortcut, not the folder referenced by the shortcuts.
+    </para>
+
+    <para>
+      The <emphasis>main area</emphasis> will always display the contents of the current folder. Double click on
+      folders to enter them, and right-click on files or folders to get a context-menu offering some choices of
+      what to do with it. Select multiple files by dragging a rectangle over them with the mouse. Alternatively,
+      select one file, hold down the <keycap>Shift</keycap> key, and increase or decrease the selection using
+      the arrow keys.
+    </para>
+
+    <para>
+      The <emphasis>pathbar</emphasis> will always show the path you took to get to the folder you are currently
+      at. You can click on any pathbar button to change to the folder it represents. Right-click on a pathbar
+      button to bring up a context-menu with some options.
+    </para>
+
+
+    <sect2 id="customizing-the-appearance">
+      <title>Customizing the Appearance</title>
+
+      <para>
+        There are many ways to customize the appearance of the file manager windows. In case you do not like the
+        way the icons are displayed, choose <menuchoice><guimenu>View</guimenu><guimenuitem>View as Detailed List</guimenuitem></menuchoice>
+        from the main menu to have the contents of the current folder displayed as a list.
+      </para>
+
+      <para>
+        You can have the file manager windows display a location bar instead of the pathbar by choosing
+        <menuchoice><guimenu>View</guimenu><guimenuitem>Location Selector</guimenuitem><guimenuitem>Toolbar Style</guimenuitem></menuchoice>
+        from the main menu.
+      </para>
+
+      <para>
+        In case you prefer a treeview in the left pane, choose
+        <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem><guimenuitem>Tree</guimenuitem></menuchoice>
+        from the main menu.
+      </para>
+
+      <sect3 id="visible-columns-in-the-detailed-list-view">
+        <title>Visible Columns in the Detailed List View</title>
+
+        <para>
+          If you prefer to display the contents of the folder as a list, using the <guilabel>Detailed List View</guilabel>, you can
+          customize the columns displayed in the list view. To customize the visible columns, choose
+          <menuchoice><guimenu>View</guimenu><guimenuitem>Configure Columns...</guimenuitem></menuchoice> from the main menu.
+        </para>
+
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/visible-columns.png" format="PNG"/>
+            </imageobject>
+
+            <textobject>
+              <phrase>Columnas visibles</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+
+        <variablelist>
+          <varlistentry>
+            <term><guilabel>Columnas visibles</guilabel></term>
+            <listitem>
+              <para>
+                Select the columns you want to be displayed from the list of available columns. Click <guibutton>Move Up</guibutton>
+                or <guibutton>Move Down</guibutton> to change the order of the columns. Click <guibutton>Use Default</guibutton> to
+                revert your changes.
+              </para>
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><guilabel>Column Sizing</guilabel></term>
+            <listitem>
+              <para>
+                Select the option <guibutton>Automatically expand columns as needed</guibutton> if you want the list view columns
+                to expand automatically if the needed to ensure the text is fully visible.
+              </para>
+            </listitem>
+          </varlistentry>
+        </variablelist>
+      </sect3>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="working-with-files-and-folders">
+    <title>Working with Files and Folders</title>
+
+
+    <sect2 id="opening-files">
+      <title>Abrir ficheiros</title>
+
+      <para>
+        When you open a file, the file manager performs the default action for that file type. For example, opening a text file
+        will display it in the default text editor, while opening an image file will display the image in the default image
+        viewer.
+      </para>
+
+      <para>
+        The file manager checks the extension of a file to determine the type of a file. If the file has no known extension, the
+        file manager examines the contents of the file.
+      </para>
+
+      <sect3 id="executing-the-default-action">
+        <title>Executing the Default Action</title>
+
+        <para>
+          To execute the default for a file, double-click on the file. For example, the default action for audio files is to
+          play the it with the default music playing application. In this case, you can double-click on the file to open the
+          file in the music player.
+        </para>
+
+        <para>
+          You can set <application>Thunar</application> preferences so that you click once on a file to execute the default
+          action. For information, see <xref linkend="preferences-behavior"/>.
+        </para>
+      </sect3>
+
+      <sect3 id="executing-non-default-actions">
+        <title>Executing Non-Default Actions</title>
+
+        <para>
+          To execute actions other than the default action for a file, select the file that you want to perform an action on.
+          Choose the desired action from the <emphasis>Open With</emphasis> choices available in <guimenu>File</guimenu> menu
+          or an <guimenu>Open With</guimenu> submenu.
+        </para>
+      </sect3>
+
+      <sect3 id="adding-actions">
+        <title>Engadir accións</title>
+
+        <para>
+          To add actions associated with a file type, perform the following steps:
+        </para>
+
+        <orderedlist>
+          <listitem>
+            <para>
+              In the main area, select a file of the type to which you want to add an action.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open With Other Application...</guimenuitem></menuchoice>
+              from the main menu.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              Either choose an application in the <guilabel>Open With</guilabel> dialog or select <guibutton>Use a custom command</guibutton>
+              and browse to the program with which you wish to open this type.
+            </para>
+          </listitem>
+        </orderedlist>
+
+        <para>
+          The action you have chosen is now added to the list of actions for that particular file type. If you enabled the
+          <guibutton>Use as default for this kind of file</guibutton> option or there was no prior action associated with the
+          type, the newly added action is the default.
+        </para>
+
+        <para>
+          You may also add actions using the <guibutton>Open With</guibutton> button under
+          <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice>.
+        </para>
+      </sect3>
+
+      <sect3 id="modifiying-actions">
+        <title>Modifying Actions</title>
+
+        <para>
+          To modify the actions associated with a file or file type, perform the following steps:
+        </para>
+
+        <orderedlist>
+          <listitem>
+            <para>
+              In the main area, select a file of the type for which you want to modify the action.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice> from the main menu.
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              Select the new default action using the <guilabel>Open With</guilabel> button or add a new action by choosing
+              <guimenuitem>Open With Other Application...</guimenuitem> from the drop down menu.
+            </para>
+          </listitem>
+        </orderedlist>
+
+        <para>
+          To remove a previously added action for a file type, bring up the <guilabel>Open With</guilabel> dialog as described
+          above, right-click the action you want to remove and choose <guimenuitem>Remove Launcher</guimenuitem>.
+        </para>
+      </sect3>
+    </sect2>
+
+
+    <sect2 id="file-properties">
+      <title>File Properties</title>
+
+      <para>
+        The file properties window shows more information about any file or folder in the file manager. With this window, you can also
+        do the following:
+      </para>
+
+      <itemizedlist>
+        <listitem>
+          <para>
+            Change the icon for special files, such as application launchers and URL links.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Add or remove emblems for a file or folder.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Change the UNIX file permissions for a file or folder.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Choose which application is used to open a file and other files of the same type.
+          </para>
+        </listitem>
+      </itemizedlist>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/file-properties.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>File Properties</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>
+        To open the file properties window, perform the following steps:
+      </para>
+
+      <orderedlist>
+        <listitem>
+          <para>
+            Select the file or folder whose properties you want to examine or change. You cannot
+            select multiple items at once and display the properties that are in common to all
+            items currently.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Do one of the following:
+            <itemizedlist>
+              <listitem>
+                <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice> from the main menu.</para>
+              </listitem>
+              <listitem>
+                <para>Right-click the selected item and choose <guimenuitem>Properties...</guimenuitem> from the context menu.</para>
+              </listitem>
+              <listitem>
+                <para>Press <keycombo><keycap>Alt</keycap><keycap>Return</keycap></keycombo>.</para>
+              </listitem>
+            </itemizedlist>
+          </para>
+        </listitem>
+      </orderedlist>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="using-removable-media">
+    <title>Using Removable Media</title>
+
+    <sect2 id="accessing-removable-media">
+      <title>Accessing Removable Media</title>
+
+      <para>
+        Thunar supports removable media if it was built with support for <ulink type="http" url="http://freedesktop.org/wiki/Software_2fhal">HAL</ulink>,
+        or if you are using <ulink type="http" url="http://www.freebsd.org/">FreeBSD</ulink>. Note however that on FreeBSD 6.0 or newer, it is
+        suggested to use HAL rather than the native support provided by Thunar.
+      </para>
+
+      <sect3 id="to-mount-media">
+        <title>To Mount Media</title>
+
+        <para>
+          To <emphasis>mount</emphasis> media is to make the file system of the media available for access. When you mount media, the
+          file system of the media is attached as a subdirectory to your file system.
+        </para>
+
+        <para>
+          To access media, insert the media in the appropriate device, or connect the new device to your computer (i.e. connect an USB
+          stick to one of your USB ports). An object that represents the media is added to the side pane of the file manager. If
+          <application>xfdesktop</application> is running and configured to display <guilabel>File/launcher icons</guilabel> this
+          object will also be added to your desktop.
+        </para>
+
+        <para>
+          To actually mount the media, click on the object that represents the media. For example, to mount a floppy diskette,
+          click on the <guilabel>Floppy Drive</guilabel> object in the side pane. The file manager will now add the file system
+          of the media to your file system hierarchy and display the contents of the floppy diskette in the main area.
+        </para>
+      </sect3>
+
+      <sect3 id="to-eject-media">
+        <title>To Eject Media</title>
+
+        <para>
+          If the drive for the media is a motorized drive (i.e. a CD-ROM drive), right-click on the media object in the side pane
+          or on the desktop and choose <guilabel>Eject Volume</guilabel>. The media is ejected from the drive after a few seconds.
+          If the drive for the media is not motorized (i.e. a floppy drive or an USB stick), right-click on the media object and
+          choose <guilabel>Unmount Volume</guilabel>. After a short period of time, a notification will appear to inform you
+          that it is now safe to remove the media or disconnect the drive from the computer.
+        </para>
+
+        <screenshot>
+          <mediaobject>
+            <imageobject>
+              <imagedata fileref="images/removable-media-unmount.png" format="PNG"/>
+            </imageobject>
+
+            <textobject>
+              <phrase>Unmount notification</phrase>
+            </textobject>
+          </mediaobject>
+        </screenshot>
+
+        <para>
+          However this notification will only be displayed if support for <application>libnotify</application> is enabled,
+          and you have installed a notification daemon. A notification daemon for Xfce is available from the <ulink type="http" url="http://goodies.xfce.org/projects/applications/notification-daemon-xfce">Xfce Goodies Project</ulink>.
+          If notification support is not available, wait until the context menu disappears before you remove the media or disconnect
+          the drive.
+        </para>
+
+        <para>
+          Be aware that you cannot eject or unmount media that is still in use by one or more applications. Therefore if the file
+          manager refuses to eject media, make sure you close all applications that were accessing the media, and be sure to also
+          check command line applications running in <application>Terminal</application> windows.
+        </para>
+
+        <para>
+          Make sure to unmount removable media before ejecting. Do not eject a diskette from the floppy drive before your unmount
+          the diskette. Do not remove an USB stick before you unmount the flash drive. If you do not unmount the media first you
+          might lose data or cause your system to crash.
+        </para>
+      </sect3>
+    </sect2>
+
+    <sect2 id="management-of-removable-drives-and-media">
+      <title>Management of Removable Drives and Media</title>
+
+      <para>
+        Thunar is also able to automatically manage removable drives and media if the <ulink type="http" url="http://www.foo-projects.org/~benny/projects/thunar-volman/index.html">thunar-volman</ulink> package is installed on
+        your system.  Note however that this feature requires HAL support.
+      </para>
+
+      <para>
+        Now, if HAL support is available and <application>thunar-volman</application> is installed on your system, you
+        can choose to enable the <guilabel>Volume Management</guilabel> feature of Thunar. Therefore, open the file
+        manager preferences, go to the <guilabel>Advanced</guilabel> page and check the <guilabel>Enable Volume
+        Management</guilabel> button.
+      </para>
+
+      <para>
+        The next step is to customize the management of removable drives and media to your needs. Click on the
+        <guilabel>Configure</guilabel> link in the <guilabel>Volume Management</guilabel> section, right below
+        the button. The <guilabel>Removable Drives and Media</guilabel> configuration dialog will be displayed.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/removable-drives-and-media.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Removable Drives and Media</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>
+        If you have used the <application>gnome-volume-manager</application> previously, you should feel right at
+        home, because it was designed to look and behave similar to <application>gnome-volume-manager</application>.
+        The preferences are divided by device categories to make it easy to locate the option for you specific
+        device.
+      </para>
+
+      <para>
+        The <guilabel>Storage</guilabel> page contains the most important options. As the name suggests these
+        options apply only to storage devices like external harddisk drives, USB sticks and CD-ROMs. The
+        <guilabel>Removable Storage</guilabel> options are described in detail below.
+      </para>
+
+      <variablelist>
+        <varlistentry>
+          <term><guilabel>Mount removable drives when hot-plugged</guilabel></term>
+          <listitem>
+            <para>
+              Enable this option to automatically mount file systems on removable drives (i.e. external harddisk drives
+              or USB sticks) when such drives are plugged into the computer.
+            </para>
+            <para>
+              This option must be enabled for certain other features to work with removable drives. For example,
+              if you disable this option, certain kinds of portable music players cannot be detected any more and
+              so, even if you enabled the <guilabel>Play music files when connected</guilabel> option on the
+              <guilabel>Multimedia</guilabel> page, the specified command will not be run when you hot-plug your
+              portable music player.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Mount removable media when inserted</guilabel></term>
+          <listitem>
+            <para>
+              Enable this option to automatically mount file systems on removable media (i.e. CD-ROMs or DVDs)
+              when you insert the media into the drive.
+            </para>
+            <para>
+              This option must be enabled for certain other features to work with removable media. For example,
+              if you disable this option, it is impossible to detect whether the removable media has auto-run
+              capabilities, and so the <guilabel>Auto-run programs on new drives and media</guilabel> option
+              has no effect for removable media.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Browse removable media when inserted</guilabel></term>
+          <listitem>
+            <para>
+              Enable this option to automatically display the content of newly inserted media in the file manager.
+              Note however, that the contents will only be displayed if no other action was possible or you
+              choose to ignore the other possible actions. For example, if you insert a CD-ROM with auto-run
+              capabilities and the <guilabel>Auto-run programs on new drives and media</guilabel> option is
+              enabled, you will be prompted whether you want to allow or ignore the auto-run. If you choose
+              to ignore the auto-run the contents will be displayed in the file manager.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Auto-run programs on new drives and media</guilabel></term>
+          <listitem>
+            <para>
+              Enable this option to make use of auto-run capabilities of certain removable drives and media. See
+              the <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop
+              Application Autostart Specification</ulink> for details about the auto-run mechanism. To enhance security,
+              you will always be prompted to confirm the auto-run.
+            </para>
+            <para>
+              If the Windows emulator <ulink type="http" url="http://www.winehq.org/">WINE</ulink> is installed on your
+              system, the auto-run mechanism will also try to run <filename>autorun.exe</filename> files using WINE.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Auto-open files on new drives and media</guilabel></term>
+          <listitem>
+            <para>
+              Enable this option to make of auto-open capabilities of certain removable drives and media. See
+              the <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop
+              Application Autostart Specification</ulink> for details about the auto-open mechanism. To enhance security,
+              you will always be prompted to confirm the auto-open.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <para>
+        The remaining options allow you to specify a command to run when a certain kind of media is inserted into a drive
+        or a certain kind of external device is connected. The command can use three special variables, that will be
+        substituted when the command is run:
+      </para>
+
+      <variablelist>
+        <varlistentry>
+          <term><literal>%d</literal></term>
+          <listitem>
+            <para>
+              Each appearance of <literal>%d</literal> in the command will be substituted with the device file path of
+              the newly added device. For example, if you have plugged in an USB stick, the device file path will be
+              <filename>/dev/da0s1</filename> or <filename>/dev/sda1</filename>.
+            </para>
+            <para>
+              If no device file is associated with the device or the device file could not be found for some reason,
+              the variable <literal>%d</literal> will be substituted with the empty string.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><literal>%h</literal></term>
+          <listitem>
+            <para>
+              Each appearance of <literal>%h</literal> in the command will be substituted with the HAL UDI of the newly
+              added device.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><literal>%m</literal></term>
+          <listitem>
+            <para>
+              Each appearance of <literal>%m</literal> in the command will be substituted with the mount point where
+              the newly added device was mounted. If the device cannot be mounted (for example printers or keyboards)
+              or if the automatic mounting was disabled, <literal>%m</literal> will be substituted with the empty
+              string.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <sect3 id="troubleshooting-the-volume-manager">
+        <title>Troubleshooting the Volume Manager</title>
+
+        <para>
+          Useful tips to trouble shoot the volume manager in case it does not work as expected.
+        </para>
+
+        <orderedlist>
+          <listitem>
+            <para>
+              Make sure <application>Thunar</application> is running as daemon. The volume manager depends
+              on this, as it is not a daemon by itself. By default, Xfce
+              automatically spawns <application>Thunar</application> as daemon on startup. If it got killed
+              for some reason, open the <guilabel>Run program</guilabel> (using the keyboard shortcut
+              <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> or right-click on the desktop
+              and choose <guilabel>Run Program...</guilabel> from the desktop menu), enter <literal>Thunar
+              --daemon</literal> and click <guibutton>Run</guibutton>.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              Try running <application>thunar-volman</application> from a <application>Terminal</application>
+              window after hot-plugging the drive or inserting the media. First, you need to figure out the
+              HAL UDI of the new device using <application>lshal</application> or <application>hal-device</application>.
+              Once you know the UDI, run <literal>thunar-volman --device-added <udi-of-your-device></literal> in
+              a <application>Terminal</application> window and watch the output for errors or warnings.
+            </para>
+          </listitem>
+        </orderedlist>
+
+        <para>
+          If it still refuses to work, ask on the <ulink type="http" url="http://forum.xfce.org/">Xfce Forum</ulink> or
+          the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev mailing list</ulink>
+          for help.
+        </para>
+      </sect3>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="preferences">
+    <title>File Management Preferences</title>
+
+    <para>
+      Use the <guilabel>File Manager Preferences</guilabel> dialog to set your <application>Thunar</application> file manager
+      preferences. To open the preferences dialog, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences...</guimenuitem></menuchoice>
+      from the menu bar, or click on the <guibutton>File Manager</guibutton> button in the Xfce Settings Manager.
+    </para>
+
+    <para>
+      The <guilabel>File Manager Preferences</guilabel> dialog is divided into four pages with different options, each described in
+      a separate section below. Basically you can set preferences in the following categories:
+    </para>
+
+    <itemizedlist>
+      <listitem><para>The default settings for the views.</para></listitem>
+      <listitem><para>The default settings for the side pane.</para></listitem>
+      <listitem><para>The behavior of the file manager windows.</para></listitem>
+      <listitem><para>Advanced features of the file manager.</para></listitem>
+    </itemizedlist>
+
+    <para>
+      Thunar also supports a bunch of so-called <emphasis>Hidden Options</emphasis>, which control several advanced features of the
+      file manager, but are not included in the preferences in order to keep the preferences dialog simple. The <ulink type="http" url="http://svn.xfce.org/svn/xfce/thunar/trunk/docs/README.thunarrc"><filename>README.thunarrc</filename></ulink> file that
+      is included with the Thunar distribution describes all available options in detail.
+    </para>
+
+
+    <sect2 id="preferences-views">
+      <title>Views Preferences</title>
+
+      <para>
+        You can specify a default view, select sort options and display options. You can
+        also specify whether thumbnails should be displayed for file types that support
+        this.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/preferences-views.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Views Preferences</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <variablelist>
+        <varlistentry>
+          <term><guilabel>View new folder using</guilabel></term>
+          <listitem>
+            <para>
+              Select the default view for folders. When you open a new window, the is displayed
+              in the view that you select. This can be either the icon view, the compact list view
+              or the detailed list view. You can also select <guilabel>Last Active View</guilabel>
+              here to use the view you used for the last active window.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Sort folders before files</guilabel></term>
+          <listitem>
+            <para>
+              Select this option to list folders before files when you sort a folder.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Show thumbnails</guilabel></term>
+          <listitem>
+            <para>
+              Select this option to show thumbnails of image files and other supported files. The
+              file manager stores the thumbnail files for each folder in the hidden <filename role="directory">.thumbnails</filename> directory in the user's Home Folder.
+            </para>
+            <para>
+              See <xref linkend="thumbnailers"/> if you want to extend the basic
+              thumbnail functionality provided by <application>Thunar</application> with support
+              for additional file types.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Text beside icons</guilabel></term>
+          <listitem>
+            <para>
+              Select this options to place the icon captions for items in the icon view beside the
+              icon rather than under the icon.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </sect2>
+
+
+    <sect2 id="preferences-side-pane">
+      <title>Side Pane Preferences</title>
+
+      <para>
+        You can select display options for the shortcuts pane and the tree pane.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/preferences-side-pane.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Side Pane Preferences</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>
+        The side pane can either display a list of shortcuts for folders in your file system, which
+        is the default, or a tree view of your file system. This page allows you to select the size
+        of the icons for the shortcuts and the tree pane. You can also specify whether emblems should
+        be displayed.
+      </para>
+
+      <variablelist>
+        <varlistentry>
+          <term><guilabel>Icon Size</guilabel></term>
+          <listitem>
+            <para>
+              The size of the icons displayed in the side, ranging from <guilabel>Very Small</guilabel> (around
+              16x16 pixels) to <guilabel>Very Large</guilabel> (around 128x128 pixels).
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Show Icon Emblems</guilabel></term>
+          <listitem>
+            <para>
+              Select this option to display emblems for folders in the side pane. You can assign emblems to
+              folders in the <guilabel>Properties</guilabel> dialog. Select a folder in the main area and
+              choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice>
+              from the main menu, or right-click the folder and select <menuchoice><guimenuitem>Properties...</guimenuitem></menuchoice>
+              from the context menu.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </sect2>
+
+
+    <sect2 id="preferences-behavior">
+      <title>Behavior Preferences</title>
+
+      <para>
+        You can select the preferred behavior to interact with the file manager.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/preferences-behavior.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Behavior Preferences</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <variablelist>
+        <varlistentry>
+          <term><guilabel>Single click to active items</guilabel></term>
+          <listitem>
+            <para>
+              Select this option to perform the default action for an item when you
+              click on the item. When this option is selected, and you point to an
+              item, the title of the item is underlined and the item will be
+              selected automatically after a short delay.
+            </para>
+            <para>
+              This delay can be configured below the option. You can also disable the
+              automatic selection of items by moving the selector to the left-most
+              position.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Double click to activate items</guilabel></term>
+          <listitem>
+            <para>
+              Select this option to perform the default action for an item when you
+              double click on the item, and select the item with a single click.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </sect2>
+
+
+    <sect2 id="preferences-advanced">
+      <title>Advanced Preferences</title>
+
+      <para>
+        You can control advanced features of the file manager.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/preferences-advanced.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Advanced Preferences</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <variablelist>
+        <varlistentry>
+          <term><guilabel>Folder Permissions</guilabel></term>
+          <listitem>
+            <para>
+              Choose the action that should be performed when you change the permissions of a folder in
+              the <guilabel>Properties</guilabel> dialog. You can choose to let <application>Thunar</application>
+              ask everytime when you change folder permissions, tell it to default to applying the new permissions
+              to the folder only or to apply them recursively to the folder contents as well.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><guilabel>Volume Management</guilabel></term>
+          <listitem>
+            <para>
+              If <application>Thunar</application> was installed with support for HAL and the <application>thunar-volman</application>
+              package is also installed, you can enable the integrated volume manager. See <xref linkend="management-of-removable-drives-and-media"/>
+              for details about this feature.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="customizing-thunar">
+    <title>Customizing Thunar</title>
+
+    <para>
+      This chapter describes how to customize certain parts of the file manager to your own needs.
+    </para>
+
+
+    <sect2 id="sendto">
+      <title>The "Send To" Menu</title>
+
+      <para>
+        Thunar includes a <guilabel>Send To</guilabel> menu, which provides possible targets where files and folders can
+        be sent to. To access the <guilabel>Send To</guilabel> menu, choose
+        <menuchoice><guimenu>File</guimenu><guimenuitem>Send To</guimenuitem></menuchoice> from the main menu, or right-click
+        on a file or folder and choose <menuchoice><guimenuitem>Send To</guimenuitem></menuchoice>.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/sendto-menu.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>"Send To" Menu</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>
+        By default, the <guilabel>Send To</guilabel> menu includes an entry named <guilabel>Desktop (Create Link)</guilabel> for all
+        files and folders, which simply creates a link on the desktop for each selected file. In addition, if the <guilabel>Shortcuts
+        Pane</guilabel> is active, the menu also includes an entry called <guilabel>Side Pane (Create Shortcut)</guilabel> for folders,
+        which allows users to add new shortcuts to the side pane. Following these entries, <application>Thunar</application> lists
+        the removable drives currently plugged into the computer. In the screenshot above, the <guilabel>Floppy Drive</guilabel>
+        represents a possible target where files can be sent to. Note that the device is mounted automatically once selected from
+        the <guilabel>Send To</guilabel> menu, so you do not need to manually mount it.
+      </para>
+
+      <para>
+        In addition <application>Thunar</application> also ships the <application>thunar-sendto-email</application> plugin, which adds
+        the entry <guilabel>Mail Recipient</guilabel> to the menu, that opens the mail composer with the selected files attach to the
+        new email. If the selection contains atleast one folder, the selected items are added to a ZIP archive before attaching them
+        to the email. Otherwise, if the selection contains multiple files, or a single file, which is larger than 200Kib, the user will
+        be prompted whether to pack the files into a ZIP archive, and send the ZIP archive.
+      </para>
+
+      <para>
+        Like most other features of <application>Thunar</application>, the <guilabel>Send to</guilabel> menu can be easily extended
+        by users and application developers with new targets, using standard <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec">desktop entry files</ulink>. These files must be
+        installed into one of the <filename role="directory">$XDG_DATA_DIRS/Thunar/sendto/</filename> folders (see the <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fbasedir_2dspec">XDG Base Directory Specification</ulink> for details about the
+        <literal>$XDG_DATA_DIRS</literal> variable).
+      </para>
+
+      <para>
+        The <literal>MimeType</literal> of the target <filename>.desktop</filename> specifies the types of files for which this action
+        should be available in the <guilabel>Send To</guilabel> menu. For example, say you want to add entry for a <ulink type="http" url="http://flickr.com/">Flickr</ulink> uploader tool, then this entry should only show up if the selection contains JPEG
+        files (other file formats are not supported by Flickr) and so you should add a line <literal>MimeType=image/jpeg;</literal>.
+        If you do not specify any <literal>MimeType</literal> your entry will show up for all file types.
+      </para>
+
+      <para>
+        A complete example using the <application>postr</application> application is shown below:
+      </para>
+
+<programlisting>
+# postr.desktop - Integrate postr into
+#                 the "Send To" menu.
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+TryExec=postr
+Exec=postr %F
+Icon=postr
+Name=Flickr
+MimeType=image/jpeg;</programlisting>
+
+      <para>
+        If you install this file to <filename role="directory">~/.local/share/Thunar/sendto/</filename> (create the folder if
+        it does not exist yet), the <guilabel>Send To</guilabel> menu for JPEG files will show the new entry <guilabel>Flickr</guilabel>,
+        which can be used to upload JPEG images to Flickr.
+      </para>
+
+      <para>
+        The <ulink type="http" url="http://thunar.xfce.org/pwiki/documentation/sendto_menu">Thunar Project Wiki</ulink> contains
+        additional examples of useful targets for the <guilabel>Send To</guilabel> menu. Feel free to extend the Wiki page with
+        new examples.
+      </para>
+    </sect2>
+
+
+    <sect2 id="thumbnailers">
+      <title>Thumbnailers</title>
+
+      <para>
+        Thunar uses small utilities to create thumbnails of certain file types and displays the thumbnails as preview of the
+        file content. These small tools are called thumbnailers. Thunar ships with thumbnailers for image and font files, and
+        makes use of the installed thumbnailers from GNOME automatically if it was installed with support for <literal>gconf</literal>.
+        Users may however dynamically extend this basic functionality with thumbnailers for additional file types.
+      </para>
+
+      <para>
+        If you plan to write a custom thumbnailers, you need to start with a program that accepts atleast two command line parameters,
+        the input file, which is of the file type you plan to support and the output file, which is a PNG file that complies with the
+        format specified by the <ulink type="http" url="http://jens.triq.net/thumbnail-spec/creation.html#AEN139">Thumbnail Management
+        Standard</ulink>. Additionally your program may also accept the desired size of the thumbnail, which is optional but highly
+        recommended. If you write the output file at an arbitrary image size, Thunar will afterwards scale it to the desired size,
+        which might produce a less optimal result than generating the thumbnail with the requested dimensions.
+      </para>
+
+      <para>
+        Once your utility to generate the thumbnails is done, you will need to register your thumbnailer, so Thunar is able to locate
+        and use it. Therefore all you need to do is to install a description file for the thumbnailer (a <filename>.desktop</filename> file)
+        in one of the <filename role="directory">$XDG_DATA_DIRS/thumbnailers/</filename> paths. For example, if you want to register the
+        thumbnailer for your user account only, you can install the file into the folder <filename role="directory">~/.local/share/thumbnailers/</filename>. The <filename>.desktop</filename> for thumbnailers has the following format.
+      </para>
+
+      <sect3 id="thumbnailer-desktop-file-format">
+        <title>Thumbnailer Description File Format</title>
+
+        <para>
+          Thumbnailer description files utilize the <ulink type="http" url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop
+          Entry Format</ulink> with a special <literal>Type</literal> of <literal>X-Thumbnailer</literal> and special field
+          <literal>X-Thumbnailer-Exec</literal> with new field codes. Basically, a thumbnailer description file has the following format.
+        </para>
+
+        <programlisting>
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=X-Thumbnailer
+Name=Your Thumbnailer
+MimeType=your-supported/mime-type;
+X-Thumbnailer-Exec=your-thumbnailer %i %o %s</programlisting>
+
+        <para>
+          The <literal>Version</literal> and <literal>Encoding</literal> are mandated by the Desktop Entry Specification, just use the values shown
+          in the example above. The <literal>Type</literal> field must have the special value <literal>X-Thumbnailer</literal>, otherwise your
+          thumbnailer will not be recognized. The <literal>Name</literal> value describes your thumbnailer.
+        </para>
+
+        <para>
+          The <literal>X-Thumbnailer-Exec</literal> field contains the command to run your thumbnailer, and supports certain field codes that will
+          be substituted when the thumbnailer is run. Recognized field codes are as follows:
+        </para>
+
+        <variablelist>
+          <varlistentry>
+            <term><varname>%i</varname></term>
+            <listitem>
+              The local path to the input file for which to create a thumbnail. May be either a path relative to the directory from which the
+              thumbnailer was invoked or an absolute path.
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><varname>%o</varname></term>
+            <listitem>
+              The local path to the output file where to store the generated thumbnail. The output file must be written as valid PNG file according
+              to the thumbnail standard (see above). Note that the path may not end with <literal>.png</literal>, which matters if you invoke certain
+              third party tools.
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><varname>%s</varname></term>
+            <listitem>
+              The desired size of the generated thumbnail in pixels. This parameter is optional.
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><varname>%u</varname></term>
+            <listitem>
+              Similar to <literal>%i</literal>, but substituted with the URI of the file, rather than the path. This was added for compatibility with
+              GNOME.
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><varname>%%</varname></term>
+            <listitem>
+              Will be substituted with a single <literal>%</literal>.
+            </listitem>
+          </varlistentry>
+        </variablelist>
+
+        <para>
+          You need to include atleast <literal>%o</literal> and <literal>%i</literal> or <literal>%u</literal>, otherwise your thumbnailer will
+          be useless.
+        </para>
+
+        <para>
+          The <literal>MimeType</literal> lists the MIME types - separated by semicolon - for which your thumbnailer is able to create previews.
+        </para>
+      </sect3>
+
+      <sect3 id="eps-thumbnailer-example">
+        <title>Example EPS Thumbnailer</title>
+
+        <para>
+          This example demonstrates how to write and install a new thumbnailer for <filename>.eps</filename> files, which uses the
+          <command>convert</command> utility that ships as part of ImageMagick. First, we start with a simple script that invokes
+          <command>convert</command> to generate a thumbnail at the requested size.
+        </para>
+
+        <programlisting>
+#!/bin/sh
+#
+# eps-thumbnailer - Example thumbnailer script for EPS files.
+#
+# Usage: esp-thumbnailer eps-file png-file size
+#
+
+# command line parameters
+ifile=$1
+ofile=$2
+size=$3
+
+# invoke convert (ImageMagick)
+exec convert "eps:$ifile" -scale "$sizex$size" "png:$ofile"</programlisting>
+
+        <para>
+          Save this script above to a file <filename>eps-thumbnailer</filename>, make sure the file is executable and install it
+          to <filename role="directory">/usr/local/bin</filename>.
+        </para>
+
+        <screen>
+$ chmod +x eps-thumbnailer
+$ sudo install eps-thumbnailer /usr/local/bin/eps-thumbnailer</screen>
+
+        <para>
+          Next we need to create the thumbnail description file <filename>eps-thumbnailer.desktop</filename>, which looks like this:
+        </para>
+
+        <programlisting>
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=X-Thumbnailer
+Name=EPS Thumbnailer
+TryExec=convert
+MimeType=image/x-eps;
+X-Thumbnailer-Exec=/usr/local/bin/eps-thumbnailer %i %o %s</programlisting>
+
+        <para>
+          This file must be installed to <filename role="directory">/usr/local/share/thumbnailers</filename> (create the folder if
+          it does not exists).
+        </para>
+
+        <screen>
+$ sudo install -d /usr/local/share/thumbnailers
+$ sudo install eps-thumbnailer.desktop /usr/local/share/thumbnailers/eps-thumbnailer.desktop</screen>
+
+        <para>
+          The <filename>eps-thumbnailer.desktop</filename> file uses the special key <literal>TryExec</literal>, which, if specified,
+          names a command that must be present on the system for the thumbnailer to be useful. In this case, our script is useless if
+          the <command>convert</command> utility is not present.
+        </para>
+
+        <para>
+          The last step is to regenerate the thumbnailer cache, so Thunar will pick up our thumbnailer. The thumbnailer cache is located
+          at <filename>$XDG_CACHE_HOME/Thunar/thumbnailers.cache</filename> (unless overridden by your or your system administrator, the
+          <varname>$XDG_CACHE_HOME</varname> points to the folder <filename role="directory">~/.cache/</filename>). The thumbnailers
+          cache is regenerated periodically by Thunar, but you can force to regenerate it by invoking the
+          <filename>thunar-vfs-update-thumbnailers-cache-1</filename> utility, that ships as part of Thunar. This utility is usually installed
+          in the <filename role="directory">libexec</filename> subfolder of your installation prefix (<filename role="directory">sbin</filename>
+          on Debian/Ubuntu). So for example, if Thunar is installed in <filename role="directory">/usr</filename>, invoke the utility as
+          follows:
+        </para>
+
+        <screen>$ /usr/libexec/thunar-vfs-update-thumbnailers-cache-1</screen>
+
+        <para>
+          But make sure you run the program from your user account, not the superuser account, since the thumbnailers cache is stored in
+          your home folder, rather than a system wide location.
+        </para>
+
+        <para>
+          Now, if Thunar is compiled with support for file alteration monitoring (using the FAM or Gamin services), it will automatically
+          pick up the new thumbnailers cache within a few seconds and afterwards be able to generate thumbnails using your custom
+          thumbnailers. Otherwise you might need to completely restart Thunar to apply the changes, using
+        </para>
+
+        <screen>$ Thunar -q</screen>
+
+        <para>
+          to terminate any running instance, and afterwards restart it from your launcher.
+        </para>
+      </sect3>
+
+      <sect3 id="cleaning-up-thumbnails">
+        <title>Cleaning up Thumbnails</title>
+
+        <para>
+          The generated thumbnails are stored in the folder <filename role="directory">~/.thumbnails/</filename> complying with the <ulink type="http" url="http://jens.triq.net/thumbnail-spec/index.html">Thumbnail Management Standard</ulink>. While testing a new
+          thumbnailer, it might help to clean up the thumbnail cache using
+        </para>
+
+        <screen>$ rm -rf ~/.thumbnails/</screen>
+
+        <para>
+          which will also give you some free space in your home folder. Since all the information stored within this folder was automatically
+          generated from files in your file system, you will not loose any sensitive data.
+        </para>
+      </sect3>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="advanced-topics">
+    <title>Advanced Topics</title>
+
+
+    <sect2 id="to-bulk-rename-files">
+      <title>To Bulk Rename Files</title>
+
+      <para>
+        To <emphasis>bulk rename</emphasis> files means to rename multiple files at once using some criterion, that applies to atleast
+        one of the files. <application>Thunar</application> includes a bulk renamer, which can be run separately using the command
+        <command>Thunar -B</command> or from within <application>Thunar</application> by selecting two or more files in the main area
+        and pressing <keycombo><keycap>F2</keycap></keycombo> or choosing
+        <menuchoice><guimenu>Edit</guimenu><guimenuitem>Rename...</guimenuitem></menuchoice> from the main menu.
+      </para>
+
+      <screenshot>
+        <mediaobject>
+          <imageobject>
+            <imagedata fileref="images/bulk-rename.png" format="PNG"/>
+          </imageobject>
+
+          <textobject>
+            <phrase>Bulk Rename Files</phrase>
+          </textobject>
+        </mediaobject>
+      </screenshot>
+
+      <para>
+        The <emphasis>Bulk Renamers</emphasis> can be applied to the name of the files, the suffix of the files or both to the
+        name and the suffix of the files. <application>Thunar</application> currently supports the following <emphasis>Bulk
+        Renamers</emphasis>:
+      </para>
+
+      <itemizedlist>
+        <listitem><para>Remove characters.</para></listitem>
+        <listitem><para>Numbering files.</para></listitem>
+        <listitem><para>Insert Date or Time.</para></listitem>
+        <listitem><para>Insert or overwrite characters.</para></listitem>
+        <listitem><para>Search and replace characters.</para></listitem>
+        <listitem><para>Convert to uppercase, lowercase or camlcase.</para></listitem>
+      </itemizedlist>
+
+      <para>
+        Additional <emphasis>Bulk Renamers</emphasis> may be installed as plugins for <application>Thunar</application>. Check
+        the <ulink type="http" url="http://thunar.xfce.org/plugins.html">Thunar Plugins</ulink> website for currently available
+        extensions. The <ulink type="http" url="http://thunar.xfce.org/pwiki/documentation/bulk_renamer">Thunar Project Wiki</ulink>
+        contains further details about this feature. Feel free to add more information to the Wiki.
+      </para>
+    </sect2>
+
+
+    <sect2 id="the-unix-file-system">
+      <title>The UNIX File System</title>
+
+      <para>
+        While the Thunar file manager does a good job at abstracting the details of the underlying file system, so the user
+        does not need to care about them, it is sometimes useful to understand the basic concepts to get the whole picture.
+        This section tries to give a brief introduction to the concepts of the UNIX file system, which is used today by all
+        incarnations of UNIX, including Linux.
+      </para>
+
+      <sect3 id="folders-and-paths">
+        <title>Folders and Paths</title>
+
+        <para>
+          In a UNIX file system all folders are arranged in a simple inverted tree structure descending and branching down
+          from a single top level folder, which is called the <emphasis>root directory</emphasis> (the term
+          <emphasis>directory</emphasis> is often used instead of <emphasis>folder</emphasis>) and displayed as
+          <guilabel>File System</guilabel> in Thunar. This means that you can get from any folder to any other by going
+          up the tree until you reach a common point, then down the tree through the appropriate subfolders until you reach
+          your target.
+        </para>
+
+        <para>
+          The position of any file or folder in the tree can be described by its <emphasis>path</emphasis>. The path is the
+          list of folders you would have to descend through to get to the target folder or file, starting from the top level
+          folder. For example <filename role="directory">/home/luke</filename> is the subfolder <filename role="directory">luke</filename> of the subfolder <filename role="directory">home</filename> of the top level folder,
+          and <filename>/home/luke/myfile.txt</filename> is the file <filename>myfile.txt</filename> in that subfolder. The
+          leading <filename role="directory">/</filename> in these paths represents the top level folder.
+        </para>
+
+        <para>
+          Every user has their own folder to hold their personal files and settings. This folder is called the <emphasis>home
+          directory</emphasis> and is displayed in Thunar as special icon with the users login name. The folder is similar to
+          the <guilabel>My Files</guilabel> folder known from Windows. The <emphasis>home directories</emphasis> of the various
+          users in a system are usually located below the <filename role="directory">/home</filename> folder. For example
+          <filename role="directory">/home/luke</filename> would be the home directory of the user with the login name
+          <filename role="directory">luke</filename>, while <filename role="directory">/home/jane</filename> would be
+          the home directory for the user with the login name <filename role="directory">jane</filename>.
+        </para>
+      </sect3>
+
+      <sect3 id="file-types">
+        <title>File Types</title>
+
+        <para>
+          You may have already heard that everything is a file in UNIX. This is true for most objects present in UNIX systems
+          today. In fact even devices are represented as a special files. While this may not make sense at first sight, it is
+          one of the strengths of UNIX and its derivates, and has helped it to maintain a simple core over the years where other
+          operating systems had to introduce new concepts for every new technology.
+        </para>
+
+        <para>
+          These are the four most important types of files in the UNIX file system.
+        </para>
+
+        <sect4 id="file-types-ordinary-files">
+          <title>Ordinary Files</title>
+
+          <para>
+            An ordinary file may contain text, a program or other data. This includes image files, audio files, office documents
+            and video files. The term <emphasis>file</emphasis> is often used to refer to an ordinary file.
+          </para>
+        </sect4>
+
+        <sect4 id="file-types-folder-files">
+          <title>Folder Files</title>
+
+          <para>
+            Folders are also files in the UNIX file system. To be exact a folder is a special file, which contains a
+            mapping of file names to file references for every file contained within this folder.
+          </para>
+        </sect4>
+
+        <sect4 id="file-types-symbolic-link-files">
+          <title>Symbolic Link Files</title>
+
+          <para>
+            A Symbolic link (often called a <emphasis>symlink</emphasis>) is a special file that contains a path to
+            another file in the file system. Symbolic link files therefore do not contain any useful information
+            themselves, but just refer to other files.
+          </para>
+        </sect4>
+
+        <sect4 id="file-types-device-files">
+          <title>Device Files</title>
+
+          <para>
+            As mentioned earlier (most) devices are also accessed through the file system. These special device files are
+            usually located in the <filename role="directory">/dev</filename> folder. For example the special file
+            <filename>/dev/hda</filename> represents the first IDE disk on Linux.
+          </para>
+        </sect4>
+      </sect3>
+    </sect2>
+  </sect1>
+
+
+  <sect1 id="faq">
+    <title>Frequently Asked Questions</title>
+
+    <para>
+      The intent of this section is to collect the quite numerous frequently asked
+      questions that relate to working with Thunar. If you know of a question that
+      is missing from this page, please <ulink type="http" url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">file
+      a request</ulink>.
+    </para>
+
+    <sect3 id="faq-executables">
+      <title>Why doesn't Thunar execute files marked as executable?</title>
+
+      <para>
+        For security reasons Thunar only executes files of type <literal>application/x-desktop</literal>,
+        <literal>application/x-executable</literal> and <literal>application/x-shellscript</literal>. For
+        desktop files the execution feature will only be enabled if the desktop file is of type
+        <literal>Application</literal> and a valid <literal>Exec</literal> line is given or of type
+        <literal>Link</literal> and a valid <literal>URL</literal> is given. For the other types the feature
+        is available if the file is marked executable for the current user.
+      </para>
+
+      <para>
+        Also note that for <literal>application/x-executable</literal> and <literal>application/x-shellscript</literal>,
+        the types of the file don't really need to match these types exactly, but it is suffice if the detected
+        type has a parent that matches one of the two types listed above, or if the MIME-type is an alias for
+        one of the above.
+      </para>
+    </sect3>
+
+    <sect3 id="faq-metadata">
+      <title>Where does Thunar store the metadata associated with files?</title>
+
+      <para>
+        Thunar associates various settings with files/folders, which we call metadata.
+        This metadata for all files is stored in tdb database file, which is called
+        the metafile. The database file is stored in
+        <filename>$XDG_CACHE_HOME/Thunar/metafile.tdb</filename> and can be examined
+        using the <command>tdbtool</command>, which is part of the Thunar distribution
+        (located in the <filename role="directory">tdb/</filename> subdirectory).
+      </para>
+    </sect3>
+
+    <sect3 id="faq-thunarrc">
+      <title>Where does Thunar store its preferences?</title>
+
+      <para>
+        Thunar stores the user configurable preferences (and hidden settings) in
+        an <filename>.ini</filename> file, which is located at
+        <filename>$XDG_CONFIG_HOME/Thunar/thunarrc</filename> and can be examined
+        using a text editor. See <filename>docs/README.thunarrc</filename> for an
+        overview of the various preferences.
+      </para>
+    </sect3>
+
+    <sect3 id="faq-mouse-gestures">
+      <title>How to use mouse gestures in Thunar?</title>
+
+      <para>
+        Thunar currently features basic support for so called <emphasis>mouse gestures</emphasis>
+        in its icon view. You can use these <emphasis>mouse gestures</emphasis> by holding down
+        the middle mouse button (usually the mouse wheel) while the mouse pointer is on the
+        background area of the icon view component (any area that is not covered by
+        an icon or a text). Now you can move the cursor into four directions to
+        perform certain actions, which are described below.
+      </para>
+
+      <simplelist>
+        <member><guilabel>Esquerda</guilabel> - opens the previous visited folder</member>
+        <member><guilabel>Arriba</guilabel> - abre o cartafol pai</member>
+        <member><guilabel>Dereita</guilabel> - opens the next visited folder</member>
+        <member><guilabel>Abaixo</guilabel> - reloads the current folder</member>
+      </simplelist>
+    </sect3>
+
+    <sect3 id="faq-assign-keyboard-shortcuts">
+      <title>How do I assign different keyboard shortcuts?</title>
+
+      <para>
+        If you want to rebind a shortcut, Thunar supports the standard GTK+ way
+        of changing shortcuts: simply hover over the menu option with the mouse
+        pointer and press the keyboard shortcut you want to rebind it to.
+      </para>
+
+      <para>
+        To delete a keyboard assignment, press the <keycap>Backspace</keycap> key
+        while you are on the menu entry.
+      </para>
+
+      <para>
+        If the shortcut doesn't change, then you need to enable the feature in
+        GTK+. This can be achieved in 3 ways:
+      </para>
+
+      <itemizedlist>
+        <listitem>
+          <para>
+            If you are running Xfce 4.3 or above then you can enable <guilabel>Editable
+            menu accelerators</guilabel> in the <guilabel>User Interface Preferences</guilabel>
+            dialog.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            If you are running GNOME then you can enable <guilabel>Editable menu
+            accelerators</guilabel> in the <guilabel>Menu and Toolbars</guilabel> control
+            center dialog.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Otherwise put the following in your <filename>~/.gtkrc-2.0</filename> file
+            (create the file if it doesn't exist):<screen>gtk-can-change-accels=1</screen>
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
+
+    <sect3 id="faq-store-keyboard-shortcuts">
+      <title>Where does Thunar store the keyboard shortcuts?</title>
+
+      <para>
+        The custom keyboard shortcuts are stored in the standard GTK+ accel map format in a
+        file located at <filename>$XDG_CONFIG_HOME/Thunar/accels.scm</filename>. Lines starting
+        with <literal>;</literal> are comments. See the GTK+ documentation for details about the
+        file format.
+      </para>
+
+      <para>
+        If you are a packager or a system administrator and want to provide a system wide default
+        for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you
+        can create a file <filename>Thunar/accels.scm</filename> in one of the <envar>$XDG_CONFIG_DIRS</envar>.
+        For example, if <filename role="directory">/etc/xdg</filename> is part of <envar>$XDG_CONFIG_DIRS</envar>
+        (the default for most Linux distributions), you can install system wide defaults to
+        <filename>/etc/xdg/Thunar/accels.scm</filename>. Thunar will then load shortcuts from this file on first startup.
+      </para>
+    </sect3>
+  </sect1>
+
+
+  <sect1 id="support">
+    <title>Soporte</title>
+
+    <para>
+      To report a bug or to make a suggestion regarding this application or this manual, use the bug tracking system at <ulink url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">http://bugzilla.xfce.org/</ulink>.
+      Remember that useful bug reports are ones that get bugs fixed, so a useful bug report has two qualities:
+    </para>
+
+    <itemizedlist>
+      <listitem>
+        <para>
+          <emphasis role="bold">Reproducible.</emphasis> If the developer cannot see the bug himself
+          to prove that it exists, he will most probably not be able to fix it at all. Every detail you
+          can provide helps.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          <emphasis role="bold">Specific.</emphasis> The quicker the developer can isolate the problem
+          to a specific area, the more likely he will expediently fix it.
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <para>
+      In case you want to request a new feature, please make clear why you consider it a worth
+      addition for the application. It is more likely that a new feature gets added if you provide
+      good arguments for the feature. It will increase the chance of addition even more if you
+      provide a patch that implements the requested feature, but make sure that you read the file
+      <ulink type="http" url="http://svn.xfce.org/svn/xfce/terminal/trunk/HACKING">HACKING</ulink>
+      - especially the section labeled <emphasis>Coding Style</emphasis> - before you start hacking
+      up the source.
+    </para>
+
+    <para>
+      Else, if you have questions about the use or installation of this software, please ask on the
+      <ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev mailing
+      list</ulink> or point your IRC client to <emphasis role="bold">irc.freenode.net</emphasis>,
+      join the channel <emphasis role="bold">#thunar</emphasis> and ask for help.
+    </para>
+  </sect1>
+
+  <sect1 id="copyright">
+    <title>Acerca de @PACKAGE_NAME@</title>
+
+    <para>
+      @PACKAGE_NAME@ was written by Benedikt Meurer (<email>benny at xfce.org</email>). Visit the
+      <ulink url="http://thunar.xfce.org/" type="http">Thunar website</ulink> for more information.
+    </para>
+
+    <para>
+      This documentation was written by Benedikt Meurer (<email>benny at xfce.org</email>). The latest
+      version of this document is always available from the <ulink type="http" url="http://thunar.xfce.org/">Thunar website</ulink>.
+    </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>
+<!--
+	vim:set ts=2 sw=2 et ai encoding=UTF-8:
+-->

Modified: thunar/trunk/docs/manual/ja/Thunar.xml.in
===================================================================
--- thunar/trunk/docs/manual/ja/Thunar.xml.in	2009-04-07 21:45:23 UTC (rev 29720)
+++ thunar/trunk/docs/manual/ja/Thunar.xml.in	2009-04-07 22:25:55 UTC (rev 29721)
@@ -8,7 +8,7 @@
 
   <!-- Header -->
   <articleinfo>
-    <title>Thunar ファイルマネージャー</title>
+    <title>Thunar ファイルマネージャ</title>
 
     <pubdate>&date;</pubdate>
 
@@ -18,7 +18,7 @@
       <year>2006</year>
       <year>2007</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>
@@ -43,27 +43,24 @@
   <sect1 id="intro">
     <title>@PACKAGE_NAME@ の紹介</title>
 
-    <para>Thunar は Xfce デスクトップ環境のために、素早く手軽に使えるようゼロから設計されている今風のファイルマネージャーです。ユーザーインターフェイスは簡潔かつ直観的です。紛らわしい、無駄なオプションは標準では一切組み込まれていません。起動時間も短く、フォルダの読み込みに対する感度も上々です。</para>
+    <para>Thunar は Xfce デスクトップ環境用に、素早く手軽に使えるようゼロから設計されている今風のファイルマネージャです。ユーザインターフェイスは簡潔かつ直観的です。紛らわしい、無駄なオプションは標準では一切組み込まれていません。起動時間も短く、フォルダの読み込みに対する反応も上々です。</para>
 
-    <para>その結果としてではありますが、ファイルマネージャー Thunar はあなたのファイルやアプリケーションのための統合された一つのアクセス拠点を提供します。このファイルマネージャーを使って以下を行えます:</para>
+    <para>その結果としてではありますが、ファイルマネージャ Thunar はあなたのファイルやアプリケーションのための統合された一つのアクセス拠点を提供します。このファイルマネージャを使って以下の作業を行えます:</para>
 
     <itemizedlist>
-      <listitem>フォルダおよび文書の作成。</listitem>
-      <listitem>ファイルおよびフォルダの表示。</listitem>
-      <listitem>ファイルおよびフォルダの管理。</listitem>
-      <listitem>個別に設定したアクションの実行および管理。</listitem>
-      <listitem>持ち運び可能なメディアへのアクセス。</listitem>
+      <listitem>フォルダおよび文書の作成</listitem>
+      <listitem>ファイルおよびフォルダの表示</listitem>
+      <listitem>ファイルおよびフォルダの管理</listitem>
+      <listitem>カスタムアクションの実行および管理</listitem>
+      <listitem>持ち運び可能なメディアへのアクセス</listitem>
     </itemizedlist>
   </sect1>
 
 
   <sect1 id="the-file-manager-window">
-    <title>The File Manager Window</title>
+    <title>ファイルマネージャウィンドウ</title>
 
-    <para>
-      By default the file manager window consists of a shortcut pane on the left side, the main area on the right
-      and a pathbar above the main area.
-    </para>
+    <para>デフォルトでは、ファイルマネージャウィンドウには左にショートカットペイン、右にメインエリア、そしてメインエリアの上にパスボタンが表示されています。</para>
 
     <screenshot>
       <mediaobject>
@@ -72,81 +69,35 @@
         </imageobject>
 
         <textobject>
-          <phrase>File Manager Window</phrase>
+          <phrase>ファイルマネージャウィンドウ</phrase>
         </textobject>
       </mediaobject>
     </screenshot>
 
-    <para>
-      The <guilabel>Shortcut Pane</guilabel> provides shortcuts to different folders on your system. The first
-      shortcut will lead to your <emphasis>Home Folder</emphasis>, the folder you store all your personal data,
-      and will therefore have the name of the current user. The second shortcut will take you to the trash bin,
-      which stores deleted files that can be recovered later. The third shortcut takes you to the <emphasis>Desktop
-      Folder</emphasis>, which contains the files and folders that are displayed on the desktop. The fourth
-      shortcut will take you to the root of your file system - you may want to explore it a bit, even though
-      it may be confusing to you if you are new to Linux/Unix. Just click on the different folders and see what is
-      inside.
-    </para>
+    <para><guilabel>ショートカットペイン</guilabel> にはシステム上のいろいろなフォルダへのショートカットが表示されます。先頭にあるのはあなたの <emphasis>ホームフォルダ</emphasis> へのショートカットで、このフォルダにはあなたの個人データのすべてが格納され、ユーザの名前になっています。2 番目ははゴミ箱へのショートカットで、削除されたファイルが格納されており、あとで復元することができます。3 番目は <emphasis>デスクトップフォルダ</emphasis> へのショートカットで、デスクトップに表示されるファイルやフォルダが格納されています。4 番目はファイルシステムのルートへのショートカットです − あなたが Linux/Unix にまだ慣れていないならあなたを少々混乱させるかもしれませんが、それでもこの中を少し探検してみ
 たくなるかもしれません。ちょっとだけいろいろなフォルダをクリックして中に何が入っているのか見てみてください。</para>
 
-    <para>
-      Below the <emphasis>File System</emphasis> shortcut, the removable drives and media will be displayed. In
-      the screenshot above, you can see a <guilabel>Floppy Drive</guilabel> shortcut. Click on these shortcuts
-      to access the data stored on the removable drives and media. See <xref linkend="using-removable-media"/>
-      for further details.
-    </para>
+    <para><emphasis>ファイルシステム</emphasis> ショートカットの下にはリムーバブルドライブやメディアがあればそれが表示されます。上のスクリーンショットでは <guilabel>CD-ROM</guilabel> のショートカットが表示されています。リムーバブルドライブおよびメディアに格納されているデータへアクセスする場合はこれらのショートカットをクリックしてください。より詳しい情報については <xref linkend="using-removable-media"/> を参照してください。</para>
 
-    <para>
-      The remaining shortcuts are user defined. Add your own shortcuts by simply dragging folders to the
-      <guilabel>Shortcuts Pane</guilabel>. This will allow you to access important folders instantly. To
-      remove a previously added shortcut, right-click on the shortcut and choose <guimenuitem>Remove Shortcut</guimenuitem>.
-      To rename a previously added shortcut, right-click on the shortcut and choose <guimenuitem>Rename Shortcut</guimenuitem>.
-      Note that these actions affect only the shortcut, not the folder referenced by the shortcuts.
-    </para>
+    <para>その他のショートカットはユーザ定義されたものです。ショートカットの追加はフォルダを <guilabel>ショートカットペイン</guilabel> へドラッグするだけで行えます。これであなたが大事なフォルダへ即座にアクセスできるようになります。すでに追加されているショートカットを削除する場合は、そのショートカット上で右クリックし、<guimenuitem>「ショートカットの削除」</guimenuitem> を選択してください。すでに追加されているショートカットの名前の変更は、ショートカット上で右クリックし、<guimenuitem>「ショートカット名の変更」</guimenuitem> を選択してください。これらの操作はショートカットにのみ適用され、ショートカットが参照している実際のフォルダには影響しないことを覚えておいてください。</para>
 
-    <para>
-      The <emphasis>main area</emphasis> will always display the contents of the current folder. Double click on
-      folders to enter them, and right-click on files or folders to get a context-menu offering some choices of
-      what to do with it. Select multiple files by dragging a rectangle over them with the mouse. Alternatively,
-      select one file, hold down the <keycap>Shift</keycap> key, and increase or decrease the selection using
-      the arrow keys.
-    </para>
+    <para><emphasis>メインエリア</emphasis> には常にカレントフォルダの内容が表示されます。フォルダをダブルクリックするとその中へ移動し、ファイルやフォルダ上で右クリックするとそのアイテムに対して行える操作のコンテキストメニューが表示されます。複数のファイルを選択する場合はマウスでそれらをドラッグしてください。また、一つのファイルを選択し、<keycap>Shift</keycap> キーを押しながら矢印キーを押すと選択範囲を調整できます。</para>
 
-    <para>
-      The <emphasis>pathbar</emphasis> will always show the path you took to get to the folder you are currently
-      at. You can click on any pathbar button to change to the folder it represents. Right-click on a pathbar
-      button to bring up a context-menu with some options.
-    </para>
+    <para><emphasis>パスボタン</emphasis> には常に現在表示されているフォルダへのパスが表示されます。パスボタンをクリックすることでそのフォルダへ移動できます。パスボタン上で右クリックするといくつかのオプションとコンテキストメニューが表示されます。</para>
 
 
     <sect2 id="customizing-the-appearance">
-      <title>Customizing the Appearance</title>
+      <title>外観のカスタマイズ</title>
 
-      <para>
-        There are many ways to customize the appearance of the file manager windows. In case you do not like the
-        way the icons are displayed, choose <menuchoice><guimenu>View</guimenu><guimenuitem>View as Detailed List</guimenuitem></menuchoice>
-        from the main menu to have the contents of the current folder displayed as a list.
-      </para>
+      <para>ファイルマネージャの外観をカスタマイズする方法はたくさんあります。アイコン表示がお気に召さない場合には、メインメニューから <menuchoice><guimenu>「表示」</guimenu><guimenuitem>「詳細リスト表示」</guimenuitem></menuchoice> を選択するとカレントフォルダの内容がリスト表示されます。</para>
 
-      <para>
-        You can have the file manager windows display a location bar instead of the pathbar by choosing
-        <menuchoice><guimenu>View</guimenu><guimenuitem>Location Selector</guimenuitem><guimenuitem>Toolbar Style</guimenuitem></menuchoice>
-        from the main menu.
-      </para>
+      <para>ファイルマネージャウィンドウに表示されるパスボタンの代わりにロケーションバーを表示する場合は、メインメニューから <menuchoice><guimenu>「表示」</guimenu><guimenuitem>「位置セレクタ」</guimenuitem><guimenuitem>「ツールバー方式」</guimenuitem></menuchoice> を選択してください。</para>
 
-      <para>
-        In case you prefer a treeview in the left pane, choose
-        <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem><guimenuitem>Tree</guimenuitem></menuchoice>
-        from the main menu.
-      </para>
+      <para>左のペインはツリー表示がお好みなら、メインメニューから <menuchoice><guimenu>「表示」</guimenu><guimenuitem>「サイドペイン」</guimenuitem><guimenuitem>「ツリー」</guimenuitem></menuchoice> を選択してください。</para>
 
       <sect3 id="visible-columns-in-the-detailed-list-view">
-        <title>Visible Columns in the Detailed List View</title>
+        <title>詳細リスト表示での表示カラム</title>
 
-        <para>
-          If you prefer to display the contents of the folder as a list, using the <guilabel>Detailed List View</guilabel>, you can
-          customize the columns displayed in the list view. To customize the visible columns, choose
-          <menuchoice><guimenu>View</guimenu><guimenuitem>Configure Columns...</guimenuitem></menuchoice> from the main menu.
-        </para>
+        <para>あなたがフォルダの内容をリスト表示するのがお好みで、<guilabel>「詳細リスト表示」</guilabel> を使用している場合、リストに表示されるカラムをカスタマイズすることができます。表示するカラムのカスタマイズは、メインメニューから <menuchoice><guimenu>「表示」</guimenu><guimenuitem>「カラムの設定...」</guimenuitem></menuchoice> を選択してください。</para>
 
         <screenshot>
           <mediaobject>
@@ -155,30 +106,23 @@
             </imageobject>
 
             <textobject>
-              <phrase>Visible Columns</phrase>
+              <phrase>表示カラム</phrase>
             </textobject>
           </mediaobject>
         </screenshot>
 
         <variablelist>
           <varlistentry>
-            <term><guilabel>Visible Columns</guilabel></term>
+            <term><guilabel>表示カラム</guilabel></term>
             <listitem>
-              <para>
-                Select the columns you want to be displayed from the list of available columns. Click <guibutton>Move Up</guibutton>
-                or <guibutton>Move Down</guibutton> to change the order of the columns. Click <guibutton>Use Default</guibutton> to
-                revert your changes.
-              </para>
+              <para>表示可能なカラムのリストから表示したいカラムを選択してください。<guibutton>「上に移動」</guibutton>や<guibutton>「下に移動」</guibutton> をクリックするとカラムの表示順を変更できます。<guibutton>「デフォルトに戻す」</guibutton> をクリックすると変更は取り消されます。</para>
             </listitem>
           </varlistentry>
 
           <varlistentry>
-            <term><guilabel>Column Sizing</guilabel></term>
+            <term><guilabel>カラムのサイズ変更</guilabel></term>
             <listitem>
-              <para>
-                Select the option <guibutton>Automatically expand columns as needed</guibutton> if you want the list view columns
-                to expand automatically if the needed to ensure the text is fully visible.
-              </para>
+              <para><guibutton>「必要に応じてカラムを自動的に拡げる」</guibutton> オプションを選択すると、カラムの幅は文字全体が表示されるように自動的に拡げられます。</para>
             </listitem>
           </varlistentry>
         </variablelist>
@@ -188,149 +132,91 @@
 
 
   <sect1 id="working-with-files-and-folders">
-    <title>Working with Files and Folders</title>
+    <title>ファイルやフォルダの操作</title>
 
 
     <sect2 id="opening-files">
-      <title>Opening Files</title>
+      <title>ファイルを開く</title>
 
-      <para>
-        When you open a file, the file manager performs the default action for that file type. For example, opening a text file
-        will display it in the default text editor, while opening an image file will display the image in the default image
-        viewer.
-      </para>
+      <para>ファイルを開くとき、ファイルマネージャはファイルタイプに応じたデフォルトのアクションを実行します。例えば、テキストファイルを開くとデフォルトのテキストエディタが起動され、画像ファイルを開くとデフォルトの画像ビューアが起動されます。</para>
 
-      <para>
-        The file manager checks the extension of a file to determine the type of a file. If the file has no known extension, the
-        file manager examines the contents of the file.
-      </para>
+      <para>ファイルマネージャはファイルの拡張子をチェックしてファイルタイプを決定します。ファイルの拡張子が不明な場合、ファイルマネージャはファイルの内容を調べます。</para>
 
       <sect3 id="executing-the-default-action">
-        <title>Executing the Default Action</title>
+        <title>デフォルトアクションの実行</title>
 
-        <para>
-          To execute the default for a file, double-click on the file. For example, the default action for audio files is to
-          play the it with the default music playing application. In this case, you can double-click on the file to open the
-          file in the music player.
-        </para>
+        <para>ファイルのデフォルトアクションはファイルのダブルクリックで実行されます。例えば、オーディオファイルのデフォルトアクションはデフォルトの音楽再生アプリケーションで開くことです。この場合、ファイルをダブルクリックすると音楽プレイヤーでファイルを再生します。</para>
 
-        <para>
-          You can set <application>Thunar</application> preferences so that you click once on a file to execute the default
-          action. For information, see <xref linkend="preferences-behavior"/>.
-        </para>
+        <para><application>Thunar</application> の設定でファイルのシングルクリックでデフォルトアクションを実行させることができます。詳しくは <xref linkend="preferences-behavior"/> を参照してください。</para>
       </sect3>
 
       <sect3 id="executing-non-default-actions">
-        <title>Executing Non-Default Actions</title>
+        <title>デフォルト以外のアクションの実行</title>
 
-        <para>
-          To execute actions other than the default action for a file, select the file that you want to perform an action on.
-          Choose the desired action from the <emphasis>Open With</emphasis> choices available in <guimenu>File</guimenu> menu
-          or an <guimenu>Open With</guimenu> submenu.
-        </para>
+        <para>ファイルを選択してそのファイルに対するデフォルト以外のアクションを実行したい場合、<guimenu>「ファイル」</guimenu> メニューまたはコンテキストメニューから選択することができます。</para>
       </sect3>
 
       <sect3 id="adding-actions">
-        <title>Adding Actions</title>
+        <title>アクションの追加</title>
 
-        <para>
-          To add actions associated with a file type, perform the following steps:
-        </para>
+        <para>ファイルタイプに関連付けるアクションを追加する場合、以下の手順で行います:</para>
 
         <orderedlist>
           <listitem>
-            <para>
-              In the main area, select a file of the type to which you want to add an action.
-            </para>
+            <para>メインエリアでアクションを追加したいタイプのファイルを選択します。</para>
           </listitem>
           <listitem>
-            <para>
-              Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Open With Other Application...</guimenuitem></menuchoice>
-              from the main menu.
-            </para>
+            <para>メインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「他のアプリケーションで開く...」</guimenuitem></menuchoice> を選択します。</para>
           </listitem>
           <listitem>
-            <para>
-              Either choose an application in the <guilabel>Open With</guilabel> dialog or select <guibutton>Use a custom command</guibutton>
-              and browse to the program with which you wish to open this type.
-            </para>
+            <para><guilabel>「アプリケーションで開く」</guilabel> ダイアログからアプリケーションを選ぶか、または<guibutton>「指定コマンドを使用する」</guibutton> を選択してこのタイプで開くプログラムを設定します。</para>
           </listitem>
         </orderedlist>
 
-        <para>
-          The action you have chosen is now added to the list of actions for that particular file type. If you enabled the
-          <guibutton>Use as default for this kind of file</guibutton> option or there was no prior action associated with the
-          type, the newly added action is the default.
-        </para>
+        <para>これで選択したアクションが指定されたファイルタイプ用アクションのリストに追加されました。<guibutton>「この種類のファイルのデフォルトアプリケーションにする」</guibutton> を有効にするか、このタイプにまだ関連付けられているアクションが設定されていない場合は、新しく追加されたアクションがデフォルトになります。</para>
 
-        <para>
-          You may also add actions using the <guibutton>Open With</guibutton> button under
-          <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice>.
-        </para>
+        <para>アクションの追加は <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「プロパティ...」</guimenuitem></menuchoice> で表示されるプロパティダイアログの <guibutton>「これで開く」</guibutton> ボタンでも行えます。</para>
       </sect3>
 
       <sect3 id="modifiying-actions">
-        <title>Modifying Actions</title>
+        <title>アクションの修正</title>
 
-        <para>
-          To modify the actions associated with a file or file type, perform the following steps:
-        </para>
+        <para>ファイルまたはファイルタイプに関連付けられたアクションを修正する場合は、以下の手順で行います:</para>
 
         <orderedlist>
           <listitem>
-            <para>
-              In the main area, select a file of the type for which you want to modify the action.
-            </para>
+            <para>メインエリアでアクションを修正したいタイプのファイルを選択します。</para>
           </listitem>
           <listitem>
-            <para>
-              Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice> from the main menu.
-            </para>
+            <para>メインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「プロパティ...」</guimenuitem></menuchoice> を選択します。</para>
           </listitem>
           <listitem>
-            <para>
-              Select the new default action using the <guilabel>Open With</guilabel> button or add a new action by choosing
-              <guimenuitem>Open With Other Application...</guimenuitem> from the drop down menu.
-            </para>
+            <para>デフォルトのアクションを修正する場合は <guilabel>「これで開く」</guilabel> ボタンを使用するか、またはメインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「他のアプリケーションで開く...」</guimenuitem></menuchoice> を選択し、新しいアクションを追加します。</para>
           </listitem>
         </orderedlist>
 
-        <para>
-          To remove a previously added action for a file type, bring up the <guilabel>Open With</guilabel> dialog as described
-          above, right-click the action you want to remove and choose <guimenuitem>Remove Launcher</guimenuitem>.
-        </para>
+        <para>すでに設定されているアクションを削除する場合は上で説明した <guilabel>「アプリケーションで開く」</guilabel> ダイアログを表示させ、削除したいアクションの上で右クリックし、<guimenuitem>「ランチャを削除」</guimenuitem> を選択します。</para>
       </sect3>
     </sect2>
 
 
     <sect2 id="file-properties">
-      <title>File Properties</title>
+      <title>ファイルのプロパティ</title>
 
-      <para>
-        The file properties window shows more information about any file or folder in the file manager. With this window, you can also
-        do the following:
-      </para>
+      <para>ファイルのプロパティウィンドウでは、ファイルマネージャにおけるファイルまたはフォルダについての詳細情報が表示されます。このウィンドウでは以下のことも行えます:</para>
 
       <itemizedlist>
         <listitem>
-          <para>
-            Change the icon for special files, such as application launchers and URL links.
-          </para>
+          <para>アプリケーションランチャや URL リンクのような特殊ファイルのアイコンの変更</para>
         </listitem>
         <listitem>
-          <para>
-            Add or remove emblems for a file or folder.
-          </para>
+          <para>ファイルまたはフォルダへのシンボルの追加または除去</para>
         </listitem>
         <listitem>
-          <para>
-            Change the UNIX file permissions for a file or folder.
-          </para>
+          <para>ファイルやフォルダの UNIX ファイルアクセス権の変更</para>
         </listitem>
         <listitem>
-          <para>
-            Choose which application is used to open a file and other files of the same type.
-          </para>
+          <para>同じタイプのファイルを開くときに使用するアプリケーションの選択</para>
         </listitem>
       </itemizedlist>
 
@@ -341,38 +227,29 @@
           </imageobject>
 
           <textobject>
-            <phrase>File Properties</phrase>
+            <phrase>ファイルのプロパティ</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
-      <para>
-        To open the file properties window, perform the following steps:
-      </para>
+      <para>ファイルのプロパティウィンドウを開く場合、以下の手順で行います:</para>
 
       <orderedlist>
         <listitem>
-          <para>
-            Select the file or folder whose properties you want to examine or change. You cannot
-            select multiple items at once and display the properties that are in common to all
-            items currently.
-          </para>
+          <para>プロパティを調べたい、または変更したいファイルやフォルダを選択します。複数のアイテムを同時に選択してすべてのアイテムで共通なプロパティを表示させることは現在できません。</para>
         </listitem>
         <listitem>
-          <para>
-            Do one of the following:
-            <itemizedlist>
+          <para>以下のいずれかを行います: <itemizedlist>
               <listitem>
-                <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice> from the main menu.</para>
+                <para>メインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「プロパティ...」</guimenuitem></menuchoice> を選択します。</para>
               </listitem>
               <listitem>
-                <para>Right-click the selected item and choose <guimenuitem>Properties...</guimenuitem> from the context menu.</para>
+                <para>選択したアイテムの上で右クリックし、コンテキストメニューから <guimenuitem>「プロパティ...」</guimenuitem> を選択します。</para>
               </listitem>
               <listitem>
-                <para>Press <keycombo><keycap>Alt</keycap><keycap>Return</keycap></keycombo>.</para>
+                <para><keycombo><keycap>Alt</keycap><keycap>Return</keycap></keycombo> を押します。</para>
               </listitem>
-            </itemizedlist>
-          </para>
+            </itemizedlist></para>
         </listitem>
       </orderedlist>
     </sect2>
@@ -380,49 +257,27 @@
 
 
   <sect1 id="using-removable-media">
-    <title>Using Removable Media</title>
+    <title>リムーバブルメディアの使用</title>
 
     <sect2 id="accessing-removable-media">
-      <title>Accessing Removable Media</title>
+      <title>リムーバブルメディアへのアクセス</title>
 
-      <para>
-        Thunar supports removable media if it was built with support for <ulink type="http" url="http://freedesktop.org/wiki/Software_2fhal">HAL</ulink>,
-        or if you are using <ulink type="http" url="http://www.freebsd.org/">FreeBSD</ulink>. Note however that on FreeBSD 6.0 or newer, it is
-        suggested to use HAL rather than the native support provided by Thunar.
-      </para>
+      <para>Thunar は、<ulink type="http" url="http://freedesktop.org/wiki/Software_2fhal">HAL</ulink> サポート付きでビルドしたか、<ulink type="http" url="http://www.freebsd.org/">FreeBSD</ulink> で使用していればリムーバブルメディアをサポートしています。</para>
 
       <sect3 id="to-mount-media">
-        <title>To Mount Media</title>
+        <title>メディアのマウント</title>
 
-        <para>
-          To <emphasis>mount</emphasis> media is to make the file system of the media available for access. When you mount media, the
-          file system of the media is attached as a subdirectory to your file system.
-        </para>
+        <para>メディアの <emphasis>マウント</emphasis> とは、メディアのファイルシステムを作成し、アクセスできるようにすることです。メディアをマウントしたとき、メディアのファイルシステムがファイルシステムのサブディレクトリにアタッチされます。</para>
 
-        <para>
-          To access media, insert the media in the appropriate device, or connect the new device to your computer (i.e. connect an USB
-          stick to one of your USB ports). An object that represents the media is added to the side pane of the file manager. If
-          <application>xfdesktop</application> is running and configured to display <guilabel>File/launcher icons</guilabel> this
-          object will also be added to your desktop.
-        </para>
+        <para>メディアにアクセスする場合は、適切なデバイスにメディアを挿入するか、またはコンピュータに新しいデバイスを接続します (例: USB スティックを USB ポートに接続する)。すると、メディアを表すオブジェクトがファイルマネージャのサイドペインに追加されます。<application>xfdesktop</application> が動作しており、<guilabel>ファイル/ランチャアイコン</guilabel> を表示する設定にしてあれば、このオブジェクトはデスクトップにも表示されます。</para>
 
-        <para>
-          To actually mount the media, click on the object that represents the media. For example, to mount a floppy diskette,
-          click on the <guilabel>Floppy Drive</guilabel> object in the side pane. The file manager will now add the file system
-          of the media to your file system hierarchy and display the contents of the floppy diskette in the main area.
-        </para>
+        <para>実際にメディアをマウントする場合は、メディアのオブジェクトをクリックします。例えば、フロッピーディスクをマウントする場合、サイドペインの <guilabel>フロッピードライブ</guilabel> オブジェクトをクリックします。ファイルマネージャはファイルシステムヒエラルキーにメディアのファイルシステムを追加し、メインエリアにフロッピーディスクの内容が表示されます。</para>
       </sect3>
 
       <sect3 id="to-eject-media">
-        <title>To Eject Media</title>
+        <title>メディアの取り出し</title>
 
-        <para>
-          If the drive for the media is a motorized drive (i.e. a CD-ROM drive), right-click on the media object in the side pane
-          or on the desktop and choose <guilabel>Eject Volume</guilabel>. The media is ejected from the drive after a few seconds.
-          If the drive for the media is not motorized (i.e. a floppy drive or an USB stick), right-click on the media object and
-          choose <guilabel>Unmount Volume</guilabel>. After a short period of time, a notification will appear to inform you
-          that it is now safe to remove the media or disconnect the drive from the computer.
-        </para>
+        <para>メディアのドライブが自動排出可能なデバイス (例: CD-ROM ドライブ) ならば、サイドペインまたはデスクトップに表示されているメディアのオブジェクトの上で右クリックし、<guilabel>「取り出し」</guilabel> を選択します。数秒後にドライブからメディアが排出されます。メディアのドライブが自動排出しない場合 (例: フロッピードライブや USB スティック) はメディアのオブジェクトの上で右クリックし、<guilabel>「マウント解除」</guilabel> を選択します。間もなく安全にメディアを取り出せる、またはドライブをコンピュータから取り外してよい旨の通知が表示されます。</para>
 
         <screenshot>
           <mediaobject>
@@ -431,52 +286,27 @@
             </imageobject>
 
             <textobject>
-              <phrase>Unmount notification</phrase>
+              <phrase>マウント解除通知</phrase>
             </textobject>
           </mediaobject>
         </screenshot>
 
-        <para>
-          However this notification will only be displayed if support for <application>libnotify</application> is enabled,
-          and you have installed a notification daemon. A notification daemon for Xfce is available from the <ulink type="http" url="http://goodies.xfce.org/projects/applications/notification-daemon-xfce">Xfce Goodies Project</ulink>.
-          If notification support is not available, wait until the context menu disappears before you remove the media or disconnect
-          the drive.
-        </para>
+        <para>ただし、この通知は <application>libnotify</application> サポートが有効になっている、かつ通知デーモンがインストールされている場合のみ表示されます。Xfce 用通知デーモンは <ulink type="http" url="http://goodies.xfce.org/projects/applications/notification-daemon-xfce">Xfce Goodies Project</ulink> から入手できます。通知サポートが無効になっている場合は、コンテキストメニューの表示が消えてからメディアを取り出すかドライブを取り外してください。</para>
 
-        <para>
-          Be aware that you cannot eject or unmount media that is still in use by one or more applications. Therefore if the file
-          manager refuses to eject media, make sure you close all applications that were accessing the media, and be sure to also
-          check command line applications running in <application>Terminal</application> windows.
-        </para>
+        <para>一つ以上のアプリケーションがメディアを使用している間はメディアの取り出しやマウント解除は行えないことに注意してください。ファイルマネージャがメディアの取り出しを拒んだ場合は、メディアにアクセスしているアプリケーションが動作していないか、<application>Terminal</application> ウィンドウで動作しているものも含めて確認してください。</para>
 
-        <para>
-          Make sure to unmount removable media before ejecting. Do not eject a diskette from the floppy drive before your unmount
-          the diskette. Do not remove an USB stick before you unmount the flash drive. If you do not unmount the media first you
-          might lose data or cause your system to crash.
-        </para>
+        <para>必ずメディアを取り出す前にマウント解除を行うようにしてください。フロッピーディスクをマウント解除する前にフロッピードライブから取り出さないでください。USB スティックをマウント解除する前にフラッシュドライブから取り外さないでください。先にマウント解除しておかないと、データを失ったり、システムクラッシュを引き起こしたりするかもしれません。</para>
       </sect3>
     </sect2>
 
     <sect2 id="management-of-removable-drives-and-media">
-      <title>Management of Removable Drives and Media</title>
+      <title>リムーバブルドライブとメディアの管理</title>
 
-      <para>
-        Thunar is also able to automatically manage removable drives and media if the <ulink type="http" url="http://www.foo-projects.org/~benny/projects/thunar-volman/index.html">thunar-volman</ulink> package is installed on
-        your system.  Note however that this feature requires HAL support.
-      </para>
+      <para>Thunar は <ulink type="http" url="http://www.foo-projects.org/~benny/projects/thunar-volman/index.html">thunar-volman</ulink> パッケージがインストールされていればリムーバブルドライブとメディアの取扱いも自動で行えます。</para>
 
-      <para>
-        Now, if HAL support is available and <application>thunar-volman</application> is installed on your system, you
-        can choose to enable the <guilabel>Volume Management</guilabel> feature of Thunar. Therefore, open the file
-        manager preferences, go to the <guilabel>Advanced</guilabel> page and check the <guilabel>Enable Volume
-        Management</guilabel> button.
-      </para>
+      <para>HAL サポートが有効で、かつ <application>thunar-volman</application> がインストールされていれば、Thunar の <guilabel>ボリューム管理</guilabel> 機能を有効にできます。ファイルマネージャの設定を開き、<guilabel>「詳細」</guilabel> ページの <guilabel>「ボリューム管理を有効にする」</guilabel> ボタンにチェックマークをつけてください。</para>
 
-      <para>
-        The next step is to customize the management of removable drives and media to your needs. Click on the
-        <guilabel>Configure</guilabel> link in the <guilabel>Volume Management</guilabel> section, right below
-        the button. The <guilabel>Removable Drives and Media</guilabel> configuration dialog will be displayed.
-      </para>
+      <para>次にリムーバブルドライブとメディアの取扱いを必要に応じてカスタマイズします。<guilabel>「ボリューム管理」</guilabel> セクションのボタンの右下にある <guilabel>「設定」</guilabel> リンクをクリックしてください。<guilabel>「リムーバブルドライブとメディア」</guilabel> 設定ダイアログが表示されます。</para>
 
       <screenshot>
         <mediaobject>
@@ -485,223 +315,123 @@
           </imageobject>
 
           <textobject>
-            <phrase>Removable Drives and Media</phrase>
+            <phrase>リムーバブルドライブとメディア</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
-      <para>
-        If you have used the <application>gnome-volume-manager</application> previously, you should feel right at
-        home, because it was designed to look and behave similar to <application>gnome-volume-manager</application>.
-        The preferences are divided by device categories to make it easy to locate the option for you specific
-        device.
-      </para>
+      <para>あなたが以前に <application>gnome-volume-manager</application> を使用したことがあれば、すぐになじめるはずです。なぜならこの見た目と振る舞いは <application>gnome-volume-manager</application> に似せて設計されているからです。設定は、デバイスに対する目的のオプションの場所がわかりやすいようにデバイスのカテゴリごとに分けられています。</para>
 
-      <para>
-        The <guilabel>Storage</guilabel> page contains the most important options. As the name suggests these
-        options apply only to storage devices like external harddisk drives, USB sticks and CD-ROMs. The
-        <guilabel>Removable Storage</guilabel> options are described in detail below.
-      </para>
+      <para><guilabel>「ストレージ」</guilabel> ページには重要なオプションのほとんどが含まれています。この名前はここのオプションが、外付けハードディスクドライブ、USB スティック、あるいは CD-ROM のようなストレージデバイスにのみ適用されるものであることを意味しています。</para>
 
       <variablelist>
         <varlistentry>
-          <term><guilabel>Mount removable drives when hot-plugged</guilabel></term>
+          <term><guilabel>リムーバブルドライブがホットプラグされたらマウントする</guilabel></term>
           <listitem>
-            <para>
-              Enable this option to automatically mount file systems on removable drives (i.e. external harddisk drives
-              or USB sticks) when such drives are plugged into the computer.
-            </para>
-            <para>
-              This option must be enabled for certain other features to work with removable drives. For example,
-              if you disable this option, certain kinds of portable music players cannot be detected any more and
-              so, even if you enabled the <guilabel>Play music files when connected</guilabel> option on the
-              <guilabel>Multimedia</guilabel> page, the specified command will not be run when you hot-plug your
-              portable music player.
-            </para>
+            <para>このオプションを有効にすると、リムーバブルドライブ (外付けハードディスクドライブや USB スティックなど) がコンピュータに接続されたら自動的にファイルシステムをマウントします。</para>
+            <para>このオプションは、一部の機能をリムーバブルドライブに対して動作させる際に有効にする必要があります。例えば、このオプションを有効にしていないと、ある種の携帯音楽プレイヤーは検出されず、<guilabel>「マルチメディア」</guilabel> ページの <guilabel>「接続されたら音楽ファイルを再生する」</guilabel> オプションを有効にしていても、携帯音楽プレイヤーがホットプラグされた際に指定されたコマンドは実行されません。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Mount removable media when inserted</guilabel></term>
+          <term><guilabel>リムーバブルメディアが挿入されたらマウントする</guilabel></term>
           <listitem>
-            <para>
-              Enable this option to automatically mount file systems on removable media (i.e. CD-ROMs or DVDs)
-              when you insert the media into the drive.
-            </para>
-            <para>
-              This option must be enabled for certain other features to work with removable media. For example,
-              if you disable this option, it is impossible to detect whether the removable media has auto-run
-              capabilities, and so the <guilabel>Auto-run programs on new drives and media</guilabel> option
-              has no effect for removable media.
-            </para>
+            <para>このオプションを有効にすると、リムーバブルメディア (CD-ROM や DVD など) がドライブに挿入されると自動的にファイルシステムをマウントします。</para>
+            <para>このオプションは、一部の機能をリムーバブルメディアに対して動作させる際に有効にする必要があります。例えば、このオプションを有効にしていないと、リムーバブルメディアが自動実行可能かどうか検出されず、<guilabel>「新しいドライブおよびメディア上のプログラムを自動実行する」</guilabel> オプションはリムーバブルメディアに対して作用しません。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Browse removable media when inserted</guilabel></term>
+          <term><guilabel>リムーバブルメディアが挿入されたら参照する</guilabel></term>
           <listitem>
-            <para>
-              Enable this option to automatically display the content of newly inserted media in the file manager.
-              Note however, that the contents will only be displayed if no other action was possible or you
-              choose to ignore the other possible actions. For example, if you insert a CD-ROM with auto-run
-              capabilities and the <guilabel>Auto-run programs on new drives and media</guilabel> option is
-              enabled, you will be prompted whether you want to allow or ignore the auto-run. If you choose
-              to ignore the auto-run the contents will be displayed in the file manager.
-            </para>
+            <para>このオプションを有効にすると、新しく挿入されたメディアの内容が自動的にファイルマネージャに表示されます。ただし、他に実行できるアクションが存在しないか、あるいは他の実行できるアクションが無効にされている場合のみ内容が表示されることを覚えておいてください。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Auto-run programs on new drives and media</guilabel></term>
+          <term><guilabel>新しいドライブおよびメディア上のプログラムを自動実行する</guilabel></term>
           <listitem>
-            <para>
-              Enable this option to make use of auto-run capabilities of certain removable drives and media. See
-              the <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop
-              Application Autostart Specification</ulink> for details about the auto-run mechanism. To enhance security,
-              you will always be prompted to confirm the auto-run.
-            </para>
-            <para>
-              If the Windows emulator <ulink type="http" url="http://www.winehq.org/">WINE</ulink> is installed on your
-              system, the auto-run mechanism will also try to run <filename>autorun.exe</filename> files using WINE.
-            </para>
+            <para>このオプションを有効にすると、一部のドライブやメディアの自動実行機能が使用されるようになります。自動実行メカニズムの詳細については <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop Application Autostart Specification</ulink> を参照してください。セキュリティ強化のため、常に自動実行するかどうかの確認が行われます。</para>
+            <para>Windows 互換レイヤ <ulink type="http" url="http://www.winehq.org/">Wine</ulink> がインストールされている場合、自動実行メカニズムは Wine を使用して <filename>autorun.exe</filename> ファイルも実行しようとします。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Auto-open files on new drives and media</guilabel></term>
+          <term><guilabel>新しいドライブおよびメディア上のファイルを自動的に開く</guilabel></term>
           <listitem>
-            <para>
-              Enable this option to make of auto-open capabilities of certain removable drives and media. See
-              the <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop
-              Application Autostart Specification</ulink> for details about the auto-open mechanism. To enhance security,
-              you will always be prompted to confirm the auto-open.
-            </para>
+            <para>このオプションを有効にすると、一部のリムーバブルドライブやメディアの自動オープン機能が使用されるようになります。自動オープンメカニズムについての詳細は <ulink type="http" url="http://standards.freedesktop.org/autostart-spec/autostart-spec-0.5.html">Desktop Application Autostart Specification</ulink> を参照してください。セキュリティ強化のため、常に自動的に開くかどうかの確認が行われます。</para>
           </listitem>
         </varlistentry>
       </variablelist>
 
-      <para>
-        The remaining options allow you to specify a command to run when a certain kind of media is inserted into a drive
-        or a certain kind of external device is connected. The command can use three special variables, that will be
-        substituted when the command is run:
-      </para>
+      <para>残りのオプションはある種のメディアがドライブに挿入されたとき、またはある種の外付けデバイスが接続されたときに指定したコマンドを実行できるようにします。コマンドは 3 種類の特殊変数が使用でき、コマンド実行時にそれぞれ以下のように置き換えられます:</para>
 
       <variablelist>
         <varlistentry>
           <term><literal>%d</literal></term>
           <listitem>
-            <para>
-              Each appearance of <literal>%d</literal> in the command will be substituted with the device file path of
-              the newly added device. For example, if you have plugged in an USB stick, the device file path will be
-              <filename>/dev/da0s1</filename> or <filename>/dev/sda1</filename>.
-            </para>
-            <para>
-              If no device file is associated with the device or the device file could not be found for some reason,
-              the variable <literal>%d</literal> will be substituted with the empty string.
-            </para>
+            <para>コマンドに <literal>%d</literal> が指定されていると、それぞれが新しく追加されたデバイスのデバイスファイルパスに置き換えられます。例えば、USB スティックが接続された場合、デバイスファイルパスは  <filename>/dev/da0s1</filename> や <filename>/dev/sda1</filename> (ハードウェア構成により変わります) のようになります。</para>
+            <para>デバイスに割り当てるデバイスファイルがなかったり、何らかの理由でデバイスファイルが見つけられなかった場合は、変数 <literal>%d</literal> は空の文字列に置き換えられます。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
           <term><literal>%h</literal></term>
           <listitem>
-            <para>
-              Each appearance of <literal>%h</literal> in the command will be substituted with the HAL UDI of the newly
-              added device.
-            </para>
+            <para>コマンドに <literal>%h</literal> が指定されていると、それぞれ新しく追加されたデバイスの HAL UDI に置き換えられます。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
           <term><literal>%m</literal></term>
           <listitem>
-            <para>
-              Each appearance of <literal>%m</literal> in the command will be substituted with the mount point where
-              the newly added device was mounted. If the device cannot be mounted (for example printers or keyboards)
-              or if the automatic mounting was disabled, <literal>%m</literal> will be substituted with the empty
-              string.
-            </para>
+            <para>コマンドに <literal>%m</literal> が指定されていると、それぞれ新しく追加されたデバイスがマウントされたマウントポイントに置き換えられます。マウントできないデバイス (プリンタやキーボードなど) や自動マウントが無効になっている場合は <literal>%m</literal> は空の文字列に置き換えられます。</para>
           </listitem>
         </varlistentry>
       </variablelist>
 
       <sect3 id="troubleshooting-the-volume-manager">
-        <title>Troubleshooting the Volume Manager</title>
+        <title>ボリュームマネージャのトラブルシューティング</title>
 
-        <para>
-          Useful tips to trouble shoot the volume manager in case it does not work as expected.
-        </para>
+        <para>ボリュームマネージャが期待通りに動作しない時のトラブル解決に役立つ Tips です。</para>
 
         <orderedlist>
           <listitem>
-            <para>
-              Make sure <application>Thunar</application> is running as daemon. The volume manager depends
-              on this, as it is not a daemon by itself. By default, Xfce
-              automatically spawns <application>Thunar</application> as daemon on startup. If it got killed
-              for some reason, open the <guilabel>Run program</guilabel> (using the keyboard shortcut
-              <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> or right-click on the desktop
-              and choose <guilabel>Run Program...</guilabel> from the desktop menu), enter <literal>Thunar
-              --daemon</literal> and click <guibutton>Run</guibutton>.
-            </para>
+            <para><application>Thunar</application> がデーモンモードで動作しているか確認してください。ボリュームマネージャは <application>Thunar</application> デーモンで動作していないと使用できません。デフォルトでは Xfce は起動時に <application>Thunar</application> を自動的にデーモンとして起動します。なんらかの理由でこれを kill していた場合は、<guilabel>プログラムの実行</guilabel>を開き (キーボードショートカットの <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> を使用するか、デスクトップ上で右クリックしデスクトップメニューから <guilabel>「プログラムの実行...」</guilabel> を選択します)、 <literal>Thunar --daemon</literal> と入力して <guibutton>「実行」</guibutton> をクリックします。</para>
           </listitem>
 
           <listitem>
-            <para>
-              Try running <application>thunar-volman</application> from a <application>Terminal</application>
-              window after hot-plugging the drive or inserting the media. First, you need to figure out the
-              HAL UDI of the new device using <application>lshal</application> or <application>hal-device</application>.
-              Once you know the UDI, run <literal>thunar-volman --device-added <udi-of-your-device></literal> in
-              a <application>Terminal</application> window and watch the output for errors or warnings.
-            </para>
+            <para>デバイスをホットプラグまたはメディアを挿入したあとに <application>thunar-volman</application> を <application>Terminal</application> ウィンドウから実行してみてください。その場合まず  <application>lshal</application> や <application>hal-device</application> を使用して新しく追加したデバイスの HAL UDI を見つけ出さなければなりません。UDI が分かったら、<application>Terminal</application> ウィンドウで <literal>thunar-volman --device-added <udi-of-your-device></literal> を実行し、出力されるエラーや警告メッセージを見てください。</para>
           </listitem>
         </orderedlist>
 
-        <para>
-          If it still refuses to work, ask on the <ulink type="http" url="http://forum.xfce.org/">Xfce Forum</ulink> or
-          the <ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev mailing list</ulink>
-          for help.
-        </para>
+        <para>それでもうまく動作しない場合は、<ulink type="http" url="http://forum.xfce.org/">Xfce Forum</ulink> や <ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev mailing list</ulink> で尋ねてみてください。</para>
       </sect3>
     </sect2>
   </sect1>
 
 
   <sect1 id="preferences">
-    <title>File Management Preferences</title>
+    <title>ファイル管理の設定</title>
 
-    <para>
-      Use the <guilabel>File Manager Preferences</guilabel> dialog to set your <application>Thunar</application> file manager
-      preferences. To open the preferences dialog, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Preferences...</guimenuitem></menuchoice>
-      from the menu bar, or click on the <guibutton>File Manager</guibutton> button in the Xfce Settings Manager.
-    </para>
+    <para><application>Thunar</application> ファイルマネージャの初期設定は <guilabel>「ファイルマネージャの設定」</guilabel> ダイアログで行います。設定ダイアログは、メインメニューから <menuchoice><guimenu>「編集」</guimenu><guimenuitem>「設定...」</guimenuitem></menuchoice> を選択するか、Xfce 設定マネージャの <guibutton>「ファイルマネージャ」</guibutton> ボタンをクリックすると表示されます。</para>
 
-    <para>
-      The <guilabel>File Manager Preferences</guilabel> dialog is divided into four pages with different options, each described in
-      a separate section below. Basically you can set preferences in the following categories:
-    </para>
+    <para><guilabel>「ファイルマネージャの設定」</guilabel> ダイアログは各オプションが以下の 4 つのカテゴリごとのページに分割されています。</para>
 
     <itemizedlist>
-      <listitem><para>The default settings for the views.</para></listitem>
-      <listitem><para>The default settings for the side pane.</para></listitem>
-      <listitem><para>The behavior of the file manager windows.</para></listitem>
-      <listitem><para>Advanced features of the file manager.</para></listitem>
+      <listitem><para>表示に関するデフォルト設定</para></listitem>
+      <listitem><para>サイドペインに関するデフォルト設定</para></listitem>
+      <listitem><para>ファイルマネージャウィンドウの振る舞い</para></listitem>
+      <listitem><para>ファイルマネージャの詳細機能</para></listitem>
     </itemizedlist>
 
-    <para>
-      Thunar also supports a bunch of so-called <emphasis>Hidden Options</emphasis>, which control several advanced features of the
-      file manager, but are not included in the preferences in order to keep the preferences dialog simple. The <ulink type="http" url="http://svn.xfce.org/svn/xfce/thunar/trunk/docs/README.thunarrc"><filename>README.thunarrc</filename></ulink> file that
-      is included with the Thunar distribution describes all available options in detail.
-    </para>
+    <para>Thunar には、ファイルマネージャのさまざまな拡張機能を制御する、いわゆる <emphasis>隠しオプション</emphasis> もありますが、設定ダイアログをシンプルにしておくために選択項目に含まれていません。Thunar に同梱される <ulink type="http" url="http://svn.xfce.org/svn/xfce/thunar/trunk/docs/README.thunarrc"><filename>README.thunarrc</filename></ulink> ファイルには、すべての利用可能なオプションの詳細な説明があります。</para>
 
 
     <sect2 id="preferences-views">
-      <title>Views Preferences</title>
+      <title>表示方法の設定</title>
 
-      <para>
-        You can specify a default view, select sort options and display options. You can
-        also specify whether thumbnails should be displayed for file types that support
-        this.
-      </para>
+      <para>デフォルトの表示、並び替えオプション、および表示オプションを設定できます。また、サムネイル表示がサポートされているファイルタイプについて、それを表示するかどうかの設定も行えます。</para>
 
       <screenshot>
         <mediaobject>
@@ -710,55 +440,38 @@
           </imageobject>
 
           <textobject>
-            <phrase>Views Preferences</phrase>
+            <phrase>表示方法の設定</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
       <variablelist>
         <varlistentry>
-          <term><guilabel>View new folder using</guilabel></term>
+          <term><guilabel>新規フォルダの表示方法</guilabel></term>
           <listitem>
-            <para>
-              Select the default view for folders. When you open a new window, the is displayed
-              in the view that you select. This can be either the icon view, the compact list view
-              or the detailed list view. You can also select <guilabel>Last Active View</guilabel>
-              here to use the view you used for the last active window.
-            </para>
+            <para>フォルダのデフォルトの表示方法を選択します。新しいウィンドウが開かれたとき、ここで設定された方法で表示されます。ここでは、アイコン表示、コンパクト表示、または詳細リスト表示の中から選べます。また、<guilabel>「最後に使用した表示方法」</guilabel> を選択すると、最後にアクティブウィンドウで使用していた方法が採用されます。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Sort folders before files</guilabel></term>
+          <term><guilabel>フォルダをファイルより先に並べる</guilabel></term>
           <listitem>
-            <para>
-              Select this option to list folders before files when you sort a folder.
-            </para>
+            <para>このオプションを有効にすると、フォルダの内容を表示する際にフォルダをファイルより先に並べます。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Show thumbnails</guilabel></term>
+          <term><guilabel>サムネイルを表示する</guilabel></term>
           <listitem>
-            <para>
-              Select this option to show thumbnails of image files and other supported files. The
-              file manager stores the thumbnail files for each folder in the hidden <filename role="directory">.thumbnails</filename> directory in the user's Home Folder.
-            </para>
-            <para>
-              See <xref linkend="thumbnailers"/> if you want to extend the basic
-              thumbnail functionality provided by <application>Thunar</application> with support
-              for additional file types.
-            </para>
+            <para>このオプションを有効にすると、画像やその他サポートされているファイルのサムネイルを表示します。サムネイルファイルはユーザのホームディレクトリに作成される隠しディレクトリ <filename role="directory">.thumbnails</filename> に格納されます。</para>
+            <para><application>Thunar</application> が提供する基本サムネイル機能を拡張し、サポートするファイルタイプを追加したい場合は <xref linkend="thumbnailers"/> を参照してください。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Text beside icons</guilabel></term>
+          <term><guilabel>文字をアイコンの隣に置く</guilabel></term>
           <listitem>
-            <para>
-              Select this options to place the icon captions for items in the icon view beside the
-              icon rather than under the icon.
-            </para>
+            <para>このオプションを有効にすると、アイコン表示時にアイテムのアイコンのキャプションがアイコンの下ではなく、隣に表示されます。</para>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -766,11 +479,9 @@
 
 
     <sect2 id="preferences-side-pane">
-      <title>Side Pane Preferences</title>
+      <title>サイドペインの設定</title>
 
-      <para>
-        You can select display options for the shortcuts pane and the tree pane.
-      </para>
+      <para>ショートカットペインおよびツリーペインの表示オプションを設定できます。</para>
 
       <screenshot>
         <mediaobject>
@@ -779,39 +490,25 @@
           </imageobject>
 
           <textobject>
-            <phrase>Side Pane Preferences</phrase>
+            <phrase>サイドペインの設定</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
-      <para>
-        The side pane can either display a list of shortcuts for folders in your file system, which
-        is the default, or a tree view of your file system. This page allows you to select the size
-        of the icons for the shortcuts and the tree pane. You can also specify whether emblems should
-        be displayed.
-      </para>
+      <para>サイドペインにはファイルシステム上のフォルダへのショートカットのリストの表示 (デフォルト) か、またはファイルシステムをツリー表示できます。このページではショートカットおよびツリーペインのアイコンのサイズを選択できます。また、アイコンにシンボルを表示するかどうかも選択できます。</para>
 
       <variablelist>
         <varlistentry>
-          <term><guilabel>Icon Size</guilabel></term>
+          <term><guilabel>アイコンのサイズ</guilabel></term>
           <listitem>
-            <para>
-              The size of the icons displayed in the side, ranging from <guilabel>Very Small</guilabel> (around
-              16x16 pixels) to <guilabel>Very Large</guilabel> (around 128x128 pixels).
-            </para>
+            <para>サイドペインに表示するアイコンのサイズを、<guilabel>「とても小さい」</guilabel> (16×16ピクセル) から <guilabel>「とても大きい」</guilabel> (128×128ピクセル) の間で選択します。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Show Icon Emblems</guilabel></term>
+          <term><guilabel>アイコンのシンボルを表示する</guilabel></term>
           <listitem>
-            <para>
-              Select this option to display emblems for folders in the side pane. You can assign emblems to
-              folders in the <guilabel>Properties</guilabel> dialog. Select a folder in the main area and
-              choose <menuchoice><guimenu>File</guimenu><guimenuitem>Properties...</guimenuitem></menuchoice>
-              from the main menu, or right-click the folder and select <menuchoice><guimenuitem>Properties...</guimenuitem></menuchoice>
-              from the context menu.
-            </para>
+            <para>このオプションを有効にすると、サイドペインのフォルダにシンボルを表示します。フォルダのシンボルはフォルダの <guilabel>「プロパティ」</guilabel> ダイアログで設定できます。メインエリアでフォルダを選択し、メインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「プロパティ...」</guimenuitem></menuchoice> を選択するか、またはフォルダの上で右クリックし、コンテキストメニューから <menuchoice><guimenuitem>「プロパティ...」</guimenuitem></menuchoice> を選択してください。</para>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -819,11 +516,9 @@
 
 
     <sect2 id="preferences-behavior">
-      <title>Behavior Preferences</title>
+      <title>振る舞いの設定</title>
 
-      <para>
-        You can select the preferred behavior to interact with the file manager.
-      </para>
+      <para>ファイルマネージャの振る舞いを設定できます。</para>
 
       <screenshot>
         <mediaobject>
@@ -832,36 +527,24 @@
           </imageobject>
 
           <textobject>
-            <phrase>Behavior Preferences</phrase>
+            <phrase>振る舞いの設定</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
       <variablelist>
         <varlistentry>
-          <term><guilabel>Single click to active items</guilabel></term>
+          <term><guilabel>シングルクリックでアイテムをアクティブにする</guilabel></term>
           <listitem>
-            <para>
-              Select this option to perform the default action for an item when you
-              click on the item. When this option is selected, and you point to an
-              item, the title of the item is underlined and the item will be
-              selected automatically after a short delay.
-            </para>
-            <para>
-              This delay can be configured below the option. You can also disable the
-              automatic selection of items by moving the selector to the left-most
-              position.
-            </para>
+            <para>このオプションを有効にすると、アイテムをクリックしただけでデフォルトのアクションが実行されます。このオプションを有効にし、アイテムの上にマウスポインタを移動させると、アイテムのタイトルに下線が表示され、少し遅れて自動的に選択状態になります。</para>
+            <para>この選択状態になるまでの時間はその下のオプションで設定でき、セレクタを一番左に位置するとアイテムの自動選択は行われません。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Double click to activate items</guilabel></term>
+          <term><guilabel>ダブルクリックでアイテムをアクティブにする</guilabel></term>
           <listitem>
-            <para>
-              Select this option to perform the default action for an item when you
-              double click on the item, and select the item with a single click.
-            </para>
+            <para>このオプションを有効にすると、アイテムをダブルクリックしたときにデフォルトのアクションが実行され、シングルクリックで選択状態になります。</para>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -869,11 +552,9 @@
 
 
     <sect2 id="preferences-advanced">
-      <title>Advanced Preferences</title>
+      <title>詳細の設定</title>
 
-      <para>
-        You can control advanced features of the file manager.
-      </para>
+      <para>ファイルマネージャの詳細な機能の設定を行えます。</para>
 
       <screenshot>
         <mediaobject>
@@ -882,32 +563,23 @@
           </imageobject>
 
           <textobject>
-            <phrase>Advanced Preferences</phrase>
+            <phrase>詳細の設定</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
       <variablelist>
         <varlistentry>
-          <term><guilabel>Folder Permissions</guilabel></term>
+          <term><guilabel>フォルダのアクセス権</guilabel></term>
           <listitem>
-            <para>
-              Choose the action that should be performed when you change the permissions of a folder in
-              the <guilabel>Properties</guilabel> dialog. You can choose to let <application>Thunar</application>
-              ask everytime when you change folder permissions, tell it to default to applying the new permissions
-              to the folder only or to apply them recursively to the folder contents as well.
-            </para>
+            <para>フォルダの <guilabel>「プロパティ」</guilabel> ダイアログでアクセス権を変更したときの動作を選択します。フォルダのアクセス権が変更されたときに <application>Thunar</application> が毎回問い合わせるか、デフォルトで新しいアクセス権をフォルダのみに適用するか、さらにフォルダ内のアイテムにまで再帰的に適用するかを選択します。</para>
           </listitem>
         </varlistentry>
 
         <varlistentry>
-          <term><guilabel>Volume Management</guilabel></term>
+          <term><guilabel>ボリューム管理</guilabel></term>
           <listitem>
-            <para>
-              If <application>Thunar</application> was installed with support for HAL and the <application>thunar-volman</application>
-              package is also installed, you can enable the integrated volume manager. See <xref linkend="management-of-removable-drives-and-media"/>
-              for details about this feature.
-            </para>
+            <para><application>Thunar</application> を HAL サポート付きでインストールし、かつ <application>thunar-volman</application> パッケージもインストールされている場合に統合ボリュームマネージャを有効にできます。この機能の詳細については、<xref linkend="management-of-removable-drives-and-media"/> を参照してください。</para>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -916,22 +588,15 @@
 
 
   <sect1 id="customizing-thunar">
-    <title>Customizing Thunar</title>
+    <title>Thunar のカスタマイズ</title>
 
-    <para>
-      This chapter describes how to customize certain parts of the file manager to your own needs.
-    </para>
+    <para>この章では、ファイルマネージャの一部を必要に応じてカスタマイズする方法を説明します。</para>
 
 
     <sect2 id="sendto">
-      <title>The "Send To" Menu</title>
+      <title>「送る」メニュー</title>
 
-      <para>
-        Thunar includes a <guilabel>Send To</guilabel> menu, which provides possible targets where files and folders can
-        be sent to. To access the <guilabel>Send To</guilabel> menu, choose
-        <menuchoice><guimenu>File</guimenu><guimenuitem>Send To</guimenuitem></menuchoice> from the main menu, or right-click
-        on a file or folder and choose <menuchoice><guimenuitem>Send To</guimenuitem></menuchoice>.
-      </para>
+      <para>Thunar には <guilabel>「送る」</guilabel> メニューが用意されており、ファイルやフォルダの送り先を選択できます。<guilabel>「送る」</guilabel> メニューへのアクセスは、メインメニューから <menuchoice><guimenu>「ファイル」</guimenu><guimenuitem>「送る」</guimenuitem></menuchoice> を選択するか、またはファイルやフォルダの上で右クリックし、コンテキストメニューから <menuchoice><guimenuitem>「送る」</guimenuitem></menuchoice> を選択します。</para>
 
       <screenshot>
         <mediaobject>
@@ -940,46 +605,20 @@
           </imageobject>
 
           <textobject>
-            <phrase>"Send To" Menu</phrase>
+            <phrase>「送る」メニュー</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
-      <para>
-        By default, the <guilabel>Send To</guilabel> menu includes an entry named <guilabel>Desktop (Create Link)</guilabel> for all
-        files and folders, which simply creates a link on the desktop for each selected file. In addition, if the <guilabel>Shortcuts
-        Pane</guilabel> is active, the menu also includes an entry called <guilabel>Side Pane (Create Shortcut)</guilabel> for folders,
-        which allows users to add new shortcuts to the side pane. Following these entries, <application>Thunar</application> lists
-        the removable drives currently plugged into the computer. In the screenshot above, the <guilabel>Floppy Drive</guilabel>
-        represents a possible target where files can be sent to. Note that the device is mounted automatically once selected from
-        the <guilabel>Send To</guilabel> menu, so you do not need to manually mount it.
-      </para>
+      <para>デフォルトでは、<guilabel>「送る」</guilabel> メニューには、すべてのファイルおよびフォルダの選択時に <guilabel>「デスクトップ (リンクを作成)」</guilabel> という名前のエントリが表示され、これを選ぶと選択された各アイテムのリンクをデスクトップに作成します。また、<guilabel>「ショートカットペイン」</guilabel> が有効になっていれば、フォルダ選択時のメニューには <guilabel>「サイドペイン (ショートカットを作成)」</guilabel> という名前のエントリが表示され、これを選ぶとサイドペインに新しくショートカットを追加します。これらエントリの次に、<application>Thunar</application> はコンピュータにリムーバブルドライブが接続されていればそれらのエントリを表示します。上のスクリーンショットではファイルの送り先とã
 —て <guilabel>「フロッピードライブ」</guilabel> が表示されています。<guilabel>「送る」</guilabel> メニューからデバイスを一度選択すれば、そのデバイスは自動的にマウントされるため、手動でマウントする必要がないこと覚えておいてください。</para>
 
-      <para>
-        In addition <application>Thunar</application> also ships the <application>thunar-sendto-email</application> plugin, which adds
-        the entry <guilabel>Mail Recipient</guilabel> to the menu, that opens the mail composer with the selected files attach to the
-        new email. If the selection contains atleast one folder, the selected items are added to a ZIP archive before attaching them
-        to the email. Otherwise, if the selection contains multiple files, or a single file, which is larger than 200Kib, the user will
-        be prompted whether to pack the files into a ZIP archive, and send the ZIP archive.
-      </para>
+      <para>さらに、<application>Thunar</application> は <application>thunar-sendto-email</application> プラグインを同梱しており、<guilabel>「メール (添付ファイル)」</guilabel> エントリも追加されています。これは選択されたファイルを添付ファイルとしてメール送信できるようにします。選択されたアイテムの中にフォルダが一つでも含まれていれば、選択されたアイテムはメールに添付される前に ZIP 形式でアーカイブされます。他に、複数のファイルを選択した場合、あるいは 200KiB を超えるサイズのファイルを選択した場合には、ファイルを ZIP 形式でアーカイブするかどうかの確認が行われます。</para>
 
-      <para>
-        Like most other features of <application>Thunar</application>, the <guilabel>Send to</guilabel> menu can be easily extended
-        by users and application developers with new targets, using standard <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec">desktop entry files</ulink>. These files must be
-        installed into one of the <filename role="directory">$XDG_DATA_DIRS/Thunar/sendto/</filename> folders (see the <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fbasedir_2dspec">XDG Base Directory Specification</ulink> for details about the
-        <literal>$XDG_DATA_DIRS</literal> variable).
-      </para>
+      <para><application>Thunar</application> の <guilabel>「送る」</guilabel> メニューを拡張し、新しいターゲット用のエントリを利用者またはアプリケーション開発者が追加する場合は、標準<ulink type="http" url="http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec">デスクトップエントリファイル</ulink> を使用することで容易に行えます。これらのファイルは <filename role="directory">$XDG_DATA_DIRS/Thunar/sendto/</filename> フォルダに格納されなければなりません (環境変数 <literal>$XDG_DATA_DIRS</literal> に関する詳細は、<ulink type="http" url="http://freedesktop.org/wiki/Standards_2fbasedir_2dspec">XDG Base Directory Specification</ulink> を参照してください)。</para>
 
-      <para>
-        The <literal>MimeType</literal> of the target <filename>.desktop</filename> specifies the types of files for which this action
-        should be available in the <guilabel>Send To</guilabel> menu. For example, say you want to add entry for a <ulink type="http" url="http://flickr.com/">Flickr</ulink> uploader tool, then this entry should only show up if the selection contains JPEG
-        files (other file formats are not supported by Flickr) and so you should add a line <literal>MimeType=image/jpeg;</literal>.
-        If you do not specify any <literal>MimeType</literal> your entry will show up for all file types.
-      </para>
+      <para>ターゲットの <filename>.desktop</filename> ファイルの <literal>MimeType</literal> には、<guilabel>「送る」</guilabel> メニューにそのエントリが表示されるファイルのタイプを指定します。例えば、<ulink type="http" url="http://flickr.com/">Flickr</ulink> のアップロードツールのエントリを追加する場合、このエントリは JPEG (または Frickr がサポートするファイル形式の) ファイルが選択されたときにのみ表示されるべきであり、<literal>MimeType=image/jpeg;</literal> の指定を追加するべきです。<literal>MimeType</literal> を指定しなかった場合にはエントリはすべてのファイルタイプで表示されます。</para>
 
-      <para>
-        A complete example using the <application>postr</application> application is shown below:
-      </para>
+      <para>アプリケーション <application>postr</application> を使用した完全な例を以下に示します:</para>
 
 <programlisting>
 # postr.desktop - Integrate postr into
@@ -994,54 +633,25 @@
 Name=Flickr
 MimeType=image/jpeg;</programlisting>
 
-      <para>
-        If you install this file to <filename role="directory">~/.local/share/Thunar/sendto/</filename> (create the folder if
-        it does not exist yet), the <guilabel>Send To</guilabel> menu for JPEG files will show the new entry <guilabel>Flickr</guilabel>,
-        which can be used to upload JPEG images to Flickr.
-      </para>
+      <para>このファイルを <filename role="directory">~/.local/share/Thunar/sendto/</filename> (なかったら作成してください) にインストールすると、JPEG ファイルの<guilabel>「送る」</guilabel>メニューに新しいエントリ <guilabel>「Flickr」</guilabel> が表示され、これを使って JPEG 画像を Frickr へアップロードできるようになるはずです。</para>
 
-      <para>
-        The <ulink type="http" url="http://thunar.xfce.org/pwiki/documentation/sendto_menu">Thunar Project Wiki</ulink> contains
-        additional examples of useful targets for the <guilabel>Send To</guilabel> menu. Feel free to extend the Wiki page with
-        new examples.
-      </para>
+      <para><ulink type="http" url="http://thunar.xfce.org/pwiki/documentation/sendto_menu">Thunar Project Wiki</ulink> には、<guilabel>「送る」</guilabel>メニューで使えるエントリの実用例が登録されています。Wiki ページにあなたの新しい例をお気軽に追加してみてください。</para>
     </sect2>
 
 
     <sect2 id="thumbnailers">
-      <title>Thumbnailers</title>
+      <title>サムネイラ</title>
 
-      <para>
-        Thunar uses small utilities to create thumbnails of certain file types and displays the thumbnails as preview of the
-        file content. These small tools are called thumbnailers. Thunar ships with thumbnailers for image and font files, and
-        makes use of the installed thumbnailers from GNOME automatically if it was installed with support for <literal>gconf</literal>.
-        Users may however dynamically extend this basic functionality with thumbnailers for additional file types.
-      </para>
+      <para>Thunar はいくつかのファイルタイプのファイルの内容のプレビューとしてサムネイル表示するために、サムネイルを作成する小さなユーティリティを使用します。これら小さなツールはサムネイラと呼ばれます。Thunar はイメージとフォントファイルのサムネイラを同梱しており、<literal>gconf</literal> をサポートする GNOME のサムネイラがインストールされていれば、それを自動的に使用します。しかし、このサムネイラの基本機能に加え、他のファイルタイプのサムネイラを動的に拡張したいときがあるかもしれません。</para>
 
-      <para>
-        If you plan to write a custom thumbnailers, you need to start with a program that accepts atleast two command line parameters,
-        the input file, which is of the file type you plan to support and the output file, which is a PNG file that complies with the
-        format specified by the <ulink type="http" url="http://jens.triq.net/thumbnail-spec/creation.html#AEN139">Thumbnail Management
-        Standard</ulink>. Additionally your program may also accept the desired size of the thumbnail, which is optional but highly
-        recommended. If you write the output file at an arbitrary image size, Thunar will afterwards scale it to the desired size,
-        which might produce a less optimal result than generating the thumbnail with the requested dimensions.
-      </para>
+      <para>あなたがカスタムサムネイラを作成する場合、少なくとも2つのコマンドラインパラメータに対応したプログラムにする必要があります。一つは入力ファイルにサポートしたいファイルタイプに対応していること、もう一つは出力ファイルに <ulink type="http" url="http://jens.triq.net/thumbnail-spec/creation.html#AEN139">Thumbnail Management Standard</ulink> で指定されたフォーマットに準拠した PNG ファイルに対応していることです。また、必須ではありませんが、あなたのプログラムはサムネイルのサイズ要求に対応していることも強く推奨されます。あなたの作成したプログラムが勝手な画像サイズでファイルを出力した場合、Thunar は後でそれを要求されるサイズに変更しますが、それは最適なサイズでサムネイルを生成した場合に比べ適切な結果
 を生み出すとは限りません。</para>
 
-      <para>
-        Once your utility to generate the thumbnails is done, you will need to register your thumbnailer, so Thunar is able to locate
-        and use it. Therefore all you need to do is to install a description file for the thumbnailer (a <filename>.desktop</filename> file)
-        in one of the <filename role="directory">$XDG_DATA_DIRS/thumbnailers/</filename> paths. For example, if you want to register the
-        thumbnailer for your user account only, you can install the file into the folder <filename role="directory">~/.local/share/thumbnailers/</filename>. The <filename>.desktop</filename> for thumbnailers has the following format.
-      </para>
+      <para>あなたのサムネイルを生成するユーティリティができあがったら、Thunar がそれを認識して使用できるように登録する必要があります。そのためには、あなたは <filename role="directory">$XDG_DATA_DIRS/thumbnailers/</filename> パスのいずれかにサムネイラの説明ファイル (<filename>.desktop</filename> ファイル) をインストールしなければなりません。例えば、そのサムネイラをあなたのユーザアカウントだけで使用したい場合には、<filename>.desktop</filename> ファイルを <filename role="directory">~/.local/share/thumbnailers/</filename> にインストールします。サムネイラの <filename>.desktop</filename> ファイルは、以下のフォーマットになります。</para>
 
       <sect3 id="thumbnailer-desktop-file-format">
-        <title>Thumbnailer Description File Format</title>
+        <title>サムネイラ説明ファイルのフォーマット</title>
 
-        <para>
-          Thumbnailer description files utilize the <ulink type="http" url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop
-          Entry Format</ulink> with a special <literal>Type</literal> of <literal>X-Thumbnailer</literal> and special field
-          <literal>X-Thumbnailer-Exec</literal> with new field codes. Basically, a thumbnailer description file has the following format.
-        </para>
+        <para>サムネイラ説明ファイルは <ulink type="http" url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop Entry Format</ulink> で規定された形式で、<literal>Type</literal> に特殊なタイプ <literal>X-Thumbnailer</literal> を指定し、特殊なフィールド <literal>X-Thumbnailer-Exec</literal> に新しいコードを指定します。</para>
 
         <programlisting>
 [Desktop Entry]
@@ -1052,76 +662,46 @@
 MimeType=your-supported/mime-type;
 X-Thumbnailer-Exec=your-thumbnailer %i %o %s</programlisting>
 
-        <para>
-          The <literal>Version</literal> and <literal>Encoding</literal> are mandated by the Desktop Entry Specification, just use the values shown
-          in the example above. The <literal>Type</literal> field must have the special value <literal>X-Thumbnailer</literal>, otherwise your
-          thumbnailer will not be recognized. The <literal>Name</literal> value describes your thumbnailer.
-        </para>
+        <para> <literal>Version</literal> および <literal>Encoding</literal> はデスクトップエントリ仕様によって決まります。上の例の値をそのまま使用してください。<literal>Type</literal> フィールドは特殊な値 <literal>X-Thumbnailer</literal> でなければならず、他の値ではとサムネイラとして認識されません。<literal>Name</literal> フィールドにはあなたのサムネイラの説明を記述してください。</para>
 
-        <para>
-          The <literal>X-Thumbnailer-Exec</literal> field contains the command to run your thumbnailer, and supports certain field codes that will
-          be substituted when the thumbnailer is run. Recognized field codes are as follows:
-        </para>
+        <para><literal>X-Thumbnailer-Exec</literal> フィールドにはあなたのサムネイラのコマンドを指定します。ここではサムネイラ実行時に置き換えられるいくつかのフィールドコードをサポートしています。認識するフィールドコードを以下に示します:</para>
 
         <variablelist>
           <varlistentry>
             <term><varname>%i</varname></term>
-            <listitem>
-              The local path to the input file for which to create a thumbnail. May be either a path relative to the directory from which the
-              thumbnailer was invoked or an absolute path.
-            </listitem>
+            <listitem>サムネイルを作成する入力ファイルのローカルパスです。サムネイラを起動したディレクトリからの相対パスか、絶対パスになります。</listitem>
           </varlistentry>
 
           <varlistentry>
             <term><varname>%o</varname></term>
-            <listitem>
-              The local path to the output file where to store the generated thumbnail. The output file must be written as valid PNG file according
-              to the thumbnail standard (see above). Note that the path may not end with <literal>.png</literal>, which matters if you invoke certain
-              third party tools.
-            </listitem>
+            <listitem>生成されたサムネイルが出力されるファイルのローカルパスです。出力ファイルはサムネイル標準 (上記参照) に準拠した有効な PNG ファイルでなければなりません。一部のサードパーティツールを呼び出す場合、パスは <literal>.png</literal> で終わらないかもしれないことを覚えておいてください。</listitem>
           </varlistentry>
 
           <varlistentry>
             <term><varname>%s</varname></term>
-            <listitem>
-              The desired size of the generated thumbnail in pixels. This parameter is optional.
-            </listitem>
+            <listitem>要求される生成するサムネイルのサイズ (ピクセル) です。このパラメタは任意です。</listitem>
           </varlistentry>
 
           <varlistentry>
             <term><varname>%u</varname></term>
-            <listitem>
-              Similar to <literal>%i</literal>, but substituted with the URI of the file, rather than the path. This was added for compatibility with
-              GNOME.
-            </listitem>
+            <listitem><literal>%i</literal> と似ていますが、ファイルのパスではなく、URI に置き換えられます。これは GNOME との互換性のために追加されました。</listitem>
           </varlistentry>
 
           <varlistentry>
             <term><varname>%%</varname></term>
-            <listitem>
-              Will be substituted with a single <literal>%</literal>.
-            </listitem>
+            <listitem>一文字の <literal>%</literal> に置き換えられます。</listitem>
           </varlistentry>
         </variablelist>
 
-        <para>
-          You need to include atleast <literal>%o</literal> and <literal>%i</literal> or <literal>%u</literal>, otherwise your thumbnailer will
-          be useless.
-        </para>
+        <para>パラメータには、少なくとも <literal>%o</literal> と、<literal>%i</literal> または <literal>%u</literal> が指定されなければなりません。指定されない場合サムネイラは正しく動作しません。</para>
 
-        <para>
-          The <literal>MimeType</literal> lists the MIME types - separated by semicolon - for which your thumbnailer is able to create previews.
-        </para>
+        <para><literal>MimeType</literal> にはサムネイラがプレビューを生成できる MIME タイプを、セミコロンで区切って指定します。</para>
       </sect3>
 
       <sect3 id="eps-thumbnailer-example">
-        <title>Example EPS Thumbnailer</title>
+        <title>EPS サムネイラの例</title>
 
-        <para>
-          This example demonstrates how to write and install a new thumbnailer for <filename>.eps</filename> files, which uses the
-          <command>convert</command> utility that ships as part of ImageMagick. First, we start with a simple script that invokes
-          <command>convert</command> to generate a thumbnail at the requested size.
-        </para>
+        <para>ここでは、ImageMagick の一部として提供される <command>convert</command> ユーティリティを使用した、<filename>.eps</filename> ファイル用サムネイラの作成からインストールまでの例を紹介します。最初に、サムネイルを要求されたサイズで生成するための、<command>convert</command> を呼び出す簡単なスクリプトを作成します。</para>
 
         <programlisting>
 #!/bin/sh
@@ -1139,18 +719,13 @@
 # invoke convert (ImageMagick)
 exec convert "eps:$ifile" -scale "$sizex$size" "png:$ofile"</programlisting>
 
-        <para>
-          Save this script above to a file <filename>eps-thumbnailer</filename>, make sure the file is executable and install it
-          to <filename role="directory">/usr/local/bin</filename>.
-        </para>
+        <para>このスクリプトを <filename>eps-thumbnailer</filename> という名前で保存し、実行許可を設定して、<filename role="directory">/usr/local/bin</filename> にインストールします。</para>
 
         <screen>
 $ chmod +x eps-thumbnailer
 $ sudo install eps-thumbnailer /usr/local/bin/eps-thumbnailer</screen>
 
-        <para>
-          Next we need to create the thumbnail description file <filename>eps-thumbnailer.desktop</filename>, which looks like this:
-        </para>
+        <para>次に、以下のようなサムネイル説明ファイル <filename>eps-thumbnailer.desktop</filename> を作成します。</para>
 
         <programlisting>
 [Desktop Entry]
@@ -1162,66 +737,35 @@
 MimeType=image/x-eps;
 X-Thumbnailer-Exec=/usr/local/bin/eps-thumbnailer %i %o %s</programlisting>
 
-        <para>
-          This file must be installed to <filename role="directory">/usr/local/share/thumbnailers</filename> (create the folder if
-          it does not exists).
-        </para>
+        <para>このファイルは <filename role="directory">/usr/local/share/thumbnailers</filename> にインストールされなければなりません (なかったら作成してください)。</para>
 
         <screen>
 $ sudo install -d /usr/local/share/thumbnailers
 $ sudo install eps-thumbnailer.desktop /usr/local/share/thumbnailers/eps-thumbnailer.desktop</screen>
 
-        <para>
-          The <filename>eps-thumbnailer.desktop</filename> file uses the special key <literal>TryExec</literal>, which, if specified,
-          names a command that must be present on the system for the thumbnailer to be useful. In this case, our script is useless if
-          the <command>convert</command> utility is not present.
-        </para>
+        <para><filename>eps-thumbnailer.desktop</filename> ファイルに特殊キー <literal>TryExec</literal> が指定されていればそれを参照します。<literal>TryExec</literal> には、サムネイラが動作するためにシステム上に存在しなければならないコマンドを設定します。この例の場合、このスクリプトは <command>convert</command> ユーティリティが存在しないと起動されません。</para>
 
-        <para>
-          The last step is to regenerate the thumbnailer cache, so Thunar will pick up our thumbnailer. The thumbnailer cache is located
-          at <filename>$XDG_CACHE_HOME/Thunar/thumbnailers.cache</filename> (unless overridden by your or your system administrator, the
-          <varname>$XDG_CACHE_HOME</varname> points to the folder <filename role="directory">~/.cache/</filename>). The thumbnailers
-          cache is regenerated periodically by Thunar, but you can force to regenerate it by invoking the
-          <filename>thunar-vfs-update-thumbnailers-cache-1</filename> utility, that ships as part of Thunar. This utility is usually installed
-          in the <filename role="directory">libexec</filename> subfolder of your installation prefix (<filename role="directory">sbin</filename>
-          on Debian/Ubuntu). So for example, if Thunar is installed in <filename role="directory">/usr</filename>, invoke the utility as
-          follows:
-        </para>
+        <para>最後に、サムネイラキャッシュを再生成し、Thunar にこのサムネイラを認識させます。サムネイラキャッシュは <filename>$XDG_CACHE_HOME/Thunar/thumbnailers.cache</filename> にあります (あなた、またはあなたのシステム管理者が変更していなければ、<varname>$XDG_CACHE_HOME</varname> は <filename role="directory">~/.cache/</filename> フォルダを指しています)。サムネイラキャッシュは Thunar によって定期的に再作成されますが、Thunar に同梱されている <filename>thunar-vfs-update-thumbnailers-cache-1</filename> ユーティリティを使用して強制的に再作成させることができます。このユーティリティは通常あなたのインストレーションプレフィックスのサブフォルダ <filename role="directory">libexec</filename> にインストールされています (Debian/Ubuntu の場合は <filename role="directory">/u
 sr/lib/thunar</filename>) 。従って、例えば Thunar がプレフィックス指定 <filename role="directory">/usr</filename> でインストールされていた場合のこのユーティリティの起動は以下のようになります:</para>
 
         <screen>$ /usr/libexec/thunar-vfs-update-thumbnailers-cache-1</screen>
 
-        <para>
-          But make sure you run the program from your user account, not the superuser account, since the thumbnailers cache is stored in
-          your home folder, rather than a system wide location.
-        </para>
+        <para>ただし、サムネイラキャッシュはシステム全体での場所ではなく、あなたのホームフォルダに格納されるため、このプログラムをスーパーユーザではなく、あなたのユーザアカウントで実行することを忘れないでください。</para>
 
-        <para>
-          Now, if Thunar is compiled with support for file alteration monitoring (using the FAM or Gamin services), it will automatically
-          pick up the new thumbnailers cache within a few seconds and afterwards be able to generate thumbnails using your custom
-          thumbnailers. Otherwise you might need to completely restart Thunar to apply the changes, using
-        </para>
+        <para>これで Thunar は変更されたファイルモニタリングサポート (FAM または Gamin を使用します) 付きでコンパイルされ、数秒後には新しいサムネイラキャッシュが自動的にピックアップされ、その後はあなたのカスタムサムネイラを使用してサムネイルの生成ができるようになります。もしそれが行われなければ、起動中のすべての Thunar インスタンスを以下のコマンドで終了させてください。</para>
 
         <screen>$ Thunar -q</screen>
 
-        <para>
-          to terminate any running instance, and afterwards restart it from your launcher.
-        </para>
+        <para>その後 Thunar を起動し直してください。</para>
       </sect3>
 
       <sect3 id="cleaning-up-thumbnails">
-        <title>Cleaning up Thumbnails</title>
+        <title>サムネイルのクリーンアップ</title>
 
-        <para>
-          The generated thumbnails are stored in the folder <filename role="directory">~/.thumbnails/</filename> complying with the <ulink type="http" url="http://jens.triq.net/thumbnail-spec/index.html">Thumbnail Management Standard</ulink>. While testing a new
-          thumbnailer, it might help to clean up the thumbnail cache using
-        </para>
+        <para>生成されたサムネイルは <ulink type="http" url="http://jens.triq.net/thumbnail-spec/index.html">Thumbnail Management Standard</ulink> に準拠して <filename role="directory">~/.thumbnails/</filename> フォルダに格納されています。新しいサムネイラをテストしているうちにサムネイラキャッシュを掃除したくなった場合は、以下のようにキャッシュフォルダを削除してください。</para>
 
         <screen>$ rm -rf ~/.thumbnails/</screen>
 
-        <para>
-          which will also give you some free space in your home folder. Since all the information stored within this folder was automatically
-          generated from files in your file system, you will not loose any sensitive data.
-        </para>
+        <para>これであなたのホームフォルダに多少の空きスペースができます。このフォルダに格納されていたすべての情報はあなたのファイルシステムにあるファイルから自動的に再作成され、必要なデータが失われることはありません。</para>
       </sect3>
     </sect2>
   </sect1>
@@ -1232,15 +776,9 @@
 
 
     <sect2 id="to-bulk-rename-files">
-      <title>To Bulk Rename Files</title>
+      <title>複数ファイル名の一括変更</title>
 
-      <para>
-        To <emphasis>bulk rename</emphasis> files means to rename multiple files at once using some criterion, that applies to atleast
-        one of the files. <application>Thunar</application> includes a bulk renamer, which can be run separately using the command
-        <command>Thunar -B</command> or from within <application>Thunar</application> by selecting two or more files in the main area
-        and pressing <keycombo><keycap>F2</keycap></keycombo> or choosing
-        <menuchoice><guimenu>Edit</guimenu><guimenuitem>Rename...</guimenuitem></menuchoice> from the main menu.
-      </para>
+      <para><emphasis>バルクリネーム</emphasis> ではいくつかの基準を使用して複数のファイルの名前を一度に変更できます。<application>Thunar</application> にはバルクリネームが同梱されており、コマンド <command>Thunar -B</command> を入力するか、または <application>Thunar</application> のメインエリア上で複数のファイルを選択し <keycombo><keycap>F2</keycap></keycombo> キーを押すか、メインメニューから <menuchoice><guimenu>「編集」</guimenu><guimenuitem>「名前の変更...」</guimenuitem></menuchoice> を選択すると起動されます。</para>
 
       <screenshot>
         <mediaobject>
@@ -1249,79 +787,70 @@
           </imageobject>
 
           <textobject>
-            <phrase>Bulk Rename Files</phrase>
+            <phrase>複数ファイル名の一括変更</phrase>
           </textobject>
         </mediaobject>
       </screenshot>
 
-      <para>
-        The <emphasis>Bulk Renamers</emphasis> can be applied to the name of the files, the suffix of the files or both to the
-        name and the suffix of the files. <application>Thunar</application> currently supports the following <emphasis>Bulk
-        Renamers</emphasis>:
-      </para>
+      <para><emphasis>バルクリネーム</emphasis> はファイル名、ファイルの拡張子、またはその両方を変更できます。<application>Thunar</application> は現在以下の <emphasis>一括変更</emphasis> をサポートしています:</para>
 
       <itemizedlist>
-        <listitem><para>Remove characters.</para></listitem>
-        <listitem><para>Numbering files.</para></listitem>
-        <listitem><para>Insert Date or Time.</para></listitem>
-        <listitem><para>Insert or overwrite characters.</para></listitem>
-        <listitem><para>Search and replace characters.</para></listitem>
-        <listitem><para>Convert to uppercase, lowercase or camlcase.</para></listitem>
+        <listitem><para>文字の除去</para></listitem>
+        <listitem><para>ファイルの番号付け</para></listitem>
+        <listitem><para>日付または時刻の挿入</para></listitem>
+        <listitem><para>文字の挿入または上書き</para></listitem>
+        <listitem><para>文字の検索と置き換え</para></listitem>
+        <listitem><para>大文字、小文字、または先頭のみ大文字への変換</para></listitem>
       </itemizedlist>
 
-      <para>
-        Additional <emphasis>Bulk Renamers</emphasis> may be installed as plugins for <application>Thunar</application>. Check
-        the <ulink type="http" url="http://thunar.xfce.org/plugins.html">Thunar Plugins</ulink> website for currently available
-        extensions. The <ulink type="http" url="http://thunar.xfce.org/pwiki/documentation/bulk_renamer">Thunar Project Wiki</ulink>
-        contains further details about this feature. Feel free to add more information to the Wiki.
-      </para>
+      <para><application>Thunar</application> プラグインには、<emphasis>バルクリネーム</emphasis> の機能を拡張するものもあります。<ulink type="http" url="http://thunar.xfce.org/plugins.html">Thunar Plugins</ulink> ウェブサイトを訪れて、現在利用可能なエクステンションをチェックしてください。</para>
     </sect2>
 
 
     <sect2 id="the-unix-file-system">
       <title>UNIX ファイルシステム</title>
 
-      <para>ファイルマネージャー Thunar は、基本的なファイルシステムの抽象的な些事を何の問題も無くこなしますので、利用者はこれらを気にする必要はありません。とは言いながら、全体像を掴むために基本概念を理解しておくと後々役立つ場合があります。この章では、UNIX ファイルシステムの概念を手短に紹介します。これは、今日における Linux を含むあらゆる UNIX の派生 OS で用いられています。</para>
+      <para>ファイルマネージャ Thunar は、基本的なファイルシステムの抽象的な些事を何の問題も無くこなしますので、利用者はこれらを気にする必要はありません。とは言いながら、全体像を掴むために基本概念を理解しておくと後々役立つ場合があります。この章では、UNIX ファイルシステムの概念を手短に紹介します。これは、今日における Linux を含むあらゆる UNIX の派生 OS で用いられています。</para>
 
       <sect3 id="folders-and-paths">
         <title>フォルダとパス</title>
 
-        <para>UNIX ファイルシステムでは、全てのファルダは一つの最上位フォルダから下へ向かって枝分かれしながら配置されていきます、逆さになった樹木の構造を想像してみて下さい。この最上位にあるフォルダは<emphasis>ルートディレクトリ</emphasis> (<emphasis>ディレクトリ</emphasis>という用語は<emphasis>フォルダ</emphasis>の代わりによく使われます) と呼ばれ、Thunar では<guilabel>ファイルシステム</guilabel>として表示されます。つまり、ある地点に到達するまでフォルダからフォルダへとこの木構造を登って行きます、その後に目標とする場所に着くまでサブフォルダを下って行くのです。</para>
+        <para>UNIX ファイルシステムでは、すべてのファルダは一つの最上位フォルダから下へ向かって枝分かれしながら配置されていきます。逆さになった樹木の構造を想像してみてください。この最上位にあるフォルダは<emphasis>ルートディレクトリ</emphasis> (<emphasis>ディレクトリ</emphasis> という用語は <emphasis>フォルダ</emphasis> の代わりによく使われます) と呼ばれ、Thunar では <guilabel>ファイルシステム</guilabel> として表示されます。つまり、ある地点に到達するまでフォルダからフォルダへとこの木構造を登って行き、その後に目標とする場所に着くまでサブフォルダを下って行くのです。</para>
 
-        <para>この木構造でのファイルやフォルダの位置はその<emphasis>パス</emphasis>で記すことができます。このパスというのは、目標とするフォルダやファイルにたどり着くために通過していかなければいけないフォルダのリストで、最上部のフォルダから始まります。例えば、<filename role="directory">/home/luke</filename> は最上部フォルダのサブフォルダ <filename role="directory">home</filename> のサブフォルダ <filename role="directory">luke</filename> になります。<filename>/home/luke/myfile.txt</filename> はそのサブフォルダにある <filename>myfile.txt</filename> というファイルです。これらのパスの先頭にある <filename role="directory">/</filename> は最上部フォルダを表します。</para>
+        <para>この木構造でのファイルやフォルダの位置はその <emphasis>パス</emphasis> で記すことができます。このパスというのは、目標とするフォルダやファイルにたどり着くために通過していかなければいけないフォルダのリストで、最上部のフォルダから始まります。例えば、<filename role="directory">/home/luke</filename> は最上部フォルダのサブフォルダ <filename role="directory">home</filename> のサブフォルダ <filename role="directory">luke</filename> になります。<filename>/home/luke/myfile.txt</filename> はそのサブフォルダにある <filename>myfile.txt</filename> というファイルです。これらのパスの先頭にある <filename role="directory">/</filename> は最上部フォルダを表します。</para>
 
-        <para>すべての利用者が個人用のファイルや設定を保管するための個別のフォルダを持ちます。このフォルダは<emphasis>ホームディレクトリ</emphasis>と呼ばれ、Thunar では利用者のログイン名と共に特別なアイコンで表示されます。Windows で知られる<guilabel>マイファイル</guilabel>と似ています。それぞれの利用者の<emphasis>ホームディレクトリ</emphasis>は通常 <filename role="directory">/home</filename> の下にあります。例として上げると、ログイン名 <filename role="directory">luke</filename> のホームディレクトリは <filename role="directory">/home/luke</filename> になり、<filename role="directory">/home/jane</filename> はログイン名が <filename role="directory">jane</filename> のホームディレクトリになります。</para>
+        <para>すべての利用者が個人用のファイルや設定を保管するための個別のフォルダを持ちます。このフォルダは <emphasis>ホームディレクトリ</emphasis> と呼ばれ、Thunar では利用者のログイン名と共に特別なアイコンで表示されます。Windows で知られる <guilabel>マイファイル</guilabel> と似ています。それぞれの利用者の <emphasis>ホームディレクトリ</emphasis> は通常 <filename role="directory">/home</filename> の下にあります。例として上げると、ログイン名 <filename role="directory">luke</filename> のホームディレクトリは <filename role="directory">/home/luke</filename> になり、<filename role="directory">/home/jane</filename> はログイン名が <filename role="directory">jane</filename> のホームディレクトリになります。</para>
       </sect3>
 
       <sect3 id="file-types">
         <title>ファイルの種類</title>
 
-        <para>もう御存知かもしれませんが、UNIX ではあらゆるものがファイルとして取り扱われます。UNIX システムを構成するほぼ全ての物体がそういう風に取り扱われると考えて差し支えありません。事実、各種装置や周辺機器も特殊ファイルとして表されます。一見意味の無いように思われるかもしれませんが、これは UNIX やその派生 OS の強味の一つです。UNIX はシンプルなコアを何年にもわたって保守するだけでよいのに対して、他のオペレーティングシステムは新しいテクノロジーが紹介される度に、新しい概念を導入しなければなりませんでした。</para>
+        <para>もう御存知かもしれませんが、UNIX ではあらゆるものがファイルとして取り扱われます。UNIX システムを構成するほぼすべての物体がそういう風に取り扱われると考えて差し支えありません。事実、各種装置や周辺機器も特殊ファイルとして表されます。一見意味の無いように思われるかもしれませんが、これは UNIX やその派生 OS の強味の一つです。UNIX はシンプルなコアを何年にもわたって保守するだけでよいのに対して、他のオペレーティングシステムは新しいテクノロジーが紹介される度に、新しい概念を導入しなければなりませんでした。</para>
 
-        <para>UNIX ファイルシステムにおけるファイルの種類には、四つの重要なものがあります。</para>
+        <para>UNIX ファイルシステムにおけるファイルの種類には、4 つの重要なものがあります。</para>
 
         <sect4 id="file-types-ordinary-files">
           <title>普通のファイル</title>
 
-          <para>普通のファイルは文字データを含んでいたり、プログラムまたは他のデータであったりします。ここには画像ファイル、オーディオファイル、オフィス文書および動画ファイルも入ります。<emphasis>ファイル</emphasis>という用語がこれら普通のファイルを指すのによく使用されます。</para>
+          <para>普通のファイルは文字データを含んでいたり、プログラムまたは他のデータであったりします。ここには画像ファイル、オーディオファイル、オフィス文書および動画ファイルも入ります。<emphasis>ファイル</emphasis> という用語がこれら普通のファイルを指すのによく使用されます。</para>
         </sect4>
 
         <sect4 id="file-types-folder-files">
           <title>フォルダファイル</title>
 
-          <para>UNIX ファイルシステムではフォルダもファイルです。正確に言えばフォルダは特殊ファイルになります、このフォルダ内にある全てのファイルを参照するためのファイル名のマップが含まれています。</para>
+          <para>UNIX ファイルシステムではフォルダもファイルです。正確に言えばフォルダは特殊ファイルになります、このフォルダ内にあるすべてのファイルを参照するためのファイル名のマップが含まれています。</para>
         </sect4>
 
         <sect4 id="file-types-symbolic-link-files">
-          <title>シンボリックリンク・ファイル</title>
+          <title>シンボリックリンクファイル</title>
 
-          <para>シンボリックリンク (よく<emphasis>リンク</emphasis>と呼ばれます) はファイルシステムで、他のファイルへのパスを含む特殊ファイルです。従ってシンボリックファイル自身は特に意味のある情報を持ちません、単に他のファイルを参照するだけです。</para>
+          <para>シンボリックリンク (よく <emphasis>リンク</emphasis> と呼ばれます) はファイルシステムで、他のファイルへのパスを含む特殊ファイルです。従ってシンボリックファイル自身は特に意味のある情報を持ちません、単に他のファイルを参照するだけです。</para>
         </sect4>
 
         <sect4 id="file-types-device-files">
           <title>デバイスファイル</title>
 
-          <para>始めの方で述べたように (殆んどの) デバイスもファイルシステム経由でアクセスされます。これら特殊デバイスファイルは通常 <filename role="directory">/dev</filename> フォルダにあります。例えば、特殊ファイル <filename>/dev/hda</filename> は Linux 上での一番目の IDE ディスクを表します。</para>
+          <para>始めの方で述べたように (ほとんどの) デバイスもファイルシステム経由でアクセスされます。これら特殊デバイスファイルは通常 <filename role="directory">/dev</filename> フォルダにあります。例えば、特殊ファイル <filename>/dev/hda</filename> は Linux 上での一番目の IDE ディスクを表します。</para>
         </sect4>
       </sect3>
     </sect2>
@@ -1329,34 +858,34 @@
 
 
   <sect1 id="faq">
-    <title>よく聞かれる質問</title>
+    <title>よくある質問</title>
 
-    <para>この章では @PACKAGE_NAME@ を使用するにあたって、かなりの頻度で尋ねられる質問に回答します。このページにない質問があるのでしたら、<ulink type="http" url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">要望</ulink>を出して下さるようお願いします。</para>
+    <para>この章では @PACKAGE_NAME@ を使用するにあたって、かなりの頻度で尋ねられる質問に回答します。このページにない質問があるのでしたら、<ulink type="http" url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">要望</ulink> を出して下さるようお願いします。</para>
 
     <sect3 id="faq-executables">
-      <title>実行可能になっているファイルを実行しないのは何故ですか?</title>
+      <title>実行可能になっているファイルを実行しないのはなぜですか?</title>
 
       <para>セキュリティ上の理由から、Thunar は種類が <literal>application/x-desktop</literal>, <literal>application/x-executable</literal> および <literal>application/x-shellscript</literal> のファイルのみを実行します。デスクトップファイルに対しては、種類が <literal>Application</literal> かつ適正な <literal>Exec</literal> 行が指定されているか、あるいは種類が <literal>Link</literal> かつ適正な <literal>URL</literal> が指定されている場合に限って実行機能が有効になります。その他に対しては、当該ファイルが現在の利用者にとって実行可能なようにマークされている場合に利用できます。</para>
 
-      <para><literal>application/x-executable</literal> および <literal>application/x-shellscript</literal> に関しては次のことを覚えておいて下さい、この種類のファイルは実際にはこの種類に正確に一致する必要がありません、しかし、チェックされた種類に上記二つの種類に該当する親があるなら、あるいは MIME タイプが上にあるものの内の一つへの別名ならば、それで事足ります。</para>
+      <para><literal>application/x-executable</literal> および <literal>application/x-shellscript</literal> に関しては次のことを覚えておいてください、この種類のファイルは実際にはこの種類に正確に一致する必要がありません、しかし、チェックされた種類に上記二つの種類に該当する親があるなら、あるいは MIME タイプが上にあるものの内の一つへの別名ならば、それで事足ります。</para>
     </sect3>
 
     <sect3 id="faq-metadata">
-      <title>ファイルに関連付けられているメタデータは何処に保存されていますか?</title>
+      <title>ファイルに関連付けられているメタデータは何処に保存されていますか?</title>
 
-      <para>Thunar はファイルやフォルダに様々な設定事項を関連付けます。これらはメタデータと呼ばれ、全ファイルのメタデータは (メタファイルと呼ばれる) tdb データベース・ファイルに保管されます。このデータベース・ファイルは <filename>$XDG_CACHE_HOME/Thunar/metafile.tdb</filename> に保存されていて、<command>tdbtool</command> を使うことで変更できます。このツールは配布される Thunar パッケージの一部として、サブディレクトリ <filename role="directory">tdb/</filename> にあります。</para>
+      <para>Thunar はファイルやフォルダに様々な設定事項を関連付けます。これらはメタデータと呼ばれ、全ファイルのメタデータは (メタファイルと呼ばれる) tdb データベース・ファイルに保管されます。このデータベースファイルは <filename>$XDG_CACHE_HOME/Thunar/metafile.tdb</filename> に保存されていて、<command>tdbtool</command> を使うことで変更できます。このツールは配布される Thunar パッケージの一部として、サブディレクトリ <filename role="directory">tdb/</filename> にあります。</para>
     </sect3>
 
     <sect3 id="faq-thunarrc">
-      <title>Thunar の環境設定が保存されているのは何処ですか?</title>
+      <title>Thunar の環境設定が保存されているのは何処ですか?</title>
 
-      <para>Thunar は <filename>.ini</filename> ファイルに利用者が変更可能な環境設定 (および隠し設定) を保管します。このファイルは <filename>$XDG_CONFIG_HOME/Thunar/thunarrc</filename> にあり、テキストエディターを使って色々な設定を実験してみることができます。各環境設定の概要は <filename>docs/README.thunarrc</filename> にあります。</para>
+      <para>Thunar は <filename>.ini</filename> ファイルに利用者が変更可能な環境設定 (および隠し設定) を格納します。このファイルは <filename>$XDG_CONFIG_HOME/Thunar/thunarrc</filename> にあり、テキストエディタを使って色々な設定を実験してみることができます。各環境設定の概要は <filename>docs/README.thunarrc</filename> にあります。</para>
     </sect3>
 
     <sect3 id="faq-mouse-gestures">
-      <title>Thunar でマウスジェスチャーを使うには?</title>
+      <title>Thunar でマウスジェスチャを使うには?</title>
 
-      <para>現在のところ、Thunar はアイコン表示で、いわゆる<emphasis>マウスジェスチャー</emphasis>と呼ばれるものを最低限サポートする機能が備わっています。マウスポインターがアイコン表示コンポーネントの背景となる場所 (アイコンや文字が無い所ならどこでも該当します) にある間は、マウスの中央ボタン (通常はマウスホイール) を押しっ放しにすることで、これら<emphasis>マウスジェスチャー</emphasis>の機能を使うことができます。これである決まった動作を実行するために、カーソルを四方に移動することができます。以下でこれらの動作を説明します。</para>
+      <para>現在のところ、Thunar はアイコン表示で、いわゆる <emphasis>マウスジェスチャ</emphasis> と呼ばれるものを最低限サポートする機能が備わっています。マウスポインタがアイコン表示コンポーネントの背景となる場所 (アイコンや文字が無い所ならどこでも該当します) にある間は、マウスの中央ボタン (通常はマウスホイール) を押しっ放しにすることで、これら <emphasis>マウスジェスチャー</emphasis> の機能を使うことができます。これである決まった動作を実行するために、カーソルを四方に移動することができます。以下でこれらの動作を説明します。</para>
 
       <simplelist>
         <member><guilabel>左</guilabel> - 前のフォルダを開きます</member>
@@ -1367,35 +896,35 @@
     </sect3>
 
     <sect3 id="faq-assign-keyboard-shortcuts">
-      <title>どのようにすれば異なるキーボードショートカットを割り当てられますか?</title>
+      <title>どのようにすれば異なるキーボードショートカットを割り当てられますか?</title>
 
-      <para>Thunar は GTK+ 標準のショートカット変更のやり方をサポートしていますので、ショートカットを割り当て直したいのでしたら、マウスを該当するメニューの上まで持っていって、そこで割り当てたいキーボードショートカットを押して下さい。</para>
+      <para>Thunar は GTK+ 標準のショートカット変更のやり方をサポートしていますので、ショートカットを割り当て直したいのでしたら、マウスを該当するメニューの上まで持っていって、そこで割り当てたいキーボードショートカットを押してください。</para>
 
-      <para>割り当てられているキーボードを削除するには、該当するメニュー項目上で<keycap>バックスペース</keycap>を押して下さい。</para>
+      <para>割り当てられているキーボードを削除するには、該当するメニュー項目上で <keycap>バックスペース</keycap> を押してください。</para>
 
-      <para>ショートカットが変更されないのであれば、GTK+ でこの機能を有効にする必要があります。これには三つのやり方があります:</para>
+      <para>ショートカットが変更されないのであれば、GTK+ でこの機能を有効にする必要があります。これには 3 つのやり方があります:</para>
 
       <itemizedlist>
         <listitem>
-          <para>Xfce 4.3 かそれより新しいものを使っているのでしたら、<guilabel>インターフェイスの設定</guilabel>ダイアログで<guilabel>メニューのショートカットを変更可能にする</guilabel>を有効にして下さい。</para>
+          <para>Xfce 4.3 かそれより新しいものを使っているのでしたら、<guilabel>「インターフェイスの設定」</guilabel> ダイアログで <guilabel>「メニューのショートカットを変更可能にする」</guilabel> を有効にしてください。</para>
         </listitem>
 
         <listitem>
-          <para>GNOME を使用しているのでしたら、コントロール・センターの<guilabel>メニューとツールバー</guilabel>ダイアログで<guilabel>メニューのアクセラレータを編集可能にする</guilabel>を有効にして下さい。</para>
+          <para>GNOME を使用しているのでしたら、コントロール・センターの <guilabel>「メニューとツールバー」</guilabel> ダイアログで <guilabel>「メニューのアクセラレータを編集可能にする」</guilabel> を有効にしてください。</para>
         </listitem>
 
         <listitem>
-          <para>それ以外であれば、ファイル <filename>~/.gtkrc-2.0</filename> (もし無ければ作成して下さい) に <screen>gtk-can-change-accels=1</screen> という一行を記述します。</para>
+          <para>それ以外であれば、ファイル <filename>~/.gtkrc-2.0</filename> (なかったら作成してください) に <screen>gtk-can-change-accels=1</screen> という一行を記述します。</para>
         </listitem>
       </itemizedlist>
     </sect3>
 
     <sect3 id="faq-store-keyboard-shortcuts">
-      <title>ショートカットは何処に保存されるのですか?</title>
+      <title>ショートカットは何処に保存されるのですか?</title>
 
-      <para>個人で変更したキーボードショートカットは GTK+ 標準のアクセラレーター・マップ形式で保存され、<filename>$XDG_CONFIG_HOME/Thunar/accels.scm</filename> に置かれます。<literal>;</literal> で始まる行はコメントです。このファイル形式についての詳細は GTK+ の文書を御覧下さい。</para>
+      <para>個人で変更したキーボードショートカットは GTK+ 標準のアクセラレータマップ形式で保存され、<filename>$XDG_CONFIG_HOME/Thunar/accels.scm</filename> に置かれます。<literal>;</literal> で始まる行はコメントです。このファイル形式についての詳細は GTK+ の文書を参照してください。</para>
 
-      <para>あなたがパッケージ作成者かシステム管理者で、Thunar の標準ショートカットとは異なる、システム全体の標準キーボード・ショートカットを設定したいのでしたら、<envar>$XDG_CONFIG_DIRS</envar> のどれか一つに <filename>Thunar/accels.scm</filename> を作ることができます。例えば、<filename role="directory">/etc/xdg</filename> (大抵の Linux ディストリビューションの標準) が <envar>$XDG_CONFIG_DIRS</envar> の一つになっているとすると、<filename>/etc/xdg/Thunar/accels.scm</filename> にシステム全体に適用される標準を設定することができます。こうすることで、Thunar は初回起動時にこのファイルからショートカットを読み込むことになります。</para>
+      <para>あなたがパッケージ作成者かシステム管理者で、Thunar の標準ショートカットとは異なる、システム全体の標準キーボードショートカットを設定したいのでしたら、<envar>$XDG_CONFIG_DIRS</envar> のどれか一つに <filename>Thunar/accels.scm</filename> を作ることができます。例えば、<filename role="directory">/etc/xdg</filename> (大抵の Linux ディストリビューションの標準) が <envar>$XDG_CONFIG_DIRS</envar> の一つになっているとすると、<filename>/etc/xdg/Thunar/accels.scm</filename> にシステム全体に適用される標準を設定することができます。こうすることで、Thunar は初回起動時にこのファイルからショートカットを読み込むことになります。</para>
     </sect3>
   </sect1>
 
@@ -1403,32 +932,32 @@
   <sect1 id="support">
     <title>サポート</title>
 
-    <para>このアプリケーションあるいは説明書に関するバグを報告したり何か提案をするなら、<ulink url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">http://bugzilla.xfce.org/</ulink> にあるバグ追跡システムを御利用下さい。意味のあるバグ報告こそがバグを修正するのだという事を忘れないで下さい、ではどういったものが該当するかというと、二つの特質があります:</para>
+    <para>このアプリケーションあるいは説明書に関するバグを報告したり何か提案をする場合は、<ulink url="http://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&format=guided">http://bugzilla.xfce.org/</ulink> にあるバグ追跡システムを御利用ください。意味のあるバグ報告こそがバグを修正するのだという事を忘れないでください。ではどういったものが該当するかというと、2 つの特質があります:</para>
 
     <itemizedlist>
       <listitem>
-        <para><emphasis role="bold">再現可能であること。</emphasis>開発者自身がバグの存在を確認することができない場合は、それを修正するのはほぼ不可能に近くなります。どんな細かいことでも役立ちますので、詳細を余さず伝えて下さい。</para>
+        <para><emphasis role="bold">再現可能であること。</emphasis>開発者自身がバグの存在を確認することができない場合は、それを修正するのはほぼ不可能になります。どんな細かいことでも役立ちますので、詳細を余さず伝えてください。</para>
       </listitem>
       <listitem>
-        <para><emphasis role="bold">具体的であること。</emphasis>開発者が問題を特定の箇所により早く絞れる程、その修正措置を取りやすくなります。</para>
+        <para><emphasis role="bold">具体的であること。</emphasis>開発者が問題箇所の特定をより早く絞れる程、その修正措置を取りやすくなります。</para>
       </listitem>
     </itemizedlist>
 
-    <para>新機能の追加を要望する場合、何故それがアプリケーションにとって有意義だと考えるのか明らかにして下さるようお願いします。その機能について納得のいく議論を行えるのでしたら、追加される可能性は高くなります。要求する機能を実装したパッチを提供して下さるなら更に高くなりますが、事前にファイル <ulink url="http://svn.xfce.org/svn/xfce/terminal/trunk/HACKING">HACKING</ulink> を忘れずに読んで下さい。特に <emphasis>Coding Style</emphasis> と題されている箇所に目を通すようにして下さい。</para>
+    <para>新機能の追加を要望する場合、なぜそれがアプリケーションにとって有意義だと考えるのか明らかにして下さるようお願いします。その機能について納得のいく議論を行えるのでしたら、追加される可能性は高くなります。要求する機能を実装したパッチを提供して下さるなら更に高くなりますが、事前にファイル <ulink url="http://svn.xfce.org/svn/xfce/terminal/trunk/HACKING">HACKING</ulink> を忘れずに読んでください。特に <emphasis>Coding Style</emphasis> と題されている箇所に目を通すようにしてください。</para>
 
-    <para>それ以外、利用方法やこのソフトウェアのインストールに関する質問があるのでしたら、<ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev メーリングリスト</ulink>で質問するか、IRC クライアントで <emphasis role="bold">irc.freenode.net</emphasis> のチャンネル <emphasis role="bold">#thunar</emphasis> に参加して手助けを求めてみて下さい。</para>
+    <para>それ以外、利用方法やこのソフトウェアのインストールに関する質問がある場合は、<ulink type="http" url="http://foo-projects.org/mailman/listinfo/thunar-dev">thunar-dev メーリングリスト</ulink> で質問するか、IRC クライアントで <emphasis role="bold">irc.freenode.net</emphasis> のチャンネル <emphasis role="bold">#thunar</emphasis> に参加して手助けを求めてみてください。</para>
   </sect1>
 
   <sect1 id="copyright">
     <title>@PACKAGE_NAME@ について</title>
 
-    <para>@PACKAGE_NAME@ は Benedikt Meurer (<email>benny at xfce.org</email>) が製作しました。より詳しい情報を得るには <ulink url="http://thunar.xfce.org/" type="http">Thunar のウェブサイト</ulink>を訪れて下さい。</para>
+    <para>@PACKAGE_NAME@ は Benedikt Meurer (<email>benny at xfce.org</email>) が製作しました。より詳しい情報は <ulink url="http://thunar.xfce.org/" type="http">Thunar のウェブサイト</ulink>を参照してください。</para>
 
     <para>Benedikt Meurer (<email>benny at xfce.org</email>) がこの文書を製作しました。最新版は <ulink type="http" url="http://thunar.xfce.org/">Thunar のウェブサイト</ulink>にあります。</para>
 
     <para>このソフトウェアはフリーソフトウェア財団が公表する GNU 一般公衆利用許諾契約書の条件下に配布されています。第2版あるいは、あなたが選ぶそれ以降の版のいずれかが適用されます。</para>
 
-    <para>このプログラムには、GNU 一般公衆利用許諾契約書のコピーが附属するはずですが、もし無いのであればフリーソフトウェア財団に連絡して下さい。59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
+    <para>このプログラムには、GNU 一般公衆利用許諾契約書のコピーが附属するはずですが、もし無いのであればフリーソフトウェア財団に連絡してください。59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
   </sect1>
 
 </article>

Modified: thunar/trunk/docs/manual/tr/Thunar.xml.in
===================================================================
--- thunar/trunk/docs/manual/tr/Thunar.xml.in	2009-04-07 21:45:23 UTC (rev 29720)
+++ thunar/trunk/docs/manual/tr/Thunar.xml.in	2009-04-07 22:25:55 UTC (rev 29721)
@@ -1,8 +1,8 @@
 <?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 "November 2007">
-<!ENTITY version "0.9.92">
-<!ENTITY application "Thunar">
+<!ENTITY version "@PACKAGE_VERSION@">
+<!ENTITY application "@PACKAGE_NAME@">
 ]>
 <article id="index" lang="tr">
 
@@ -37,13 +37,11 @@
       </author>
     </authorgroup>
 
-    <releaseinfo>
-      This manual describes version 0.9.92 of Thunar.
-    </releaseinfo>
+    <releaseinfo>Bu kılavuz @PACKAGE_NAME@ programının @PACKAGE_VERSION@ sürümüne yöneliktir.</releaseinfo>
   </articleinfo>
 
   <sect1 id="intro">
-    <title>Introduction to Thunar</title>
+    <title>@PACKAGE_NAME@ programı hakkında</title>
 
     <para>Thunar, Xfce Masaüstü Ortamı için geliştirilmiş yeni ve modern bir dosya yöneticisidir. Hızlı ve kolay bir kullanım sunmak için tasarlanmıştır. Arabirimi sade ve kolay öğrenilebilecek niteliktedir ve kesinlikle kafa karıştırıcı ve gereksiz seçenekleri öntanımlı olarak sunmamaktadır. Thunar dosya yöneticisinin açılışı ve dosya listeleme işlemi gayet hızlıdır.   </para>
 
@@ -76,15 +74,15 @@
       </mediaobject>
     </screenshot>
 
-    <para><guilabel>Kısayol Bölümü</guilabel> sisteminizdeki çeşitli dizinlere kısayol atamanızı sağlar. Listedeki ilk kısayol, kullanıcınızın bütün kişisel dosyalarının bulunduğu <emphasis>Ev dizininize</emphasis> ulaşmanızı sağlar. İkinci kısayol ise, silinen dosyaların yer aldığı ve isterseniz silinen dosyaları geri alabileceğiniz çöp kutusuna erişimi sağlar. Üçüncü kısayol ise, masaüstünde bulunan dosya, dizinler ve kısayolları barındıran <emphasis>Masaüstü</emphasis> klasörüne ulaşmanız içindir. Dördüncü kısayol ise, kök dizinine ulaşmanızı sağlar - eğer yeni bir Linux veya Unix kullanıcısı iseniz, kök dizini keşfetmek heyecanlı olabilir. Değişik dizinlere tıklayın ve içerisinde ne olduğunu görün. </para>
+    <para><guilabel>Kısayol Bölümü</guilabel> sisteminizdeki çeşitli dizinlere kısayol atamanızı sağlar. Listedeki ilk kısayol, kullanıcınızın bütün kişisel dosyalarının bulunduğu <emphasis>Ev dizininize</emphasis> ulaşmanızı sağlar. İkinci kısayol ise, silinen dosyaların yer aldığı ve isterseniz silinen dosyaları geri alabileceğiniz çöp kutusuna erişimi sağlar. Üçüncü kısayol ise, masaüstünde bulunan dosya, dizinler ve kısayolları barındıran <emphasis>Masaüstü</emphasis> dizinine ulaşmanız içindir. Dördüncü kısayol ise, kök dizinine ulaşmanızı sağlar - eğer yeni bir Linux veya Unix kullanıcısı iseniz, kök dizini keşfetmek heyecanlı olabilir. Değişik dizinlere tıklayın ve içerisinde ne olduğunu görün. </para>
 
     <para><emphasis>Dosya Sistemi</emphasis> kısayolu altında, kaldırılabilir sürücüler ve ortam bulunmaktadır. Yukarıdaki ekran görüntüsünde, <guilabel>Disket sürücüsü</guilabel> kısayolunu görebilirsiniz. Bu kısayollara tıklayarak kaldırılabilir sürücüler ve ortamlardaki verilere ulaşabilirsiniz. Daha detaylı bilgi için <xref linkend="using-removable-media"/> sayfasını inceleyebilirsiniz.</para>
 
-    <para>Diğer kısayollar ise kullanıcı tanımlı kısayollardır. Kendi kısayolunuzu belirlemek için yapmanız gereken kısayolunu oluşturmak istediğiniz dizini <guilabel>kısayol kısmına</guilabel> sürüklemektir. Böylece önemli klasörlerinize hemen ulaşabilirsiniz. Daha önce oluşturduğunuz bir kısayolu silmek için ise, kısayola sağ tıklayıp <guimenuitem>Kısa Yolu Kaldır</guimenuitem> seçeneğine tıklamanız yeterlidir. Kısayolunuzun ismini değiştirmek için, kısayola sağ tıklayıp, <guimenuitem>Kısa Yolu Yeniden Adlandır</guimenuitem> seçeneğine tıklamalısınız. Bu işlem sadece kısayol ile ilgilidir, kısayolunu oluşturduğunuz dizin üzerinde herhangi bir işlem gerçekleştirmemektedir. </para>
+    <para>Diğer kısayollar ise kullanıcı tanımlı kısayollardır. Kendi kısayolunuzu belirlemek için yapmanız gereken kısayolunu oluşturmak istediğiniz dizini <guilabel>kısayol kısmına</guilabel> sürüklemektir. Böylece önemli dizinlerinize hemen ulaşabilirsiniz. Daha önce oluşturduğunuz bir kısayolu silmek için ise, kısayola sağ tıklayıp <guimenuitem>Kısa Yolu Kaldır</guimenuitem> seçeneğine tıklamanız yeterlidir. Kısayolunuzun ismini değiştirmek için, kısayola sağ tıklayıp, <guimenuitem>Kısa Yolu Yeniden Adlandır</guimenuitem> seçeneğine tıklamalısınız. Bu işlem sadece kısayol ile ilgilidir, kısayolunu oluşturduğunuz dizin üzerinde herhangi bir işlem gerçekleştirmemektedir. </para>
 
-    <para><emphasis>Ana bölüm</emphasis> her zaman mevcut klasördeki içeriği gösterir. Dizinlere girmek için çift tıklamanız gerekmektedir ve dosya ve dizinler üzerinde işlem yapabilmek için sağ tıklamanız gerekmektedir. Sağ tıkladığınız zaman açılan menüde dosya veya dizine dair işlemleri görebilirsiniz. Birden çok dosyayı seçmek için, farenin sol tuşuna basılı tutarak toplu seçim yapabilirsiniz. Ayrıca alternatif bir yöntem olarak tek bir dosyayı seçerek, <keycap>Shift</keycap> tuşuna basılı tutarak yön tuşları ile birden fazla seçim yapmanız da mümkündür.</para>
+    <para><emphasis>Ana bölüm</emphasis> her zaman mevcut dizindeki içeriği gösterir. Dizinlere girmek için çift tıklamanız gerekmektedir ve dosya ve dizinler üzerinde işlem yapabilmek için sağ tıklamanız gerekmektedir. Sağ tıkladığınız zaman açılan menüde dosya veya dizine dair işlemleri görebilirsiniz. Birden çok dosyayı seçmek için, farenin sol tuşuna basılı tutarak toplu seçim yapabilirsiniz. Ayrıca alternatif bir yöntem olarak tek bir dosyayı seçerek, <keycap>Shift</keycap> tuşuna basılı tutarak yön tuşları ile birden fazla seçim yapmanız da mümkündür.</para>
 
-    <para><emphasis>Adres satırı</emphasis> bulunduğunuz dizine giderken geçmiş olduğunuz dosya yolunu belirtir ve gösterir. Adres satırı kısmında gitmek istediğiniz klasöre tıklayabilirsiniz. Adres satırı düğmelerinden birine sağ tıklayarak o dizine has işlemleri ve varsa seçenekleri düzenleyebilirsiniz.</para>
+    <para><emphasis>Adres satırı</emphasis> bulunduğunuz dizine giderken geçmiş olduğunuz dosya yolunu belirtir ve gösterir. Adres satırı kısmında gitmek istediğiniz dizine tıklayabilirsiniz. Adres satırı düğmelerinden birine sağ tıklayarak o dizine has işlemleri ve varsa seçenekleri düzenleyebilirsiniz.</para>
 
 
     <sect2 id="customizing-the-appearance">
@@ -616,7 +614,7 @@
 
       <para><application>Thunar</application> ayrıca <application>E-posta eklentisi</application> ile menüye eklenen <application>E-posta alan</application> seçeneği ile e-posta programında alıcısı tanımlanmış olmakla birlikte dosyayı eklenmiş olarak tanımlayan bir özellik sunmaktadır. Eğer seçim en az bir dizin içeriyorsa bunu ZIP arşivine koyup o şekilde hazırlamaktadır. Eğer birden çok dosya gönderilecekse ve bunların toplam boyutu 200Kib üzerinde ise, kullanıcıya dosyaların ZIP arşivine koyması için onay istemekte ve bu dosyaları ZIP arşivine koyup göndermektedir.</para>
 
-      <para><application>Thunar</application> uygulamasının diğer özellikleri gibi <guilabel>Gönder</guilabel> menüsü <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec">desktop entry files</ulink> standardına uygun olmak kaydıyla genişletilebilir. Bu dosyalar <filename role="directory">$XDG_DATA_DIRS/Thunar/sendto/</filename> klasörüne kopyalanmalıdır. (<literal>$XDG_DATA_DIRS</literal> değişkeni hakkında bilgi almak için <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fbasedir_2dspec">XDG Base Directory Specification</ulink> sayfasını inceleyebilirsiniz)</para>
+      <para><application>Thunar</application> uygulamasının diğer özellikleri gibi <guilabel>Gönder</guilabel> menüsü <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec">desktop entry files</ulink> standardına uygun olmak kaydıyla genişletilebilir. Bu dosyalar <filename role="directory">$XDG_DATA_DIRS/Thunar/sendto/</filename> dizinine kopyalanmalıdır. (<literal>$XDG_DATA_DIRS</literal> değişkeni hakkında bilgi almak için <ulink type="http" url="http://freedesktop.org/wiki/Standards_2fbasedir_2dspec">XDG Base Directory Specification</ulink> sayfasını inceleyebilirsiniz)</para>
 
       <para><literal>MimeType</literal> ile hedef <filename>.desktop</filename> dosyası tanımlanmaktadır ve bu tanımlama sonucunda gerçekleştirilecek işlem <guilabel>Gönder</guilabel> menüsünde yer alacaktır. Mesela, <ulink type="http" url="http://flickr.com/">Flickr</ulink> sitesine JPEG biçimindeki resimleri yüklemek için,  <literal>MimeType=image/jpeg;</literal> değeri kullanılmalıdır. Eğer <literal>MimeType</literal> belirlemezseniz yapmak istediğiniz işlem bütün dosyalar için geçerli olacaktır. </para>
 
@@ -951,12 +949,9 @@
   </sect1>
 
   <sect1 id="copyright">
-    <title>About Thunar</title>
+    <title>@PACKAGE_NAME@ hakkında</title>
 
-    <para>
-      Thunar was written by Benedikt Meurer (<email>benny at xfce.org</email>). Visit the
-      <ulink url="http://thunar.xfce.org/" type="http">Thunar website</ulink> for more information.
-    </para>
+    <para>@PACKAGE_NAME@ Benedikt Meurer (<email>benny at xfce.org</email>) tarafından geliştirilmektedir. Daha fazla bilgi için <ulink url="http://thunar.xfce.org/" type="http">Thunar websitesini</ulink> ziyaret edebilirsiniz.</para>
 
     <para>Bu dokümanın özgün sürümü Benedikt Meurer (<email>benny at xfce.org</email>) tarafından yazılmıştır. Bu dokümanın güncel sürümüne <ulink type="http" url="http://thunar.xfce.org/">Thunar websitesi</ulink> üzerinden ulaşabilirsiniz.</para>
 




More information about the Xfce4-commits mailing list