diff options
author | anoncvs <anoncvs@mandriva.org> | 2001-11-05 19:39:39 +0000 |
---|---|---|
committer | anoncvs <anoncvs@mandriva.org> | 2001-11-05 19:39:39 +0000 |
commit | 8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c (patch) | |
tree | 7414c3308097f502cf571c2ae55187211a978f0f /po | |
parent | f5cdb6a9ccc1ebcd4e749c567764f2b86c5207a4 (diff) | |
download | urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.gz urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.bz2 urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.tar.xz urpmi-8a24e3e32e86ef31e4796d4cf5def8cb5d94f99c.zip |
+ correct typo in po/fr.po
*replace msgstr "usage: rpmf [<fichier>]"
by msgstr "usage: urpmf [options] <fichier>"
*replace msgstr "usage: urpmi.addmedia [--update] <nome> <url>"
by msgstr "usage: urpmi.addmedia [--update] <nom> <url>"
+ add inst.list that will contain list of package to install and not to upgrade. Now I have to learn perl ;)
Diffstat (limited to 'po')
-rw-r--r-- | po/fr.po | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -75,7 +75,8 @@ msgstr "" #: po/placeholder.h:9 po/placeholder.h:26 #, fuzzy msgid "usage: urpmf [options] <file>" -msgstr "usage: rpmf [<fichier>]" +#msgstr "usage: rpmf [<fichier>]" +msgstr "usage: urpmf [options] <fichier>" #: po/placeholder.h:10 msgid "" @@ -215,7 +216,8 @@ msgstr "impossible de copier la source de [%s] depuis [%s]" #: po/placeholder.h:43 urpm.pm:795 #, c-format msgid "unable to write compss file [%s]" -msgstr "impossible d'écrire le fichier comss [%s]" +#msgstr "impossible d'écrire le fichier comss [%s]" +msgstr "impossible d'écrire le fichier compss [%s]" #: po/placeholder.h:44 urpm.pm:738 #, c-format @@ -815,7 +817,8 @@ msgstr "Un des paquetages suivants est nécessaire :" #: urpmi.addmedia:30 msgid "usage: urpmi.addmedia [--update] <name> <url>" -msgstr "usage: urpmi.addmedia [--update] <nome> <url>" +#msgstr "usage: urpmi.addmedia [--update] <nome> <url>" +msgstr "usage: urpmi.addmedia [--update] <nom> <url>" #. <path> #. <login>:<password>@<host>/<path> with <relative filename of hdlist> |