mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 09:22:47 +00:00
1101 lines
25 KiB
Text
1101 lines
25 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||
# This file is distributed under the same license as the PACKAGE package.
|
||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||
#
|
||
#, fuzzy
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: PACKAGE VERSION\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2012-08-21 16:34+0400\n"
|
||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
"Language: \n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
|
||
#. if not fatal_fails, do nothing. Caller have to deal with that himself
|
||
#. rpm return code is not 0
|
||
#: urpm-reposync.py:64 urpm-downloader.py:156 urpm-downloader.py:546
|
||
msgid "Error while calling command"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:66 urpm-downloader.py:158
|
||
msgid "Error message: \n"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:74
|
||
msgid "reposync is used to synchronize a set of packages on the local computer with the remote repository."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:76 urpm-downloader.py:104
|
||
msgid "Use only selected URPM media"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:77 urpm-downloader.py:105
|
||
msgid "Do not use selected URPM media"
|
||
msgstr ""
|
||
|
||
#. arg_parser.add_argument('-x', '--exclude-packages', action='store',nargs = '+', help="Exclude package(s) by regex")
|
||
#: urpm-reposync.py:79 urpm-downloader.py:102
|
||
msgid "Verbose (print additional info)"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:80
|
||
msgid "Quiet operation. Senseless without --auto."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:81
|
||
msgid "Do not ask questions, just do it!"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:82
|
||
msgid "Only print the list of actions to be done and do nothing more!"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:83
|
||
msgid "Only download the rpm files, but install or remove nothing."
|
||
msgstr ""
|
||
|
||
#. arg_parser.add_argument('-n', '--noremove', action='store_true', help=_("Do not remove packages at all. If some installed package prevent another package from beeing updated - do not update it."))
|
||
#: urpm-reposync.py:85
|
||
msgid "Remove all the packages which do not present in repository. By default, only some of them would be removed."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:86
|
||
msgid "Download packages and check wether they can be installed to your system, but do not install them."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:87
|
||
msgid "Do nothing with kernels."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:88
|
||
msgid "Run self-tests end exit."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:89
|
||
msgid "Show detailed information about packages are going to be removed or installed (why does it have to be done)"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:93
|
||
msgid "It's senseless to use --quiet without --auto!"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:305
|
||
msgid "Loading the list of installed packages..."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:319
|
||
msgid "Duplicating "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:320
|
||
msgid "Already found: "
|
||
msgstr ""
|
||
|
||
#. print synthesis_list
|
||
#: urpm-reposync.py:396
|
||
msgid "Processing medium "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:414
|
||
#, python-format
|
||
msgid "Could not read synthesis file. (File %s not found)"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:484
|
||
msgid "File can not be processed! Url: "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:579
|
||
#, python-format
|
||
msgid "Removing %s"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:586
|
||
msgid "urpm-reposync: error in package %s. Data: %(data)s"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:683
|
||
#, python-format
|
||
msgid "\tRequires %s, which will not be installed."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:689
|
||
#, python-format
|
||
msgid "\t%s conflicts with it"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:694
|
||
#, python-format
|
||
msgid "\tIt conflicts with %s"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:768
|
||
msgid "Some packages can not be installed dew to unresolved dependencies: "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:771
|
||
msgid "Contact repository maintaiers and send them this information, please."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:777
|
||
msgid "Downloading files..."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:807
|
||
msgid "Generating transaction..."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:825
|
||
msgid "Checking dependencies..."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:830
|
||
msgid "requires"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:832
|
||
msgid "conflicts with"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:848
|
||
#, python-format
|
||
msgid "Package %(name)s-%(ver)s-%(rel)s %(t)s %(namereq)s%(verreq)s"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:854
|
||
msgid "There are some unresolved dependencies: "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:857
|
||
msgid "Packages can not be installed. Please, contact urpm-tools developers and provide this output."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:859
|
||
msgid "No errors found in transaction"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:864
|
||
msgid "Running transaction..."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:905
|
||
msgid "WARNING: Some libraries are going to be removed because there are only the packages with the other architecture in the repository. Maybe you missed media with the correct architecture?"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:946 urpm-reposync.py:981 urpm-reposync.py:1003
|
||
#: urpm-reposync.py:1016
|
||
msgid "Package Name"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:946 urpm-reposync.py:1003 urpm-reposync.py:1016
|
||
msgid "Current Version"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:946
|
||
msgid "New Version"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:946 urpm-reposync.py:981 urpm-reposync.py:1003
|
||
#: urpm-reposync.py:1016
|
||
msgid "Arch"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:948
|
||
msgid "medium"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:970
|
||
msgid "The following packages are going to be upgraded:"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:975
|
||
msgid "The following packages are going to be downgraded:"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:980
|
||
msgid "Additional packages are going to be installed:"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:981
|
||
msgid "Version"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:997
|
||
#, python-format
|
||
msgid "\tRequired by %s"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1002
|
||
msgid "The following packages are going to be removed:"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1015
|
||
msgid "Packages which do not present in repositories, but do not have to be removed (will be saved):"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1022
|
||
#, python-format
|
||
msgid "%d packages are going to be downloaded and installed."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1023
|
||
#, python-format
|
||
msgid "%d packages are going to be removed."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1024
|
||
#, python-format
|
||
msgid "%s will be downloaded."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1080
|
||
#, python-format
|
||
msgid "\tForced to be removed dew to \"%s\" policy."
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1108
|
||
msgid "Nothing to do"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1121
|
||
msgid "Do you want to proceed? (y/n): "
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1126
|
||
msgid "y"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1126
|
||
msgid "yes"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1128
|
||
msgid "n"
|
||
msgstr ""
|
||
|
||
#: urpm-reposync.py:1128
|
||
msgid "no"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:86
|
||
msgid "Tool for generating dependency graph for REPOSITORY packages."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:90
|
||
msgid "Search for cross-repository references in CROSS_REPO(s) repositories."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:93
|
||
msgid "Hide service messages. (About progress status etc.)"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:95
|
||
msgid "Show warnings. (About unprovided packages etc.)"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:98
|
||
msgid "Process \"requires\" package dependencies. Used by default."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:100
|
||
msgid "Process \"suggests\" package dependencies. If used without --requires then only suggests dependencies are processed."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:103
|
||
msgid "Process file dependencies."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:105
|
||
msgid "Show unprovided dependencies."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:109
|
||
msgid "Search for packages, which are required by package PKG (PKG is a file name or package name)"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:111
|
||
msgid "Search for packages, which requires package PKG (PKG is a file name or package name)"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:115
|
||
msgid "Search for all simple loops of package dependecies."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:117
|
||
msgid "Search for alternative packages providing the same feature."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:119
|
||
msgid "Search for all broken packages and anything beetween them"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:121
|
||
msgid "Output each loop or each alternative in different file. Ignored if --loops or --alternatives options are not present. OUTPUT_FILE (if present) is tracted as folder name for new files in that case."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:127
|
||
msgid "Change graph output to \"OUTPUT_FILE\". STDOUT by default."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:129
|
||
msgid "Do not output graph. Tool will not start working if --quiet, --nograph are present and --verbose is not. (If there is nothing to output - then nothing has to be done.)"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:157 urpm-repodiff.py:125
|
||
#, python-format
|
||
msgid "Error: URL to repository \"%s\" is incorrect"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:179 urpm-repodiff.py:147
|
||
#, python-format
|
||
msgid "Error: directory %s does not exist"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:189 urpm-repodiff.py:157
|
||
#, python-format
|
||
msgid "Error: \"%s\" is not correct url, path or name of repository"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:216
|
||
#, python-format
|
||
msgid "Error: directory %s already exists"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:222 urpm-repograph.py:237 urpm-repodiff.py:183
|
||
#, python-format
|
||
msgid "Error: File %s already exists"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:229
|
||
#, python-format
|
||
msgid "Error: directory %s was not created"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:246 urpm-repodiff.py:192
|
||
#, python-format
|
||
msgid "Error: File %s cannot be created"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:250 urpm-repodiff.py:196
|
||
#, python-format
|
||
msgid "Error: Path %s does not exist."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:262 urpm-repodiff.py:218
|
||
#, python-format
|
||
msgid "getting file %s from "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:267 urpm-repodiff.py:223
|
||
#, python-format
|
||
msgid "Error: file %s was not copied"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:275 urpm-repodiff.py:231
|
||
#, python-format
|
||
msgid "Error: file %(from)s was not downloaded to %(to)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:288 urpm-repodiff.py:272
|
||
msgid "Error: file not found: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:293 urpm-repodiff.py:277
|
||
#, python-format
|
||
msgid "Error: cannot rename file %(from)s to %(to)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:297 urpm-repograph.py:313 urpm-repograph.py:543
|
||
#: urpm-repodiff.py:281
|
||
#, python-format
|
||
msgid "Error: file %s is missing."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:301 urpm-repodiff.py:285
|
||
#, python-format
|
||
msgid "file %(from)s was renamed to %(to)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:311 urpm-repograph.py:541 urpm-repodiff.py:294
|
||
#: urpm-repodiff.py:297
|
||
msgid "unpacking file "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:371 urpm-repodiff.py:410
|
||
msgid "REPODIFF-Warning: strange <info>: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:406 urpm-repodiff.py:351
|
||
#, python-format
|
||
msgid "Error: Synthesis file %s was not found."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:409
|
||
msgid "Parsing synthesis."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:435
|
||
#, python-format
|
||
msgid "Warning: Unexpected sign %(sign)s in 'provides' section of %(of)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:451 urpm-repodiff.py:380
|
||
msgid "Error: Failed to open synthesis file "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:555
|
||
msgid "Reading fileslist"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:557
|
||
msgid "Error: Can't find fileslist "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:561
|
||
msgid "Error: Can't read fileslist "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:565
|
||
msgid "Error: Wrong fileslist."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:578
|
||
msgid "Error: Corrupted fileslist"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:608
|
||
msgid "Warning: cross-repository dependency: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:612 urpm-repograph.py:662
|
||
msgid "Warning: package has self-dependecies: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:658
|
||
#, python-format
|
||
msgid ""
|
||
"Warning: cross-repository dependency:\n"
|
||
" package %(pkg)s is dependent from\n"
|
||
" <- %(from)s located in another repository"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:691
|
||
#, python-format
|
||
msgid "Warning: needed version is absent <%(ver)s> %(rel)s required by package"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:708
|
||
#, python-format
|
||
msgid "Warning: Package %(pkg)s unprovided by %(by)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:740
|
||
msgid "Finding dependencies."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:749
|
||
#, python-format
|
||
msgid ""
|
||
"Warning: can't find <%(ask)s> required by package\n"
|
||
" <%(pkg)s>"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:812
|
||
msgid "Total cross-referenced packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:816
|
||
msgid "Total unprovided packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:833
|
||
msgid "Calculating colors."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1112
|
||
msgid "Non-cycle nodes removed: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1113
|
||
msgid "Cyclic packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1130
|
||
#, python-format
|
||
msgid "Worktime: %s seconds"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1136
|
||
msgid "Searching loops."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1140 urpm-repograph.py:1188
|
||
msgid "End of search."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1141
|
||
#, python-format
|
||
msgid "Loops search: %s seconds"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1145
|
||
#, python-format
|
||
msgid "Total: %s loops."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1151
|
||
msgid "Loop "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1168
|
||
msgid "Searching alternatives."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1180
|
||
#, python-format
|
||
msgid "Total: %d alternatives."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1182
|
||
msgid "Alternative "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1182
|
||
msgid " is provided by:"
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1260
|
||
msgid "Searching for broken packages."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1266
|
||
msgid "Searching for packages REQUIRED by "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1268
|
||
msgid "Searching for packages that REQUIRE "
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1276
|
||
#, python-format
|
||
msgid "Level %d dependency."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1355
|
||
msgid "Remaking structures."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1367
|
||
msgid "Error: can't find package name or filename \""
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1401
|
||
msgid "Do not use -q/--quiet and -n/--nograph without -v/--verbose together."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1402
|
||
msgid "That way there is no information to output anywhere. Nothing will be done."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1405
|
||
msgid "Do not use -u/--unprovided and -b/--broken options together."
|
||
msgstr ""
|
||
|
||
#: urpm-repograph.py:1406
|
||
msgid "-b does everything that do -u and a little more."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:91
|
||
msgid "A tool for downloading RPMs and SRPMs from URPM-based linux repositories"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:92
|
||
msgid "If none of the options -b, -s, -d turned on, it will be treated as -b"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:93
|
||
msgid "Package name(s) to download. It can contain not only package names, but (S)RPM files too. In this case package name extracted from this file will be used"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:94
|
||
msgid "Instead of downloading files, list the URLs that would be processed"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:95
|
||
msgid "When downloading RPMs, resolve dependencies and also download the required packages, if they are not already installed"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:96
|
||
msgid "When downloading RPMs, resolve dependencies and also download the required packages, even if they are already installed"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:97
|
||
msgid "Download binary RPMs"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:98
|
||
msgid "Download the source RPMs (SRPMs)"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:99
|
||
msgid "Download debug RPMs"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:100
|
||
msgid "Download debug RPMs and install"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:103
|
||
msgid "Quiet operation."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:106
|
||
msgid "Exclude package(s) by regex"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:107
|
||
msgid "Try to continue when error occurs"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:108
|
||
msgid "If the file already exists, download it again and overwrite the old one"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:109
|
||
msgid "If package dependency can be satisfied by several packages, download all of them (by default, only the first one is downloaded)"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:110
|
||
msgid "If different versions of package present in repository, process them all"
|
||
msgstr ""
|
||
|
||
#. arg_parser.add_argument('--self-test', action='store_true', help="Test urpm-downloader end exit")
|
||
#: urpm-downloader.py:113
|
||
msgid "Specify a destination directory for the download"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:130
|
||
msgid "Use of --verbose with --quiet is senseless. Turning verbose mode off."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:134
|
||
msgid "Note that resolving of SRPM dependencies is not possible until SRPM downloaded. So, it will be done despite --urls"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:375
|
||
msgid "* Downloaded: "
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:377
|
||
msgid "* File exists, skipping: "
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:476
|
||
msgid "Can not download SRPM for package"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:499 urpm-downloader.py:532
|
||
msgid "Can not download RPM"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:504
|
||
msgid "Resolving debug-info packages..."
|
||
msgstr ""
|
||
|
||
#. urpmq output. RU: Нет пакета с названием
|
||
#: urpm-downloader.py:509
|
||
msgid "No package named "
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:533
|
||
msgid "Maybe you need to update urpmi database (urpmi.update -a)?"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:542
|
||
msgid "Installing "
|
||
msgstr ""
|
||
|
||
#. return code is not 0
|
||
#: urpm-downloader.py:553
|
||
#, python-format
|
||
msgid "Debug package for '%s' not found"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:602
|
||
msgid "Parameters that end with '.rpm' seem to be local files, but the folowing files do not exist: "
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:627
|
||
msgid "Searching src.rpm file(s) in repository..."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:629
|
||
msgid "Downloading src.rpm file(s)..."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:659
|
||
msgid "Resolving build dependencies..."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:661
|
||
msgid "Resolving dependencies..."
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:663
|
||
#, python-format
|
||
msgid "Resolved %d packages"
|
||
msgstr ""
|
||
|
||
#: urpm-downloader.py:665
|
||
msgid "Nothing to download"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:56
|
||
#, python-format
|
||
msgid "Error accessing directory %(path)s, %(e)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:86
|
||
msgid "manage a directory of rpm packages and report newest or oldest packages"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:92
|
||
msgid "path to directory with rpm packages"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:95
|
||
msgid "print the older packages"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:97
|
||
msgid "print the newest packages (this is the default behavior)"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:99
|
||
msgid "remove older packages"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:101
|
||
msgid "space separated output, not newline"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:103
|
||
msgid "number of newest packages to keep - defaults to 1"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:105
|
||
msgid "do not check package payload signatures/digests"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:108
|
||
msgid "be completely quiet"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:110
|
||
msgid "be verbose - say which packages are decided to be old and why (this info is dumped to STDERR)"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:131
|
||
msgid "No files to process"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:144
|
||
#, python-format
|
||
msgid "Error opening pkg %(pkg)s: %(err)s"
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:195 urpm-repomanage.py:221
|
||
msgid "Dropped "
|
||
msgstr ""
|
||
|
||
#: urpm-repomanage.py:196 urpm-repomanage.py:222
|
||
msgid " superseded by: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:83
|
||
msgid "Tool for comparing sets of repositories."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:85
|
||
msgid "URL or PATH to old repositories"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:87
|
||
msgid "URL or PATH to new repositories"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:89
|
||
msgid "Show differences in package sizes."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:91
|
||
msgid "Simple output format."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:93
|
||
msgid "Hide service messages."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:95
|
||
msgid "Show changelog difference."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:97
|
||
#, python-format
|
||
msgid "Output in HTML format, if --output is not present \"%s\" will be created in current directory. --size, --simple and --changelog options are ignored."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:101
|
||
msgid "Change standart output to \"OUTPUT_FILE\"."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:174
|
||
#, python-format
|
||
msgid "Error: Cannot open %s for writing."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:354
|
||
msgid "Parsing synthesis"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:389
|
||
msgid "REPODIFF-Warning: strange format of <disttag> or <distepoch>: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:527
|
||
msgid "New package: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:542
|
||
msgid "Generating obsoleted list."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:601
|
||
msgid "Removed package: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:609
|
||
msgid " Obsoleted by "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:630
|
||
msgid "Reading changelog"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:632
|
||
msgid "Error: Can't find changelog "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:636
|
||
msgid "Error: Can't read changelog "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:640
|
||
msgid "Error: Wrong changelog."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:662
|
||
msgid "Error: Corrupted changelog"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:756
|
||
msgid "Generating changes list."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:770 urpm-repodiff.py:773
|
||
#, python-format
|
||
msgid "REPODIFF-Warning: Package %s was not described in changelogs.xml"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:771
|
||
msgid "REPODIFF-Warning: Changelogs of a package are absent in \"new\" repository."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:774
|
||
msgid "REPODIFF-Warning: Changelogs of a package are absent."
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:800
|
||
#, python-format
|
||
msgid "Package %s has no changelog info\n"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:818
|
||
msgid ""
|
||
"\n"
|
||
"\n"
|
||
"Updated packages:\n"
|
||
"\n"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:825
|
||
msgid " ***DOWNGRADED***\n"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:834
|
||
#, python-format
|
||
msgid ""
|
||
"Size Change: %d bytes\n"
|
||
"\n"
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:844
|
||
msgid " Total added packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:847
|
||
msgid " Total removed packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:856
|
||
msgid " Total updated packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:858
|
||
msgid " Total downgraded packages: "
|
||
msgstr ""
|
||
|
||
#: urpm-repodiff.py:1316
|
||
msgid "Creating HTML file."
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:58
|
||
msgid "Find problems in the rpmdb of system and correct them"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:62
|
||
msgid "Query format to use for output."
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:65
|
||
msgid "Use non-interactive mode"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:68
|
||
msgid "Orphans Options"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:71
|
||
msgid "List installed packages which are not available from currently configured repositories"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:75
|
||
msgid "Use only update media. This means that urpmq will search and resolve dependencies only in media marked as containing updates (e.g. which have been created with \"urpmi.addmedia --update\")."
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:80
|
||
msgid "Select specific media to be used, instead of defaulting to all available media (or all update media if --update is used). No rpm will be found in other media."
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:85
|
||
msgid "Do not use the specified media."
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:87
|
||
msgid "Dependency Problems Options"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:90
|
||
msgid "List dependency problems in the local RPM database"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:93
|
||
msgid "List missing suggestions of installed packages"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:96
|
||
msgid "Duplicate Package Options"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:99
|
||
msgid "Scan for duplicates in your rpmdb"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:102
|
||
msgid "Scan for duplicates in your rpmdb and remove older "
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:105
|
||
msgid "disable rpm scriptlets from running when cleaning duplicates"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:107
|
||
msgid "Leaf Node Options"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:110
|
||
msgid "List leaf nodes in the local RPM database"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:113
|
||
msgid "list all packages leaf nodes that do not match leaf-regex"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:117
|
||
msgid "A package name that matches this regular expression (case insensitively) is a leaf"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:121
|
||
msgid "do not list development packages as leaf nodes"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:124
|
||
msgid "do not list packages with files in a bin dirs as leaf nodes"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:127
|
||
msgid "Old Kernel Options"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:130
|
||
msgid "Remove old kernel and kernel-devel packages"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:133
|
||
msgid "Number of kernel packages to keep on the system (default 2)"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:137
|
||
msgid "Do not remove kernel-devel packages when removing kernels"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:306
|
||
#, python-format
|
||
msgid "Warning: neither single nor multi lib arch: %s "
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:417
|
||
#, python-format
|
||
msgid "Not removing kernel %(kver)s-%(krel)s because it is the running kernel"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:447
|
||
#, python-format
|
||
msgid "Package %(qf)s %(prob)s"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:450
|
||
msgid "Missing suggests:"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:458
|
||
msgid "No Problems Found"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:473
|
||
msgid "Error: Cannot remove kernels as a user, must be root"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:476
|
||
msgid "Error: should keep at least 1 kernel!"
|
||
msgstr ""
|
||
|
||
#: urpm-package-cleanup.py:529
|
||
msgid "Error: Cannot remove packages as a user, must be root"
|
||
msgstr ""
|