wok rev 3087

Add slitaz-i18n (provide script and conf to build languages pack) + clean up
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 16 02:25:40 2009 +0200 (2009-05-16)
parents 7ee4fc48562b
children d9338a9ea95e
files locale-cs/receipt locale-cs/stuff/messages/desktopbox.msg locale-de/receipt locale-de/stuff/usr/share/slitaz/messages/de/installer.msg locale-es/receipt locale-fr/receipt locale-fr/stuff/doc/slitaz/index.fr.html locale-fr/stuff/messages/desktopbox.msg locale-fr/stuff/messages/installer.msg locale-fr/stuff/openbox/menu.fr.xml locale-hu/receipt locale-hu/stuff/etc/xdg/openbox/menu.hu.xml locale-hu/stuff/usr/share/doc/slitaz/index.hu.html locale-hu/stuff/usr/share/slitaz-tools/installer/hu.msg locale-id/receipt locale-it/receipt locale-pt/receipt locale-pt/stuff/doc/slitaz/index.pt.html locale-pt/stuff/messages/desktopbox.msg locale-pt/stuff/messages/installer.msg locale-pt/stuff/openbox/menu.pt.xml locale-ru/receipt locale-sl/receipt slitaz-i18n/receipt slitaz-i18n/stuff/locale-pack.conf slitaz-i18n/stuff/locale-pack.functions
line diff
     1.1 --- a/locale-cs/receipt	Sat May 16 01:18:38 2009 +0200
     1.2 +++ b/locale-cs/receipt	Sat May 16 02:25:40 2009 +0200
     1.3 @@ -6,11 +6,12 @@
     1.4  SHORT_DESC="Czech locale pack."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="glibc-base"
     1.7 -BUILD_DEPENDS="glibc glibc-locale"
     1.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     1.9  WEB_SITE="http://www.slitaz.org/"
    1.10  
    1.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
    1.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
    1.13 +# Source slitaz-i18n files from the wok.
    1.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
    1.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.16  
    1.17  LOCALE="cs"
    1.18  LOCALEDEF="cs_CZ"
    1.19 @@ -27,24 +28,13 @@
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -# Genereted locale files are in /usr/lib/locale.
    1.24  genpkg_rules()
    1.25 -{
    1.26 -	mkdir -p $fs/usr/share/locale/$LOCALE \
    1.27 -		$fs/usr/lib/locale \
    1.28 -		$fs/usr/share/slitaz/messages
    1.29 -	cp -a stuff/messages $fs/usr/share/slitaz/messages/$LOCALE
    1.30 +{	
    1.31  	PKG_NAME="$PACKAGE"
    1.32  	PKG_VERS="$VERSION"
    1.33 -	# Get the core packages messages.
    1.34 -	for pkg in $CORE_PKGS
    1.35 -	do
    1.36 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
    1.37 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
    1.38 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
    1.39 -				$fs/usr/share/locale
    1.40 -		fi
    1.41 -	done
    1.42 +	mk_locale_dir
    1.43 +	get_slitaz_messages
    1.44 +	get_core_messages
    1.45  	PACKAGE="$PKG_NAME"
    1.46  	VERSION="$PKG_VERS"
    1.47  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
     2.1 --- a/locale-cs/stuff/messages/desktopbox.msg	Sat May 16 01:18:38 2009 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,13 +0,0 @@
     2.4 -# SliTaz desktopbox messages.
     2.5 -
     2.6 -CHARS_SIZE="64"
     2.7 -NEW_FOLDER_LABEL="Vytvořit novou složku na ploše:"
     2.8 -FOLDER_ENTRY_MSG="Název složky"
     2.9 -NEW_FILE_LABEL="Vytvořit nový soubor na ploše"
    2.10 -FILE_ENTRY_MSG="Název souboru"
    2.11 -ADD_ICON_LABEL="Přidat ikonu na plochu"
    2.12 -DESKTOP_DIALOG_TAZUSB="Uložit komprimovaný systém souborů"
    2.13 -DESKTOP_DIALOG_LABEL="Odhlášení, vypnutí nebo restart počítače"
    2.14 -DESKTOP_LOGOUT_BUTTON="Odhlášení z X windows"
    2.15 -DESKTOP_SHUTDOWN_BUTTON="Vypnout počítač"
    2.16 -DESKTOP_REBOOT_BUTTON="Restartovat počítač"
     3.1 --- a/locale-de/receipt	Sat May 16 01:18:38 2009 +0200
     3.2 +++ b/locale-de/receipt	Sat May 16 02:25:40 2009 +0200
     3.3 @@ -6,11 +6,12 @@
     3.4  SHORT_DESC="German locale pack."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  DEPENDS="glibc-base"
     3.7 -BUILD_DEPENDS="glibc glibc-locale"
     3.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     3.9  WEB_SITE="http://www.slitaz.org/"
    3.10  
    3.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
    3.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
    3.13 +# Source slitaz-i18n files from the wok.
    3.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
    3.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
    3.16  
    3.17  LOCALE="de"
    3.18  LOCALEDEF="de_DE"
    3.19 @@ -27,22 +28,13 @@
    3.20  }
    3.21  
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23 -# Genereted locale files are in /usr/lib/locale.
    3.24  genpkg_rules()
    3.25 -{
    3.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
    3.27 -	cp -a stuff/usr $fs
    3.28 +{	
    3.29  	PKG_NAME="$PACKAGE"
    3.30  	PKG_VERS="$VERSION"
    3.31 -	# Get the core packages messages.
    3.32 -	for pkg in $CORE_PKGS
    3.33 -	do
    3.34 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
    3.35 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
    3.36 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
    3.37 -				$fs/usr/share/locale
    3.38 -		fi
    3.39 -	done
    3.40 +	mk_locale_dir
    3.41 +	get_slitaz_messages
    3.42 +	get_core_messages
    3.43  	PACKAGE="$PKG_NAME"
    3.44  	VERSION="$PKG_VERS"
    3.45  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
     4.1 --- a/locale-de/stuff/usr/share/slitaz/messages/de/installer.msg	Sat May 16 01:18:38 2009 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,45 +0,0 @@
     4.4 -# slitaz-installer: Deutsche Uebersetzung.
     4.5 -
     4.6 -# Installation starten
     4.7 -START_INSTALL_MSG="\n
     4.8 -Willkommen zur SliTaz Installation.\n\n
     4.9 -\Z2Eine neue Installation starten oder upgraden?\Zn"
    4.10 -
    4.11 -# CDRom mounten
    4.12 -MOUNT_CDROM_ERROR_MSG="\
    4.13 -Konnte die Datei rootfs.gz nicht finden"
    4.14 -
    4.15 -# ask_for_target_dev
    4.16 -ASK_FOR_TARGET_DEV_MSG="\n
    4.17 -Bitte die Partition wählen, auf der SliTaz installiert werden soll.\n\n
    4.18 -\Z2Verwendete Partition:\Zn"
    4.19 -
    4.20 -# ask_for_mkfs_target_dev
    4.21 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    4.22 -SliTaz wird auf folgender Partition installiert: $TARGET_DEV\n\n
    4.23 -Der nächste Schritt wird die Zielpartition mit ext3 formatieren. Ext3 ist ein robustes, \
    4.24 -stabiles Journaling-Dateisystem. Wenn die Partition schon formatiert wurde, \
    4.25 -können Sie diesen Schritt überspringen. Achtung Das Formatieren wird alle Daten \
    4.26 -auf der Partition zerstören.\n\n
    4.27 -\Z2Möchten Sie die Partition mit ext3 formatieren ?\Zn" 
    4.28 -
    4.29 -# ask_for_hostname
    4.30 -ASK_FOR_HOSTNAME_MSG="\n
    4.31 -Der Hostname legt den Namen des Rechners (in Netzwerken) fest. \
    4.32 -Er kann nach der Installation noch manuell geaendert werden. \
    4.33 -\n\n
    4.34 -\Z2Hostname:\Zn"
    4.35 -
    4.36 -# grub_install
    4.37 -GRUB_INSTALL_MSG="\n
    4.38 -Sie haben nun die Möglichkeit den GRUB Bootloader zu installieren, \
    4.39 -der in der Lage ist jedes Betriebssystem zu booten. Wenn GRUB schon installiert ist \
    4.40 -überspringen sie diesen Schritt und fügen Sie der Konfigurationsdatei von GRUB \
    4.41 -(menu.lst) den SliTaz-Eintrag hinzu (Anleitung im SliTaz-Wiki). Ein Beispiel enthält \
    4.42 -zudem folgende Datei: /mnt/target/boot/grub/menu.lst.\n\n
    4.43 -\Z2Install GRUB on: $TARGET_DISK ?\Zn" 
    4.44 -
    4.45 -# end_of_install
    4.46 -END_OF_INSTALL_MSG="\n
    4.47 -Die Installation ist erfolgreich beendet worden. Sie können den Installer nun \
    4.48 -schließen. Nach dem Neustart können Sie ihr neues SliTaz GNU/Linux System verwenden." 
     5.1 --- a/locale-es/receipt	Sat May 16 01:18:38 2009 +0200
     5.2 +++ b/locale-es/receipt	Sat May 16 02:25:40 2009 +0200
     5.3 @@ -6,11 +6,12 @@
     5.4  SHORT_DESC="Spanish locale pack."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  DEPENDS="glibc-base"
     5.7 -BUILD_DEPENDS="glibc glibc-locale"
     5.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     5.9  WEB_SITE="http://www.slitaz.org/"
    5.10  
    5.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
    5.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
    5.13 +# Source slitaz-i18n files from the wok.
    5.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
    5.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
    5.16  
    5.17  LOCALE="es"
    5.18  LOCALEDEF="es_ES"
    5.19 @@ -27,38 +28,18 @@
    5.20  }
    5.21  
    5.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.23 -# Genereted locale files are in /usr/lib/locale.
    5.24  genpkg_rules()
    5.25 -{
    5.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
    5.27 +{	
    5.28  	PKG_NAME="$PACKAGE"
    5.29  	PKG_VERS="$VERSION"
    5.30 -	# Get the core packages messages.
    5.31 -	for pkg in $CORE_PKGS
    5.32 -	do
    5.33 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
    5.34 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
    5.35 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
    5.36 -				$fs/usr/share/locale
    5.37 -		fi
    5.38 -	done
    5.39 +	mk_locale_dir
    5.40 +	get_slitaz_messages
    5.41 +	get_core_messages
    5.42  	PACKAGE="$PKG_NAME"
    5.43  	VERSION="$PKG_VERS"
    5.44  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    5.45  }
    5.46  
    5.47 -# Post install to configure default locale.
    5.48 -post_install()
    5.49 -{
    5.50 -	local root
    5.51 -	root=$1
    5.52 -	# locale.conf
    5.53 -	if [ -s $root/etc/locale.conf ]; then
    5.54 -		echo "LANG=\"$LOCALEDEF\"" > $root/etc/locale.conf
    5.55 -		echo "LC_ALL=\"$LOCALEDEF\"" >> $root/etc/locale.conf
    5.56 -	fi
    5.57 -}
    5.58 -
    5.59  # Back to C if it's the last used locale.
    5.60  post_remove()
    5.61  {
     6.1 --- a/locale-fr/receipt	Sat May 16 01:18:38 2009 +0200
     6.2 +++ b/locale-fr/receipt	Sat May 16 02:25:40 2009 +0200
     6.3 @@ -6,9 +6,11 @@
     6.4  SHORT_DESC="French locale pack."
     6.5  MAINTAINER="pankso@slitaz.org"
     6.6  DEPENDS="glibc-base"
     6.7 -BUILD_DEPENDS="glibc glibc-locale"
     6.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     6.9  WEB_SITE="http://www.slitaz.org/"
    6.10  
    6.11 +# Source slitaz-i18n files from the wok.
    6.12 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
    6.13  # French messages are directly include in all packages by tazwok.
    6.14  CORE_PKGS=""
    6.15  
    6.16 @@ -27,26 +29,13 @@
    6.17  }
    6.18  
    6.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.20 -# Genereted locale files are in /usr/lib/locale.
    6.21  genpkg_rules()
    6.22 -{
    6.23 -	mkdir -p $fs/usr/share/locale/$LOCALE \
    6.24 -		$fs/usr/lib/locale $fs/etc/xdg \
    6.25 -		$fs/usr/share/slitaz/messages
    6.26 -	cp -a stuff/doc $fs/usr/share
    6.27 -	cp -a stuff/messages $fs/usr/share/slitaz/messages/$LOCALE
    6.28 -	cp -a stuff/openbox $fs/etc/xdg
    6.29 +{	
    6.30  	PKG_NAME="$PACKAGE"
    6.31  	PKG_VERS="$VERSION"
    6.32 -	# Get the core packages messages.
    6.33 -	for pkg in $CORE_PKGS
    6.34 -	do
    6.35 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
    6.36 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
    6.37 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
    6.38 -				$fs/usr/share/locale
    6.39 -		fi
    6.40 -	done
    6.41 +	mk_locale_dir
    6.42 +	get_slitaz_messages
    6.43 +	get_core_messages
    6.44  	PACKAGE="$PKG_NAME"
    6.45  	VERSION="$PKG_VERS"
    6.46  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
     7.1 --- a/locale-fr/stuff/doc/slitaz/index.fr.html	Sat May 16 01:18:38 2009 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,100 +0,0 @@
     7.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     7.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     7.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     7.7 -<head>
     7.8 -	<title>SliTaz - System doc</title>
     7.9 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    7.10 -	<meta name="description" content="slitaz doc system releases notes information cooking" />
    7.11 -	<meta name="expires" content="never" />
    7.12 -	<meta name="modified" content="2009-04-16 10:30:00" />
    7.13 -	<meta name="publisher" content="www.slitaz.org" />
    7.14 -	<meta name="author" content="Christophe Lincoln"/>
    7.15 -	<link rel="shortcut icon" href="favicon.ico" />
    7.16 -	<link rel="stylesheet" type="text/css" href="book.css" />
    7.17 -</head>
    7.18 -<body bgcolor="#ffffff">
    7.19 -
    7.20 -<!-- Header and quick navigation -->
    7.21 -<div id="header">
    7.22 -<div align="right" id="quicknav">
    7.23 -	<a name="top"></a>
    7.24 -	<a href="index.en.html">English</a>
    7.25 -</div>
    7.26 -<h1><font color="#3E1220">SliTaz - System doc</font></h1>
    7.27 -</div>
    7.28 -
    7.29 -<!-- Content. -->
    7.30 -<div id="content">
    7.31 -<div class="content-right"></div>
    7.32 -
    7.33 -<h2><font color="#DF8F06">Documentation (fr)</font></h2>
    7.34 -
    7.35 -<p>
    7.36 -La version en cuisson ou <em>Cooking</em> ne fourni pas de notes de
    7.37 -publication, les chagements sont annons sur le site web et 
    7.38 -<a href="http://labs.slitaz.org/">les laboratoires</a> proposent des
    7.39 -nouvelles fraches. Comme pour la version stable, vous pouvez vous 
    7.40 -rfrer  la documentation du site et trouverez de l'aide sur 
    7.41 -<a href="http://forum.slitaz.org/">le forum</a> du projet.
    7.42 -</p>
    7.43 -
    7.44 -<!-- <p>
    7.45 -La version stable de SliTaz GNU/linux est distribue avec les manuels 
    7.46 -des outils de la distribution et les notes de publication. Tous les manuels
    7.47 -ainsi que cette page sont directement accessibles depuis le menu 
    7.48 -documention du gestionnaire de fentres Openbox prsent sur le LiveCD.
    7.49 -Sur le Web, vous trouverez une documentation complte via le livre de main ou 
    7.50 -<a href="http://www.slitaz.org/fr/doc/handbook/">Handbook</a> de SliTaz et la
    7.51 -documentation communautaire sur le <a href="http://wiki.slitaz.org/">Wiki</a>.
    7.52 -Pour de l'aide vous trouverez un support technique gratuit via la liste
    7.53 -de discussion ou <a href="http://forum.slitaz.org/">le forum</a> communautaire.
    7.54 -</p> -->
    7.55 -
    7.56 -<a name="cloud"></a>
    7.57 -<!-- 10 Cloud tag are available. -->
    7.58 -<div id="cloud">
    7.59 -<p>
    7.60 -	<a href="http://forum.slitaz.org/" class="tag6">Support</a>
    7.61 -	<a href="http://www.slitaz.org/fr/doc/handbook/livecd.html" class="tag9">LiveCD</a>
    7.62 -	<a href="http://www.slitaz.org/fr/doc/" class="tag3">Documentation</a>
    7.63 -	<a href="http://www.slitaz.org/fr/" class="tag7">SliTaz GNU/Linux</a>
    7.64 -	<a href="http://www.slitaz.org/fr/about/" class="tag4">A propos</a>
    7.65 -	<a href="http://labs.slitaz.org/" class="tag6">Laboratoires</a>
    7.66 -	<a href="http://www.slitaz.org/fr/doc/handbook/" class="tag6">Handbook</a>
    7.67 -	<a href="http://www.slitaz.org/fr/doc/handbook/network-config.html" class="tag4">Wifi</a>
    7.68 -	<a href="http://www.slitaz.org/fr/doc/handbook/packages.html" class="tag6">Gestion des paquets</a>
    7.69 -	<a href="http://www.slitaz.org/fr/doc/handbook/liveusb.html" class="tag8">LiveUSB</a>
    7.70 -	<a href="http://www.slitaz.org/fr/devel/" class="tag5">Developpement</a>
    7.71 -	<a href="http://www.slitaz.org/fr/doc/handbook/enlightenment.html" class="tag3">e17</a>
    7.72 -	<a href="http://www.slitaz.org/fr/packages/" class="tag6">Paquets</a>
    7.73 -	<a href="http://wiki.slitaz.org/" class="tag6">Wiki</a>
    7.74 -	<a href="http://www.slitaz.org/fr/doc/cookbook/" class="tag3">Cookbook</a>
    7.75 -	<a href="http://labs.slitaz.org/news" class="tag6">Nouvelles des Labs</a>
    7.76 -	<a href="http://www.slitaz.org/fr/doc/handbook/security.html" class="tag5">Securit</a>
    7.77 -	<a href="http://www.slitaz.org/fr/doc/handbook/openbox.html" class="tag7">Openbox</a>
    7.78 -	<a href="http://www.slitaz.org/fr/mailing-list.html" class="tag5">List de discussion</a>
    7.79 -	<a href="http://www.slitaz.org/fr/artwork/" class="tag4">Artwork</a>
    7.80 -	<a href="http://www.slitaz.org/fr/get/flavors.html" class="tag6">LiveCD flavor</a>
    7.81 -	<a href="http://boot.slitaz.org/" class="tag8">Web Boot</a>
    7.82 -</p>
    7.83 -</div>
    7.84 -
    7.85 -<!-- End of content -->
    7.86 -</div>
    7.87 -
    7.88 -<!-- Footer. -->
    7.89 -<div id="footer">
    7.90 -	<div class="footer-right"></div>
    7.91 -	<a href="#top">Top of the page</a>
    7.92 -</div>
    7.93 -
    7.94 -<div id="copy">
    7.95 -	Copyright &copy; 2009 <a href="http://www.slitaz.org/">SliTaz</a> -
    7.96 -	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    7.97 -	Documentation publies sous
    7.98 -	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    7.99 -	et code en <a href="http://validator.w3.org/">xHTML 1.0 valide</a>.
   7.100 -</div>
   7.101 -
   7.102 -</body>
   7.103 -</html>
     8.1 --- a/locale-fr/stuff/messages/desktopbox.msg	Sat May 16 01:18:38 2009 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,13 +0,0 @@
     8.4 -# SliTaz desktopbox messages.
     8.5 -
     8.6 -CHARS_SIZE="72"
     8.7 -NEW_FOLDER_LABEL="Créer un nouveau dossier sur le bureau:"
     8.8 -FOLDER_ENTRY_MSG="dossier"
     8.9 -NEW_FILE_LABEL="Créer un nouveau fichier sur le bureau:"
    8.10 -FILE_ENTRY_MSG="fichier"
    8.11 -ADD_ICON_LABEL="Ajouter des icônes de bureau"
    8.12 -DESKTOP_DIALOG_TAZUSB="Enregistrer le système avec la compression"
    8.13 -DESKTOP_DIALOG_LABEL="Déconnexion, arrêt ou redémarrage du système"
    8.14 -DESKTOP_LOGOUT_BUTTON="Fermer la session X"
    8.15 -DESKTOP_SHUTDOWN_BUTTON="Eteindre le système"
    8.16 -DESKTOP_REBOOT_BUTTON="Redémarrer le système"
     9.1 --- a/locale-fr/stuff/messages/installer.msg	Sat May 16 01:18:38 2009 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,74 +0,0 @@
     9.4 -# slitaz-installer: French translation.
     9.5 -
     9.6 -# start_install
     9.7 -START_INSTALL_MSG="\n
     9.8 -Bienvenue dans l'installateur de SliTaz GNU/Linux. Vous pouvez utiliser \
     9.9 -les flches du clavier et la touche ENTER ou la souris pour valider. Il vous \
    9.10 -suffira de rpondre  quelques questions lors des diffrentes tapes \
    9.11 -d'installation ou de mise  jour. Dans le cas d'une nouvelle installation, \
    9.12 -l'installateur va vous demander la partition  utiliser comme racine du \
    9.13 -systme et vous proposer de la formater. Ensuite il va copier les fichiers \
    9.14 -depuis le cdrom, les dcompresser, les installer et va prconfigurer le \
    9.15 -systme. Pour finir, vous aurez aussi la possibilit d'installer le \
    9.16 -gestionnaire de dmarrage GRUB, si besoin est.\n\n
    9.17 -\Z2Commencer une installation ou une mise  jour ?\Zn"
    9.18 -
    9.19 -# mount_cdrom
    9.20 -MOUNT_CDROM_ERROR_MSG="\
    9.21 -Impossible de trouver : rootfs.gz\n\n
    9.22 -L'archive du systme de fichiers racine n'est pas prsente sur le cdrom. \
    9.23 -Il se peut que cette erreur soit due au fait que le LiveCD de SliTaz ne soit \
    9.24 -pas insr dans le premier lecteur CD/DVD et que le media n'as pas pu tre \
    9.25 -correctement mont. Arrt."
    9.26 -
    9.27 -# ask_for_target_dev
    9.28 -ASK_FOR_TARGET_DEV_MSG="\n
    9.29 -Veuillez indiquer la partition  utiliser pour installer SliTaz GNU/Linux, \
    9.30 -exemple: '/dev/hda1'. Vous pouvez utiliser le bouton 'List' pour afficher \
    9.31 -une liste des partitions disponibles sur le ou les disques durs et revenir \
    9.32 -ensuite  cet cran. A noter qu'il faut au minimum 100 Mb pour le coeur du \
    9.33 -systme et que si vous prvoyez d'installer de nouveaux paquets, vous serez \
    9.34 -plus  l'aise avec environ 400 Mb.\n\n
    9.35 -\Z2Partition  utiliser:\Zn"
    9.36 -
    9.37 -# ask_for_mkfs_target_dev
    9.38 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
    9.39 -SliTaz va tre install sur la partition : $TARGET_DEV\n\n
    9.40 -Vous avez la possibilit de formater la partition en ext3 ou d'utiliser \
    9.41 -le systme de fichiers dj prsent sur la partition. Le format ext3 est \
    9.42 -un systme de fichiers propre  Linux, robuste, stable et jounalis, c'est \
    9.43 -le format conseill. Faites attention, si vous formatez toutes les donnes \
    9.44 -de cette partition seront dfinitivement dtruites. Si vous conservez le \
    9.45 -systme de fichiers actuel, la partition sera nettoye et les donnes 
    9.46 -utilisateurs conserves (/home).\n\n
    9.47 -\Z2Faut t'il formater la partition en ext3 ?\Zn" 
    9.48 -
    9.49 -# ask_for_hostname
    9.50 -ASK_FOR_HOSTNAME_MSG="\n
    9.51 -Veuillez indiquer le nom de machine  utiliser pour votre systme SliTaz.\
    9.52 -Le nom de machine ou 'hostname' est utilis pour identifier votre machine sur \
    9.53 -le rseau et en local par le systme (defaut: slitaz). A noter que cette \
    9.54 -valeur peut aussi tre modifie une fois le systme install en utilisant
    9.55 -'netbox' graphiquement ou en ligne de commande.\n\n
    9.56 -\Z2Nom de machine:\Zn"
    9.57 -
    9.58 -# grub_install
    9.59 -GRUB_INSTALL_MSG="\n
    9.60 -Avant de redmarrer sur votre nouveau systme SliTaz GNU/Linux, veuillez \
    9.61 -vous assurer qu'un gestionnaire de dmarrage est bien install. Si ce n'est \
    9.62 -pas le cas vous pouvez rpondre oui et installer GRUB. Si vous n'installez \
    9.63 -pas GRUB, un fichier de configuration (menu.lst) a t gnr pendant \
    9.64 -l'installation, il contient les lignes qui permettent de dmarrer SliTaz.\n\n
    9.65 -Une fois install, GRUB peut facilement tre reconfigur et propose un SHell \
    9.66 -interactif au boot.\n\n
    9.67 -\Z2Faut t'il installer GRUB sur: $TARGET_DISK ?\Zn" 
    9.68 -
    9.69 -# end_of_install
    9.70 -END_OF_INSTALL_MSG="\n
    9.71 -L'installation est termine. Vous pouvez ds maintenant redmarrer (reboot) \
    9.72 -sur votre nouveau systme SliTaz GNU/Linux et commencer  finement le \
    9.73 -configurer en fonction de vos besoins et prfrences. Vous trouverez de l'aide \
    9.74 -ou un support technique gratuit via la liste de discussion et/ou le forum \
    9.75 -officiel du projet. Pour bien commencer  utiliser le systme, vous pouvez \
    9.76 -vous rfrer aux documents du Handbook de SliTaz et utiliser le gestionnaire \
    9.77 -de paquets Tazpkg pour installer de nouveaux logiciels prts  savourer." 
    10.1 --- a/locale-fr/stuff/openbox/menu.fr.xml	Sat May 16 01:18:38 2009 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,158 +0,0 @@
    10.4 -<?xml version="1.0" encoding="UTF-8"?>
    10.5 -
    10.6 -<openbox_menu xmlns="http://openbox.org/3.4/menu">
    10.7 -
    10.8 -<!-- Favorites applications -->
    10.9 -<menu id="favorites-menu" label="Applications favorites">
   10.10 -  <item label="Gestionnaire de fichiers">
   10.11 -    <action name="Execute"><command>pcmanfm</command></action>
   10.12 -  </item>
   10.13 -  <item label="Terminal">
   10.14 -    <action name="Execute"><command>terminal</command></action>
   10.15 -  </item>
   10.16 -  <item label="Navigateur Web">
   10.17 -    <action name="Execute"><command>browser</command></action>
   10.18 -  </item>
   10.19 -  <item label="Editeur de texte">
   10.20 -    <action name="Execute"><command>editor</command></action>
   10.21 -  </item>
   10.22 -</menu>
   10.23 -
   10.24 -<!-- Desktop files -->
   10.25 -<menu id="desktop-menu" label="Fichiers &amp; Icônes du bureau">
   10.26 -  <item label="Créer un nouveau dossier">
   10.27 -    <action name="Execute"><command>desktopbox new-folder</command></action>
   10.28 -  </item>
   10.29 -  <item label="Créer un nouveau fichier">
   10.30 -    <action name="Execute"><command>desktopbox new-file</command></action>
   10.31 -  </item>
   10.32 -  <separator />
   10.33 -  <item label="Ajouter un icône">
   10.34 -    <action name="Execute"><command>desktopbox add-icons</command></action>
   10.35 -  </item>
   10.36 -</menu>
   10.37 -
   10.38 -<!-- Desktop effects -->
   10.39 -<menu id="desktop-effects" label="Effets visuels">
   10.40 -  <item label="Activer le composite">
   10.41 -    <action name="Execute"><command>xcompmgr</command></action>
   10.42 -  </item>
   10.43 -  <item label="Active les ombres">
   10.44 -    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
   10.45 -  </item>
   10.46 -  <item label="Activer les ombres fade">
   10.47 -    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
   10.48 -  </item>
   10.49 -  <separator />
   10.50 -  <item label="Régler l'opacité (actuel)">
   10.51 -    <action name="Execute">
   10.52 -      <command>transset-df --actual --max 60</command>
   10.53 -    </action>
   10.54 -  </item>
   10.55 -  <item label="Régler l'opacité (clicque)">
   10.56 -    <action name="Execute">
   10.57 -      <command>transset-df --click --max 60</command>
   10.58 -    </action>
   10.59 -  </item>
   10.60 -  <separator />
   10.61 -  <item label="Stoper les effets">
   10.62 -    <action name="Execute"><command>killall xcompmgr</command></action>
   10.63 -  </item>
   10.64 -</menu>
   10.65 -
   10.66 -<!-- SliTaz Live (Tazlito and Tazusb) -->
   10.67 -<menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
   10.68 -  <item label="Tazlito LiveCD Tool">
   10.69 -    <action name="Execute"><command>subox tazlitobox</command></action>
   10.70 -  </item>
   10.71 -  <separator />
   10.72 -  <item label="TazUSB Writefs (gzip)">
   10.73 -    <action name="Execute">
   10.74 -      <command>subox "xterm -e tazusb writefs gzip"</command>
   10.75 -    </action>
   10.76 -  </item>
   10.77 -  <item label="TazUSB Writefs (lzma)">
   10.78 -    <action name="Execute">
   10.79 -      <command>subox "xterm -e tazusb writefs lzma"</command>
   10.80 -    </action>
   10.81 -  </item>
   10.82 -  <item label="TazUSB Writefs (none)">
   10.83 -    <action name="Execute">
   10.84 -      <command>subox "xterm -e tazusb writefs none"</command>
   10.85 -    </action>
   10.86 -  </item>
   10.87 -</menu>
   10.88 -
   10.89 -<!-- SliTaz documentation -->
   10.90 -<menu id="documentation-menu" label="Documentation">
   10.91 -  <item label="Tazlito Manual">
   10.92 -    <action name="Execute">
   10.93 -      <command>browser /usr/share/doc/tazlito/tazlito.html</command>
   10.94 -    </action>
   10.95 -  </item>
   10.96 -  <item label="Tazpkg Manual">
   10.97 -    <action name="Execute">
   10.98 -      <command>browser /usr/share/doc/tazpkg/tazpkg.html</command>
   10.99 -    </action>
  10.100 -  </item>
  10.101 -  <item label="TazUSB Manual (en)">
  10.102 -    <action name="Execute">
  10.103 -      <command>browser /usr/share/doc/tazusb/tazusb.en.html</command>
  10.104 -    </action>
  10.105 -  </item>
  10.106 -  <item label="Tazwok Manual">
  10.107 -    <action name="Execute">
  10.108 -      <command>browser /usr/share/doc/tazwok/tazwok.html</command>
  10.109 -    </action>
  10.110 -  </item>
  10.111 -  <item label="GNU General Public License">
  10.112 -    <action name="Execute">
  10.113 -      <command>browser /usr/share/licenses/gpl.txt</command>
  10.114 -    </action>
  10.115 -  </item>
  10.116 -</menu>
  10.117 -
  10.118 -<!-- Openbox configuration -->
  10.119 -<menu id="openbox-menu" label="Openbox">
  10.120 -  <item label="GUI Configuration">
  10.121 -    <action name="Execute"><command>obconf</command></action>
  10.122 -  </item>
  10.123 -  <item label="Script de démarrage">
  10.124 -    <action name="Execute">
  10.125 -      <command>editor ~/.config/openbox/autostart.sh</command>
  10.126 -    </action>
  10.127 -  </item>
  10.128 -  <item label="Menu d'Openbox">
  10.129 -    <action name="Execute">
  10.130 -      <command>editor ~/.config/openbox/menu.xml</command>
  10.131 -    </action>
  10.132 -  </item>
  10.133 -  <separator />
  10.134 -  <item label="Reconfigurer">
  10.135 -    <action name="Reconfigure" />
  10.136 -  </item>
  10.137 -  <item label="Redémarrer">
  10.138 -    <action name="Restart" />
  10.139 -  </item>
  10.140 -</menu>
  10.141 -
  10.142 -<menu id="root-menu" label="Openbox 3">
  10.143 -  <!-- <separator label="SliTaz Openbox" /> -->
  10.144 -  <menu id="favorites-menu" />
  10.145 -  <menu id="desktop-menu" />
  10.146 -  <!-- Pipe menu to open folder using GTK bookmarks -->
  10.147 -  <menu id="open-folder-menu" label="Dossiers favoris"
  10.148 -        execute="/usr/lib/openbox/open-folder-menu.sh" />
  10.149 -  <menu id="desktop-effects" />
  10.150 -  <menu id="slitaz-live-menu" />
  10.151 -  <menu id="documentation-menu" />
  10.152 -  <separator />
  10.153 -  <menu id="client-list-menu" />
  10.154 -  <menu id="openbox-menu" />
  10.155 -  <separator />
  10.156 -  <item label="Déconnexion">
  10.157 -    <action name="Execute"><command>desktopbox logout</command></action>
  10.158 -  </item>
  10.159 -</menu>
  10.160 -
  10.161 -</openbox_menu>
    11.1 --- a/locale-hu/receipt	Sat May 16 01:18:38 2009 +0200
    11.2 +++ b/locale-hu/receipt	Sat May 16 02:25:40 2009 +0200
    11.3 @@ -6,11 +6,12 @@
    11.4  SHORT_DESC="Hungry locale pack."
    11.5  MAINTAINER="pankso@slitaz.org"
    11.6  DEPENDS="glibc-base"
    11.7 -BUILD_DEPENDS="glibc glibc-locale"
    11.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    11.9  WEB_SITE="http://www.slitaz.org/"
   11.10  
   11.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   11.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   11.13 +# Source slitaz-i18n files from the wok.
   11.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   11.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   11.16  
   11.17  LOCALE="hu"
   11.18  LOCALEDEF="hu_HU"
   11.19 @@ -27,30 +28,13 @@
   11.20  }
   11.21  
   11.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.23 -# Genereted locale files are in /usr/lib/locale.
   11.24  genpkg_rules()
   11.25 -{
   11.26 -	mkdir -p \
   11.27 -		$fs/usr/share/locale/$LOCALE \
   11.28 -		$fs/usr/share/slitaz/messages \
   11.29 -		$fs/usr/lib/locale
   11.30 -	# Get translated files from SliTaz sub projects
   11.31 -	[ -d $WOK/slitaz-tools/slitaz-tools-*/messages/$LOCALE ] && \
   11.32 -		cp -a $WOK/slitaz-tools/slitaz-tools-*/messages/$LOCALE \
   11.33 -		$_pkg/usr/share/slitaz/messages
   11.34 -	
   11.35 -	
   11.36 +{	
   11.37  	PKG_NAME="$PACKAGE"
   11.38  	PKG_VERS="$VERSION"
   11.39 -	# Get the core packages messages.
   11.40 -	for pkg in $CORE_PKGS
   11.41 -	do
   11.42 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   11.43 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   11.44 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   11.45 -				$fs/usr/share/locale
   11.46 -		fi
   11.47 -	done
   11.48 +	mk_locale_dir
   11.49 +	get_slitaz_messages
   11.50 +	get_core_messages
   11.51  	PACKAGE="$PKG_NAME"
   11.52  	VERSION="$PKG_VERS"
   11.53  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    12.1 --- a/locale-hu/stuff/etc/xdg/openbox/menu.hu.xml	Sat May 16 01:18:38 2009 +0200
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,169 +0,0 @@
    12.4 -<?xml version="1.0" encoding="UTF-8"?>
    12.5 -
    12.6 -<openbox_menu xmlns="http://openbox.org/3.4/menu">
    12.7 -
    12.8 -<!-- Favorite applications -->
    12.9 -<menu id="favorites-menu" label="Kedvenc alkalmazások">
   12.10 -  <item label="Fájlkezelõ">
   12.11 -    <action name="Execute"><command>pcmanfm</command></action>
   12.12 -  </item>
   12.13 -  <item label="Terminál">
   12.14 -    <action name="Execute"><command>xterm</command></action>
   12.15 -  </item>
   12.16 -  <item label="Meghajtók csatolása">
   12.17 -    <action name="Execute"><command>subox mountbox</command></action>
   12.18 -  </item>
   12.19 -  <item label="Web Böngészõ">
   12.20 -    <action name="Execute"><command>firefox</command></action>
   12.21 -  </item>
   12.22 -  <item label="Szövegszerkesztõ">
   12.23 -    <action name="Execute"><command>leafpad</command></action>
   12.24 -  </item>
   12.25 -  <item label="Képnézegetõ">
   12.26 -    <action name="Execute"><command>gpicview</command></action>
   12.27 -  </item>
   12.28 -</menu>
   12.29 -
   12.30 -<!-- Desktop files -->
   12.31 -<menu id="desktop-menu" label="Asztali fájlok és ikonok">
   12.32 -  <item label="Új mappa létrehozása">
   12.33 -    <action name="Execute"><command>desktopbox new-folder</command></action>
   12.34 -  </item>
   12.35 -  <item label="Új fájl létrehozása">
   12.36 -    <action name="Execute"><command>desktopbox new-file</command></action>
   12.37 -  </item>
   12.38 -  <separator />
   12.39 -  <item label="Új ikon hozzáadása">
   12.40 -    <action name="Execute"><command>desktopbox add-icons</command></action>
   12.41 -  </item>
   12.42 -</menu>
   12.43 -
   12.44 -<!-- Desktop effects -->
   12.45 -<menu id="desktop-effects" label="Asztali hatások">
   12.46 -  <item label="Composite aktiválása">
   12.47 -    <action name="Execute"><command>xcompmgr</command></action>
   12.48 -  </item>
   12.49 -  <item label="Árnyékok aktiválása">
   12.50 -    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
   12.51 -  </item>
   12.52 -  <item label="Fény-árnyék aktiválása">
   12.53 -    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
   12.54 -  </item>
   12.55 -  <separator />
   12.56 -  <item label="Áttetszés beállítása (aktuális)">
   12.57 -    <action name="Execute">
   12.58 -      <command>transset-df --actual --max 60</command>
   12.59 -    </action>
   12.60 -  </item>
   12.61 -  <item label="Áttetszõség beállítása (klikk)">
   12.62 -    <action name="Execute">
   12.63 -      <command>transset-df --click --max 60</command>
   12.64 -    </action>
   12.65 -  </item>
   12.66 -  <separator />
   12.67 -  <item label="Hatások kikapcsolása">
   12.68 -    <action name="Execute"><command>killall xcompmgr</command></action>
   12.69 -  </item>
   12.70 -</menu>
   12.71 -
   12.72 -<!-- SliTaz Live (Tazlito and Tazusb) -->
   12.73 -<menu id="slitaz-live-menu" label="SliTaz Live">
   12.74 -  <item label="Tazlito LiveCD Készítõ">
   12.75 -    <action name="Execute"><command>subox tazlitobox</command></action>
   12.76 -  </item>
   12.77 -  <separator />
   12.78 -  <item label="TazUSB LiveUSB Készítõ">
   12.79 -    <action name="Execute">
   12.80 -      <command>subox tazusbbox</command>
   12.81 -    </action>
   12.82 -  </item>
   12.83 -  <item label="TazUSB Writefs (gzip)">
   12.84 -    <action name="Execute">
   12.85 -      <command>subox "xterm -e tazusb writefs gzip"</command>
   12.86 -    </action>
   12.87 -  </item>
   12.88 -  <item label="TazUSB Writefs (lzma)">
   12.89 -    <action name="Execute">
   12.90 -      <command>subox "xterm -e tazusb writefs lzma"</command>
   12.91 -    </action>
   12.92 -  </item>
   12.93 -  <item label="TazUSB Writefs (none)">
   12.94 -    <action name="Execute">
   12.95 -      <command>subox "xterm -e tazusb writefs none"</command>
   12.96 -    </action>
   12.97 -  </item>
   12.98 -</menu>
   12.99 -
  12.100 -<!-- SliTaz documentation -->
  12.101 -<menu id="documentation-menu" label="Dokumentáció">
  12.102 -  <item label="Tazlito kézikönyv">
  12.103 -    <action name="Execute">
  12.104 -      <command>firefox /usr/share/doc/tazlito/tazlito.html</command>
  12.105 -    </action>
  12.106 -  </item>
  12.107 -  <item label="Tazpkg kézikönyv">
  12.108 -    <action name="Execute">
  12.109 -      <command>firefox /usr/share/doc/tazpkg/tazpkg.html</command>
  12.110 -    </action>
  12.111 -  </item>
  12.112 -  <item label="TazUSB Kézikönyv (angol)">
  12.113 -    <action name="Execute">
  12.114 -      <command>firefox /usr/share/doc/tazusb/tazusb.en.html</command>
  12.115 -    </action>
  12.116 -  </item>
  12.117 -  <item label="Tazwok Kézikönyv">
  12.118 -    <action name="Execute">
  12.119 -      <command>firefox /usr/share/doc/tazwok/tazwok.html</command>
  12.120 -    </action>
  12.121 -  </item>
  12.122 -  <item label="GNU General Public License">
  12.123 -    <action name="Execute">
  12.124 -      <command>xterm -T "General Public License" -e less -M /usr/share/licenses/gpl.txt</command>
  12.125 -    </action>
  12.126 -  </item>
  12.127 -</menu>
  12.128 -
  12.129 -<!-- Openbox configuration -->
  12.130 -<menu id="openbox-menu" label="Openbox">
  12.131 -  <item label="ObConf-Openbox beállítása">
  12.132 -    <action name="Execute"><command>obconf</command></action>
  12.133 -  </item>
  12.134 -  <item label="Automatikus indítás Script">
  12.135 -    <action name="Execute">
  12.136 -      <command>geany ~/.config/openbox/autostart.sh</command>
  12.137 -    </action>
  12.138 -  </item>
  12.139 -  <item label="Openbox Menü">
  12.140 -    <action name="Execute">
  12.141 -      <command>geany ~/.config/openbox/menu.xml</command>
  12.142 -    </action>
  12.143 -  </item>
  12.144 -  <separator />
  12.145 -  <item label="Újrakonfigurálás">
  12.146 -    <action name="Reconfigure" />
  12.147 -  </item>
  12.148 -  <item label="Újraindítás">
  12.149 -    <action name="Restart" />
  12.150 -  </item>
  12.151 -</menu>
  12.152 -
  12.153 -<menu id="root-menu" label="Openbox 3">
  12.154 -  <!-- <separator label="SliTaz Openbox" /> -->
  12.155 -  <menu id="favorites-menu" />
  12.156 -  <menu id="desktop-menu" />
  12.157 -  <!-- Pipe menu to open folder using GTK bookmarks -->
  12.158 -  <menu id="open-folder-menu" label="Mappa megnyitása"
  12.159 -        execute="/usr/lib/openbox/open-folder-menu.sh" />
  12.160 -  <menu id="desktop-effects" />
  12.161 -  <menu id="slitaz-live-menu" />
  12.162 -  <menu id="documentation-menu" />
  12.163 -  <separator />
  12.164 -  <menu id="client-list-menu" />
  12.165 -  <menu id="openbox-menu" />
  12.166 -  <separator />
  12.167 -  <item label="Kijelentkezés">
  12.168 -    <action name="Execute"><command>desktopbox logout</command></action>
  12.169 -  </item>
  12.170 -</menu>
  12.171 -
  12.172 -</openbox_menu>
    13.1 --- a/locale-hu/stuff/usr/share/doc/slitaz/index.hu.html	Sat May 16 01:18:38 2009 +0200
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,109 +0,0 @@
    13.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    13.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    13.6 -<head>
    13.7 -  <title>SliTaz - System doc</title>
    13.8 -  <meta http-equiv="content-type"
    13.9 - content="text/html; charset=ISO-8859-1">
   13.10 -  <meta name="description"
   13.11 - content="slitaz doc system releases notes information cooking">
   13.12 -  <meta name="expires" content="never">
   13.13 -  <meta name="modified" content="2009-04-16 10:30:00">
   13.14 -  <meta name="publisher" content="www.slitaz.org">
   13.15 -  <meta name="author" content="Christophe Lincoln">
   13.16 -  <link rel="shortcut icon" href="favicon.ico">
   13.17 -  <link rel="stylesheet" type="text/css" href="book.css">
   13.18 -</head>
   13.19 -<body bgcolor="#ffffff">
   13.20 -<!-- Header and quick navigation -->
   13.21 -<div id="header">
   13.22 -<div id="quicknav" align="right"> <a name="top"></a> <a
   13.23 - href="http://www.slitaz.org/">www.slitaz.org</a> | <a
   13.24 - href="http://forum.slitaz.org/">forum.slitaz.org</a> | <a
   13.25 - href="http://labs.slitaz.org/">labs.slitaz.org</a>
   13.26 -</div>
   13.27 -<h1><font color="#3e1220">SliTaz - System doc</font></h1>
   13.28 -</div>
   13.29 -<!-- Content. -->
   13.30 -<div id="content">
   13.31 -<div class="content-right"></div>
   13.32 -<h2><font color="#df8f06">Documentation</font></h2>
   13.33 -
   13.34 -<h3><font color="#6c0023">[hu] Megjegyz&eacute;s a kiad&aacute;shoz<br>
   13.35 -</font></h3>
   13.36 -<p>A SliTaz GNU/Linux stabil kiad&aacute;sa a rendszerre
   13.37 -telep&iacute;tett projekt-eszk&ouml;z&ouml;kkel,
   13.38 -le&iacute;r&aacute;sokkal &eacute;s <a href="relnotes.hu.html">Kiad&aacute;si
   13.39 -t&aacute;j&eacute;koztat&oacute;val</a> jelent meg. A
   13.40 -le&iacute;r&aacute;sok &eacute;s ez az oldal az Openbox men&uuml;n
   13.41 -kereszt&uuml;l &eacute;rhet&#337;k el. A Slitazzal kapcsolatos
   13.42 -&aacute;ltal&aacute;nos inform&aacute;ci&oacute;k&eacute;rt
   13.43 -k&eacute;rj&uuml;k l&aacute;togassa meg a <a
   13.44 - href="http://www.slitaz.org/hu/">projekt oldalt</a> . A rendszer
   13.45 -be&aacute;ll&iacute;t&aacute;s&aacute;hoz &eacute;s
   13.46 -haszn&aacute;lat&aacute;hoz olvassa el a&nbsp; <a
   13.47 - href="http://www.slitaz.org/hu/doc/handbook/">K&eacute;zik&ouml;nyvet</a>.
   13.48 -A k&ouml;z&ouml;ss&eacute;gr&#337;l a
   13.49 -<a href="http://wiki.slitaz.org/">SliTaz Wiki</a>&nbsp; oldalon
   13.50 -tal&aacute;l dokomentumokat. T&aacute;mogat&aacute;st a Slitaz
   13.51 -k&ouml;z&ouml;ss&eacute;gi <a href="http://forum.slitaz.org/#idx2">F&oacute;rumon</a>
   13.52 -kereszt&uuml;l kaphat. </p>
   13.53 -<p>A Cooking verzi&oacute;hoz nincs t&aacute;j&eacute;koztat&oacute;, a
   13.54 -v&aacute;ltoztat&aacute;sokat k&ouml;zz&eacute;tessz&uuml;k a honlapon,
   13.55 -&eacute;s a <a href="http://labs.slitaz.org/">Labs</a>
   13.56 -szolg&aacute;ltat &uacute;j inform&aacute;ci&oacute;kat a projektbeli
   13.57 -tev&eacute;kenys&eacute;gekr&#337;l. Csak&uacute;gy, mint a stabil
   13.58 -verzi&oacute;hoz, ehhez is tal&aacute;lhat&oacute;
   13.59 -dokument&aacute;ci&oacute; &eacute;s t&aacute;mogat&aacute;s a
   13.60 -k&ouml;z&ouml;ss&eacute;gi f&oacute;rumban.
   13.61 -</p>
   13.62 -
   13.63 -<a name="cloud"></a>
   13.64 -<h3><font color="#6c0023">Tag cloud</font></h3>
   13.65 -<!-- 10 Cloud tag are available. -->
   13.66 -<div id="cloud">
   13.67 -<p> <a href="http://forum.slitaz.org/" class="tag6">Support</a> <a
   13.68 - href="http://www.slitaz.org/en/doc/handbook/livecd.html" class="tag9">LiveCD</a>
   13.69 -<a href="http://www.slitaz.org/en/doc/" class="tag3">Documentation</a> <a
   13.70 - href="http://www.slitaz.org/en/" class="tag7">SliTaz GNU/Linux</a> <a
   13.71 - href="http://www.slitaz.org/en/about/" class="tag4">About</a> <a
   13.72 - href="http://labs.slitaz.org/" class="tag6">Laboratories</a> <a
   13.73 - href="http://www.slitaz.org/en/doc/handbook/" class="tag6">Handbook</a>
   13.74 -<a href="http://www.slitaz.org/en/doc/handbook/network-config.html"
   13.75 - class="tag4">Wifi</a> <a
   13.76 - href="http://www.slitaz.org/en/doc/handbook/packages.html" class="tag6">Package
   13.77 -management</a> <a
   13.78 - href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag8">LiveUSB</a>
   13.79 -<a href="http://www.slitaz.org/en/devel/" class="tag5">Development</a> <a
   13.80 - href="http://www.slitaz.org/en/doc/handbook/enlightenment.html"
   13.81 - class="tag3">e17</a> <a href="http://www.slitaz.org/en/packages/"
   13.82 - class="tag6">Packages</a> <a href="http://wiki.slitaz.org/"
   13.83 - class="tag6">Wiki</a> <a href="http://www.slitaz.org/en/doc/cookbook/"
   13.84 - class="tag3">Cookbook</a> <a href="http://labs.slitaz.org/news"
   13.85 - class="tag6">Labs News</a> <a
   13.86 - href="http://www.slitaz.org/en/doc/handbook/security.html" class="tag5">Security</a>
   13.87 -<a href="http://www.slitaz.org/en/doc/handbook/openbox.html"
   13.88 - class="tag7">Openbox</a> <a
   13.89 - href="http://www.slitaz.org/en/mailing-list.html" class="tag5">Mailing
   13.90 -list</a> <a href="http://www.slitaz.org/en/artwork/" class="tag4">Artwork</a>
   13.91 -<a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD
   13.92 -flavor</a> <a href="http://boot.slitaz.org/" class="tag8">Web Boot</a>
   13.93 -</p>
   13.94 -
   13.95 -</div>
   13.96 -<!-- End of content -->
   13.97 -</div>
   13.98 -<!-- Footer. -->
   13.99 -<div id="footer">
  13.100 -<div class="footer-right"></div>
  13.101 -<a href="#top">Top of the page</a>
  13.102 -</div>
  13.103 -<div id="copy"> Copyright &copy; 2009 <a href="http://www.slitaz.org/">SliTaz</a>
  13.104 -- <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public
  13.105 -License</a>;<br>
  13.106 -Documentation publi&eacute;es sous <a
  13.107 - href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation
  13.108 -License</a> et cod&eacute;e en <a href="http://validator.w3.org/">xHTML
  13.109 -1.0 valide</a>.
  13.110 -</div>
  13.111 -</body>
  13.112 -</html>
    14.1 --- a/locale-hu/stuff/usr/share/slitaz-tools/installer/hu.msg	Sat May 16 01:18:38 2009 +0200
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,46 +0,0 @@
    14.4 -# slitaz-installer: Magyar fordítás.
    14.5 -
    14.6 -# start_install
    14.7 -START_INSTALL_MSG="\n
    14.8 -Üdvözöljük a Slitaz Telepítõben\n\n
    14.9 -\Z2Új installálás vagy frissítés ?\Zn"
   14.10 -
   14.11 -# mount_cdrom
   14.12 -MOUNT_CDROM_ERROR_MSG="\
   14.13 -Nem található : rootfs.gz"
   14.14 -
   14.15 -# ask_for_target_dev
   14.16 -ASK_FOR_TARGET_DEV_MSG="\n
   14.17 -Kérjük adja meg a célpartíciót!\n\n
   14.18 -\Z2Használandó partíció:\Zn"
   14.19 -
   14.20 -# ask_for_mkfs_target_dev
   14.21 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
   14.22 -A Slitaz erre a partícióra települ : $TARGET_DEV\n\n
   14.23 -A következõ lépéssel a célpartíció ext3-ra formázható. Az ext3 egy fejlett, \
   14.24 -stabil naplózó fájlrendszer. Ha a partíciót már megformázta, akkor \
   14.25 -kihagyhatja ezt a lépést, ha nem, formázza meg. Figyelmeztetjük, hogy a formázás \
   14.26 -minden aktuális adatot töröl!\n\n
   14.27 -\Z2Meg akarja formázni a partíciót ext3-ra ?\Zn" 
   14.28 -
   14.29 -# ask_for_hostname
   14.30 -ASK_FOR_HOSTNAME_MSG="\n
   14.31 -A hosztnévvel beállíthat egy speciális azonosítót a számítógépnek. A hosztnevet \
   14.32 -belsõleg használjuk a hoszt azonosítására az interneten. A név megváltoztatható \
   14.33 -a rendszer telepítése után is.\n\n
   14.34 -\Z2Hostname:\Zn"
   14.35 -
   14.36 -# grub_install
   14.37 -GRUB_INSTALL_MSG="\n
   14.38 -Most van lehetõsége telepíteni a GRUB-boot töltõt, amivel elérhetõ a másik,  \
   14.39 -a gépen lévõ operációs rendszerek elindítása. Ha egy létezõ, telepített GRUB-ot\
   14.40 -akar használni, hagyja ki ezt a lépést, és adja hozzá a megfelelõ sorokat a GRUB \
   14.41 -konfigurációs fájlhoz (menu.lst). A SliTaz Telepítõ is létrehoz egy konfigurációs \
   14.42 -fájlt a célpartíción, melyet felhasználhat példaként. \
   14.43 -(/mnt/target/boot/grub/menu.lst).\n\n
   14.44 -\Z2Telepítsük-e a GRUB-ot erre: $TARGET_DISK ?\Zn" 
   14.45 -
   14.46 -# end_of_install
   14.47 -END_OF_INSTALL_MSG="\n
   14.48 -A telepítés befejezõdött, most kiléphet a Telepítõbõl és újraindíthatja a friss\
   14.49 -SliTaz GNU/Linux operációs rendszerét." 
    15.1 --- a/locale-id/receipt	Sat May 16 01:18:38 2009 +0200
    15.2 +++ b/locale-id/receipt	Sat May 16 02:25:40 2009 +0200
    15.3 @@ -6,11 +6,12 @@
    15.4  SHORT_DESC="Indonesian locale pack."
    15.5  MAINTAINER="pankso@slitaz.org"
    15.6  DEPENDS="glibc-base"
    15.7 -BUILD_DEPENDS="glibc glibc-locale"
    15.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    15.9  WEB_SITE="http://www.slitaz.org/"
   15.10  
   15.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   15.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   15.13 +# Source slitaz-i18n files from the wok.
   15.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   15.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   15.16  
   15.17  LOCALE="id"
   15.18  LOCALEDEF="id_ID"
   15.19 @@ -27,21 +28,13 @@
   15.20  }
   15.21  
   15.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   15.23 -# Genereted locale files are in /usr/lib/locale.
   15.24  genpkg_rules()
   15.25 -{
   15.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
   15.27 +{	
   15.28  	PKG_NAME="$PACKAGE"
   15.29  	PKG_VERS="$VERSION"
   15.30 -	# Get the core packages messages.
   15.31 -	for pkg in $CORE_PKGS
   15.32 -	do
   15.33 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   15.34 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   15.35 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   15.36 -				$fs/usr/share/locale
   15.37 -		fi
   15.38 -	done
   15.39 +	mk_locale_dir
   15.40 +	get_slitaz_messages
   15.41 +	get_core_messages
   15.42  	PACKAGE="$PKG_NAME"
   15.43  	VERSION="$PKG_VERS"
   15.44  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    16.1 --- a/locale-it/receipt	Sat May 16 01:18:38 2009 +0200
    16.2 +++ b/locale-it/receipt	Sat May 16 02:25:40 2009 +0200
    16.3 @@ -6,11 +6,12 @@
    16.4  SHORT_DESC="Italian locale pack."
    16.5  MAINTAINER="pankso@slitaz.org"
    16.6  DEPENDS="glibc-base"
    16.7 -BUILD_DEPENDS="glibc glibc-locale"
    16.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    16.9  WEB_SITE="http://www.slitaz.org/"
   16.10  
   16.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   16.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   16.13 +# Source slitaz-i18n files from the wok.
   16.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   16.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   16.16  
   16.17  LOCALE="it"
   16.18  LOCALEDEF="it_IT"
   16.19 @@ -27,21 +28,13 @@
   16.20  }
   16.21  
   16.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.23 -# Genereted locale files are in /usr/lib/locale.
   16.24  genpkg_rules()
   16.25 -{
   16.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
   16.27 +{	
   16.28  	PKG_NAME="$PACKAGE"
   16.29  	PKG_VERS="$VERSION"
   16.30 -	# Get the core packages messages.
   16.31 -	for pkg in $CORE_PKGS
   16.32 -	do
   16.33 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   16.34 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   16.35 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   16.36 -				$fs/usr/share/locale
   16.37 -		fi
   16.38 -	done
   16.39 +	mk_locale_dir
   16.40 +	get_slitaz_messages
   16.41 +	get_core_messages
   16.42  	PACKAGE="$PKG_NAME"
   16.43  	VERSION="$PKG_VERS"
   16.44  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    17.1 --- a/locale-pt/receipt	Sat May 16 01:18:38 2009 +0200
    17.2 +++ b/locale-pt/receipt	Sat May 16 02:25:40 2009 +0200
    17.3 @@ -6,13 +6,14 @@
    17.4  SHORT_DESC="Portuguese/Brazilian locale pack."
    17.5  MAINTAINER="pankso@slitaz.org"
    17.6  DEPENDS="glibc-base"
    17.7 -BUILD_DEPENDS="glibc glibc-locale"
    17.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    17.9  WEB_SITE="http://www.slitaz.org/"
   17.10  
   17.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   17.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   17.13 +# Source slitaz-i18n files from the wok.
   17.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   17.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   17.16  
   17.17 -LOCALE="pt_BR"
   17.18 +LOCALE="pt"
   17.19  LOCALEDEF="pt_BR"
   17.20  CHARMAP="ISO-8859-1"
   17.21  
   17.22 @@ -27,28 +28,16 @@
   17.23  }
   17.24  
   17.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   17.26 -# Genereted locale files are in /usr/lib/locale.
   17.27  genpkg_rules()
   17.28 -{
   17.29 -	mkdir -p $fs/usr/share/locale/$LOCALE \
   17.30 -		$fs/usr/lib/locale $fs/etc/xdg \
   17.31 -		$fs/usr/share/slitaz/messages
   17.32 -	cp -a stuff/doc $fs/usr/share
   17.33 -	cp -a stuff/messages $fs/usr/share/slitaz/messages/pt
   17.34 -	cp -a stuff/openbox $fs/etc/xdg
   17.35 +{	
   17.36  	PKG_NAME="$PACKAGE"
   17.37  	PKG_VERS="$VERSION"
   17.38 -	# Get the core packages messages.
   17.39 -	for pkg in $CORE_PKGS
   17.40 -	do
   17.41 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   17.42 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   17.43 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   17.44 -				$fs/usr/share/locale
   17.45 -		fi
   17.46 -	done
   17.47 +	mk_locale_dir
   17.48 +	get_slitaz_messages
   17.49 +	get_core_messages
   17.50  	PACKAGE="$PKG_NAME"
   17.51  	VERSION="$PKG_VERS"
   17.52 +	LOCALE="pt_BR"
   17.53  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
   17.54  }
   17.55  
    18.1 --- a/locale-pt/stuff/doc/slitaz/index.pt.html	Sat May 16 01:18:38 2009 +0200
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,88 +0,0 @@
    18.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    18.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    18.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
    18.7 -<head>
    18.8 -	<title>SliTaz - Documentao do Sistema</title>
    18.9 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   18.10 -	<meta name="description" content="slitaz doc system releases notes information cooking" />
   18.11 -	<meta name="expires" content="never" />
   18.12 -	<meta name="modified" content="2009-04-16 10:30:00" />
   18.13 -	<meta name="publisher" content="www.slitaz.org" />
   18.14 -	<meta name="author" content="Christophe Lincoln"/>
   18.15 -	<link rel="shortcut icon" href="favicon.ico" />
   18.16 -	<link rel="stylesheet" type="text/css" href="book.css" />
   18.17 -</head>
   18.18 -<body bgcolor="#ffffff">
   18.19 -
   18.20 -<!-- Header and quick navigation -->
   18.21 -<div id="header">
   18.22 -<div align="right" id="quicknav">
   18.23 -	<a name="top"></a>
   18.24 -	<a href="index.en.html">English</a>
   18.25 -</div>
   18.26 -<h1><font color="#3E1220">SliTaz - Documentao do Sistema</font></h1>
   18.27 -</div>
   18.28 -
   18.29 -<!-- Content. -->
   18.30 -<div id="content">
   18.31 -<div class="content-right"></div>
   18.32 -
   18.33 -<h2><font color="#DF8F06">Documentao (pt)</font></h2>
   18.34 -
   18.35 -<p>
   18.36 -A verso de testes (cooking) do SliTaz no fornece notas de lanamento, 
   18.37 -qualquer mudana para esta verso  anunciada no website e o 
   18.38 -<a href="http://labs.slitaz.org/">SliTaz Labs</a> traz as ltimas notcias 
   18.39 -e atividades do projeto. Assim como na verso estvel, voc ir obter 
   18.40 -informaes sobre a verso de testes no website e suporte no 
   18.41 -<a href="http://forum.slitaz.org/">frum</a> do projeto.
   18.42 -</p>
   18.43 -
   18.44 -<a name="cloud"></a>
   18.45 -<!-- 10 Cloud tag are available. -->
   18.46 -<div id="cloud">
   18.47 -<p>
   18.48 -	<a href="http://forum.slitaz.org/" class="tag6">Suporte</a>
   18.49 -	<a href="http://www.slitaz.org/pt/doc/handbook/livecd.html" class="tag9">LiveCD</a>
   18.50 -	<a href="http://www.slitaz.org/pt/doc/" class="tag3">Documentao</a>
   18.51 -	<a href="http://www.slitaz.org/pt/" class="tag7">SliTaz GNU/Linux</a>
   18.52 -	<a href="http://www.slitaz.org/pt/about/" class="tag4">Sobre</a>
   18.53 -	<a href="http://labs.slitaz.org/" class="tag6">Labs</a>
   18.54 -	<a href="http://www.slitaz.org/pt/doc/handbook/" class="tag6">Manual</a>
   18.55 -	<a href="http://www.slitaz.org/pt/doc/handbook/network-config.html" class="tag4">Wifi</a>
   18.56 -	<a href="http://www.slitaz.org/pt/doc/handbook/packages.html" class="tag6">Gerenciador de Pacotes</a>
   18.57 -	<a href="http://www.slitaz.org/pt/doc/handbook/liveusb.html" class="tag8">LiveUSB</a>
   18.58 -	<a href="http://www.slitaz.org/pt/devel/" class="tag5">Desenvolvimento</a>
   18.59 -	<a href="http://www.slitaz.org/pt/doc/handbook/enlightenment.html" class="tag3">e17</a>
   18.60 -	<a href="http://www.slitaz.org/pt/packages/" class="tag6">Pacotes</a>
   18.61 -	<a href="http://wiki.slitaz.org/" class="tag6">Wiki</a>
   18.62 -	<a href="http://www.slitaz.org/pt/doc/cookbook/" class="tag3">Livro de Receitas</a>
   18.63 -	<a href="http://labs.slitaz.org/news" class="tag6">Notcias do Labs</a>
   18.64 -	<a href="http://www.slitaz.org/pt/doc/handbook/security.html" class="tag5">Segurana</a>
   18.65 -	<a href="http://www.slitaz.org/pt/doc/handbook/openbox.html" class="tag7">Openbox</a>
   18.66 -	<a href="http://www.slitaz.org/pt/mailing-list.html" class="tag5">Lista de Discusso</a>
   18.67 -	<a href="http://www.slitaz.org/pt/artwork/" class="tag4">Arte</a>
   18.68 -	<a href="http://www.slitaz.org/pt/get/flavors.html" class="tag6">Variantes do LiveCD</a>
   18.69 -	<a href="http://boot.slitaz.org/" class="tag8">Boot via Web</a>
   18.70 -</p>
   18.71 -</div>
   18.72 -
   18.73 -<!-- End of content -->
   18.74 -</div>
   18.75 -
   18.76 -<!-- Footer. -->
   18.77 -<div id="footer">
   18.78 -	<div class="footer-right"></div>
   18.79 -	<a href="#top">Topo da Pgina</a>
   18.80 -</div>
   18.81 -
   18.82 -<div id="copy">
   18.83 -	Copyright &copy; 2009 <a href="http://www.slitaz.org/">SliTaz</a> -
   18.84 -	<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
   18.85 -	Documentation publies sous
   18.86 -	<a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
   18.87 -	et code en <a href="http://validator.w3.org/">xHTML 1.0 valide</a>.
   18.88 -</div>
   18.89 -
   18.90 -</body>
   18.91 -</html>
    19.1 --- a/locale-pt/stuff/messages/desktopbox.msg	Sat May 16 01:18:38 2009 +0200
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,13 +0,0 @@
    19.4 -# SliTaz desktopbox messages.
    19.5 -
    19.6 -CHARS_SIZE="72"
    19.7 -NEW_FOLDER_LABEL="Criar uma nova pasta no desktop:"
    19.8 -FOLDER_ENTRY_MSG="pasta"
    19.9 -NEW_FILE_LABEL="Criar um novo arquivo no desktop:"
   19.10 -FILE_ENTRY_MSG="arquivo"
   19.11 -ADD_ICON_LABEL="Adiciona ícones ao desktop"
   19.12 -DESKTOP_DIALOG_TAZUSB="Salva o sistema de arquivo usando compressão"
   19.13 -DESKTOP_DIALOG_LABEL="Finalizar sessão, reiniciar ou desligar o sistema"
   19.14 -DESKTOP_LOGOUT_BUTTON="Finalizar Sessão"
   19.15 -DESKTOP_SHUTDOWN_BUTTON="Desligar Computador"
   19.16 -DESKTOP_REBOOT_BUTTON="Reiniciar Sistema"
    20.1 --- a/locale-pt/stuff/messages/installer.msg	Sat May 16 01:18:38 2009 +0200
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,46 +0,0 @@
    20.4 -# slitaz-installer: Portuguese translation.
    20.5 -
    20.6 -# start_install
    20.7 -START_INSTALL_MSG="\n
    20.8 -Bem-vindo ao instalador do SliTaz.\n\n
    20.9 -\Z2Iniciar uma nova instalao ou atualizar?\Zn"
   20.10 -
   20.11 -# mount_cdrom
   20.12 -MOUNT_CDROM_ERROR_MSG="\
   20.13 -Arquivo no encontrado : rootfs.gz"
   20.14 -
   20.15 -# ask_for_target_dev
   20.16 -ASK_FOR_TARGET_DEV_MSG="\n
   20.17 -Por favor, indique a partio alvo.\n\n
   20.18 -\Z2Partio a ser usada:\Zn"
   20.19 -
   20.20 -# ask_for_mkfs_target_dev
   20.21 -ASK_FOR_MKFS_TARGET_DEV_MSG="\n
   20.22 -O SliTaz ser instalado na partio: $TARGET_DEV\n\n
   20.23 -O prximo passo far com que a partio seja formatada em ext3, um robusto \
   20.24 -e estvel sistema de arquivos com suporte a journaling. Se a partio j \
   20.25 -estiver formatada voc pode pular este estgio, caso contrrio, confirme o passo. \
   20.26 -Aviso: a formatao da partio destruir todos os dados contidos nela.\n\n
   20.27 -\Z2Voc deseja formatar a partio em ext3?\Zn" 
   20.28 -
   20.29 -# ask_for_hostname
   20.30 -ASK_FOR_HOSTNAME_MSG="\n
   20.31 -A configurao do nome do host (hostname) permite a voc especificar o nome \
   20.32 -da mquina. Este nome  usado internamente para identificar a mquina numa rede. \
   20.33 -Este valor pode ser mudado depois que o sistema estiver instalado.\n\n
   20.34 -\Z2Nome do Host:\Zn"
   20.35 -
   20.36 -# grub_install
   20.37 -GRUB_INSTALL_MSG="\n
   20.38 -Agora voc tem a opo de instalar do gerenciador de boot GRUB, que  capaz \
   20.39 -de bootar quase todo tipo de sistema operacional. Se voc quiser usar uma \
   20.40 -instalao existente do GRUB, pule este passo e adicione as linhas corretas \
   20.41 -ao seu arquivo de configurao do GRUB (menu.lst). Note que o instalador do \
   20.42 -SliTaz cria um arquivo de configurao na partia alvo que pode ser usado \
   20.43 -como exemplo (/mnt/target/boot/grub/menu.lst).\n\n
   20.44 -\Z2Instalar o GRUB em: $TARGET_DISK ?\Zn" 
   20.45 -
   20.46 -# end_of_install
   20.47 -END_OF_INSTALL_MSG="\n
   20.48 -Instalao finalizada, voc agora pode sair do instalador ou reiniciar o seu \
   20.49 -novo sistema operacional SliTaz GNU/Linux."
   20.50 \ No newline at end of file
    21.1 --- a/locale-pt/stuff/openbox/menu.pt.xml	Sat May 16 01:18:38 2009 +0200
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,158 +0,0 @@
    21.4 -<?xml version="1.0" encoding="UTF-8"?>
    21.5 -
    21.6 -<openbox_menu xmlns="http://openbox.org/3.4/menu">
    21.7 -
    21.8 -<!-- Aplicações Favoritas -->
    21.9 -<menu id="favorites-menu" label="Aplicativos Favoritos">
   21.10 -  <item label="Gerenciador de Arquivos">
   21.11 -    <action name="Execute"><command>pcmanfm</command></action>
   21.12 -  </item>
   21.13 -  <item label="Terminal">
   21.14 -    <action name="Execute"><command>terminal</command></action>
   21.15 -  </item>
   21.16 -  <item label="Navegador Web">
   21.17 -    <action name="Execute"><command>browser</command></action>
   21.18 -  </item>
   21.19 -  <item label="Editor de Texto">
   21.20 -    <action name="Execute"><command>editor</command></action>
   21.21 -  </item>
   21.22 -</menu>
   21.23 -
   21.24 -<!-- Desktop files -->
   21.25 -<menu id="desktop-menu" label="Arquivos &amp; Ícones do Desktop">
   21.26 -  <item label="Criar nova pasta">
   21.27 -    <action name="Execute"><command>desktopbox new-folder</command></action>
   21.28 -  </item>
   21.29 -  <item label="Criar novo arquivo">
   21.30 -    <action name="Execute"><command>desktopbox new-file</command></action>
   21.31 -  </item>
   21.32 -  <separator />
   21.33 -  <item label="Adicionar novo ícone">
   21.34 -    <action name="Execute"><command>desktopbox add-icons</command></action>
   21.35 -  </item>
   21.36 -</menu>
   21.37 -
   21.38 -<!-- Efeitos do Desktop -->
   21.39 -<menu id="desktop-effects" label="Efeitos Visuais">
   21.40 -  <item label="Ativar composite">
   21.41 -    <action name="Execute"><command>xcompmgr</command></action>
   21.42 -  </item>
   21.43 -  <item label="Ativar sombreamento">
   21.44 -    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
   21.45 -  </item>
   21.46 -  <item label="Ativar sombreamento/fade">
   21.47 -    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
   21.48 -  </item>
   21.49 -  <separator />
   21.50 -  <item label="Definir opacidade (atual)">
   21.51 -    <action name="Execute">
   21.52 -      <command>transset-df --actual --max 60</command>
   21.53 -    </action>
   21.54 -  </item>
   21.55 -  <item label="Definir opacidade (click)">
   21.56 -    <action name="Execute">
   21.57 -      <command>transset-df --click --max 60</command>
   21.58 -    </action>
   21.59 -  </item>
   21.60 -  <separator />
   21.61 -  <item label="Parar efeitos">
   21.62 -    <action name="Execute"><command>killall xcompmgr</command></action>
   21.63 -  </item>
   21.64 -</menu>
   21.65 -
   21.66 -<!-- SliTaz Live (Tazlito e Tazusb) -->
   21.67 -<menu id="slitaz-live-menu" label="SliTaz Live CD/USB">
   21.68 -  <item label="Tazlito - Ferramenta LiveCD">
   21.69 -    <action name="Execute"><command>subox tazlitobox</command></action>
   21.70 -  </item>
   21.71 -  <separator />
   21.72 -  <item label="TazUSB Writefs (gzip)">
   21.73 -    <action name="Execute">
   21.74 -      <command>subox "xterm -e tazusb writefs gzip"</command>
   21.75 -    </action>
   21.76 -  </item>
   21.77 -  <item label="TazUSB Writefs (lzma)">
   21.78 -    <action name="Execute">
   21.79 -      <command>subox "xterm -e tazusb writefs lzma"</command>
   21.80 -    </action>
   21.81 -  </item>
   21.82 -  <item label="TazUSB Writefs (none)">
   21.83 -    <action name="Execute">
   21.84 -      <command>subox "xterm -e tazusb writefs none"</command>
   21.85 -    </action>
   21.86 -  </item>
   21.87 -</menu>
   21.88 -
   21.89 -<!-- Documentação do SliTaz -->
   21.90 -<menu id="documentation-menu" label="Documentação">
   21.91 -  <item label="Manual do Tazlito">
   21.92 -    <action name="Execute">
   21.93 -      <command>browser /usr/share/doc/tazlito/tazlito.html</command>
   21.94 -    </action>
   21.95 -  </item>
   21.96 -  <item label="Manual do Tazpkg">
   21.97 -    <action name="Execute">
   21.98 -      <command>browser /usr/share/doc/tazpkg/tazpkg.html</command>
   21.99 -    </action>
  21.100 -  </item>
  21.101 -  <item label="Manual do TazUSB">
  21.102 -    <action name="Execute">
  21.103 -      <command>browser /usr/share/doc/tazusb/tazusb.en.html</command>
  21.104 -    </action>
  21.105 -  </item>
  21.106 -  <item label="Manual do Tazwok">
  21.107 -    <action name="Execute">
  21.108 -      <command>browser /usr/share/doc/tazwok/tazwok.html</command>
  21.109 -    </action>
  21.110 -  </item>
  21.111 -  <item label="Licença Pública Geral GNU">
  21.112 -    <action name="Execute">
  21.113 -      <command>browser /usr/share/licenses/gpl.txt</command>
  21.114 -    </action>
  21.115 -  </item>
  21.116 -</menu>
  21.117 -
  21.118 -<!-- Configuração do Openbox -->
  21.119 -<menu id="openbox-menu" label="Openbox">
  21.120 -  <item label="Configuração do Openbox (GUI)">
  21.121 -    <action name="Execute"><command>obconf</command></action>
  21.122 -  </item>
  21.123 -  <item label="Aplicações autoiniciadas">
  21.124 -    <action name="Execute">
  21.125 -      <command>editor ~/.config/openbox/autostart.sh</command>
  21.126 -    </action>
  21.127 -  </item>
  21.128 -  <item label="Menu do Openbox">
  21.129 -    <action name="Execute">
  21.130 -      <command>editor ~/.config/openbox/menu.xml</command>
  21.131 -    </action>
  21.132 -  </item>
  21.133 -  <separator />
  21.134 -  <item label="Reconfigurar">
  21.135 -    <action name="Reconfigure" />
  21.136 -  </item>
  21.137 -  <item label="Reiniciar">
  21.138 -    <action name="Restart" />
  21.139 -  </item>
  21.140 -</menu>
  21.141 -
  21.142 -<menu id="root-menu" label="Openbox 3">
  21.143 -  <!-- <separator label="SliTaz Openbox" /> -->
  21.144 -  <menu id="favorites-menu" />
  21.145 -  <menu id="desktop-menu" />
  21.146 -  <!-- Pipe menu to open folder using GTK bookmarks -->
  21.147 -  <menu id="open-folder-menu" label="Locais Favoritos"
  21.148 -        execute="/usr/lib/openbox/open-folder-menu.sh" />
  21.149 -  <menu id="desktop-effects" />
  21.150 -  <menu id="slitaz-live-menu" />
  21.151 -  <menu id="documentation-menu" />
  21.152 -  <separator />
  21.153 -  <menu id="client-list-menu" />
  21.154 -  <menu id="openbox-menu" />
  21.155 -  <separator />
  21.156 -  <item label="Sair">
  21.157 -    <action name="Execute"><command>desktopbox logout</command></action>
  21.158 -  </item>
  21.159 -</menu>
  21.160 -
  21.161 -</openbox_menu>
    22.1 --- a/locale-ru/receipt	Sat May 16 01:18:38 2009 +0200
    22.2 +++ b/locale-ru/receipt	Sat May 16 02:25:40 2009 +0200
    22.3 @@ -6,11 +6,12 @@
    22.4  SHORT_DESC="Russian locale pack."
    22.5  MAINTAINER="pankso@slitaz.org"
    22.6  DEPENDS="glibc-base"
    22.7 -BUILD_DEPENDS="glibc glibc-locale xorg-libX11"
    22.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    22.9  WEB_SITE="http://www.slitaz.org/"
   22.10  
   22.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   22.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   22.13 +# Source slitaz-i18n files from the wok.
   22.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   22.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   22.16  
   22.17  LOCALE="ru"
   22.18  LOCALEDEF="ru_RU"
   22.19 @@ -27,24 +28,16 @@
   22.20  }
   22.21  
   22.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   22.23 -# Genereted locale files are in /usr/lib/locale.
   22.24  genpkg_rules()
   22.25 -{
   22.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
   22.27 +{	
   22.28  	PKG_NAME="$PACKAGE"
   22.29  	PKG_VERS="$VERSION"
   22.30 -	# Get the core packages messages.
   22.31 -	for pkg in $CORE_PKGS
   22.32 -	do
   22.33 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   22.34 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   22.35 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   22.36 -				$fs/usr/share/locale
   22.37 -		fi
   22.38 -	done
   22.39 +	mk_locale_dir
   22.40 +	get_slitaz_messages
   22.41 +	get_core_messages
   22.42  	PACKAGE="$PKG_NAME"
   22.43  	VERSION="$PKG_VERS"
   22.44 -	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF.UTF-8
   22.45 +	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
   22.46  }
   22.47  
   22.48  # Back to C if it's the last used locale.
    23.1 --- a/locale-sl/receipt	Sat May 16 01:18:38 2009 +0200
    23.2 +++ b/locale-sl/receipt	Sat May 16 02:25:40 2009 +0200
    23.3 @@ -6,11 +6,12 @@
    23.4  SHORT_DESC="Slovenian locale pack."
    23.5  MAINTAINER="pankso@slitaz.org"
    23.6  DEPENDS="glibc-base"
    23.7 -BUILD_DEPENDS="glibc-locale"
    23.8 +BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    23.9  WEB_SITE="http://www.slitaz.org/"
   23.10  
   23.11 -CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
   23.12 -glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
   23.13 +# Source slitaz-i18n files from the wok.
   23.14 +. $WOK/slitaz-i18n/stuff/locale-pack.functions
   23.15 +. $WOK/slitaz-i18n/stuff/locale-pack.conf
   23.16  
   23.17  LOCALE="sl"
   23.18  LOCALEDEF="sl_SI"
   23.19 @@ -27,21 +28,13 @@
   23.20  }
   23.21  
   23.22  # Rules to gen a SliTaz package suitable for Tazpkg.
   23.23 -# Genereted locale files are in /usr/lib/locale.
   23.24  genpkg_rules()
   23.25 -{
   23.26 -	mkdir -p $fs/usr/share/locale/$LOCALE $fs/usr/lib/locale
   23.27 +{	
   23.28  	PKG_NAME="$PACKAGE"
   23.29  	PKG_VERS="$VERSION"
   23.30 -	# Get the core packages messages.
   23.31 -	for pkg in $CORE_PKGS
   23.32 -	do
   23.33 -		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   23.34 -		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   23.35 -			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   23.36 -				$fs/usr/share/locale
   23.37 -		fi
   23.38 -	done
   23.39 +	mk_locale_dir
   23.40 +	get_slitaz_messages
   23.41 +	get_core_messages
   23.42  	PACKAGE="$PKG_NAME"
   23.43  	VERSION="$PKG_VERS"
   23.44  	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/slitaz-i18n/receipt	Sat May 16 02:25:40 2009 +0200
    24.3 @@ -0,0 +1,34 @@
    24.4 +# SliTaz package receipt
    24.5 +
    24.6 +PACKAGE="slitaz-i18n"
    24.7 +VERSION="1.0"
    24.8 +CATEGORY="system-tools"
    24.9 +SHORT_DESC="SliTaz internationalization meta packages to build locale pack."
   24.10 +MAINTAINER="pankso@slitaz.org"
   24.11 +DEPENDS="slitaz-configs slitaz-doc slitaz-tools"
   24.12 +SUGGESTED="locale-de locale-es locale-fr locale-hu locale-pt"
   24.13 +WEB_SITE="http://www.slitaz.org/"
   24.14 +
   24.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
   24.16 +genpkg_rules()
   24.17 +{
   24.18 +	mkdir -p $fs/usr/share/doc/slitaz
   24.19 +	. stuff/locale-pack.conf
   24.20 +	cat > $fs/usr/share/doc/slitaz/i18n.txt << _EOT_
   24.21 +SliTaz 18n information
   24.22 +================================================================================
   24.23 +
   24.24 +
   24.25 +Translated packages files include in the core languages pack (from upstream):
   24.26 +----
   24.27 +$CORE_PKGS
   24.28 +----
   24.29 +
   24.30 +SliTaz i18n project coordination in done on the Labs:
   24.31 +
   24.32 +	http://labs.slitaz.org/wiki/i18n
   24.33 +
   24.34 +
   24.35 +================================================================================
   24.36 +_EOT_
   24.37 +}
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/slitaz-i18n/stuff/locale-pack.conf	Sat May 16 02:25:40 2009 +0200
    25.3 @@ -0,0 +1,4 @@
    25.4 +# Packages translation include in the language pack.
    25.5 +
    25.6 +CORE_PKGS="asunder alsaplayer epdfview galculator geany gpicview gparted \
    25.7 +glib gtk+ grsync leafpad lxpanel lxtask obconf openbox pcmanfm xpad"
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/slitaz-i18n/stuff/locale-pack.functions	Sat May 16 02:25:40 2009 +0200
    26.3 @@ -0,0 +1,44 @@
    26.4 +#!/bin/sh
    26.5 +
    26.6 +# Standars directoris having translated files.
    26.7 +mk_locale_dir()
    26.8 +{
    26.9 +	mkdir -p \
   26.10 +		$fs/usr/share/locale/$LOCALE \
   26.11 +		$fs/usr/share/slitaz/messages \
   26.12 +		$fs/usr/share/doc/slitaz \
   26.13 +		$fs/usr/lib/locale \
   26.14 +		$fs/etc/xdg/openbox
   26.15 +}
   26.16 +
   26.17 +# Get translated files from SliTaz sub projects: configs, doc, tools.
   26.18 +get_slitaz_messages()
   26.19 +{
   26.20 +	. $WOK/slitaz-configs/receipt
   26.21 +	[ -f $WOK/slitaz-configs/slitaz-configs-$VERSION/rootfs/etc/xdg/openbox/menu.${LOCALE}.xml ] && \
   26.22 +		cp $WOK/slitaz-configs/slitaz-configs-$VERSION/rootfs/etc/xdg/openbox/menu.${LOCALE}.xml \
   26.23 +		$fs/etc/xdg/openbox
   26.24 +
   26.25 +	. $WOK/slitaz-doc/receipt
   26.26 +	[ -f $WOK/slitaz-doc/slitaz-doc-$VERSION/slitaz/index.${LOCALE}.html ] && \
   26.27 +		cp $WOK/slitaz-doc/slitaz-doc-$VERSION/slitaz/index.${LOCALE}.html \
   26.28 +		$fs/usr/share/doc/slitaz
   26.29 +
   26.30 +	. $WOK/slitaz-tools/receipt
   26.31 +	[ -d $WOK/slitaz-tools/slitaz-tools-$VERSION/messages/$LOCALE ] && \
   26.32 +		cp -a $WOK/slitaz-tools/slitaz-tools-$VERSION/messages/$LOCALE \
   26.33 +		$fs/usr/share/slitaz/messages
   26.34 +}
   26.35 +
   26.36 +# Get the core packages messages.
   26.37 +get_core_messages()
   26.38 +{
   26.39 +	for pkg in $CORE_PKGS
   26.40 +	do
   26.41 +		[ -f $WOK/$pkg/receipt ] && . $WOK/$pkg/receipt
   26.42 +		if [ -d $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE ]; then
   26.43 +			cp -a $WOK/$pkg/$PACKAGE-$VERSION/_pkg/usr/share/locale/$LOCALE \
   26.44 +				$fs/usr/share/locale
   26.45 +		fi
   26.46 +	done
   26.47 +}