diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-02-14 17:22:34 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-02-14 17:22:34 +0000 |
commit | 217226efe1f63f3b9383e22a6c2616a118d1e6de (patch) | |
tree | d3e026a2307be35f057d5fbc398df27a262c1590 /placeholder.h | |
parent | 2a2de4e6275563b1d974f695ef87fa7748df6520 (diff) | |
download | urpmi-217226efe1f63f3b9383e22a6c2616a118d1e6de.tar urpmi-217226efe1f63f3b9383e22a6c2616a118d1e6de.tar.gz urpmi-217226efe1f63f3b9383e22a6c2616a118d1e6de.tar.bz2 urpmi-217226efe1f63f3b9383e22a6c2616a118d1e6de.tar.xz urpmi-217226efe1f63f3b9383e22a6c2616a118d1e6de.zip |
i18n improvements
Diffstat (limited to 'placeholder.h')
-rw-r--r-- | placeholder.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/placeholder.h b/placeholder.h new file mode 100644 index 00000000..ea348113 --- /dev/null +++ b/placeholder.h @@ -0,0 +1,35 @@ +/* this is a placeholder so that xgettext can find the translatable + * strings. This file is automatically generated, look at + * po/create_placeholder + */ +char *foobar[] = { +N_("usage: rpmf [<file>]"), +N_("urpmi is not installed"), +N_("" +"urpmi version %s\n" +"Copyright (C) 1999, 2000 MandrakeSoft.\n" +"This is free software and may be redistributed under the terms of the GNU GPL.\n" +"usage:\n" +" --help - print this help message.\n" +" --auto - automatically select a good package in choices.\n" +" --auto-select - automatically select packages for upgrading the system.\n" +" --force - force invocation even if some package does not exists.\n" +" --X - use X interface.\n" +" --best-output - chose best interface according to the environment:\n" +" X or text mode.\n" +" -a - select all matches on command line.\n" +" -c - choose complete method for resolving requires closure.\n" +" -q - quiet mode.\n" +" -v - verbose mode.\n" +" names or rpm files (only for root) given on command line are installed.\n" +""), +N_("" +"usage: urpmi.addmedia <name> <url>\n" +"where <url> is one of\n" +" file://<path>\n" +" ftp://<login>:<password>@<host>/<path> with <relative filename of hdlist>\n" +" ftp://<host>/<path> with <relative filename of hdlist>\n" +" http://<host>/<path> with <relative filename of hdlist>\n" +" removable_<device>_<number>://<path>\n" +""), +}; |