wok rev 696

openbox + obconf: add French translation...
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 27 12:33:20 2008 +0200 (2008-04-27)
parents 3220c33df33d
children 41832070af28
files obconf/receipt obconf/stuff/obconf.desktop openbox/receipt
line diff
     1.1 --- a/obconf/receipt	Sat Apr 26 10:28:00 2008 +0000
     1.2 +++ b/obconf/receipt	Sun Apr 27 12:33:20 2008 +0200
     1.3 @@ -32,6 +32,13 @@
     1.4  	touch $fs/usr/share/mime/x-openbox-theme.xml
     1.5  	touch $fs/usr/share/mime/x-vbscript.xml
     1.6  	touch $fs/usr/share/mime/x-ms-win-installer.xml
     1.7 +	# Locale
     1.8 +	for i in $LOCALE
     1.9 +	do
    1.10 +		mkdir -p $fs/usr/share/locale/$i/LC_MESSAGES
    1.11 +		cp $src/po/$i.gmo \
    1.12 +			$fs/usr/share/locale/$i/LC_MESSAGES/obconf.mo
    1.13 +	done
    1.14  }
    1.15  
    1.16  # Update mime database.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/obconf/stuff/obconf.desktop	Sun Apr 27 12:33:20 2008 +0200
     2.3 @@ -0,0 +1,15 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Type=Application
     2.7 +Name=Openbox Configuration Manager
     2.8 +Name[fr]=Configuration d'Openbox
     2.9 +Name[zh_TW]=Openbox 組態管理器
    2.10 +Comment=Openbox configuration manager
    2.11 +Comment[fr]=Gestionnaire de préférences pour Openbox
    2.12 +Comment[zh_TW]=管理 Openbox 組態設定
    2.13 +Icon=obconf
    2.14 +Exec=obconf %f
    2.15 +Categories=Settings;DesktopSettings;GTK;
    2.16 +MimeType=application/x-openbox-theme
    2.17 +StartupNotify=true
    2.18 +Terminal=false
     3.1 --- a/openbox/receipt	Sat Apr 26 10:28:00 2008 +0000
     3.2 +++ b/openbox/receipt	Sun Apr 27 12:33:20 2008 +0200
     3.3 @@ -48,6 +48,14 @@
     3.4  	
     3.5  	# SliTaz theme
     3.6  	cp -a stuff/themes $fs/usr/share
     3.7 +	
     3.8 +	# Locale
     3.9 +	for i in $LOCALE
    3.10 +	do
    3.11 +		mkdir -p $fs/usr/share/locale/$i/LC_MESSAGES
    3.12 +		cp $src/po/$i.gmo \
    3.13 +			$fs/usr/share/locale/$i/LC_MESSAGES/openbox.mo
    3.14 +	done
    3.15  
    3.16  	# Set perms.
    3.17  	chown -R root.root $fs