slitaz-tools diff README @ rev 565

slitaz-installer: fix loram
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 27 10:50:24 2011 +0200 (2011-04-27)
parents 466b25aa321a
children 01da82173a8c
line diff
     1.1 --- a/README	Tue Jan 04 01:35:26 2011 +0100
     1.2 +++ b/README	Wed Apr 27 10:50:24 2011 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  To start a new translation please use msginit from the pot file directory.
     1.5  Example for French/France locale (fr_FR):
     1.6  
     1.7 -	$ msginit -l fr_FR -o fr.po -i subox.pot
     1.8 +	$ msginit -l fr_FR -o fr.po -i tazbox.pot
     1.9  
    1.10  To update all pot files when some new strings have been added (mainly for
    1.11  developers before commit):
    1.12 @@ -40,7 +40,7 @@
    1.13  compile your translation. Example for french locale, note that the file must 
    1.14  be copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
    1.15  
    1.16 -	$ msgfmt -o tazusb.mo fr.po
    1.17 +	$ msgfmt -o tazbox.mo fr.po
    1.18  
    1.19  
    1.20  ===============================================================================