tazusb rev 95

Fix: fr.po, tazusb.pot, tazusb for French translation.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Sep 01 02:19:47 2011 +0200 (2011-09-01)
parents 5a8b5b0a24a4
children 99dc5e340698
files po/tazusb/fr.po po/tazusb/tazusb.pot tazusb
line diff
     1.1 --- a/po/tazusb/fr.po	Wed Aug 31 16:59:55 2011 +0200
     1.2 +++ b/po/tazusb/fr.po	Thu Sep 01 02:19:47 2011 +0200
     1.3 @@ -22,9 +22,13 @@
     1.4  msgid "SliTaz Live USB - Version:"
     1.5  msgstr "SliTaz Live USB - Version:"
     1.6  
     1.7 +#: tazusb:31
     1.8 +msgid "Usage: "
     1.9 +msgstr "Syntaxe: "
    1.10 +
    1.11  #: tazusb:32
    1.12  msgid "Commands:"
    1.13 -msgstr "Commandes"
    1.14 +msgstr "Commandes: "
    1.15  
    1.16  #: tazusb:33
    1.17  msgid "Print this short usage."
    1.18 @@ -41,10 +45,10 @@
    1.19  #: tazusb:36
    1.20  msgid ""
    1.21  "Format and label device with ext3, ext2 or fat32 filesystem\n"
    1.22 -"                (for LiveUSB or /home). Default is ext3."
    1.23 +"(for LiveUSB or /home). Default is ext3.\n"
    1.24  msgstr ""
    1.25  "Formater et nommer un périphérique en ext3, ext2 ou fat32\n"
    1.26 -"                (pour LiveUSB ou /home). ext3 Par défault."
    1.27 +"(pour LiveUSB ou /home). ext3 Par défault.\n"
    1.28  
    1.29  #: tazusb:38
    1.30  msgid "Generate a bootable LiveUSB using files from the LiveCD."
    1.31 @@ -56,11 +60,11 @@
    1.32  
    1.33  #: tazusb:40
    1.34  msgid "Generate a bootable LiveUSB using files from ISO file."
    1.35 -msgstr "Générer un clé USB amrçable à partir d'une image ISO."
    1.36 +msgstr "Générer un clé USB amorçable à partir d'une image ISO."
    1.37  
    1.38  #: tazusb:41
    1.39  msgid "Remove old backup filesystems to free disk space."
    1.40 -msgstr "Supprimer les sauvegardes du système de fichier pour liberer de la place."
    1.41 +msgstr "Supprimer les sauvegardes pour libérer de la place."
    1.42  
    1.43  #: tazusbbox:50
    1.44  msgid "Ok"
     2.1 --- a/po/tazusb/tazusb.pot	Wed Aug 31 16:59:55 2011 +0200
     2.2 +++ b/po/tazusb/tazusb.pot	Thu Sep 01 02:19:47 2011 +0200
     2.3 @@ -22,8 +22,12 @@
     2.4  msgid "SliTaz Live USB - Version:"
     2.5  msgstr ""
     2.6  
     2.7 +#: tazusb:31
     2.8 +msgid "Usage: "
     2.9 +msgstr ""
    2.10 +
    2.11  #: tazusb:32
    2.12 -msgid "Commands:"
    2.13 +msgid "Commands: "
    2.14  msgstr ""
    2.15  
    2.16  #: tazusb:33
     3.1 --- a/tazusb	Wed Aug 31 16:59:55 2011 +0200
     3.2 +++ b/tazusb	Thu Sep 01 02:19:47 2011 +0200
     3.3 @@ -28,8 +28,8 @@
     3.4  usage ()
     3.5  {
     3.6  	echo -e "`gettext \"SliTaz Live USB - Version:\"` $VERSION\n
     3.7 -\033[1mUsage: \033[0m `basename $0` [command] [compression|device]
     3.8 -\033[1m`gettext \"Commands: \"`\033[0m\n
     3.9 +\033[1m`gettext \"Usage: \"`\033[0m `basename $0` [command] [compression|device]
    3.10 +\033[1m`gettext \"Commands:\"`\033[0m\n
    3.11    usage     	`gettext \"Print this short usage.\"`
    3.12    writefs 	`gettext \"Write the current filesystem to rootfs.gz.
    3.13    		Supported compression: lzma. gzip, none.\"`