[Xfce-i18n] Spanish document for Thunar 0.2.3svn
Daichi Kawahata
daichi at xfce.org
Sun Apr 16 12:40:14 CEST 2006
On Sun, 16 Apr 2006 12:25:56 +0200
Benedikt Meurer wrote:
> > Please import this file (from josem) as well if it's
> > still in time before released.
>
> Done.
And this patch as well.
Regards,
--
Daichi
Language Codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm
Country Codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt
-------------- next part --------------
Index: po-doc/ChangeLog
===================================================================
--- po-doc/ChangeLog (revision 20988)
+++ po-doc/ChangeLog (working copy)
@@ -12,3 +12,20 @@
* Thunar.pot, *.po: Updated.
+2006-04-04 Benedikt Meurer <benny at xfce.org>
+
+ * ja.po: Update japanese translations for the user manual,
+ Daichi Kawahata <daichi at xfce.org>. Bug #1366.
+
+2006-03-16 Benedikt Meurer <benny at xfce.org>
+
+ * Thunar.pot, ja.po: Merge new strings.
+
+2006-03-06 Benedikt Meurer <benny at xfce.org>
+
+ * LINGUAS: Read the set of available languages from LINGUAS
+ and substitute them when autogen.sh is run. This way we
+ can continue to use glib-gettext.
+ * Makefile.am, Thunar.pot, ja.po: Import Daichi's initial
+ japanese translations for the user manual.
+
Index: docs/manual/fr/images/Makefile.am
===================================================================
--- docs/manual/fr/images/Makefile.am (revision 0)
+++ docs/manual/fr/images/Makefile.am (revision 0)
@@ -0,0 +1,9 @@
+# $Id: Makefile.am 20256 2006-03-06 15:43:06Z benny $
+
+imagesdir = $(datadir)/doc/Thunar/html/fr/images
+images_DATA =
+
+EXTRA_DIST = \
+ $(images_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
Index: docs/manual/fr/Makefile.am
===================================================================
--- docs/manual/fr/Makefile.am (revision 0)
+++ docs/manual/fr/Makefile.am (revision 0)
@@ -0,0 +1,68 @@
+# $Id: Makefile.am 20256 2006-03-06 15:43:06Z benny $
+
+SUBDIRS = \
+ images
+
+TARGET_DIR = $(datadir)/doc/Thunar/html/fr
+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:
Index: docs/manual/es/images/Makefile.am
===================================================================
--- docs/manual/es/images/Makefile.am (revision 0)
+++ docs/manual/es/images/Makefile.am (revision 0)
@@ -0,0 +1,9 @@
+# $Id: Makefile.am 20256 2006-03-06 15:43:06Z benny $
+
+imagesdir = $(datadir)/doc/Thunar/html/es/images
+images_DATA =
+
+EXTRA_DIST = \
+ $(images_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
Index: docs/manual/es/Makefile.am
===================================================================
--- docs/manual/es/Makefile.am (revision 0)
+++ docs/manual/es/Makefile.am (revision 0)
@@ -0,0 +1,68 @@
+# $Id: Makefile.am 20256 2006-03-06 15:43:06Z benny $
+
+SUBDIRS = \
+ images
+
+TARGET_DIR = $(datadir)/doc/Thunar/html/es
+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:
Index: docs/manual/Makefile.am
===================================================================
--- docs/manual/Makefile.am (revision 20988)
+++ docs/manual/Makefile.am (working copy)
@@ -2,6 +2,8 @@
SUBDIRS = \
C \
+ es \
+ fr \
ja
cssdir = $(datadir)/doc/Thunar/html
Index: configure.in.in
===================================================================
--- configure.in.in (revision 20988)
+++ configure.in.in (working copy)
@@ -353,6 +353,12 @@
docs/manual/C/Makefile
docs/manual/C/Thunar.xml
docs/manual/C/images/Makefile
+docs/manual/es/Makefile
+docs/manual/es/Thunar.xml
+docs/manual/es/images/Makefile
+docs/manual/fr/Makefile
+docs/manual/fr/Thunar.xml
+docs/manual/fr/images/Makefile
docs/manual/ja/Makefile
docs/manual/ja/Thunar.xml
docs/manual/ja/images/Makefile
More information about the Xfce-i18n
mailing list