diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-04 06:56:19 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-04 06:56:19 +0000 |
commit | 78a60d73421a7000146fd3dc039bb0381a83f1ea (patch) | |
tree | 885cde02b40157fa2d28dd705dbdee1489dd7934 /placeholder.h | |
parent | 471cbdf53eb00c292cb426b3f6978a513ae18989 (diff) | |
download | urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.gz urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.bz2 urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.xz urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.zip |
Updated Finnish file
small change in sources to make strings more friendly to pl_xgettext
Diffstat (limited to 'placeholder.h')
-rw-r--r-- | placeholder.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/placeholder.h b/placeholder.h index 179e02f1..4e90b732 100644 --- a/placeholder.h +++ b/placeholder.h @@ -51,6 +51,20 @@ N_("" "(one of %s)\n" ""), N_("" +"usage: urpmi.update [-a] <name> ...\n" +"where <name> is a medium name to update.\n" +" -a select all non-removable media.\n" +"\n" +"unknown options '%s'\n" +""), +N_("" +"usage: urpmi.removemedia [-a] <name> ...\n" +"where <name> is a medium name to remove.\n" +" -a select all media.\n" +"\n" +"unknown options '%s'\n" +""), +N_("" "the entry to remove is missing\n" "(one of %s)\n" ""), |