blob: 179e02f14ecf65587be5ff6b005acbbdb0caef92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
/* 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, 2001 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 do not exist.\n"
" --X - use X interface.\n"
" --best-output - choose best interface according to the environment:\n"
" X or text mode.\n"
" -a - select all matches on command line.\n"
" -m - choose minimum closure of requires (default).\n"
" -M - choose maximun closure of requires.\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>://<path>\n"
""),
N_(""
"%s\n"
"`with' missing for ftp media\n"
""),
N_(""
"%s\n"
"device `%s' do not exist\n"
""),
N_(""
"%s\n"
"<relative path of hdlist> missing\n"
""),
N_(""
"the entry to update is missing\n"
"(one of %s)\n"
""),
N_(""
"the entry to remove is missing\n"
"(one of %s)\n"
""),
};
|