diff options
Diffstat (limited to 'po/placeholder.h')
-rw-r--r-- | po/placeholder.h | 45 |
1 files changed, 33 insertions, 12 deletions
diff --git a/po/placeholder.h b/po/placeholder.h index 1e194425..16d97702 100644 --- a/po/placeholder.h +++ b/po/placeholder.h @@ -27,24 +27,29 @@ N_("usage: urpmf [options] <file>"), N_("try urpmf --help for more options"), N_("no full media list was found"), N_("reading synthesis file [%s]"), -N_("retrieving source hdlist (or synthesis)..."), N_("unable to write config file [%s]"), N_("retrieving rpms files..."), N_("using different removable device [%s] for \"%s\""), N_("nothing to write in list file for \"%s\""), +N_("unable to access first installation medium (no Mandrake/base/hdlists file found)"), N_("unable to find list file for \"%s\", medium ignored"), N_("unable to parse hdlist file of \"%s\""), N_("nothing written in list file for \"%s\""), +N_("retrieving description file of \"%s\"..."), +N_("unable to access first installation medium"), N_("package %s is not found."), N_("unmounting %s"), N_("removing %d obsolete headers in cache"), N_("no hdlist file found for medium \"%s\""), N_("medium \"%s\" tries to use an already used hdlist, medium ignored"), +N_("<non printable chars>"), N_("unable to use name \"%s\" for unnamed medium because it is already used"), +N_("removing medium \"%s\""), N_("unable to take medium \"%s\" into account as no list file [%s] exists"), N_("keeping only files referenced in provides"), N_("unable to build synthesis file for medium \"%s\""), N_("found %d headers in cache"), +N_("trying to select multiple medium: %s"), N_("avoid selecting %s as its locales language is not already selected"), N_("" "removing %s to upgrade to %s ...\n" @@ -54,9 +59,8 @@ N_("medium \"%s\" already exists"), N_("unable to write list file of \"%s\""), N_("write config file [%s]"), N_("no package named %s"), -N_("unable to find hdlist file for \"%s\", medium ignored"), N_("built hdlist synthesis file for medium \"%s\""), -N_("retrieve of [%s] failed"), +N_("unable to find hdlist file for \"%s\", medium ignored"), N_("mounting %s"), N_("unable to take care of medium \"%s\" as list file is already used by another medium"), N_("reading hdlist file [%s]"), @@ -65,30 +69,39 @@ N_("unable to retrieve pathname for removable medium \"%s\""), N_("malformed input: [%s]"), N_("there are multiple packages with the same rpm filename \"%s\""), N_("medium \"%s\" tries to use an already used list, medium ignored"), +N_("retrieving hdlists file..."), N_("unable to access hdlist file of \"%s\", medium ignored"), N_("unable to register rpm file"), +N_("\"%s\""), N_("unable to inspect list file for \"%s\", medium ignored"), N_("too many mount points for removable medium \"%s\""), +N_("invalid hdlist description \"%s\" in hdlists file"), N_("incoherent list file for \"%s\", medium ignored"), N_("copy of [%s] failed"), -N_("trying to remove inexistent medium \"%s\""), -N_("retrieving description file..."), N_("unable to parse correctly [%s]"), -N_("unable to analyse synthesis data of %s"), N_("read synthesis file [%s]"), -N_("no webfetch (curl or wget for example) found\n"), +N_("unable to analyse synthesis data of %s"), +N_("no webfetch (curl or wget currently) found\n"), +N_("retrieving source hdlist (or synthesis) of \"%s\"..."), +N_("...copying done"), +N_("copying source hdlist (or synthesis) of \"%s\"..."), +N_("copying hdlists file..."), N_("syntax error in config file at line %s"), N_("building hdlist [%s]"), N_("unable to read rpm file [%s] from medium \"%s\""), +N_("added medium %s"), +N_("retrieve of source hdlist (or synthesis) failed"), N_("error registering local packages"), N_("taking removable device as \"%s\""), N_("...retrieving failed: %s"), N_("incoherent medium \"%s\" marked removable but not really"), +N_("copying description file of \"%s\"..."), N_("unable to build hdlist: %s"), N_("medium \"%s\" is not selected"), N_("invalid rpm file name [%s]"), -N_("trying to bypass existing medium \"%s\", avoiding"), N_("unknown data associated with %s"), +N_("trying to bypass existing medium \"%s\", avoiding"), +N_("...copying falied"), N_("unable to access list file of \"%s\", medium ignored"), N_("avoid selecting %s as not enough files will be updated"), N_("unable to access rpm file [%s]"), @@ -96,12 +109,12 @@ N_("" "removing %s to upgrade to %s ...\n" " since it will not upgrade correctly!" ""), -N_("unable to access medium \"%s\""), N_("relocated %s entries in depslist"), -N_("trying to select inexistent medium \"%s\""), +N_("unable to access medium \"%s\""), N_("unable to parse correctly [%s] on value \"%s\""), -N_("no rpm files found from [%s]"), +N_("trying to select inexistent medium \"%s\""), N_("The following packages contain %s: %s"), +N_("no rpm files found from [%s]"), N_("no entries relocated in depslist"), N_("...retrieving done"), N_("selecting %s using obsoletes"), @@ -135,6 +148,7 @@ N_("" N_(" -p - allow search in provides to find package.\n"), N_(" -v - verbose mode.\n"), N_(" -q - quiet mode.\n"), +N_(" --complete - use parsehdlist server to complete selection.\n"), N_("What is your choice? (1-%d) "), N_(" --wget - use wget to retrieve distant files.\n"), N_("" @@ -156,9 +170,13 @@ N_("Only superuser is allowed to install local packages"), N_("Please insert the medium named \"%s\" on device [%s]"), N_("Is it OK?"), N_("unable to get source packages, aborting"), +N_("Press Enter when it's done..."), N_("Only superuser is allowed to install packages"), N_("One of the following packages is needed to install %s:"), -N_("Press Enter when it's done..."), +N_("" +"%s\n" +"no need to give <relative path of hdlist> with --distrib" +""), N_("" "usage: urpmi.addmedia [options] <name> <url> [with <relative_path>]\n" "where <url> is one of\n" @@ -183,10 +201,13 @@ N_("" ""), N_(" -f - force generation of hdlist files.\n"), N_(" --wget - use wget to retrieve distant files.\n"), +N_(" -h - try to find and use synthesis or hdlist file.\n"), N_("" "%s\n" "`with' missing for ftp media\n" ""), +N_(" --update - create an update medium.\n"), +N_(" --distrib - automatically create all media from an installation medium.\n"), N_("" "usage: urpmi.update [options] <name> ...\n" "where <name> is a medium name to update.\n" |