diff --git a/server/po/Makefile b/server/po/Makefile index 8d50438c6..9c637143b 100644 --- a/server/po/Makefile +++ b/server/po/Makefile @@ -21,7 +21,9 @@ PYFILES = $(wildcard ../../lib/entropy/transceivers/uri_handlers/*.py) \ $(wildcard ../../lib/entropy/*.py) \ $(wildcard ../../server/*.py) \ $(wildcard ../../server/eit/*.py) \ - $(wildcard ../../server/eit/commands/*.py) + $(wildcard ../../matter/*.py) \ + $(wildcard ../../matter/matter/*.py) \ + $(wildcard ../../matter/matter/binpms/*.py) POTFILES = $(PYFILES) diff --git a/server/po/POTFILES.in b/server/po/POTFILES.in index a24314428..1e28fceac 100644 --- a/server/po/POTFILES.in +++ b/server/po/POTFILES.in @@ -20,10 +20,10 @@ ../lib/entropy/core/settings/plugins/interfaces/__init__.py ../lib/entropy/server/transceivers.py ../lib/entropy/server/__init__.py +../lib/entropy/server/interfaces/__init__.py ../lib/entropy/server/interfaces/mirrors.py ../lib/entropy/server/interfaces/rss.py ../lib/entropy/server/interfaces/db.py -../lib/entropy/server/interfaces/__init__.py ../lib/entropy/server/interfaces/main.py ../lib/entropy/fetchers.py ../lib/entropy/i18n.py @@ -31,57 +31,30 @@ ../lib/entropy/security.py ../lib/entropy/__init__.py ../lib/entropy/const.py -../lib/entropy/tools.py ../lib/entropy/exceptions.py ../lib/entropy/output.py ../lib/entropy/debug.py ../lib/entropy/dump.py ../lib/entropy/dep.py +../lib/entropy/misc.py ../lib/entropy/qa.py ../lib/entropy/graph.py -../lib/entropy/misc.py -../server/matter.py -../server/antimatter.py +../lib/entropy/tools.py ../server/eit.py ../server/eit/utils.py ../server/eit/__init__.py ../server/eit/colorful.py ../server/eit/main.py -../server/eit/commands/test.py -../server/eit/commands/query.py -../server/eit/commands/add.py -../server/eit/commands/list.py -../server/eit/commands/mv.py -../server/eit/commands/log.py -../server/eit/commands/remove.py -../server/eit/commands/search.py -../server/eit/commands/command.py -../server/eit/commands/graph.py -../server/eit/commands/reset.py -../server/eit/commands/remote.py -../server/eit/commands/help.py -../server/eit/commands/pull.py -../server/eit/commands/bump.py -../server/eit/commands/init.py -../server/eit/commands/push.py -../server/eit/commands/pkgmove.py -../server/eit/commands/repo.py -../server/eit/commands/notice.py -../server/eit/commands/merge.py -../server/eit/commands/__init__.py -../server/eit/commands/repack.py -../server/eit/commands/commit.py -../server/eit/commands/own.py -../server/eit/commands/match.py -../server/eit/commands/lock.py -../server/eit/commands/cleanup.py -../server/eit/commands/files.py -../server/eit/commands/descriptor.py -../server/eit/commands/branch.py -../server/eit/commands/checkout.py -../server/eit/commands/status.py -../server/eit/commands/deps.py -../server/eit/commands/cp.py -../server/eit/commands/revgraph.py -../server/eit/commands/key.py -../server/eit/commands/inject.py +../matter/matter_app.py +../matter/matter.py +../matter/antimatter.py +../matter/matter/utils.py +../matter/matter/spec.py +../matter/matter/builder.py +../matter/matter/__init__.py +../matter/matter/lock.py +../matter/matter/output.py +../matter/matter/main.py +../matter/matter/binpms/entropysrv.py +../matter/matter/binpms/base.py +../matter/matter/binpms/__init__.py diff --git a/server/po/bg.po b/server/po/bg.po index 201fa952b..5dc114f15 100644 --- a/server/po/bg.po +++ b/server/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "моля изчакайте" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Изнасяне на базата данни" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Изнасянето на базата данни е завършено." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ВНИМАНИЕ" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Появи се Spm грешка" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Уникалният Spm идентификатор не е намерен" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "обновяват се данните на хранилището, моля изчакайте!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Появи се Spm грешка" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Уникалният Spm идентификатор не е намерен" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Тече обновяване на метаданните, на пакетите" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "може да отнеме известно време" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" +msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "действие" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "преместването на пакетите е завършено" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "ВНИМАНИЕ" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Не мога да изчистя SPM, грешка!" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Местене на стари записи" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "до" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "моля изчакайте" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "успешно" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "провалено, опитвам отново" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "не е критично" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "продължаване" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "свързване с огледалото" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "задаване директорията на" @@ -244,13 +244,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +297,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Приложения и библиотеки за X11" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -776,1190 +777,1011 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1979,1142 +1801,246 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" diff --git a/server/po/ca.po b/server/po/ca.po index f599bddec..833780a6e 100644 --- a/server/po/ca.po +++ b/server/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -19,148 +19,149 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "S'està sincronitzant la base de dades actual" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "espereu" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "S'està eliminant l'entrada" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "S'està afegint l'entrada" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "S'està exportant la taula de la base de dades" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "L'exportació de la base de dades ha acabat." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATENCIÓ" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Hi ha hagut un error Spm" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "No s'ha trobat un Identificador Únic Spm per a " - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" "s'està actualitzant la disposició de metadades del repositori, espereu!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "s'estan generant les metadades de provided_libs, espereu!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Hi ha hagut un error Spm" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "No s'ha trobat un Identificador Únic Spm per a " + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "S'estan actualitzant les metadades dels paquets" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "pot trigar una estona" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "API d'Entropy" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "acció" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "s'ha desplaçat el paquet" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "AVÍS" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "No es pot executar la neteja SPM, error" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "s'han desplaçat els paquets correctament" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "S'està movent una entrada antiga" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "a" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "S'està sincronitzant la base de dades actual" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "espereu" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "S'està eliminant l'entrada" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "S'està afegint l'entrada" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "s'està verificant la càrrega (si és compatible)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "verificació de l'empremta electrònica" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "tot és correcte!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "s'ha proporcionat una md5sum mal formatada a la funció" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "la md5 remota no és vàlida" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "correctament" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "ha fallat, s'està reintentant" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "error" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "no crític" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "es continua" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "s'està connectant amb la rèplica" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "s'estableix el directori en" @@ -246,13 +247,11 @@ msgstr "s'està baixant el paquet" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "paquet" -msgstr[1] "paquets" +msgstr "paquet" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,456 +301,466 @@ msgstr "2 minuts d'espera abans d'abandonar" msgid "mirror unlocked" msgstr "s'ha desbloquejat la rèplica" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Estadístiques locals" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "directori de càrrega" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "fitxers preparats" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "directori de paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "càrrega" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "baixada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copia" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "elimina" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Paquets a eliminar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Paquets a desplaçar localment" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Paquets a carregar" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Paquets a carregar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Mida total d'eliminació" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Mida total de càrrega" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Mida total de baixada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Estadístiques remotes per" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "paquets remots" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "fitxers desats" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "S'estan calculant les cues" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "s'està eliminat el paquet i l'empremta electrònica" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sincronitza" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "l'eliminació ha acabat" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "s'està copiant el fitxer i l'empremta electrònica al repositori" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "errors de càrrega" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "raó" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "s'ha penjat correctament" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "errors de baixada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "la baixada s'ha acabat correctament" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA està comprovant del paquet" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "fitxer de paquet erroni, arregleu-ho" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "s'està iniciant la sincronització de paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "sincronització de paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "error en el sòcol" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "a" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "no s'està processant res a" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "S'estan expandint les cues" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "no hi ha res a sincronitzar per" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Voleu executar els passos descrits més amunt?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "No" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "interrupció de teclat!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "els heu d'empaquetar de nou" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "s'ha capturat una excepció" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "almenys una rèplica s'ha sincronitzat correctament!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "vençut" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "neteja" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "s'estan recollint paquets que han vençut" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "s'estan recollint paquets que han vençut a les branques seleccionades" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "no hi ha res a eliminar en aquesta branca" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "aquests són els paquets que han vençut" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Paquets a eliminar" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +#, fuzzy +msgid "these will be marked as expired" +msgstr "Es marcaran com a injectats" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +#, fuzzy +msgid "these will be removed and marked as weak" +msgstr "Es marcaran com a injectats" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Voleu continuar?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "s'estan eliminant paquets de forma remota" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "errors d'eliminació" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "s'estan eliminat els paquets localment" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "eliminat" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "s'està baixant el tauler de notícies de les rèpliques a" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "el tauler de notícies s'ha baixat correctament des de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "s'està eliminant el tauler de notícies de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "l'eliminació del tauler de noticies ha fallat a" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "el tauler de notícies s'ha eliminat" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "s'està carregant el tauler de notícies de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "la càrrega del tauler de noticies ha fallat a" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "el tauler de notícies s'ha carregat" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Les claus del repositori han vençut" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "s'està preparant per baixar el repositori des de la rèplica" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "camí de baixada" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "errors" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "ha fallat en baixar de la rèplica" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "ha fallat en desempaquetar" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Hi ha problemes amb treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "S'estan suprimint dades antigues" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "conjunts de paquets configurats" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "No n'hi ha cap de configurat" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" "s'està creant el bolcat del repositori comprimit i la suma de verificació" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "camí del repositori" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "bolcat lleuger" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "bolcat lleuger de la suma de verificació" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "obridor" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "repositori comprimit i suma de verificació" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "camí del repositori comprimit" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "suma de verificació del repositori" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "suma de verificació comprimida" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "s'està preparant el repositori no comprimit per la càrrega" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI desactivat" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "s'està preparant per penjar el repositori a la rèplica" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "la càrrega ha fallat, es bloqueja i es continua" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "el repositori ja està sincronitzat" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "el repositori remot és més nou que el local, baixeu-lo." -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "ha fallat la sincronització del repositori" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemes de baixada" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "el repositori local és més nou que el remot, envieu-lo." -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "no es permet la sincronització del repositori" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "conjunts de paquets perduts" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "el test de dependències informa d'errors" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "aquests paquets encara no s'han eliminat" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problemes de càrrega" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "el repositori s'ha sincronitzat" @@ -779,142 +788,155 @@ msgstr "quickpkg manualment per actualitzar la base de dades incrustada" msgid "Repository updated anyway" msgstr "El repositori s'ha actualitzat igualment" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "el paquet no té assignada keyword, s'emmascararà !" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "el repositori no està configurat" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "la id del repositori està protegida, no podeu usar-la..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "la revisió del repositori no és vàlida" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "s'estableix per defecte a 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repositori" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "s'estan sincronitzant els conjunts de paquets" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Atenció" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "no pot coincidir" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "S'està inicialitzant el repositori" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "segur que voleu inicialitzar aquest respositori?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "No es pot crear la carpeta d'emmagatzematge" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "No es pot crear la carpeta de pujada" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "L'etiqueta especificada no és vàlida" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "s'estan eliminant els paquets seleccionats de les branques" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "no hi ha res per fer" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "aquests són els paquets que s'eliminaran" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "s'està comprovant l'empremta electrònica del paquet" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "l'empremta no coincideix per" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "md5 és incorrecte" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "error en baixar els paquets de les rèpliques" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "s'està treballant en la branca" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "s'està actualitzant un paquet" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "paquet eliminat" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "s'està commutant" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "no es pot commutar, el paquet no s'ha trobat, s'omet" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "S'està desplaçant el fitxer" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "s'estan carregant dades del respositori d'origen" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "la clau GPG estava disponible en" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "s'estan injectant dades al respositori destinació" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "s'està eliminant l'entrada del respositori origen" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "l'àtom s'ha tractat correctament" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "No es pot accedir al repositori del sistema" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "S'està preparant per desplaçar els paquets seleccionats a" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "S'està preparant per copiar els paquets seleccionats a" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Nota" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -922,1055 +944,869 @@ msgstr "" "tots els paquets antics amb scope en conflicte s'eliminaran del repositori " "destí, a menys que s'injectin" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nova etiqueta" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "dependències inverses" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dependències" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "s'està commutant" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "no es pot commutar, el paquet no s'ha trobat, s'omet" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "S'està desplaçant el fitxer" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "s'estan carregant dades del respositori d'origen" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "la clau GPG estava disponible en" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "s'estan injectant dades al respositori destinació" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "s'està eliminant l'entrada del respositori origen" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "l'àtom s'ha tractat correctament" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "S'estan injectant metadades d'Entropy als paquets construïts" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "No s'ha pogut carregar la infraestructura JFYI, GPG" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "s'estan injectant metadades d'Entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "la injecció ha acabat" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "s'està eliminant el paquet" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Verificació d'integritat dels paquets seleccionats" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Es comprovaran tots els paquets del repositori." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Aquesta és la llista de paquets que es comprovaran" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "S'està treballant en la rèplica" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "s'està comprovant l'empremta electrònica" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "verificació de l'empremta electrònica de" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "no està implementada" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NO és sa" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Aquesta és la llista de paquets trencats" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Rèplica" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Estadístiques" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Número de paquets comprovats" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Número de paquets sans" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Número de paquets trencats" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "s'està comprovant l'estat de" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "està malmès, s'ha desat la suma de verificació" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "paquets comprovats" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "paquets sans" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "paquets trencats" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "paquets baixats" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "baixades fallides" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "GPG està signant paquets del repositori" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Tots els paquets perduts del repositori es baixaran." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG no està disponible" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "No hi ha claus disponibles per a" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "s'està signant el paquet" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Error desconegut en signar el paquet" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "paquets signats" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponible" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "pujat/ignorat" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "S'estan començant a baixar els fitxers necessaris" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "S'estan cercant fitxers necessaris o trencats en una altra rèplica" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Els paquets binaris s'han baixat correctament." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Aquests paquets no es troben en línia" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "No es comprovaran" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Configureu la branca a" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "i torneu a intentar-ho" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "S'està copiant el repositori (si no existeix)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "S'estan commutant paquets" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "S'està ignorant" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "ja a la branca" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "s'ha acabat el bucle de migració" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "S'està executant la verificació de paquets orfes SPM" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "S'està escanejant el paquet" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "no se n'ha trobat cap més" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Cadena de paquets" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "S'està comprovant" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dependències de paquets" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Les claus del repositori han vençut" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "s'està indexant el respositori" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "no s'han trobat a faltar dependències !" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "no s'han trobat a faltar dependències !" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +#, fuzzy +msgid "Calculating library dependencies of injected packages" +msgstr "mostra les dependències inverses dels paquets" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "S'està executant la verificació de dependències" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Aquestes són les dependències que no s'han trobat" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Necessàries per" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "pel repositori" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "S'han satisfet totes les dependències. Tot és correcte." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Llista de paquets trencats i coincidents" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "S'estan abocant els resultats en aquests fitxers" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Es sistema està sa" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "S'estan cercant llibreries coincidents amb Spm, espereu" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Aquests són els paquets coincidents" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "No hi ha paquets coincidents" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "El repositori predeterminat no està inicialitzat" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Voleu inicialitzar el repositori predeterminat?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Es continua amb un repositori no inicialitzat" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Ja teníeu bloquejat el repositori d'Entropy :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "S'està bloquejant i sincronitzant el repositori d'Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Taula d'estat de les rèpliques" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Desbloquejat" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Bloquejat" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "no es pot bloquejar la rèplica" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "El repositori està malmès!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "s'està indexant el respositori" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "s'està inicialitzant un repositori buit" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Fitxer de repositori Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "s'ha inicialitzat correctament" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "s'està afegint un paquet" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "s'ha afegit un paquet" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "revisió" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dependències manuals per a" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "aquestes són les dependències que falten" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "no s'han trobat a faltar dependències !" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Hi esteu d'acord?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Sí" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Repeteix" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "ganxo QA de metadades" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "no és propietat de uid i gid = 0" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "s'està usant el ganxo QA de metadades" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "comprovació QA de metadades per" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "no es pot executar el ganxo QA de metadades per" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "atenció, el ganxo QA ha retornat un avís" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "atenció, el ganxo QA ha retornat un error" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "La comprovació QA de metadades ha acabat" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "el paquet s'ha injectat, no hi ha paquet de depuració separat" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "S'ha produït una excepció, es tanquen les tasques" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repositori del servidor" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "repositori de la comunitat" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Interfície d'Instàncies del Servidor d'Entropy del repositori" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "branca actual" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "tipus" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Repositoris configurats" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "la clau GPG ha vençut" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "arregleu-ho sisplau" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "S'ha produït un error GPG inesperat" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "s'omet" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "fitxers de configuració" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "s'està comprovant el sistema" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "hi ha fitxers de configuració pendents d'actualitzar" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "hi ha dep_rewrites disponibles per aquest paquet" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "afegit" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "eliminat" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "reemplaçat" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "No s'han reescrit dependències per" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "conjunts" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "s'estan actualitzant conjunts de paquets" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "s'està afegint un conjunt de paquets" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "s'està eliminant el conjunt de paquets" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infinit" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "s" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Baixada agregada" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "element" msgstr[1] "elements" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Assegureu-vos de comprovar la clau importada i establiu-ne el nivell de " "confiança apropiat" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "la clau GPG ha canviat per" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "la clau GPG ja està instal·lada per a" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "La clau GPG de la URL ha VENÇUT" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "S'està instal·lant la clau GPG per la URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Error en instal·lar la clau GPG" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "S'ha instal·lat la clau GPG per la URL" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Empremta" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Error en la comprovació GPG de" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Pot comportar un risc potencial de seguretat" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Avisos de seguretat" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "s'ha verificat la clau GPG" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Error" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Avís" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "l'avís està trencat" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "s'estan obtenint els últims avisos" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "s'ha actualitzat correctament" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "ja està actualitzat" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "no es pot baixar la suma de verificació" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "no es poden baixar els avisos" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "S'està comprovant la suma de verificació" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "no es poden obrir els paquets" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "no es pot llegir la suma de verificació" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "ha fallat la verificació de l'empremta electrònica" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "la verificació és correcta" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "el servei GPG no està disponible" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" "la verificació de l'empremta electrònica ha fallat, torneu a intentar-ho més " "tard" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "s'està instal·lant" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Dependència en temps d'execució" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Post dependència" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Dependència afegida manualment (pel personal)" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Dependència de construcció" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tot és correcte" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "El repositori del client està malmès. Si us plau, restaureu una còpia de " "seguretat." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "la raó no està disponible" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask d'usuari" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "keyword del sistema" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask d'usuari" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "package.keywords del repositori d'usuari (tots els paquets)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "package.keywords del repositori d'usuari" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords d'usuari" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "completament emmascarat (per keyword?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "packages.db.mask del repositori general" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "packages.db.keywords del repositori general" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "license.mask d'usuari" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "desemmascarat d'usuari autònom" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "emmascarat d'usuari autònom" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "S'està suprimint" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "directori" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "S'ha suprimit" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "fitxers i directoris" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "S'està baixant" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "S'està penjant" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "malmès" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "No instal·lat" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paquet" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branca" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categoria" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nom" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Emmascarat" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponible" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Instal·lat" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "Versió" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "revisió" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Mida" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Baixada" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Suma de verificació" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dependències" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Llegenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflicte" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Pàgina inicial" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Descripció" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "Senyaladors d'US" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Codis font" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "API d'Entropy" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilat per" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Keywords" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Creat" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Llicència" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Grafiant inversament el paquet instal·lat" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "No s'han trobat paquets" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "paquets passats com a arguments" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "paquet sense altres dependències" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "paquet sense altres dependències (node)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "paquets ja inclosos com a dependències en nivells superiors (circular)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Grafiant" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy us reclama l'atenció" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy us fa una pregunta" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interromput" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Nombre seleccionat" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Si us plau, seleccioneu una opció" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Descarta-ho tot" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmeu-ho" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Afegeix elements" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Edita l'element" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Elimina elements" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Mostra la llista actual" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Escolliu una opció (escriviu un número i premeu retorn):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "No heu escriu un número." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "L'acció no és vàlida." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Cadena a afegir (-1 per tornar):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "La cadena no és vàlida." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Número de l'element a editar (-1 per tornar):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "antic" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "valor nou:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "L'element no és vàlid." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Número de l'element a eliminar (-1 per tornar):" @@ -1990,1147 +1826,950 @@ msgstr "s'han detectat llibreries trencades" msgid "needs" msgstr "necessita" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Cercant dependències en temps d'execució no satisfetes" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "escanejant..." -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "sense paquets" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "dependències a la llista negra !!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "requereix" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "facilitades per" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "sense paquets" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "potencialment li falten aquestes dependències" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "determinant llibreries que falten" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "requereix" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "facilitades per" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "no s'han trobat a faltar dependències en temps d'execució" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Verificació de les llibreries" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "S'ha trencat la llista de paquets de símbols" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Llista d'executables trencats" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "s'està descartant el directori" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "perquè té un un enllaç simbòlic a" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "S'estan recollint els executables trencats" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "no us preocupeu per les llibreries que es mostren aquí, però que no " "apareixen després." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "S'estan escanejant les llibreries" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "diversos símbols trencats" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Llibreries/executables trencats coincidents" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Encara no està preparat" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "malmès" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "No instal·lat" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paquet" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branca" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categoria" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nom" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Emmascarat" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponible" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Instal·lat" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "Versió" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "revisió" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Mida" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Baixada" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Suma de verificació" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dependències" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Llegenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflicte" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Pàgina inicial" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Descripció" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "Senyaladors d'US" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Codis font" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "API d'Entropy" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilat per" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Keywords" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Creat" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Llicència" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Grafiant inversament el paquet instal·lat" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "No s'han trobat paquets" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "paquets passats com a arguments" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "paquet sense altres dependències" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "paquet sense altres dependències (node)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "paquets ja inclosos com a dependències en nivells superiors (circular)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Grafiant" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "cal que accediu com a superusuari" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "executa el test especificat" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "comprovacions disponibles" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "comprovació de dependències" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "comprovació de llibreries" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "aboca els resultats en un fitxer" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" -"comprovació d'enllaços de llibreries (usant les metadades del repositori)" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "s'exclou el soname" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "comprova els enllaços de llibraries (usant sistema autònom)" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "nom dels paquets" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "verifica la integritat dels paquets locals" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "no feu preguntes estúpides" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "verifica la integritat dels paquets remots" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "No coincidents" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Repositori no vàlid" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "executa comprovacions QA" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "executa consuta" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "consultes disponibles" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "cerca etiquetes disponibles" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "silencia la sortida, útil per a scripts" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "consulta només en el repositori indicat" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "nom de l'etiqueta" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "mostra les llibreries (.so) necessàries pels paquets coincidents" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "mostra les dependències inverses dels paquets" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "sortida detallada, mostra més informació" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "inclou les dependències de construcció" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "cerca a través dels conjunts de paquets" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "sortida detallada, mostra el contingut de conjunts de paquets" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "nom del conjunt de paquet" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "cerca paquets per la seva descripció" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "informació detallada, mostra més informació" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "descripció del paquet" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "No s'ha trobat res per" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "llibreries trobades" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "s'ha(n) trobat revdep(s)" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "conjunts trobats" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "paquets trobats" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "consultes diverses de metadades de paquets" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "afegeix en el repositori indicat" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "publica els paquets facilitats al repositori" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "mostra més informació del paquet" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "llista només paquets injectats" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "no disponible" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "Sense paquets" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "mostra el contingut del respositori (paquets)" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "repositori origen" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "respositori destí" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "inclou dependències" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "nom de paquets (tots si no s'especifica)" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "desplaça els paquets d'un repositori a un altre" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "el registre no està disponible" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "mostra el registre del repositori" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "nom del paquet" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "no inclou dependències inverses" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Aquests són els paquets que s'eliminaran" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "elimina paquets del repositori" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "cerca paquets en el repositori indicat" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "No s'ha trobat res" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "cerca paquets en els repositoris" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "S'està executant una altra instància d'Entropy." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" -"mostra els paquets del sistema, dependències de construcció i circulars" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "mostra el graf de dependències dels paquets" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "no baixis el repositori remot" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "error en reiniciar" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "la revisió del reinici del repositori local ha acabat" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "reinicia el repositori a l'estat remot" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "executa l'acció" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "accions disponibles" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Fitxer de configuració" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "Joc d'Eines de la Infraestructura Entropy" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "aquesta ajuda" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "S'està interrompent!" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "Hauria d'eliminar els paquets antics de les rèpliques ?" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "sincronitza amb el repositori remot" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "Elevant el repositori" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "eleva la revisió del repositori, força l'enviament" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "S'ha inicialitzat el repositori d'Entropy" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "inicialitza el repositori (eliminant tot el seu contingut)" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "envia tots els repositoris" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "envia com a repositori fals" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Publica el missatge" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "Escriviu el missatge de publicació" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "Estat del Repositori d'Entropy" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Ordinador central" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "Remot" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "Local" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "envia paquets del repositori i metadades" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "mostra el repositori actual" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "executa l'acció indicada" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "afegeix una entrada al tauler de notícies" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "elimina una entrada del tauler de notícies" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "mostra el tauler de notícies" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Títol" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "sense URL" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "URL" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "El tauler de notícies no està disponible" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Escolliu el que voleu eliminar" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Esteu segur que el voleu eliminar?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Premeu Enter per seguir" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Surt/Envia" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Escolliu-ne una escrivint el seu identificador" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "gestiona el tauler de notícies del repositori" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "branca del repositori" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "treballa dins en el repositori indicat" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "fusiona paquets d'altres branques en l'actual" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "empaqueta de nou dins el repositori indicat" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "rebuild els paquets en el repositori" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "escull els canvis selectivament" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "No hi ha coincidents" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "No hi ha paquets vàlids per empaquetar de nou." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "S'està escanejant..." +#~ msgid "these are the expired packages" +#~ msgstr "aquests són els paquets que han vençut" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "El paquet no és vàlid" +#~ msgid "Cleaning" +#~ msgstr "S'està suprimint" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "No hi ha tasques pendents" +#~ msgid "directory" +#~ msgstr "directori" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "Es marcaran com a injectats" +#~ msgid "Cleaned" +#~ msgstr "S'ha suprimit" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "Ara ?" +#~ msgid "files and directories" +#~ msgstr "fitxers i directoris" -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "S'està transformant" +#~ msgid "Downloading" +#~ msgstr "S'està baixant" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "L'acció ha acabat" +#~ msgid "Uploading" +#~ msgstr "S'està penjant" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "vençut" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Cercant dependències en temps d'execució no satisfetes" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "Seleccioneu els paquets a eliminar" +#~ msgid "run given test" +#~ msgstr "executa el test especificat" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Elimina aquest paquet?" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "S'eliminaran del repositori" +#~ msgid "available tests" +#~ msgstr "comprovacions disponibles" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Els voleu eliminar ara?" +#~ msgid "dependencies test" +#~ msgstr "comprovació de dependències" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "Seleccioneu els paquets a afegir" +#~ msgid "libraries test" +#~ msgstr "comprovació de llibreries" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Afegeix aquest paquet?" +#~ msgid "dump results to file" +#~ msgstr "aboca els resultats en un fitxer" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "S'afegiran o s'actualitzaran" +#~ msgid "library linking test (using repository metadata)" +#~ msgstr "" +#~ "comprovació d'enllaços de llibreries (usant les metadades del repositori)" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "avís" +#~ msgid "excluded soname" +#~ msgstr "s'exclou el soname" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Els voleu empaquetar ara?" +#~ msgid "library linking test (using live system)" +#~ msgstr "comprova els enllaços de llibraries (usant sistema autònom)" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "a dins" +#~ msgid "package names" +#~ msgstr "nom dels paquets" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "S'estan comprimint paquets" +#~ msgid "verify local packages integrity" +#~ msgstr "verifica la integritat dels paquets locals" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "S'ignora l'entrada trencada Spm, si us plau recompileu-la" +#~ msgid "no stupid questions" +#~ msgstr "no feu preguntes estúpides" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "No hi ha res per fer, comproveu-ho després." +#~ msgid "verify remote packages integrity" +#~ msgstr "verifica la integritat dels paquets remots" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entrades gestionades" +#~ msgid "Not matched" +#~ msgstr "No coincidents" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "publica els canvis al repositori" +#~ msgid "Invalid repository" +#~ msgstr "Repositori no vàlid" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "camí" +#~ msgid "run QA tests" +#~ msgstr "executa comprovacions QA" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "cerca paquets que continguin els camins" +#~ msgid "execute query" +#~ msgstr "executa consuta" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "coincideix paquets en els repositoris" +#~ msgid "available queries" +#~ msgstr "consultes disponibles" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "afecta només els clients d'entropy" +#~ msgid "search package tags" +#~ msgstr "cerca etiquetes disponibles" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "mostra l'estat actual" +#~ msgid "quiet output, for scripting purposes" +#~ msgstr "silencia la sortida, útil per a scripts" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "Estat de les rèpliques" +#~ msgid "query into given repository only" +#~ msgstr "consulta només en el repositori indicat" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "servidor" +#~ msgid "tag name" +#~ msgstr "nom de l'etiqueta" -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "client" +#~ msgid "show libraries (.so) required by matched packages" +#~ msgstr "mostra les llibreries (.so) necessàries pels paquets coincidents" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "bloqueja el repositori" +#~ msgid "verbose output, show more info" +#~ msgstr "sortida detallada, mostra més informació" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "desbloqueja el repositori" +#~ msgid "include build dependencies" +#~ msgstr "inclou les dependències de construcció" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "expirat des de fa quants dies" +#~ msgid "search through package sets" +#~ msgstr "cerca a través dels conjunts de paquets" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" -"S'estan eliminant paquets no disponibles substituint els predeterminats" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "Els usuaris amb repositoris antics han d'actualitzar-los" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "elimina els paquets caducats del repositori" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "s'han trobat fitxers" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "mostra fitxers que pertanyen als paquets" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "commuta a la branca indicada" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "des de la branca" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "no copïis paquets de la branca" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "Branca no vàlida" +#~ msgid "verbose output, show package sets content" +#~ msgstr "sortida detallada, mostra el contingut de conjunts de paquets" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "No hi ha paquets per copiar" +#~ msgid "package set name" +#~ msgstr "nom del conjunt de paquet" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "es copiaria a la branca" +#~ msgid "search packages through their description" +#~ msgstr "cerca paquets per la seva descripció" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "commuta a la branca" +#~ msgid "verbose output, show more information" +#~ msgstr "informació detallada, mostra més informació" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "gestiona les branques del repositori" +#~ msgid "package description" +#~ msgstr "descripció del paquet" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "commuta d'un repositori a un altre" +#~ msgid "Nothing found for" +#~ msgstr "No s'ha trobat res per" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "revisió local" +#~ msgid "libraries found" +#~ msgstr "llibreries trobades" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "paquets desats" +#~ msgid "revdep(s) found" +#~ msgstr "s'ha(n) trobat revdep(s)" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "paquets pujats" +#~ msgid "sets found" +#~ msgstr "conjunts trobats" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "paquets fora de l'índex" +#~ msgid "packages found" +#~ msgstr "paquets trobats" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "afegeix" +#~ msgid "miscellaneous package metadata queries" +#~ msgstr "consultes diverses de metadades de paquets" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "commuta als injectats" +#~ msgid "add to given repository" +#~ msgstr "afegeix en el repositori indicat" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "mostra l'estat del repositori" +#~ msgid "commit to repository the provided packages" +#~ msgstr "publica els paquets facilitats al repositori" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "injecta al repositori indicat" +#~ msgid "output more package info" +#~ msgstr "mostra més informació del paquet" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dependències de paquets" +#~ msgid "only list injected packages" +#~ msgstr "llista només paquets injectats" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "No dependències" +#~ msgid "not available" +#~ msgstr "no disponible" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "no s'ha trobat" +#~ msgid "No packages" +#~ msgstr "Sense paquets" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Tipus de dependència" +#~ msgid "show repository content (packages)" +#~ msgstr "mostra el contingut del respositori (paquets)" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Seleccioneu un tipus de dependència per a" +#~ msgid "source repository" +#~ msgstr "repositori origen" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Editor de dependències" +#~ msgid "destination repository" +#~ msgstr "respositori destí" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Ho confirmeu?" +#~ msgid "include dependencies" +#~ msgstr "inclou dependències" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "Les dependències s'han actualitzat" +#~ msgid "package names (all if none)" +#~ msgstr "nom de paquets (tots si no s'especifica)" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "edita les dependències dels paquets en el repositori" +#~ msgid "move packages from a repository to another" +#~ msgstr "desplaça els paquets d'un repositori a un altre" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "dependències del paquet" +#~ msgid "log is not available" +#~ msgstr "el registre no està disponible" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "l'origen és igual que el destí" +#~ msgid "show log for repository" +#~ msgstr "mostra el registre del repositori" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "el repositori no està disponible" +#~ msgid "package name" +#~ msgstr "nom del paquet" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "S'estan considerant tots els paquets" +#~ msgid "do not include reverse dependencies" +#~ msgstr "no inclou dependències inverses" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copia els paquets d'un repositori a un altre" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Aquests són els paquets que s'eliminaran" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "mostra el graf de dependències inverses dels paquets" +#~ msgid "remove packages from repository" +#~ msgstr "elimina paquets del repositori" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "crea un parell de claus pel repositori i els paquets" +#~ msgid "search packages in given repository" +#~ msgstr "cerca paquets en el repositori indicat" -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "esborra el parell de claus (i les signatures digitals) del repositori" +#~ msgid "Nothing found" +#~ msgstr "No s'ha trobat res" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "mostra l'estat del parell de claus del repositori" +#~ msgid "search packages in repositories" +#~ msgstr "cerca paquets en els repositoris" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "signa paquets del repositori usant el parell de claus actual" +#~ msgid "Another Entropy is currently running." +#~ msgstr "S'està executant una altra instància d'Entropy." -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importa el parell de claus, aplica al repositori especificat" +#~ msgid "show system packages, build deps, circular deps" +#~ msgstr "" +#~ "mostra els paquets del sistema, dependències de construcció i circulars" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "camí a la clau privada" +#~ msgid "show dependency graph for packages" +#~ msgstr "mostra el graf de dependències dels paquets" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "camí de la clau pública" +#~ msgid "do not pull the remote repository" +#~ msgstr "no baixis el repositori remot" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "exporta la clau pública del repositori al fitxer" +#~ msgid "reset error" +#~ msgstr "error en reiniciar" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "exporta la clau privada del repositori a un fitxer" +#~ msgid "local repository revision reset complete" +#~ msgstr "la revisió del reinici del repositori local ha acabat" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "S'ha carregat la interfície GPG, directori home" +#~ msgid "reset repository to remote status" +#~ msgstr "reinicia el repositori a l'estat remot" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "S'estan creant les claus del repositori" +#~ msgid "execute action" +#~ msgstr "executa l'acció" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Ja existeix una altra clau pel repositori" +#~ msgid "available actions" +#~ msgstr "accions disponibles" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Voleu continuar?" +#~ msgid "Configuration file" +#~ msgstr "Fitxer de configuració" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Escriviu l'adreça de correu" +#~ msgid "Entropy Infrastructure Toolkit" +#~ msgstr "Joc d'Eines de la Infraestructura Entropy" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Inseriu els dies d'expiració (0= sense expiració)" +#~ msgid "this help" +#~ msgstr "aquesta ajuda" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Inseriu la frase contrasenya (buit=sense contrasenya)" +#~ msgid "Aborting !" +#~ msgstr "S'està interrompent!" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Creació de parell de claus GPG del repositori" +#~ msgid "Should I cleanup old packages on mirrors ?" +#~ msgstr "Hauria d'eliminar els paquets antics de les rèpliques ?" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "S'ha generat la clau GPG amb empremta" +#~ msgid "sync with remote repository" +#~ msgstr "sincronitza amb el repositori remot" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Ara és recomanable que signeu tots els paquets que conté" +#~ msgid "Bumping repository" +#~ msgstr "Elevant el repositori" -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "Genereu una clau de revocació i la deseu-la en un lloc segur" +#~ msgid "bump repository revision, force push" +#~ msgstr "eleva la revisió del repositori, força l'enviament" -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "Potser voleu enviar les vostres claus a un servidor de claus" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "S'ha inicialitzat el repositori d'Entropy" -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "S'estan eliminat les claus del repositori" +#~ msgid "initialize repository (erasing all its content)" +#~ msgstr "inicialitza el repositori (eliminant tot el seu contingut)" -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "No hi ha claus disponibles pel repositori especificat" +#~ msgid "push all the repositories" +#~ msgstr "envia tots els repositoris" -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "N'esteu segur?" +#~ msgid "push as fake repository" +#~ msgstr "envia com a repositori fals" -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "No hi ha metadades de claus disponibles per" +#~ msgid "Commit message" +#~ msgstr "Publica el missatge" -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "S'ha eliminat la clau GPG amb empremta" +#~ msgid "Enter the commit message" +#~ msgstr "Escriviu el missatge de publicació" -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "Informació GPG del repositori" +#~ msgid "Entropy Repository Status" +#~ msgstr "Estat del Repositori d'Entropy" -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Clau d'identificador públic" +#~ msgid "Host" +#~ msgstr "Ordinador central" -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Empremta de clau pública" +#~ msgid "Remote" +#~ msgstr "Remot" -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Mida de la clau" +#~ msgid "Local" +#~ msgstr "Local" -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Data de creació" +#~ msgid "push repository packages and metadata" +#~ msgstr "envia paquets del repositori i metadades" -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Expira el" +#~ msgid "show current repository" +#~ msgstr "mostra el repositori actual" -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "S'està important el parell de claus" +#~ msgid "execute given action" +#~ msgstr "executa l'acció indicada" -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "Ja existeix un altre parell de claus" +#~ msgid "add notice-board entry" +#~ msgstr "afegeix una entrada al tauler de notícies" -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "S'ha importat la clau GPG amb empremta" +#~ msgid "remove notice-board entry" +#~ msgstr "elimina una entrada del tauler de notícies" -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "Signa tots els paquets que conté" +#~ msgid "show notice-board" +#~ msgstr "mostra el tauler de notícies" -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "S'està exportant la clau privada del repositori" +#~ msgid "Title" +#~ msgstr "Títol" -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "S'està exportant la clau pública del repositori" +#~ msgid "no URL" +#~ msgstr "sense URL" -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "No hi ha parells de claus disponibles pel repositori" +#~ msgid "URL" +#~ msgstr "URL" -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "La clau del repositori ha VENÇUT" +#~ msgid "Notice board not available" +#~ msgstr "El tauler de notícies no està disponible" -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "No s'ha pogut exportar la clau GPG del repositori" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Escolliu el que voleu eliminar" -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "S'ha exportat la clau GPG pel repositori" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Esteu segur que el voleu eliminar?" -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "gestiona les claus GPG del repositori" +#~ msgid "Press Enter to continue" +#~ msgstr "Premeu Enter per seguir" -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "camí dels paquets" +#~ msgid "Exit/Commit" +#~ msgstr "Surt/Envia" -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "el fitxer o carpeta no existeixen" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Escolliu-ne una escrivint el seu identificador" -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "no s'admet l'extensió" +#~ msgid "manage repository notice-board" +#~ msgstr "gestiona el tauler de notícies del repositori" -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "els camins de paquets no són vàlids" +#~ msgid "repository branch" +#~ msgstr "branca del repositori" -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "injecta fitxers de paquets al repositori" +#~ msgid "work inside given repository" +#~ msgstr "treballa dins en el repositori indicat" + +#~ msgid "merge packages on other branches into current" +#~ msgstr "fusiona paquets d'altres branques en l'actual" + +#~ msgid "repack to given repository" +#~ msgstr "empaqueta de nou dins el repositori indicat" + +#~ msgid "rebuild packages in repository" +#~ msgstr "rebuild els paquets en el repositori" + +#~ msgid "selectively pick changes" +#~ msgstr "escull els canvis selectivament" + +#~ msgid "Cannot match" +#~ msgstr "No hi ha coincidents" + +#~ msgid "No valid packages to repackage." +#~ msgstr "No hi ha paquets vàlids per empaquetar de nou." + +#~ msgid "Scanning..." +#~ msgstr "S'està escanejant..." + +#~ msgid "Invalid package" +#~ msgstr "El paquet no és vàlid" + +#~ msgid "Zarro thinggz to do" +#~ msgstr "No hi ha tasques pendents" + +#~ msgid "Do it now ?" +#~ msgstr "Ara ?" + +#~ msgid "Transforming" +#~ msgstr "S'està transformant" + +#~ msgid "Action completed" +#~ msgstr "L'acció ha acabat" + +#~ msgid "Select packages for removal" +#~ msgstr "Seleccioneu els paquets a eliminar" + +#~ msgid "Remove this package?" +#~ msgstr "Elimina aquest paquet?" + +#~ msgid "These would be removed from repository" +#~ msgstr "S'eliminaran del repositori" + +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Els voleu eliminar ara?" + +#~ msgid "Select packages to add" +#~ msgstr "Seleccioneu els paquets a afegir" + +#~ msgid "Add this package?" +#~ msgstr "Afegeix aquest paquet?" + +#~ msgid "These would be added or updated" +#~ msgstr "S'afegiran o s'actualitzaran" + +#~ msgid "warning" +#~ msgstr "avís" + +#~ msgid "Would you like to package them now ?" +#~ msgstr "Els voleu empaquetar ara?" + +#~ msgid "inside" +#~ msgstr "a dins" + +#~ msgid "Compressing packages" +#~ msgstr "S'estan comprimint paquets" + +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "S'ignora l'entrada trencada Spm, si us plau recompileu-la" + +#~ msgid "Nothing to do, check later." +#~ msgstr "No hi ha res per fer, comproveu-ho després." + +#~ msgid "Entries handled" +#~ msgstr "Entrades gestionades" + +#~ msgid "commit changes to repository" +#~ msgstr "publica els canvis al repositori" + +#~ msgid "path" +#~ msgstr "camí" + +#~ msgid "search packages owning paths" +#~ msgstr "cerca paquets que continguin els camins" + +#~ msgid "match packages in repositories" +#~ msgstr "coincideix paquets en els repositoris" + +#~ msgid "affect entropy clients only" +#~ msgstr "afecta només els clients d'entropy" + +#~ msgid "show current status" +#~ msgstr "mostra l'estat actual" + +#~ msgid "Mirrors status" +#~ msgstr "Estat de les rèpliques" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "client" +#~ msgstr "client" + +#~ msgid "lock repository" +#~ msgstr "bloqueja el repositori" + +#~ msgid "unlock repository" +#~ msgstr "desbloqueja el repositori" + +#~ msgid "expired since how many days" +#~ msgstr "expirat des de fa quants dies" + +#~ msgid "Removing unavailable packages overriding defaults" +#~ msgstr "" +#~ "S'estan eliminant paquets no disponibles substituint els predeterminats" + +#~ msgid "Users with older repositories will have to update" +#~ msgstr "Els usuaris amb repositoris antics han d'actualitzar-los" + +#~ msgid "clean expired packages from a repository" +#~ msgstr "elimina els paquets caducats del repositori" + +#~ msgid "files found" +#~ msgstr "s'han trobat fitxers" + +#~ msgid "show files owned by packages" +#~ msgstr "mostra fitxers que pertanyen als paquets" + +#~ msgid "switch to given branch" +#~ msgstr "commuta a la branca indicada" + +#~ msgid "from branch" +#~ msgstr "des de la branca" + +#~ msgid "don't copy packages from branch" +#~ msgstr "no copïis paquets de la branca" + +#~ msgid "Invalid branch" +#~ msgstr "Branca no vàlida" + +#~ msgid "No packages to copy" +#~ msgstr "No hi ha paquets per copiar" + +#~ msgid "would be copied to branch" +#~ msgstr "es copiaria a la branca" + +#~ msgid "switched to branch" +#~ msgstr "commuta a la branca" + +#~ msgid "manage repository branches" +#~ msgstr "gestiona les branques del repositori" + +#~ msgid "switch from a repository to another" +#~ msgstr "commuta d'un repositori a un altre" + +#~ msgid "local revision" +#~ msgstr "revisió local" + +#~ msgid "stored packages" +#~ msgstr "paquets desats" + +#~ msgid "upload packages" +#~ msgstr "paquets pujats" + +#~ msgid "unstaged packages" +#~ msgstr "paquets fora de l'índex" + +#~ msgid "add" +#~ msgstr "afegeix" + +#~ msgid "switch injected" +#~ msgstr "commuta als injectats" + +#~ msgid "show repository status" +#~ msgstr "mostra l'estat del repositori" + +#~ msgid "inject into given repository" +#~ msgstr "injecta al repositori indicat" + +#~ msgid "No dependencies" +#~ msgstr "No dependències" + +#~ msgid "not found" +#~ msgstr "no s'ha trobat" + +#~ msgid "Dependency type" +#~ msgstr "Tipus de dependència" + +#~ msgid "Select a dependency type for" +#~ msgstr "Seleccioneu un tipus de dependència per a" + +#~ msgid "Dependencies editor" +#~ msgstr "Editor de dependències" + +#~ msgid "Confirm ?" +#~ msgstr "Ho confirmeu?" + +#~ msgid "dependencies updated successfully" +#~ msgstr "Les dependències s'han actualitzat" + +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "edita les dependències dels paquets en el repositori" + +#~ msgid "package dependency" +#~ msgstr "dependències del paquet" + +#~ msgid "source equals destination" +#~ msgstr "l'origen és igual que el destí" + +#~ msgid "repository not available" +#~ msgstr "el repositori no està disponible" + +#~ msgid "Considering all the packages" +#~ msgstr "S'estan considerant tots els paquets" + +#~ msgid "copy packages from a repository to another" +#~ msgstr "copia els paquets d'un repositori a un altre" + +#~ msgid "show reverse dependency graph for packages" +#~ msgstr "mostra el graf de dependències inverses dels paquets" + +#~ msgid "create keypair for repository and packages" +#~ msgstr "crea un parell de claus pel repositori i els paquets" + +#~ msgid "delete keypair (and signatures) from repository" +#~ msgstr "" +#~ "esborra el parell de claus (i les signatures digitals) del repositori" + +#~ msgid "show keypair status for repository" +#~ msgstr "mostra l'estat del parell de claus del repositori" + +#~ msgid "sign packages in repository using current keypair" +#~ msgstr "signa paquets del repositori usant el parell de claus actual" + +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importa el parell de claus, aplica al repositori especificat" + +#~ msgid "private key path" +#~ msgstr "camí a la clau privada" + +#~ msgid "public key path" +#~ msgstr "camí de la clau pública" + +#~ msgid "export the repository public key to file" +#~ msgstr "exporta la clau pública del repositori al fitxer" + +#~ msgid "export the repository private key to file" +#~ msgstr "exporta la clau privada del repositori a un fitxer" + +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "S'ha carregat la interfície GPG, directori home" + +#~ msgid "Creating keys for repository" +#~ msgstr "S'estan creant les claus del repositori" + +#~ msgid "Another key already exists for repository" +#~ msgstr "Ja existeix una altra clau pel repositori" + +#~ msgid "Would you like to continue?" +#~ msgstr "Voleu continuar?" + +#~ msgid "Insert e-mail" +#~ msgstr "Escriviu l'adreça de correu" + +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Inseriu els dies d'expiració (0= sense expiració)" + +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Inseriu la frase contrasenya (buit=sense contrasenya)" + +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Creació de parell de claus GPG del repositori" + +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "S'ha generat la clau GPG amb empremta" + +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Ara és recomanable que signeu tots els paquets que conté" + +#~ msgid "Generate a revoke key and store it in a safe place" +#~ msgstr "Genereu una clau de revocació i la deseu-la en un lloc segur" + +#~ msgid "You may want to send your keys to a key server" +#~ msgstr "Potser voleu enviar les vostres claus a un servidor de claus" + +#~ msgid "Deleting keys for repository" +#~ msgstr "S'estan eliminat les claus del repositori" + +#~ msgid "No keys available for given repository" +#~ msgstr "No hi ha claus disponibles pel repositori especificat" + +#~ msgid "Are you really sure?" +#~ msgstr "N'esteu segur?" + +#~ msgid "Keys metadata not available for" +#~ msgstr "No hi ha metadades de claus disponibles per" + +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "S'ha eliminat la clau GPG amb empremta" + +#~ msgid "GPG information for repository" +#~ msgstr "Informació GPG del repositori" + +#~ msgid "Public key identifier" +#~ msgstr "Clau d'identificador públic" + +#~ msgid "Public key fingerprint" +#~ msgstr "Empremta de clau pública" + +#~ msgid "Key size" +#~ msgstr "Mida de la clau" + +#~ msgid "Creation date" +#~ msgstr "Data de creació" + +#~ msgid "Expires on" +#~ msgstr "Expira el" + +#~ msgid "Importing keypair" +#~ msgstr "S'està important el parell de claus" + +#~ msgid "Another keypair already exists" +#~ msgstr "Ja existeix un altre parell de claus" + +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "S'ha importat la clau GPG amb empremta" + +#~ msgid "Now sign all the packages in it" +#~ msgstr "Signa tots els paquets que conté" + +#~ msgid "Exporting private key for repository" +#~ msgstr "S'està exportant la clau privada del repositori" + +#~ msgid "Exporting public key for repository" +#~ msgstr "S'està exportant la clau pública del repositori" + +#~ msgid "No keypair available for repository" +#~ msgstr "No hi ha parells de claus disponibles pel repositori" + +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "La clau del repositori ha VENÇUT" + +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "No s'ha pogut exportar la clau GPG del repositori" + +#~ msgid "Exported GPG key for repository" +#~ msgstr "S'ha exportat la clau GPG pel repositori" + +#~ msgid "manage repository GPG keys" +#~ msgstr "gestiona les claus GPG del repositori" + +#~ msgid "package paths" +#~ msgstr "camí dels paquets" + +#~ msgid "no such file or directory" +#~ msgstr "el fitxer o carpeta no existeixen" + +#~ msgid "unsupported extension" +#~ msgstr "no s'admet l'extensió" + +#~ msgid "no valid package paths" +#~ msgstr "els camins de paquets no són vàlids" + +#~ msgid "inject package files into repository" +#~ msgstr "injecta fitxers de paquets al repositori" diff --git a/server/po/cs.po b/server/po/cs.po index f76469ddc..f7675579e 100644 --- a/server/po/cs.po +++ b/server/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: Czech (http://www.transifex.com/projects/p/sabayon-entropy-" @@ -19,147 +19,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "VAROVÁNÍ" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "chyba" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -245,14 +245,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +298,460 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "prošlý" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -778,1191 +779,1014 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Pozor" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Poznámka" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "nepodporováno" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" -msgstr "" +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "Závislosti" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Závislosti" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Ano" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "přidáno" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "1 položka" msgstr[1] "položky" msgstr[2] "položky" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Otisk" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "instaluji" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Odesílání" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Balíček" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "větev" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Kategorie" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Velikost" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Kontrolní součet" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Závislosti" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Konflikty" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Domovská stránka" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Popis" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE flagy" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Zdroje" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Klíčová slova" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licence" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Přerušeno" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Potvrdit" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Přidat položku" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Odstranit položku" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1982,1142 +1806,267 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Balíček" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "větev" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Kategorie" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Velikost" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Kontrolní součet" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Závislosti" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Konflikty" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Domovská stránka" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Popis" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE flagy" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Zdroje" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Klíčová slova" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licence" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "Uploading" +#~ msgstr "Odesílání" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "Nothing found for" +#~ msgstr "Nic nenalezeno pro" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Commit message" +#~ msgstr "Commmit zpráva" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Zkoumám..." -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "warning" +#~ msgstr "varování" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "path" +#~ msgstr "cesta" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "add" +#~ msgstr "přidat" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "Nic nenalezeno pro" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Commmit zpráva" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Zkoumám..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "prošlý" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "varování" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "cesta" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "přidat" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Datum vytvoření" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Datum vytvoření" diff --git a/server/po/da.po b/server/po/da.po index 7c15bce3c..10f4e2d29 100644 --- a/server/po/da.po +++ b/server/po/da.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -244,13 +244,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +297,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -776,1190 +777,1011 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Fejl" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pakke" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Navn" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Tilgængelige" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installeret" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Størrelse" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1979,1142 +1801,243 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pakke" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Navn" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Tilgængelige" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installeret" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Størrelse" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" - -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" diff --git a/server/po/de.po b/server/po/de.po index 8c126f80f..989aff6e5 100644 --- a/server/po/de.po +++ b/server/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -21,147 +21,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchronisiere aktuelle Datenbank" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "bitte warten" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Entferne Eintrag" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Füge Eintrag hinzu" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Exportiere Datenbank-Tabelle" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Datenbank-Export vollständig." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ACHTUNG" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "SPM Fehler aufgetreten" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "einzigartiger SPM Bezeichner nicht gefunden für" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "aktualisiere Repositoriums Metadaten-Anordnung, bitte warten!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "generiere provided_libs Metadaten, bitte warten!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "SPM Fehler aufgetreten" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "einzigartiger SPM Bezeichner nicht gefunden für" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "es könnte eine Weile dauern" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Zugangs-API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "Aktion" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "verschieben der Pakete vollständig" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "WARNUNG" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Kann Bereinigung von SPM nicht durchführen, Fehler" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "verschieben der Pakete erfolgreich beendet" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Verschiebe alten Eintrag" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "nach" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchronisiere aktuelle Datenbank" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "bitte warten" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Entferne Eintrag" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Füge Eintrag hinzu" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "verifiziere Upload (wenn unterstützt)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "Indexüberprüfung" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "so weit, so gut!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "missgestaltetes md5 an Funktion übergeben" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "entferntes md5 ist ungültig" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "erfolgreich" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "fehlgeschlagen, versuche erneut" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "Fehler" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "nicht kritisch" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "wird fortgesetzt" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "verbinde mit Spiegelserver" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "ändere Verzeichnis in" @@ -247,13 +248,11 @@ msgstr "lade Paket herunter" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "Paket" -msgstr[1] "Pakete" +msgstr "Paket" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -304,455 +303,463 @@ msgstr "warte noch 2 Minuten bevor ich aufgebe" msgid "mirror unlocked" msgstr "Spiegelserver freigegeben" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Lokale Statistik" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "Upload-Verzeichnis" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "Dateien bereit" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "Paketverzeichnis" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "Upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "herunterladen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "kopiere" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "entfernen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pakete zum entfernen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pakete die lokal verschoben werden" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pakete zum hochladen" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pakete zum hochladen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Gesamtgröße entfernbarer Dateien" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Gesamtgröße des Uploads" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Gesamtgröße des Downloads" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Enfernte Statistiken für" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "entfernte Pakete" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "Dateien gespeichert" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Berechne Warteschlangen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "entferne Paket+Hash" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "synchronisieren" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "Entfernen vollständig" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "kopiere Datei+Hash ins Repositorium" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "Fehler beim Hochladen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "Grund" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "Upload erfolgreich abgeschlossen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "Fehler beim Herunterladen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "Download erfolgreich abgeschlossen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA überprüft Paketdatei" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "fehlerhafte Paketdate, bitte verbessern" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "starte Paket-Synchronisierung" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "Paket-Synchronisierung" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "Sockel-Fehler" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "an" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "nichts zu tun an" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Erweitere Warteschlangen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "nichts zu synchronisieren" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Möchtest du die oben genannten Schritte durchführen?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Nein" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "Unterbrechung durch Tastendruck!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "du mußt sie neu packen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "Ausnahmefehler aufgetreten" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "wenigstens ein Spiegelserver wurde erfolgreich synchronisiert!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "abgelaufen" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "sauber" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "sammle abgelaufene Pakete" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "sammle abgelaufene Pakete im ausgewählten Zweig" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "in diesem Zweig gibt es nichts zu entfernen" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "dies sind die abgelaufenen Pakete" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pakete zum entfernen" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Würdest du gerne fortfahren ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "entferne entfernte Pakete" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "entferne Fehler" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "entferne Pakete lokal" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "entfernt" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "lade Schwarzes Brett vom Spiegelserver nach" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "Schwarzes Brett erfolgreich herabgeladen von" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "entferne Schwarzes Brett von" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "Entfernung des Schwarzen Bretts fehlgeschlagen bei" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "Entfernung des Schwarzen Bretts erfolgreich" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "lade Schwarzes Brett hoch von" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "Hochladen des Notizbretts fehlgeschlagen bei" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "Notizbrett erfolgreich hochgeladen" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Schlüssel für das Repositorium ist abgelaufen" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "bereite Herunterladen des Repositoriums vom Spiegelserver vor" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "Download-Pfad" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "Fehler" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "Herunterladen vom Spiegelserver fehlgeschlagen" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "Entpacken gescheitert" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Probleme mit treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Weise veraltete Daten zurück" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "Paketsets konfiguriert" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Keine konfiguriert" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "erstelle komprimiertes Repositoriums-Abbild + Prüfsumme" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "Repositoriums-Pfad" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "Abbild" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "Abbild-Prüfsumme" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "Öffner" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "komprimiere Repositorium + Prüfsumme" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "komprimiere Repositoriums-Pfad" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "Repositoriums-Prüfsumme" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "komprimiere Prüfsumme" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "bereite unkomprimiertes Repositorium für den Upload vor" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "deaktiviertes EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "bereite den Upload des Repositoriums auf Spiegelserver vor" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "Hochladen fehlgeschlagen, sperre und fahre fort" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "Repositorium ist bereits synchronisiert" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "Repositoriums-Synchronisation fehlgeschlagen" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "Vorfälle beim Download" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "Repositoriums-Synchronisation verboten" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "fehlende Paketsets" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "Der Abhängigkeitstest meldete Fehler." -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "Diese Pakete wurden noch nicht entfernt." -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "Vorfälle beim Hochladen" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "Synchronisation des Repositoriums komplett" @@ -782,143 +789,156 @@ msgstr "" msgid "Repository updated anyway" msgstr "Repositorium trotzdem geupdatet" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "Paket hat kein Schlüsselwort gesetzt, es wird maskiert werden!" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "Repositorium nicht konfiguriert" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" "geschützte Repositoriums-ID, kann sie nicht verwenden, sorry Kumpel ..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "ungültige Repositoriums-Revision" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "setze standardmäßig auf 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "synchronisiere Paket Sets" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Achtung" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "keine Entsprechung" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "Initialisiere Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "Willst du wirklich dieses Repositorium initialisieren?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Nicht möglich Speicherverzeichnis zu erstellen" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "Nicht möglich Uploadverzeichnis zu erstellen" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "Kein gültiges Etikett angegeben" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "spiele ausgewählte Pakete aus den Zweigen zurück" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "Nichts zu tun" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "Dies sind die Pakete, welche weggespült werden" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "überprüfe Pakethash" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "Hash stimmt nicht überein für" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "falsche md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "Fehler beim Herunterladen von Paketen am Spiegelserver" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "arbeite auf Zweig" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "aktualisiere Paket" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "Paket gespült" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "wechseln" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "kann nicht wechseln, Paket nicht gefunden, überspringe" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "verschiebe Datei" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "lade Daten aus Quellrepositorium" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "GPG Schlüssel war verfügbar in" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "speise Daten in Zielrepositorium ein" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "entferne Eintrag aus Quellrepositorium" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "Atom erfolgreich gehandhabt" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "Kann Systemrepositorium nicht anfassen" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Vorbereitung zum verschieben von ausgewählten Paketen nach" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Vorbereitung zum kopieren von ausgewählten Paketen nach" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Hinweis" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -926,1055 +946,866 @@ msgstr "" "alle alten Pakete im Konfliktbereich werden vom Zielrepositorium entfernt, " "sofern nicht eingespeist" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "neues Etikett" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "umgekehrte Abhängigkeiten" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "Abhängigkeiten" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "wechseln" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "kann nicht wechseln, Paket nicht gefunden, überspringe" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "verschiebe Datei" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "lade Daten aus Quellrepositorium" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "GPG Schlüssel war verfügbar in" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "speise Daten in Zielrepositorium ein" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "entferne Eintrag aus Quellrepositorium" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "Atom erfolgreich gehandhabt" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Speise Entropy-Metadaten in die erstellten Pakete ein" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "Nur zu deiner Information, das Laden der GPG ist fehlgeschlagen" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "speise Entropy-Metadaten ein" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "Einspeisung vollständig" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "entferne Paket" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Integritätsprüfung der ausgewählten Pakete" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Alle Pakete im Repositorium werden überprüft." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Dies ist die Liste der Pakete, die überprüft würden" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Arbeite auf Spiegelserver" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "überprüfe Hash" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "Verzeichnisprüfung von" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "nicht unterstützt" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NICHT gesund" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Dies ist die Liste der gebrochenen Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Spiegelserver" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistiken" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Zahl der überprüften Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Zahl der gesunden Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Zahl der fehlerhaften Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "lokal" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "überprüfe Status von" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "ist beschädigt, Prüfsumme gespeichert" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "geprüfte Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "gesunde Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "fehlerhafte Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "heruntergeladene Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "fehlgeschlagene Downloads" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "signiere Pakete für Repositorium mit GPG" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Alle im Repositorium fehlenden Pakete werden heruntergeladen." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG nicht verfügbar" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Schlüssel nicht verfügbar für" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "signiere Paket" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Unbekannter Fehler beim Signieren des Pakets" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "signierte Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "verfügbar" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "hochladen/ignoriert" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Starte Herunterladen fehlender Dateien" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Suche fehlende/fehlerhafte Dateien auf anderem Spiegelserver" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Binärpakete erfolgreich heruntergeladen." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Dies sind die Pakete, die online nicht gefunden werden können." -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Sie werden nicht geprüft werden" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Bitte stelle deinen Zweig ein auf" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "und versuche erneut" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Kopiere Repositorium (falls nicht existent)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Wechsle Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Ignoriere" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "bereits im Zweig" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "Migrationsschleife vollständig" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Test auf verwaiste SPM Pakete läuft" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Durchsuche Pakete" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "nicht mehr gefunden" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Paketstring" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Prüfe" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "Paket Abhängigkeiten" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Schlüssel für das Repositorium ist abgelaufen" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "indiziere Repositorium" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Keine fehlenden Abhängigkeiten!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "Keine fehlenden Abhängigkeiten!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Abhängigkeitstest läuft" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Dies sind die nicht gefundenen Abhängigkeiten" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Benötigt von" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "von Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Alle Abhängigkeiten sind erfüllt. Alles ist gut." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Fehlerhafte und passende Pakete aufgelistet" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Lege Ergebnisse in Datei ab" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "System ist gesund" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Vergleiche Bibliotheken mit SPM, bitte warten" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Dies sind die passenden Pakete" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Keine passenden Pakete" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Dein Standard-Repositorium ist nicht initialisiert" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Willst du dein Standard-Repositorium initialisieren ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Fahre mit einem uninitialisiertem Repositorium fort" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Entropy-Repositorium wurde bereits von dir gesperrt :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Sperre und synchronisiere Entropy-Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Spiegelserver Statustabelle" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Freigegeben" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Gesperrt" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "kann Spiegelserver nicht sperren" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repositorium ist fehlerhaft!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "indiziere Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "Initialisiere ein leeres Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Entropy Repositoriums-Datei" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "erfolgreich initialisiert" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "füge Paket hinzu" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "Paket hinzugefügt" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rev" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "manuelle Abhängigkeiten für" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Dies sind die nicht fehlenden Abhängigkeiten" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "Keine fehlenden Abhängigkeiten!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Bist du einverstanden?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Ja" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Wiederhole" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "Nicht durch uid und gid = 0 besessen" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "Metadaten QA Überprüfung von" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Ausnahmefehler aufgetreten, schließe Aufgaben" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "serverseitiges Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "Gemeinschafts-Repositorium" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Entropy Server Schnittstellen-Instanz auf Repositorium" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "aktueller Zweig" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "Typ" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Gegenwärtig konfigurierte Repositorien" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "GPG Schlüssel abgelaufen" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "bitte dringend korrigieren" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "GPG erhielt unerwarteten Fehler" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "überspringe" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "Konfigurationsdateien" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "überprüfe System" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" "es existieren noch Konfigurationsdateien, die aktualisiert werden müssen" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "fand verfügbare dep_rewrites für das Paket" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "hinzugefügt" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "entfernt" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "ersetzt" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Keine Abhängigkeits-Neuschreibung erstellt für" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "Sets" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "aktualisiere Paketsets" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "füge Paketset hinzu" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "entferne Paketset" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "unendlich" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "sec" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Sammeldownload" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Stelle sicher den importierten Schlüssel zu verifizieren und setze einen " "entsprechenden Vertrauenslevel" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "GPG-Schlüssel geändert für" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "GPG-Schlüssel bereits installiert für" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "abgelaufener GPG Schlüssel für URL" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Installiere GPG-Schlüssel für URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Fehler während der Installation des GPG-Schlüssels" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "GPG-Schlüssel für URL erfolgreich installiert" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Fingerabdruck" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Fehler während des GPG Vergleichs von" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Es könnte ein potentielles Sicherheitsproblem darstellen" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Sicherheitskritische Warnungen" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "GPG-Schlüssel Verifizierung erfolgreich" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Fehler" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Warnung" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "Empfehlung fehlerhaft" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "hole neueste Sicherheitsratschläge" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "erfolgreich aktualisiert" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "aktuellste Version bereits vorhanden" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "kann Prüfsumme nicht herunterladen, Entschuldigung" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "kann Ratschläge nicht herunterladen, Entschuldigung" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Verifiziere Prüfsumme" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "kann Pakete nicht öffnen" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "kann die Checksumme nicht lesen" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "Verzeichnisüberprüfung nicht erfolgreich" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "Verifizierung erfolgreich" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "GPG-Dienst nicht verfügbar" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" "Verzeichnisüberprüfung nicht erfolgreich, versuche es später noch einmal" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installiere" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Laufzeit-Abhängigkeit" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Nach Abhängigkeit" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Manuell hinzugefügte (durch Stab) Abhängigkeit" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Bau-Abhängigkeit" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Alles ok" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "Beschädigtes Klient-Repositorium. Bitte spiele ein Backup zurück." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "unbekannte Ursache" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "user package.mask" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "system keywords" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "user package.unmask" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "user repo package.keywords (all packages)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "user repo package.keywords" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "user package.keywords" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "vollständig maskiert (durch Schlüsselworte?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "repository general packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "repository general packages.db.keywords" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "user license.mask" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "user live unmask" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "user live mask" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Aufräumen" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "Verzeichnis" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "Aufgeräumt" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "Dateien und Verzeichnisse" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "downloaden" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Lade hoch" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "beschädigt" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Nicht installiert" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paket" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "Branch" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Kategorie" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Name" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Maskiert" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Verfügbar" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installiert" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "Version" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "Version" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Größe" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Download" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Prüfsumme" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Abhängigkeiten" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legende" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Konflikte" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Homepage" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Beschreibung" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE-Flags" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Quellen" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Zugangs-API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Kompiliert mit" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Schlüsselwörter" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Erstellt" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Lizenz" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Dies sind die installierten Pakete" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Keine Pakete gefunden" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "Pakete werden als Argumente übergeben" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "Pakete ohne weitere Abhängigkeiten" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "Pakete ohne weitere Abhängigkeiten (Knoten)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"Pakete wurden bereits hereingeholt als Abhängigkeit auf einem höheren Level " -"(zirkulär)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Entsprechend" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy benötigt deine Aufmerksamkeit" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy hat eine Frage an dich" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Unterbrochen" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Ausgewählte Nummer" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Bitte wähle eine Option" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Verwerfe alle" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Bestätige" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Artikel hinzufügen" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Artikel bearbeiten" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Artikel entfernen" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Zeige gegenwärtige Liste" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Deine Wahl (gib eine Zahl ein und drücke Enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Du hast keine Nummer eingegeben." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Ungültige Handlung." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "String zum hinzufügen (-1 zum zurückgehen):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Ungültiger String." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Elementnummer zum Bearbeiten (-1 zum zurückzugehen):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "alt" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "neuer Wert:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Ungültiges Element." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Elementnummer zum Entfernen (-1 zum zurückgehen):" @@ -1994,1144 +1825,498 @@ msgstr "fehlerhafte Programmbibliotheken entdeckt" msgid "needs" msgstr "benötigt" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "scanne" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "keine Pakete" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "Abhängigkeiten auf der schwarzen Liste!!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "benötigt" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "bereitgestellt von" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "keine Pakete" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "suche fehlende Bibliotheken" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "benötigt" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "bereitgestellt von" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Teste Programmbibliotheken" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Paketliste zerbrochener Symbole" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Liste fehlerhafter ausführbarer Dateien" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "verwerfe Verzeichnis" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "weil ein Symlink besteht auf" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Suche nach beschädigten ausführbaren Dateien" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "Programmbibliotheken die nur hier erscheinen (und später nicht mehr) können " "ignoriert werden." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Durchsuche Programmbibliotheken" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "verschiedene fehlerhafte Symbole" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Vergleiche fehlerhafte Programmbibliotheken und ausführbare Dateien" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Noch nicht bereit" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "beschädigt" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Nicht installiert" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paket" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "Branch" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Kategorie" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Name" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Maskiert" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Verfügbar" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installiert" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "Version" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "Version" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Größe" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Download" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Prüfsumme" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Abhängigkeiten" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legende" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Konflikte" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Homepage" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Beschreibung" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE-Flags" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Quellen" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Zugangs-API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Kompiliert mit" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Schlüsselwörter" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Erstellt" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Lizenz" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Dies sind die installierten Pakete" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Keine Pakete gefunden" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "Pakete werden als Argumente übergeben" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "Pakete ohne weitere Abhängigkeiten" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "Pakete ohne weitere Abhängigkeiten (Knoten)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"Pakete wurden bereits hereingeholt als Abhängigkeit auf einem höheren Level " +"(zirkulär)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Entsprechend" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Keine Entsprechung" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Ungültiges Repository" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "Nicht verfügbar" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "verschiebe Pakete von einem Repository in ein anderes" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "füge keine rückwärtigen Abhängigkeiten hinzu" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Dies sind die Pakete, welche entfernt werden würden" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Nichts gefunden" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "suche Pakete in Repositories" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Ein anderes Entropy läuft bereits." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Konfigurationsdatei" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Breche ab!" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Entropy Repositorium wurde initialisiert" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Übergebe Nachricht" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Wirt" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titel" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Schwarzes Brett ist nicht verfügbar" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Wähle jenes das du entfernen möchtest" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Bist du dir sicher, dass du es entfernen möchtest?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Willst du fortfahren ?" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Exit/Commit" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Bitte wähle durch Eingabe der jeweiligen Nummer" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Keine Entsprechung" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Keine gültigen Pakete zum Neuverpacken." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Durchsuche..." +#~ msgid "these are the expired packages" +#~ msgstr "dies sind die abgelaufenen Pakete" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Aufräumen" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" +#~ msgid "directory" +#~ msgstr "Verzeichnis" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" +#~ msgid "Cleaned" +#~ msgstr "Aufgeräumt" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" +#~ msgid "files and directories" +#~ msgstr "Dateien und Verzeichnisse" -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "downloaden" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" +#~ msgid "Uploading" +#~ msgstr "Lade hoch" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "abgelaufen" +#~ msgid "Not matched" +#~ msgstr "Keine Entsprechung" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "Ungültiges Repository" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Entferne dieses Paket?" +#~ msgid "not available" +#~ msgstr "Nicht verfügbar" -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "verschiebe Pakete von einem Repository in ein anderes" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Willst du sie jetzt entfernen ?" +#~ msgid "do not include reverse dependencies" +#~ msgstr "füge keine rückwärtigen Abhängigkeiten hinzu" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Dies sind die Pakete, welche entfernt werden würden" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Dieses Paket hinzufügen?" +#~ msgid "Nothing found" +#~ msgstr "Nichts gefunden" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "suche Pakete in Repositories" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "Warnung" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Ein anderes Entropy läuft bereits." -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Willst du sie jetzt verpacken ?" +#~ msgid "Configuration file" +#~ msgstr "Konfigurationsdatei" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "innen" +#~ msgid "Aborting !" +#~ msgstr "Breche ab!" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Komprimiere Pakete" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Entropy Repositorium wurde initialisiert" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Ignoriere fehlerhaften Spm-Eintrag, bitte neu kompilieren" +#~ msgid "Commit message" +#~ msgstr "Übergebe Nachricht" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Nichts zu tun, schau später nochmal vorbei." +#~ msgid "Host" +#~ msgstr "Wirt" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Einträge verarbeitet" +#~ msgid "Title" +#~ msgstr "Titel" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Schwarzes Brett ist nicht verfügbar" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Wähle jenes das du entfernen möchtest" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Bist du dir sicher, dass du es entfernen möchtest?" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Willst du fortfahren ?" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Exit/Commit" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Bitte wähle durch Eingabe der jeweiligen Nummer" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Keine Entsprechung" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Keine gültigen Pakete zum Neuverpacken." -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Durchsuche..." -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" +#~ msgid "Remove this package?" +#~ msgstr "Entferne dieses Paket?" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Willst du sie jetzt entfernen ?" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" +#~ msgid "Add this package?" +#~ msgstr "Dieses Paket hinzufügen?" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" +#~ msgid "warning" +#~ msgstr "Warnung" -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Willst du sie jetzt verpacken ?" -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" +#~ msgid "inside" +#~ msgstr "innen" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Komprimiere Pakete" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Ignoriere fehlerhaften Spm-Eintrag, bitte neu kompilieren" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Nichts zu tun, schau später nochmal vorbei." -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "Einträge verarbeitet" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" +#~ msgid "local revision" +#~ msgstr "lokale Revision" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "lokale Revision" +#~ msgid "stored packages" +#~ msgstr "gespeicherte Pakete" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "gespeicherte Pakete" +#~ msgid "upload packages" +#~ msgstr "hochgeladene Pakete" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "hochgeladene Pakete" +#~ msgid "No dependencies" +#~ msgstr "Keine Abhängigkeiten" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" +#~ msgid "not found" +#~ msgstr "nicht gefunden" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" +#~ msgid "Dependency type" +#~ msgstr "Abhängigkeitstyp" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" +#~ msgid "Select a dependency type for" +#~ msgstr "Wähle einen Abhängigkeitstyp aus für" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" +#~ msgid "Dependencies editor" +#~ msgstr "Abhängigkeits-Editor" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" +#~ msgid "Confirm ?" +#~ msgstr "Bestätigen?" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "Paket Abhängigkeiten" +#~ msgid "dependencies updated successfully" +#~ msgstr "Abhängigkeiten erfolgreich aktualisiert" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Keine Abhängigkeiten" +#~ msgid "repository not available" +#~ msgstr "Repositorium nicht verfügbar" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "nicht gefunden" +#~ msgid "copy packages from a repository to another" +#~ msgstr "kopiere Pakete von einem Repository in ein anderes" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Abhängigkeitstyp" +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importiere Schlüsselpaar, verbinde es mit ausgewähltem Repositorium" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Wähle einen Abhängigkeitstyp aus für" +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "GPG-Schnittstelle geladen, Heimatverzeichnis" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Abhängigkeits-Editor" +#~ msgid "Creating keys for repository" +#~ msgstr "Erstelle Schlüssel für das Repositorium" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Bestätigen?" +#~ msgid "Another key already exists for repository" +#~ msgstr "Ein weiterer Schlüssel existiert bereits für das Repositorium" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "Abhängigkeiten erfolgreich aktualisiert" +#~ msgid "Would you like to continue?" +#~ msgstr "Möchtest du fortfahren ?" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" +#~ msgid "Insert e-mail" +#~ msgstr "E-Mail einfügen" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Füge Ablauftage ein (0=kein Ablauf)" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Füge Passphrase ein (leer=keine Passphrase)" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "Repositorium nicht verfügbar" +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Repositoriums GPG Schlüssel Erstellung" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "Produziere GPG Schlüssel mit Fingerabdruck" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "kopiere Pakete von einem Repository in ein anderes" +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Jetzt solltest du alle Pakete darin signieren" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" +#~ msgid "Deleting keys for repository" +#~ msgstr "Lösche Schlüssel des Repositoriums" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" +#~ msgid "No keys available for given repository" +#~ msgstr "Keine Schlüssel für das angegebene Repositorium verfügbar" -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" +#~ msgid "Are you really sure?" +#~ msgstr "Bist du wirklich sicher?" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" +#~ msgid "Keys metadata not available for" +#~ msgstr "Schlüssel-Metadaten nicht verfügbar für" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "Gelöschter GPG Schlüssel mit Fingerabdruck" -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importiere Schlüsselpaar, verbinde es mit ausgewähltem Repositorium" +#~ msgid "GPG information for repository" +#~ msgstr "GPG Information für Repositorium" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" +#~ msgid "Public key identifier" +#~ msgstr "Öffentlicher Schlüssel Identifizierer" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" +#~ msgid "Public key fingerprint" +#~ msgstr "Fingerabdruck des öffentlichen Schlüssels" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" +#~ msgid "Key size" +#~ msgstr "Schlüsselgröße" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Erstellungsdatum" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "GPG-Schnittstelle geladen, Heimatverzeichnis" +#~ msgid "Expires on" +#~ msgstr "Verfällt am" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Erstelle Schlüssel für das Repositorium" +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Importierte GPG Schlüssel samt Fingerabdrücken" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Ein weiterer Schlüssel existiert bereits für das Repositorium" +#~ msgid "Exporting private key for repository" +#~ msgstr "Exportiere privaten Schlüssel des Repositoriums" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Möchtest du fortfahren ?" +#~ msgid "Exporting public key for repository" +#~ msgstr "Exportiere öffentlichen Schlüssel des Repositoriums" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "E-Mail einfügen" +#~ msgid "No keypair available for repository" +#~ msgstr "Kein Schlüsselpaar verfügbar für Repositorium" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Füge Ablauftage ein (0=kein Ablauf)" +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "ABGELAUFENES Schlüsselpaar für Repositorium" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Füge Passphrase ein (leer=keine Passphrase)" +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Export des GPG Schlüsselfs für das Repositorium ist nicht möglich" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Repositoriums GPG Schlüssel Erstellung" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "Produziere GPG Schlüssel mit Fingerabdruck" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Jetzt solltest du alle Pakete darin signieren" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Lösche Schlüssel des Repositoriums" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Keine Schlüssel für das angegebene Repositorium verfügbar" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Bist du wirklich sicher?" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "Schlüssel-Metadaten nicht verfügbar für" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "Gelöschter GPG Schlüssel mit Fingerabdruck" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "GPG Information für Repositorium" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Öffentlicher Schlüssel Identifizierer" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Fingerabdruck des öffentlichen Schlüssels" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Schlüsselgröße" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Erstellungsdatum" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Verfällt am" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Importierte GPG Schlüssel samt Fingerabdrücken" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Exportiere privaten Schlüssel des Repositoriums" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Exportiere öffentlichen Schlüssel des Repositoriums" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "Kein Schlüsselpaar verfügbar für Repositorium" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "ABGELAUFENES Schlüsselpaar für Repositorium" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Export des GPG Schlüsselfs für das Repositorium ist nicht möglich" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Exportiere GPG Schlüssel für das Repositorium" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Exported GPG key for repository" +#~ msgstr "Exportiere GPG Schlüssel für das Repositorium" diff --git a/server/po/entropy-server.pot b/server/po/entropy-server.pot index c80b1e4f0..22c9f4658 100644 --- a/server/po/entropy-server.pot +++ b/server/po/entropy-server.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -244,13 +244,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +297,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -776,1190 +777,1011 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1979,1142 +1801,243 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" - -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" diff --git a/server/po/es.po b/server/po/es.po index 2fa303acf..c2163e4e1 100644 --- a/server/po/es.po +++ b/server/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -19,148 +19,149 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Sincronizando la base de datos actual" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "espera por favor" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Eliminando entrada" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Añadiendo entrada" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Exportando la tabla de la base de datos" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Exportación de la base de datos completada." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATENCIÓN" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Ha ocurrido un error en el SPM" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Identificador Único para el SPM no encontrado para" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" "actualizando la disposición de metadatos del repositorio, ¡espera por favor!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "generando metadatos para provided_libs, ¡espera por favor!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Ha ocurrido un error en el SPM" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Identificador Único para el SPM no encontrado para" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "Administrador de Paquetes Fuente" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Actualizando metadatos de paquetes" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "puede tardar un tiempo" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "API requerida" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "acción" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "movimiento de paquete completado" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "CUIDADO" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "No se pudo ejecutar la limpieza del Administrador de Paquetes Fuente" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "movimientos de paquetes completados satisfactoriamente" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Moviendo la entrada antigua" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "a" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Sincronizando la base de datos actual" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "espera por favor" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Eliminando entrada" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Añadiendo entrada" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "verificando la subida (si está soportado)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "verificación de firma" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "¡hasta ahora todo bien!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "se pasó a la función un md5 malformado" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "el md5 remoto es inválido" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "correctamente" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "fallido, reintentando" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "error" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "no crítico" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "continuando" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "conectado al mirror" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "cambiando el directorio a" @@ -246,13 +247,11 @@ msgstr "descargando el paquete" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "paquete" -msgstr[1] "paquetes" +msgstr "paquete" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +301,462 @@ msgstr "esperando hasta 2 minutos antes de abandonar" msgid "mirror unlocked" msgstr "mirror desbloqueado" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Estadísticas locales" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "directorio de subida" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "archivos listos" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "directorio de paquetes" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "subida" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "descargado" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copia" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "eliminar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Paquetes que serán eliminados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Paquetes que serán movido localmente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Paquetes que serán subidos" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Paquetes que serán subidos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Tamaño total de lo que será eliminado" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Tamaño total de la subida" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Tamaño total de la descarga" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Estadísticas remotas para" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "paquetes remotos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "archivos guardados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calculando colas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "eliminando paquete+hash" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sincronización" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "eliminación completada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copiando archivo+hash al repositorio" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "errores en la subida" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "razón" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "subida completada correctamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "errores en la descarga" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "descarga completada correctamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA está comprobando el archivo del paquete" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "archivo de paquete incorrecto, por favor arréglalo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "comenzando la sincronización de paquetes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "sincronización de paquetes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "error de socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "en" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "nada que hacer en" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Expandiendo colas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "nada que sincronizar en" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "¿ Quieres ejecutar los pasos descritos ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "No" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "¡ interrupción del teclado !" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "tendrás que empaquetarlos nuevamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "excepción capturada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "¡al menos un mirror sincronizó correctamente!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "ordenado" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "recopilando los paquetes que han expirado" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "recopilando los paquetes que han expirado en las ramas seleccionadas" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "nada que eliminar en esta rama" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "estos son los paquetes que han expirado" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Paquetes que serán eliminados" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "¿ Desea continuar ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "eliminando los paquetes remotamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "errores al eliminar" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "eliminando paquetes localmente" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "eliminados" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "descargando el tablón de anuncios desde los mirrors a" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "tablón de anuncios correctamente descargado desde" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "removiendo el tablón de noticias de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "falló la remoción del tablón de noticias en" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "la remoción del tablón de noticias ha tenido éxito" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "subiendo el tablón de anuncios desde" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "fallo en la subida del tablón de anuncios en" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "subida del tablón de anuncios correcta" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Las claves del repositorio han expirado" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "preparándose para descargar el repositorio desde el espejo" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "ruta de descarga" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "errores" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "no se pudo descargar desde el mirror" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "el desempaquetado ha fallado" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Problemas con las treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Metiendo los datos viejos de nuevo" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "sets de paquetes configurados" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Ninguno configurado" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "ruta del repositorio" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "abridor" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "comprobación de suma comprimida" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI deshabilitada" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemas con la descarga" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problemas con la subida" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -778,1194 +784,1019 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "no es un repositorio configurado" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "no se puede usar como id porque es una id de repositorio protegida" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "dejando por defecto 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repositorio" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Atención" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "no se pudo hacer coincidir" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "¡ nada que hacer" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "comprobando el hash del paquete" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "el hash no coincide para" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "md5 incorrecto" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "trabajando en la rama" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "actualizando paquete" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "cambiando" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "no se puede cambiar. Paquete no encontrado, omitiendo" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "moviendo el archivo" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "correctamente manejado el atom" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Preparándose para mover los paquetes seleccionados a" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Preparándose para copiar los paquetes seleccionados a" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Nota" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "cambiando" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "no se puede cambiar. Paquete no encontrado, omitiendo" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "moviendo el archivo" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "correctamente manejado el atom" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Inyectando metadatos de Entropy en los paquetes creados" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "inyectando metadatos de Entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "inyección completada" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "eliminando paquete" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Verificación de integridad de los paquetes seleccionados" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Esta es la lista de paquetes que serán comprobados" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Trabajando en el mirror" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "comprobando el hash" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "verificación de la firma de" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "no soportado" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NO está en buen estado" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Esta es la lista de paquetes rotos" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Mirror" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Estadísticas" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Número de paquetes comprobados" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Número de paquetes en buen estado" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Número de paquetes rotos" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "comprobando el estado de" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "está corrupto. Se ha almacenado la suma de verificación" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "paquetes comprobados" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "paquetes en buen estado" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "paquetes rotos" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "paquetes descargados" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "descargas fallidas" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponible" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "subido/ignorado" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Comenzando a descargar los archivos desaparecidos" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Buscando los paquetes rotos/desaparecidos en otro mirror" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Estos son los paquetes que no se pudieron encontrar online" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "No serán comprobados" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Por favor, fija tu rama en" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "y vuelve a intentarlo" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Conmutando paquetes" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Ignorando" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "ya estaba en la rama" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "ciclo de migración completado" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Registrando paquete" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Comprobando" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dependencias del paquete" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Las claves del repositorio han expirado" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "repositorio" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Sin dependencias" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Ejecutando test de dependencias" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Dependencias no encontradas" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Requeridas por" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "por el repositorio" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Todas las dependencias están satisfechas. Todo está bien." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "El sistema está en buen estado" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" "Haciendo coincidir bibliotecas con el Administrador de Paquetes Fuente, " "espera por favor" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Estos son los paquetes que coinciden" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "No coincide ningún paquete" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Tu repositorio por defecto no está inicializado" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "¿ Quieres inicializar tu repositorio por defecto ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Tabla de estado de los mirrors" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Desbloqueado" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Bloqueado" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "no se pudo bloquear el mirror" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "ha sido inicializado correctamente" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "añadiendo paquete" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "paquete añadido" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "revisión" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Si" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Excepción capturada, cerrando tareas" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repositorio del servidor" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "repositorio community" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instancia de la Interfaz del Servidor de Entropy en el repositorio" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "rama actual" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "tipo" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Repositorios configurados actualmente" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "archivos de conf." #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "comprobando el sistema" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "hay archivos de configuración que aún no han sido actualizados" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "eliminados" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infinito" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[D]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "Tiempo Estimado" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "seg" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Descargas agregadas" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Puede suponer un gran riesgo de seguridad" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Avisos de seguridad" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Error" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Atención" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "Aviso roto" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "actualizados correctamente" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "ya estaban actualizados" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Verificando la comprobación de suma" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "no se pudieron abrir los paquetes" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "no se pudo leer la comprobación de suma" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "ha fallado la verificación de la firma" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "la verificación de firma ha fallado, inténtalo mas tarde" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "instalando" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Todo bien" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "El Repositorio Cliente está Corrupto. Por favor, restaura una copia de " "seguridad." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "no disponible" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask del usuario" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "palabras clave del sistema" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask del usuario" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "package.keywords del repositorio del usuario (todos los paquetes)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "package.keywords del repositorio del usuario" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords del usuario" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "packages.db.mask general del repositorio" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "packages.db.keywords general del repositorio" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "license.mask del usuario" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "desenmascaramiento en vivo del usuario" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "enmascaramiento en vivo del usuario" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Limpiando" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Descargando" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "No instalado" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/D" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paquete" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "rama" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categoría" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nombre" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Enmascarado" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponible" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Instalado" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "versión" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "revisión" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Bloque" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Tamaño" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Descargado" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Comprobación de suma" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dependencias" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflictos" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Página" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Descripción" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "Parámetros USE" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Fuentes" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "API requerida" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilado con" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Palabras clave" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Creado" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licencia" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "No se han encontrado paquetes" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy necesita tu atención" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy tiene una pregunta para ti" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrumpido" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Número seleccionado" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Selecciona una opción por favor" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Descartar todos" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmar" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Añadir ítem" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Eliminar ítem" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Mostrar lista actual" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Tu elección (escribe un número y presiona enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "No has tecleado un número." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Acción inválida." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Cadena inválida." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Elemento inválido." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1985,1146 +1816,353 @@ msgstr "detectadas bibliotecas rotas" msgid "needs" msgstr "necesita" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Escaneando bibliotecas" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Comprobación de bibliotecas" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Lista de ejecutables rotos" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "descartando directorio" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "porque está enlazado a" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Recopilando los ejecutables rotos" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "no te preocupes por las bibliotecas que se muestren aquí pero que no " "aparezcan después." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Escaneando bibliotecas" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "varios símbolos rotos" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Haciendo coincidir bibliotecas y ejecutables rotos" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Aún no está preparado" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/D" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "No instalado" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paquete" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "rama" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categoría" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nombre" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Enmascarado" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponible" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Instalado" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "versión" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "revisión" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Bloque" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Tamaño" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Descargado" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Comprobación de suma" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dependencias" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflictos" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Página" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Descripción" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "Parámetros USE" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Fuentes" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "API requerida" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilado con" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Palabras clave" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Creado" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licencia" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "No se han encontrado paquetes" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "these are the expired packages" +#~ msgstr "estos son los paquetes que han expirado" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Limpiando" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Descargando" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "No coincidentes" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "Repositorio inválido" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "not available" +#~ msgstr "no disponible" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "mueve paquetes de un repositorio a otro" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Paquetes que serán eliminados" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "No se encontró nada" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "busca paquetes en los repositorios" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Archivo de configuración" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "No coincidentes" +#~ msgid "Aborting !" +#~ msgstr "¡ Abortando !" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Repositorio inválido" +#~ msgid "Commit message" +#~ msgstr "Enviar mensaje" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Title" +#~ msgstr "Título" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Tablón de anuncios no disponible" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Elige la que quieras eliminar" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "¿Seguro que quieres eliminarla?" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Presiona Enter para continuar" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Salir/Enviar" -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Elige una escribiendo su identificador" -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "No se puede hacer coincidir" -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "No hay paquetes válidos para reempaquetar." -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Escaneando..." -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "¿ Quieres eliminarlos ?" -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "¿ Quieres empaquetarlos ahora ?" -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" +#~ msgid "inside" +#~ msgstr "dentro de" -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Comprimiendo paquetes" -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "" +#~ "Ignorando la entrada del Administrador de Paquetes Fuente rota, " +#~ "recompílalo por favor" -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Nada que hacer, vuelve a comprobar mas tarde." -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "Entradas manejadas" -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" +#~ msgid "not found" +#~ msgstr "no encontrado" -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" +#~ msgid "copy packages from a repository to another" +#~ msgstr "copia paquetes de un repositorio a otro" -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "no disponible" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "mueve paquetes de un repositorio a otro" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Paquetes que serán eliminados" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "No se encontró nada" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "busca paquetes en los repositorios" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Archivo de configuración" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "¡ Abortando !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Enviar mensaje" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Título" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Tablón de anuncios no disponible" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Elige la que quieras eliminar" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "¿Seguro que quieres eliminarla?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Presiona Enter para continuar" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Salir/Enviar" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Elige una escribiendo su identificador" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "No se puede hacer coincidir" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "No hay paquetes válidos para reempaquetar." - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Escaneando..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "¿ Quieres eliminarlos ?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "¿ Quieres empaquetarlos ahora ?" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "dentro de" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Comprimiendo paquetes" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" -"Ignorando la entrada del Administrador de Paquetes Fuente rota, recompílalo " -"por favor" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Nada que hacer, vuelve a comprobar mas tarde." - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entradas manejadas" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dependencias del paquete" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Sin dependencias" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "no encontrado" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copia paquetes de un repositorio a otro" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Fecha de creación" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Fecha de creación" diff --git a/server/po/es_CL.po b/server/po/es_CL.po index 9c3a265c7..00f2b5c5a 100644 --- a/server/po/es_CL.po +++ b/server/po/es_CL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-16 20:08+0000\n" "Last-Translator: lxnay \n" "Language-Team: Spanish (Chile) (http://www.transifex.net/projects/p/sabayon-" @@ -18,147 +18,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -244,13 +244,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +297,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -776,1190 +777,1011 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1979,1142 +1801,243 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" - -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" diff --git a/server/po/fr.po b/server/po/fr.po index 10953cf1a..e9ea049f9 100644 --- a/server/po/fr.po +++ b/server/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchro de la base de données courante" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "veuillez patienter" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Suppression de l'élément" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Ajout de l'élément" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Export de la table de la base de données" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Export de la base de données terminé" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATTENTION" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Erreur Spm survenue" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Identifiant unique Spm non trouvé pour" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Erreur Spm survenue" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Identifiant unique Spm non trouvé pour" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "cela pourrait prendre du temps" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Entrée API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "ACTION" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "actions de déplacement de paquet terminées" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "AVERTISSEMENT" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "déplacements de paquets complétés avec succès" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Déplacement d'un vieil élément" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "à" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchro de la base de données courante" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "veuillez patienter" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Suppression de l'élément" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Ajout de l'élément" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "vérification de l'envoi (si supporté)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "vérification de hachage" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "jusqu'à maintenant, tout va bien !" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "Le MD5 distant est invalide" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "avec succès" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "échec, nouvelle tentative" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "erreur" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "pas critique" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "poursuite" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "connexion au miroir" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -244,13 +245,11 @@ msgstr "téléchargement de paquet" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "paquet" -msgstr[1] "paquets" +msgstr "paquet" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +299,463 @@ msgstr "attente de 2 minutes avant abandon" msgid "mirror unlocked" msgstr "miroir déverrouillé" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Statistiques locales" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "Répertoire d'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "fichiers prêts" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "Répertoire des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "télécharger" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "suppression" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Paquets à être supprimés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Paquets à être déplacés localement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Paquets à être envoyés" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Paquets à être envoyés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Taille totale de la suppression" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Taille totale de l'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Taille totale du téléchargement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Statistiques distantes pour " -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "Paquets distants" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "fichiers stockés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calcul des files" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "suppression du paquet et de la clé de hachage" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "synchroniser" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "Suppression terminée" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copie du fichier et de la clé de hachage vers le dépôt" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "erreurs d'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "raison" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "envoi complété avec succès" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "erreurs de téléchargement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "téléchargement terminé avec succès" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "Fichier de paquet fautif, veuillez corriger" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "démarrage de la synchro des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "synchronisation des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "erreur de socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "rien à faire sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "rien à synchroniser pour" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Voulez-vous exécuter les étapes ci-dessus ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Non" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "Invocation d'un « keyboard interrupt » !" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "il vous faut les réempaquetter" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "exception trappée" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "au moins un miroir correctement synchronisé !" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "expiré" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "collecte des paquets expirés" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "collecte des paquets expirés dans les branches sélectionnées" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "rien à supprimer dans cette branche" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "voici les paquets expirés" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Paquets à être supprimés" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Voulez-vous continuer ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "suppression des paquets à distance" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "supprimer les erreurs" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "suppression des paquets localement" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "supprimé" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "téléchargement du tableau d'affichage des miroirs vers" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "tableau d'affichage téléchargé avec succès à partir de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "envoi du tableau d'affichage à partir de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "échec de l'envoi du tableau d'affichage sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "envoi du tableau d'affichage complété" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "préparation au téléchargement du dépôt à partir du miroir" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "emplacement du téléchargement" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "erreurs" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "échec du téléchargement à partir du miroir" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "ensemble de paquets configurés" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Aucun configuré" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "contrôle de somme compressé" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "désactivation de l'EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problèmes de téléchargement" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "ces paquets n’ont pas encore été supprimés" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problèmes d'envoi" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "synchronisation du dépôt terminée" @@ -776,142 +783,155 @@ msgstr "" msgid "Repository updated anyway" msgstr "Dépôt tout de même mis à jour" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "Dépôt non configuré" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "id de dépôt protégé, ne peut être utilisé, désolé l'ami..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "révision du dépôt invalide" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "valeur par défaut définie à 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "dépôt" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Attention" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "ne correspond pas" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "initialisation du dépôt" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "Étiquette invalide spécifiée" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "rien à faire" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "voici les paquets qui seront purgés" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "vérification de la clé de hachage du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "la clé de hachage ne correspond pas pour " -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "mauvais clé md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "erreur au téléchargement des paquets du mirroir" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "travail sur la branche" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "mise à jour du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "paquet purgé" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "bascule" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "déplacement du fichier" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "chargement des données à partir du dépôt source" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Préparation au déplacement des paquets sélectionnés vers " -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Préparation à la copie des paquets sélectionnés vers" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Note" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -919,1049 +939,861 @@ msgstr "" "tous les vieux paquets à portée conflictuelle seront supprimés du dépôt de " "destination à moins d'être injectés" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nouvelle étiquette" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dépendance" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "bascule" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "déplacement du fichier" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "chargement des données à partir du dépôt source" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Injection de métadonnées Entropy dans les paquets compilés" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "injection de métadonnées Entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "injection terminée" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "Suppression du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Vérification d'intégrité sur les paquets sélectionnés" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Tous les paquets du dépôt seront vérifiés." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Ceci est la liste des paquets qui seraient vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Travail sur le miroir" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "Vérification de la clé de hachage" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "vérification de hachage sur" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "non supporté" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "PAS sain" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Ceci est la liste des paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Miroir" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistiques" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Nombre de paquets vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Nombre de paquets sains" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Nombre de paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "vérification de l'état de " -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "est corrompu, conservation de la somme de contrôle" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "paquets vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "paquets sains" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "Paquets téléchargés" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "Téléchargements échoués" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG pas disponible" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Clés non disponible pour" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "paquets signés" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponible" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "envoyé/ignoré" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Début du téléchargement des fichiers manquants" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Recherche de fichiers manquants/endommagés sur un autre miroir" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Paquets binaires téléchargés avec succès" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Voici les paquets qui ne peuvent être trouvés en ligne" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Ils ne seront pas vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Veuillez configurer votre branche sur" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "et réessayez" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Basculer les paquets" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Rejet" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "déjà dans la branche" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "boucle de migration complétée" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Vérification du paquet" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "n'est plus trouvable" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Chaîne de paquets" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Vérification" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dépendances de paquets" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "dépôt" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Aucune dépendance manquante !" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "Aucune dépendance manquante !" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Exécution d'un test de dépendances" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Voici les dépendances introuvables" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Requis par" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "par dépôt" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Chaque dépendance est satisfaite. Tout est OK." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Le système est stable" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Vérifie les librairies avec Spm, merci de patienter" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Voici les paquets correspondants" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Aucun paquet correspondant" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Votre dépôt par défaut n'est pas initialisé" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Voulez-vous initialiser votre dépôt par défaut ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Poursuite avec un dépôt non initialisé" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Table d'état des mirroirs" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Déverrouillé" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Verrouillé" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "Impossible de verrouiller le mirroir" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Le dépôt est corrompu" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "initialisé avec succès" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "ajout du paquet" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "paquet ajouté" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rév" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dépendances manuelles pour" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Voici les dépendances manquantes" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "Aucune dépendance manquante !" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Acceptez-vous ?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Oui" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Exception trappée, fermeture des tâches" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "dépôt côté serveur" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "dépôt de la communauté" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instance de l'interface du serveur Entropy dans le dépôt" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "Branche courante" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "type" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Dépôts présentement configurés" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "fichiers de configuration" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "vérification du système" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "certains fichiers de configuration ne sont pas encore à jour" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "supprimé" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infini" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "Temps restant estimé" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "seconde(s)" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Alertes de Sécurité" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Erreur" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Avertissement" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "mise à jour complétée avec succès" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "déjà à jour" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Vérification du contrôle de somme" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "Impossible d'ouvrir les paquets, désolé" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "Impossible d'ouvrir le contrôle de somme, désolé" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "la vérification de hachage a échoué, désolé" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "la vérification de hachage a échoué, veuillez réessayer plus tard" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installation" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tout est OK" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "raison non disponible" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "mots-clé système" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "complètement masqué (par mot-clé ?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Nettoyage" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Téléchargement" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Pas installé" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paquet" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branche" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Catégorie" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nom" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Masqué" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponible" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installé" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "version" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "révision" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "entaille" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Taille" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Téléchargement" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Somme de contrôle" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dépendances" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflits" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Page d'accueil" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Description" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "Indicateurs USE" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Sources" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Entrée API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilé avec" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Mots-clé" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Créé" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "License" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Aucun paquet trouvé" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy nécessite votre attention" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy a une question pour vous" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrompu" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Numéro sélectionné" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Veuillez choisir une option" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Ignorer tout" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmer" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Ajouter un item" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Supprimer un item" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Afficher la liste courante" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Votre choix (tappez un nombre et appuyez sur Enter) :" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Vous n'avez pas tappé un nombre." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Action invalide." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Chaîne invalide" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Élément invalide." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1981,1142 +1813,352 @@ msgstr "librairies endommagées détectées" msgid "needs" msgstr "a besoin de" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Scan des librairies..." + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Essai de librairies" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "ignorer le répertoire" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Collecte des exécutables endommagés" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "ne vous inquiétez pas des librairies affichées ici " -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Scan des librairies..." -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "symboles endommagés variés" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Pas préparé encore" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Pas installé" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paquet" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branche" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Catégorie" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nom" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Masqué" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponible" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installé" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "version" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "révision" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "entaille" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Taille" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Téléchargement" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Somme de contrôle" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dépendances" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflits" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Page d'accueil" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Description" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "Indicateurs USE" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Sources" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Entrée API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilé avec" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Mots-clé" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Créé" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "License" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Aucun paquet trouvé" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "these are the expired packages" +#~ msgstr "voici les paquets expirés" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Nettoyage" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Téléchargement" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "Non trouvé" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "dépôt invalide" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "not available" +#~ msgstr "pas disponible" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "déplacer des paquets d'un dépôt à l'autre" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Voici les paquets qui seraient supprimés" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Rien trouvé" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "recherche les paquets dans les dépôts" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Fichier de configuration" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Non trouvé" +#~ msgid "Aborting !" +#~ msgstr "Abandon !" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "dépôt invalide" +#~ msgid "Commit message" +#~ msgstr "Confirmer le message" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Host" +#~ msgstr "Hôte" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Title" +#~ msgstr "Titre" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Tableau d'affichage non disponible" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Veuillez sélectionner l'élément à supprimer" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Êtes-vous sûr(e) de vouloir supprimer ceci ?" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Appuyez sur Entrée pour continuer" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Quitter/Confirmer" -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Ne peut pas correspondre" -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Pas de paquets valides à réempaquetter" -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Vérification..." -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" +#~ msgid "Remove this package?" +#~ msgstr "Supprimer ce paquet ?" -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Voulez-vous les supprimer maintenant ?" -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" +#~ msgid "Add this package?" +#~ msgstr "Ajouter ce paquet ?" -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Voulez-vous les empaquetter maintenant ?" -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" +#~ msgid "inside" +#~ msgstr "à l'intérieur" -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Compression des paquets" -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Rien à faire, vérifiez plus tard." -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "Entrées gérées" -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" +#~ msgid "No dependencies" +#~ msgstr "Pas de dépendances" -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" +#~ msgid "not found" +#~ msgstr "introuvable" -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" +#~ msgid "copy packages from a repository to another" +#~ msgstr "copier les paquets d'un dépôt à l'autre" -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "pas disponible" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "déplacer des paquets d'un dépôt à l'autre" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Voici les paquets qui seraient supprimés" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Rien trouvé" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "recherche les paquets dans les dépôts" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Fichier de configuration" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Abandon !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Confirmer le message" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Hôte" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titre" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Tableau d'affichage non disponible" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Veuillez sélectionner l'élément à supprimer" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Êtes-vous sûr(e) de vouloir supprimer ceci ?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Appuyez sur Entrée pour continuer" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Quitter/Confirmer" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Ne peut pas correspondre" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Pas de paquets valides à réempaquetter" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Vérification..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "expiré" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Supprimer ce paquet ?" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Voulez-vous les supprimer maintenant ?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Ajouter ce paquet ?" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Voulez-vous les empaquetter maintenant ?" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "à l'intérieur" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Compression des paquets" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Rien à faire, vérifiez plus tard." - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entrées gérées" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dépendances de paquets" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Pas de dépendances" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "introuvable" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copier les paquets d'un dépôt à l'autre" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Date de création" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Date de création" diff --git a/server/po/fr_CA.po b/server/po/fr_CA.po index 1b4559373..756181fbb 100644 --- a/server/po/fr_CA.po +++ b/server/po/fr_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -17,147 +17,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchro de la base de données courante" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "veuillez patienter" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Suppression de l'élément" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Ajout de l'élément" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Export de la table de la base de données" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATTENTION" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "cela pourrait prendre du temps" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Entrée API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "ACTION" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "actions de déplacement de paquet terminées" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "AVERTISSEMENT" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Impossible d'exécuter le nettoyage SPM, erreur" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "déplacements de paquets complétés avec succès" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Déplacement d'un vieil élément" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "à" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchro de la base de données courante" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "veuillez patienter" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Suppression de l'élément" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Ajout de l'élément" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "vérification de l'envoi (si supporté)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "vérification de hachage" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "jusqu'à maintenant, tout va bien !" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "md5 fourni à la fonction mal formé" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "Le MD5 distant est invalide" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "avec succès" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "échec, nouvelle tentative" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "erreur" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "pas critique" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "poursuite" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "connexion au miroir" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -243,13 +244,10 @@ msgstr "téléchargement du paquet" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -299,455 +297,463 @@ msgstr "attente de 2 minutes avant abandon" msgid "mirror unlocked" msgstr "miroir déverrouillé" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Statistiques locales" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "Répertoire d'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "fichiers prêts" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "Répertoire des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "télécharger" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "suppression" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Paquets à être supprimés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Paquets à être déplacés localement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Paquets à être envoyés" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Paquets à être envoyés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Taille totale de la suppression" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Taille totale de l'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Taille totale du téléchargement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Statistiques distantes pour " -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "Paquets distants" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "fichiers stockés" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calcul des files" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "suppression du paquet et de la clé de hachage" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "synchroniser" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "Suppression terminée" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copie du fichier et de la clé de hachage vers le dépôt" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "erreurs d'envoi" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "raison" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "envoi complété avec succès" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "erreurs de téléchargement" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "téléchargement terminé avec succès" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "Vérification d'AQ du fichier du paquet" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "Fichier de paquet fautif, veuillez corriger" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "démarrage de la synchro des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "synchronisation des paquets" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "erreur de socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "rien à faire sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Expansion des files" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "rien à synchroniser pour" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Voulez-vous exécuter les étapes ci-dessus ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Non" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "Invocation d'un « keyboard interrupt » !" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "il vous faut les réempaquetter" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "exception trappée" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "au moins un miroir correctement synchronisé !" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "expiré" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "ordonné" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "collecte des paquets expirés" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "collecte des paquets expirés dans les branches sélectionnées" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "rien à supprimer dans cette branche" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "voici les paquets expirés" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Paquets à être supprimés" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Voulez-vous continuer ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "suppression des paquets à distance" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "supprimer les erreurs" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "suppression des paquets localement" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "téléchargement du tableau d'affichage des miroirs vers" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "tableau d'affichage téléchargé avec succès à partir de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "envoi du tableau d'affichage à partir de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "échec de l'envoi du tableau d'affichage sur" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "envoi du tableau d'affichage complété" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "emplacement du téléchargement" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "erreurs" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "échec du téléchargement à partir du miroir" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Problèmes avec les treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Restauration des vieilles données" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "ensemble de paquets configurés" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Aucun configuré" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "'dump light'" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "déversement d'une somme de contrôle légère" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "origine" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "Somme de contrôle compressée" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI désactivé" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problèmes de téléchargement" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problèmes d'envoi" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -777,142 +783,155 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "Dépôt non configuré" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "id de dépôt protégé, ne peut être utilisé, désolé l'ami..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "valeur par défaut définie à 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "dépôt" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Attention" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "ne correspond pas" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "Étiquette invalide spécifiée" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "nettoyage des paquets sélectionnées des branches" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "rien à faire" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "voici les paquets qui seront purgés" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "vérification de la clé de hachage du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "la clé de hachage ne correspond pas pour " -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "mauvais clé md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "erreur au téléchargement des paquets du mirroir" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "travail sur la branche" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "mise à jour du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "paquet purgé" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "bascule" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "impossible de basculer, paquet introuvable, saut" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "déplacement du fichier" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "manipulation de l'atome effectuée avec succès" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Préparation au déplacement des paquets sélectionnés vers " -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Préparation à la copie des paquets sélectionnés vers" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Note" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -920,1049 +939,860 @@ msgstr "" "tous les vieux paquets à portée conflictuelle seront supprimés du dépôt de " "destination à moins d'être injectés" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nouvelle étiquette" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dépendance" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "bascule" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "impossible de basculer, paquet introuvable, saut" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "déplacement du fichier" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "manipulation de l'atome effectuée avec succès" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Injection de métadonnées Entropy dans les paquets compilés" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "injection de métadonnées Entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "injection terminée" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "Suppression du paquet" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Vérification d'intégrité sur les paquets sélectionnés" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Tous les paquets du dépôt seront vérifiés." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Ceci est la liste des paquets qui seraient vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Travail sur le miroir" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "Vérification de la clé de hachage" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "vérification de hachage sur" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "non supporté" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "PAS en santé" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Ceci est la liste des paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Miroir" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistiques" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Nombre de paquets vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Nombre de paquets sains" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Nombre de paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "vérification de l'état de " -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "est corrompu, conservation de la somme de contrôle" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "paquets vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "paquets sains" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "paquets endommagés" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "Paquets téléchargés" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "Téléchargements échoués" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponible" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "envoyé/ignoré" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Début du téléchargement des fichiers manquants" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Recherche de fichiers manquants/endommagés sur un autre miroir" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Paquets binaires téléchargés avec succès" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Voici les paquets qui ne peuvent être trouvés en ligne" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Ils ne seront pas vérifiés" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Veuillez configurer votre branche sur" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "et réessayez" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Basculer les paquets" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Saut" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "déjà dans la branche" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "boucle de migration complétée" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Exécution du test des paquets SPM orphelins" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Vérification du paquet" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "n'est plus trouvable" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Chaîne de paquets" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Vérification" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dépendances de paquets" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "dépôt" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Pas de dépendances" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Exécution d'un test de dépendances" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Voici les dépendances introuvables" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Requis par" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "par dépôt" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Chaque dépendance est satisfaite. Tout est OK." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Liste de paquets endommagés et correspondants" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Déversement des résultats dans ces fichiers" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Le système est stable" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Vérifie les librairies avec Spm, merci de patienter" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Voici les paquets correspondants" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Aucun paquet correspondant" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Votre dépôt par défaut n'est pas initialisé" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Voulez-vous initialiser votre dépôt par défaut ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Poursuite avec un dépôt non initialisé" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Table d'état des mirroirs" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Déverrouillé" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Verrouillé" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "Impossible de verrouiller le mirroir" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "initialisé avec succès" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "ajout du paquet" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "paquet ajouté" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rév" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dépendances manuelles pour" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Oui" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Exception trappée, fermeture des tâches" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "dépôt côté serveur" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "dépôt de la communauté" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instance de l'interface du serveur Entropy dans le dépôt" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "Branche courante" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "type" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Dépôts présentement configurés" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "fichiers de configuration" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "vérification du système" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "certains fichiers de configuration ne sont pas encore à jour" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infini" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "Temps restant estimé" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "seconde(s)" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Téléchargment aggrégé" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Avis de sécurité" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Erreur" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Avertissement" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "avis endommagé" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "mise à jour complétée avec succès" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "déjà à jour" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Vérification de la somme de contrôle" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "Impossible d'ouvrir les paquets, désolé" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "Impossible d'ouvrir la somme de contrôle, désolé" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "la vérification de hachage a échoué, désolé" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "la vérification de hachage a échoué, veuillez réessayer plus tard" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installation" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tout est OK" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "Dépôt du client corrompu. Veuillez restaurer une copie de sécurité." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "raison non disponible" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "user package.mask" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "mots-clé système" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "user package.unmask" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "user repo package.keyworkds (tous les paquets)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "user repo package.keywords" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "user package.keywords" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "complètement masqué (par mot-clé ?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "repository general packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "repository general packages.db.keywords" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "repository general packages.db.keywords" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "user live unmask" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "user live mask" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Nettoyage" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Téléchargement" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Pas installé" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paquet" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branche" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Catégorie" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nom" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Masqué" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponible" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installé" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "version" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "révision" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "entaille" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Taille" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Téléchargement" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Somme de contrôle" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dépendances" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflits" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Page d'accueil" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Description" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "Indicateurs USE" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Sources" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Entrée API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilé avec" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Mots-clé" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Créé" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "License" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Aucun paquet trouvé" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy nécessite votre attention" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy a une question pour vous" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrompu" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Numéro sélectionné" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Veuillez choisir une option" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Ignorer tout" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmer" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Ajouter un item" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Supprimer un item" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Afficher la liste courante" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Votre choix (tappez un nombre et appuyez sur Enter) :" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Vous n'avez pas tappé un nombre." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Action invalide." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Chaîne invalide" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Élément invalide." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1982,1142 +1812,349 @@ msgstr "librairies endommagées détectées" msgid "needs" msgstr "a besoin de" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Scan des librairies..." + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Essai de librairies" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Liste des symboles de paquets endommagés" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Liste des exécutables endommagés" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "ignorer le répertoire" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "car le lien symbolique se situe sur" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Collecte des exécutables endommagés" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "ne vous inquiétez pas des librairies affichées ici " -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Scan des librairies..." -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "symboles endommagés variés" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Correspondance des exécutable et des librairies endommagées" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Pas préparé encore" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Pas installé" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paquet" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branche" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Catégorie" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nom" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Masqué" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponible" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installé" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "version" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "révision" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "entaille" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Taille" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Téléchargement" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Somme de contrôle" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dépendances" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflits" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Page d'accueil" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Description" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "Indicateurs USE" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Sources" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Entrée API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilé avec" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Mots-clé" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Créé" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "License" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Aucun paquet trouvé" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "these are the expired packages" +#~ msgstr "voici les paquets expirés" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Nettoyage" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Téléchargement" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "Non trouvé" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "dépôt invalide" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "not available" +#~ msgstr "pas disponible" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "déplacer des paquets d'un dépôt à l'autre" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Voici les paquets qui seraient supprimés" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Rien trouvé" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "recherche les paquets dans les dépôts" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Fichier de configuration" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Non trouvé" +#~ msgid "Aborting !" +#~ msgstr "Abandon !" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "dépôt invalide" +#~ msgid "Commit message" +#~ msgstr "Confirmer le message" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Host" +#~ msgstr "Hôte" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Title" +#~ msgstr "Titre" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Tableau d'affichage non disponible" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Veuillez sélectionner l'élément à supprimer" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Êtes-vous sûr(e) de vouloir supprimer ceci ?" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Appuyez sur Entrée pour continuer" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Quitter/Confirmer" -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Choisissez-en un en entrant son identifiant" -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Ne peut pas correspondre" -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Pas de paquets valides à réempaquetter" -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Vérification..." -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Voulez-vous les supprimer maintenant ?" -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Voulez-vous les empaquetter maintenant ?" -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" +#~ msgid "inside" +#~ msgstr "à l'intérieur" -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Compression des paquets" -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Saut de l'entrée du SPM endommagé, veuillez le recompiler" -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Rien à faire, vérifiez plus tard." -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "Entrées gérées" -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" +#~ msgid "not found" +#~ msgstr "introuvable" -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" +#~ msgid "copy packages from a repository to another" +#~ msgstr "copier les paquets d'un dépôt à l'autre" -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "pas disponible" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "déplacer des paquets d'un dépôt à l'autre" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Voici les paquets qui seraient supprimés" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Rien trouvé" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "recherche les paquets dans les dépôts" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Fichier de configuration" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Abandon !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Confirmer le message" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Hôte" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titre" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Tableau d'affichage non disponible" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Veuillez sélectionner l'élément à supprimer" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Êtes-vous sûr(e) de vouloir supprimer ceci ?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Appuyez sur Entrée pour continuer" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Quitter/Confirmer" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Choisissez-en un en entrant son identifiant" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Ne peut pas correspondre" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Pas de paquets valides à réempaquetter" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Vérification..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "expiré" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Voulez-vous les supprimer maintenant ?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Voulez-vous les empaquetter maintenant ?" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "à l'intérieur" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Compression des paquets" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Saut de l'entrée du SPM endommagé, veuillez le recompiler" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Rien à faire, vérifiez plus tard." - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entrées gérées" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dépendances de paquets" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Pas de dépendances" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "introuvable" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copier les paquets d'un dépôt à l'autre" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Date de création" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Date de création" diff --git a/server/po/it.po b/server/po/it.po index 1d24d0e77..a25da0c7a 100644 --- a/server/po/it.po +++ b/server/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-11-18 21:40+0000\n" "Last-Translator: belcocco \n" "Language-Team: Italian (http://www.transifex.com/projects/p/sabayon-entropy-" @@ -19,147 +19,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Sincronizzazione database corrente" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "attendere prego" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Rimozione voce" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Aggiunta voce" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Esportazione tabella database" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Esportazione database completata." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATTENZIONE" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Errore SPM" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Identificativo univoco in SPM non trovato per" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "aggiornamento layout metadati della repository, attendere prego!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "Generazione metadati provided_libs, attendere!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Errore SPM" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Identificativo univoco in SPM non trovato per" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Aggiornamento metadati pacchetti in corso" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "potrebbe metterci un po'" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "API della voce" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "azione" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "azioni di spostamento pacchetti completate" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "ATTENZIONE" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Impossibile eseguire pulizia SPM, errore" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "spostamento pacchetti completato con successo" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Spostamento elemento vecchio" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "a" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Sincronizzazione database corrente" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "attendere prego" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Rimozione voce" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Aggiunta voce" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "verifica upload (se supportato)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "verifica firma" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "molto bene!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "md5 fornito alla funzione è malformato" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "md5 remoto valido" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "sucesso" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "fallito, riprovo" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "errore" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "non critico" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "continuo" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "connessione al mirror" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "impostazione directory a" @@ -245,13 +246,11 @@ msgstr "scaricamemento database" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "pacchetto" -msgstr[1] "pacchetti" +msgstr "pacchetto" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,459 +301,469 @@ msgstr "attendo fino a 2 minuti prima di arrendermi" msgid "mirror unlocked" msgstr "mirror sbloccato" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Statistiche locali" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "cartella di upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "file pronti" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "cartella pacchetti" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "download" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copia" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "rimozione" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pacchetti da rimuovere" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pacchetti da spostare localmente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pacchetti da inviare" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pacchetti da inviare" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Dimensione totale rimozione" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Dimensione totale upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Dimensione totale download" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Statistiche remote per" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "pacchetti remoti" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "file immagazzinati" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calcolo code" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "rimozione pacchetto+firma" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sync" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "rimozione completata" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copia file+firma nella repository" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "problemi di upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "motivo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "upload completato con successo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "errori di download" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "download completato con successo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "Controllo QA file di pacchetto" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "file di pacchetto fallato, correggere per favore" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "inizio sincronizzazione pacchetti" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "sincronizzazione paccheti" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "errore socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "su" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "niente da fare su" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Espansione code" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "niente da sincronizzare per" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Vuoi eseguire i passi di cui sopra ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "No" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "interruzione tastiera!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "devi pacchettizzarli di nuovo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "eccezione catturata" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "almeno un mirror è stato sincronizzato correttamente!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "scaduto" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "pulizia" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "raccolta pacchetti scaduti" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "raccolta paccheti scaduti nelle branch selezionate" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "niente da rimuovere su questa branch" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "questi sono i pacchetti scaduti" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pacchetti da rimuovere" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +#, fuzzy +msgid "these will be marked as expired" +msgstr "Questi vorrebbero essere marcati come iniettati" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +#, fuzzy +msgid "these will be removed and marked as weak" +msgstr "Questi vorrebbero essere marcati come iniettati" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Vuoi continuare ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "rimozione pacchetti remoti" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "errori di rimozione" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "rimozione pacchetti locali" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "rimossi" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "scaricamento notice board dai mirror a" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "notice board scaricata con successo da" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "rimozione notice board da" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "rimozione notice board fallito su" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "rimozione notice board eseguita con successo" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "upload notice board da" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "upload notice board fallito su" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "upload notice board eseguito con successo" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Le chavi per la repository sono scadute" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "preparazione per il download dai mirror" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "path download" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "errori" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "download da mirror fallito" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "scompattamento fallito" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Problemi con treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Reinserimento vecchie informazioni" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "package sets configurati" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Nessuno configurato" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "creazione dump repository compressa + firma" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "path repository" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "dump leggero" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "checksum dump leggero" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "istanziatore" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "compressione repository + firma" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "path repository compressa" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "checksum repository" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "firma compressa" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "preparazione repository non compressa per upload" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI disabilitato" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "preparazione per l'upload della repository su mirror" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "upload fallito, bloccaggio e continuazione" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "repository già sincronizzate" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" "il repository remoto è più recente di quello locale, si prega di usare il " "comando pull." -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "sync repository fallito" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemi di download" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" "il repository locale è più recente di quello remoto, si prega di usare il " "comando push." -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "sincronizzazione repository non permesso" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "package set mancanti" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "il test delle dipendenze ha riportato errori" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "questi pacchetti non sono ancora stati rimossi" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problemi di upload" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "Comando sync su repository completato" @@ -782,142 +791,155 @@ msgstr "esegui quickpkg manualmente per aggiornare il database embedded" msgid "Repository updated anyway" msgstr "Repository aggiornata comunque" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "pacchetto senza keywords, sarà mascherato!" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repository non configurata" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "repository id protetto, impossibile usarlo, mi dispiace..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "revisione repository non valida" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "impostazione a 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repository" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "sincronizzazione package sets" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Attenzione" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "impossibile risolvere" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "Inizializzazione repository" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "vuoi davvero inizializzare questa repository ?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Impossibile creare una directory per il caricamento" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "Impossibile creare una directory per il trasferimento" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "Tag specificata non valida" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "inglobamento dei pacchetti selezionati dalle branch" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "niente da fare" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "questi sono i pacchetti che saranno inglobati" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "controllo hash pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "hash non combacia per" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "md5 errato" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "errore scaricando i pacchetti dai mirror" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "esecuzione su branch" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "aggiornamento pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "pacchetto inglobato" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "migrazione" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "impossibile migrare, pacchetto non trovato, salto" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "spostamento file" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "caricamento dati da repository sorgente" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "La chiave GPG era disponibile in" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "iniettamento dati nella repository di destinazione" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "rimozione voce da repository sorgente" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "atomo gestito con successo" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "Impossibile toccare la repository di sistema" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Preparazione allo spostamento dei pacchetti selezionati a" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Preparazione alla copia dei pacchetti selezionati" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Note" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -925,1052 +947,865 @@ msgstr "" "tutti i pacchetti vecchi con scope in conflitto saranno rimossi dalla " "destinazione a meno che non siano iniettati" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nuova tag" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "dipendenza inversa" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dipendenza" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "migrazione" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "impossibile migrare, pacchetto non trovato, salto" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "spostamento file" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "caricamento dati da repository sorgente" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "La chiave GPG era disponibile in" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "iniettamento dati nella repository di destinazione" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "rimozione voce da repository sorgente" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "atomo gestito con successo" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Iniezione metadati entropy all'interno dei pacchetti creati" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "Per tua informazione, il sistema GPG non è stato caricato" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "iniezione metadati entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "iniezione completata" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "rimozione pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Verifica integrità dei pacchetti selezionati" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Tutti i pacchetti nella repository saranno controllati." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Questa è la list dei pacchetti che vorrebbero essere controllati" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Lavoro sul mirror" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "controllo firma" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "verifica firma di" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "non supportato" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NON sano" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Questo è l'elenco dei pacchetti danneggiati" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Mirror" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistiche" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Numero di pacchetti controllati" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Numero di pacchetti sani" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Numero di pacchetti danneggiati" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "locale" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "controllo stato di" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "è corrotto, firma immagazzinata" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "pacchetti controllati" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "pacchetti sani" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "pacchetti corrotti" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "pacchetti scaricati" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "scaricamenti falliti" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "Firma pacchetti con chiave GPG per la repository" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Tutti i pacchetti mancanti nella repository saranno scaricati." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG non disponibile" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Chiavi non disponibili per" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "firma pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Errore sconosciuto durante firma pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "pacchetti firmati" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponibile" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "upload/ignorato" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Inizio scaricamento file mancanti" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Ricerca file mancanti/corrotti su un altro mirror" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Pacchetti binari scaricati con successo." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Questi sono i pacchetti che non sono stati trovati online" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Non saranno controllati" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Per favore, configura la tua branch a" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "e riprova" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Copia repository (se non esiste)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Migrazione pacchetti" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Ignoro" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "già in branch" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "ciclo di migrazione completato" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Esecuzione test pacchetti SPM orfani" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Scansione pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "non più trovato" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Stringa pacchetti" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Controllo" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dipendenze pacchetto" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Le chavi per la repository sono scadute" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "indicizzazione repository" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "nessuna dipendenza mancante !" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "nessuna dipendenza mancante !" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +#, fuzzy +msgid "Calculating library dependencies of injected packages" +msgstr "visualizza dipendenze inverse dei pacchetti" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Esecuzione test dipendenze" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Queste sono le dipendenze non trovate" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Richiesto da" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "dalla repo" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Ogni dipendenza è soddisfatta. Tutto a posto." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Lista di pacchetti rotti ed accoppiati" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Riversamento risultati dentro questi file" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Il Sistema è sano" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Accoppiamento librerie con Spm, attendere prego" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Questi sono i pacchetti accoppiati" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Nessun pacchetto accoppiato" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "La tua repository di default non è inizializzata" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Vuoi inizializzare la tua repository di default ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Elaborazione con repository non inizializzata" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Repository Entropy già bloccata da te :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Blocco e sincronizzazione repository Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Tabella stato dei mirror" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Sbloccato" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Bloccato" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "impossibile bloccare mirror" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repository corrotta!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "indicizzazione repository" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "Inizializzazione repository vuota" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "File repository Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "inizializzato con successo" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "aggiunta pacchetto" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "pacchetto aggiunto" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rev" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dipendenze manuali per" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "queste sono le dipendenze mancanti" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "nessuna dipendenza mancante !" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Sei d'accordo?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Si" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Ripeti" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "hook QA metadati" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "non posseduto da uid e gid = 0" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "utilizzo hook QA metadati" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "controllo QA metadati per" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "impossibile eseguire hook QA metadata per" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "attenzione, hook QA ha ritornato un warning" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "attenzione, hook QA ha ritornato un errore" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "controllo QA metadati completato" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "pacchetto iniettato, nessun pacchetto debug separato" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Eccezione catturata, chiusura processi" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repository lato server" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "community repository" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Istanza Interfaccia Server Entropy su repository" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "branch corrente" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "tipo" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Repository correntemente configurate" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "Chiave GPG scaduta" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "per favore correggere" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "Errore GPG inaspettato" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "ignoro" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "file di config" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "controllo sistema" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "ci sono file di configurazione non ancora aggiornati" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "trovati dep_rewrites per questo pacchetto" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "aggiunto" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "rimossi" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "sostituito" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Nessun rewrite di dipendenza effettuato per" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "sets" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "aggiornamento package set" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "aggiunta package set" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "rimozione package set" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infinito" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "sec" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Download aggregato" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "elemento" msgstr[1] "elementi" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Accertati di verificare le chiavi importate ed impostare un livello di trust " "appropriato" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "Chiave GPG cambiata per" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "Chiave GPG già installata per" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "Chiave GPG SCADUTA per URL" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Installazione chiave GPG per URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Errore durante l'installazione della chiave GPG" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Chiave GPG installata con successo per URL" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Fingerprint" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Errore durante la verifica della chiave GPG" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Potrebbe significare un potenziale rischio di sicurezza" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Avvisi di sicurezza" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "verifica chiave GPG avvenuta con successo" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Errore" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Attenzione" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "avviso danneggiato" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "scaricamento ultimi avvisi" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "aggiornato con successo" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "già aggiornato" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "impossibile scaricare la firma, mi dispiace" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "impossibile scaricare gli avvisi, mi dispiace" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Verifica firma" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "impossibile aprire pacchetti, mi dispiace" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "impossibile leggere firma, mi dispiace" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "verifica firma fallita, mi dispiace" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "verifica avvenuta con successo" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "Servizio GPG non disponibile" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "verifica firma fallita, riprova più tardi" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installazione" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Dipendenza runtime" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Dipendenza successiva" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Dipendenza aggiunta manualmente (dallo staff)" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Dipendenza di compilazione" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tutto fatto" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "Repository Client corrotta. Per favore ripristinare un backup." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "motivo non disponibile" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask lato utente" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "Keywords di sistema" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask lato utente" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "package.keywords repository lato utente (tutti i pacchetti)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "package.keywords repository lato utente" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords lato utente" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "mascherato completamente (per keyword?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "generale repository packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "generale repository packages.db.keywords" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "license.mask lato utente" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "live unmask lato utente" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "live mask lato utente" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Pulizia" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "cartella" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "Pulito" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "file e cartelle" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Scaricamento" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Invio" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "corrotto" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Non installato" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pacchetto" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branch" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categoria" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nome" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Mascherato" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponibile" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installato" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "versione" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "revisione" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Dimensione" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Download" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Firma" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dipendenze" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflitti" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Homepage" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Descrizione" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE flag" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Sorgenti" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "API della voce" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilato con" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Keyword" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Creato" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licenza" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Renderizzazione delle dipendenze inverse" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Nessun pacchetto trovato" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "pacchetti passati come argomenti" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "pacchetti senza ulteriori dipendenze" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "pacchetti con ulteriori dipendenze (nodo)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"pacchetti già inclusi come dipendenze in livelli più alti (circolarità)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Renderizzazione" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy richiede la tua attenzione" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy ha una domanda per te" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrotto" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Numero selezionato" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Per favore seleziona un'opzione" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Scarta tutto" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Conferma" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Aggiungi elemento" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Modifica elemento" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Rimuovi elemento" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "VIsualizza lista corrente" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "La tua scelta (scrivi un numero e premi Invio):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Non hai scritto un numero." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Azione non valida" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Stringa da aggiungere (-1 per tornare indietro):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Stringa non valida" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Numero elemento da rimuovere (-1 per tornare indietro):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "vecchio" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "nuovo valore:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Elemento non valido." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Numero elemento da rimuovere (-1 per tornare indietro):" @@ -1990,1142 +1825,997 @@ msgstr "rilevate librarie danneggiate" msgid "needs" msgstr "richiede" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Ricarca di dipendenze runtime mancanti" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "scansione" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "nessun pacchetto" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "dipendenze blacklistate !!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "richiede" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "fornito da" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "nessun pacchetto" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "richiede potenzialmente queste dipendenze mancanti" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "determinazione librerie mancanti" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "richiede" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "fornito da" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "nessuna libreria runtime mancante trovata" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Test librerie" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Lista di simboli rotti per pacchetti" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Lista di eseguibili rotti" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "ignoramento directory" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "perché ha un link simbolico su" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Collezione eseguibili danneggiati" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "non preoccuparti di librerie segnalate qui ma non successivamente." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Scansione librerie" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "diversi simboli non validi" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Accoppiamento librerie/eseguibili danneggiati" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Non ancora preparato" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "corrotto" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Non installato" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pacchetto" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branch" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categoria" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nome" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Mascherato" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponibile" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installato" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "versione" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "revisione" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Dimensione" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Download" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Firma" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dipendenze" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflitti" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Homepage" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Descrizione" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE flag" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Sorgenti" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "API della voce" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilato con" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Keyword" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Creato" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licenza" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Renderizzazione delle dipendenze inverse" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Nessun pacchetto trovato" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "pacchetti passati come argomenti" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "pacchetti senza ulteriori dipendenze" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "pacchetti con ulteriori dipendenze (nodo)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"pacchetti già inclusi come dipendenze in livelli più alti (circolarità)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Renderizzazione" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "accesso super-utente richiesto" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "esegui i test forniti" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "test disponibili" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "test dipendenze" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "test librerie" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "riversa risultati su file" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "test linking librerie (usando metadati repository)" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "soname escluso" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "test linking librerie (usando sistema live)" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "nomi pacchetto" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "verifica integrità pacchetti locali" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "nessuna domanda stupida" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "verifica integrità pacchetti remoti" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Non accoppiato" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Repository non valida" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "esegui test QA" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "esegui query" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "query disponibili" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "cerca tag pacchetti" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "output quieto, per scripting" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "query solamente dentro la repository fornita" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "nome tag" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "visualizza librerie (.so) richiesta dai pacchetti matchati" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "visualizza dipendenze inverse dei pacchetti" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "output verboso, visualizza più info" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "includi dipendenze compilazione" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "ricerca attraverso package set" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "output verboso, visualizza contenuto package set" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "nome package set" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "cerca pacchetti per descrizione" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "output verboso, visualizza più informazioni" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "descrizione pacchetto" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "Trovato nulla per" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "librerie trovate" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "dipendenze inverse trovate" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "set trovati" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "pacchetti trovati" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "query metadati pacchetto" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "aggiungi alla repository fornita" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "commit su repository i pacchetti forniti" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "visualizza più informazioni sui pacchetti" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "elenca solamente pacchetti iniettati" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "non disponibile" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "Nessun pacchetto" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "mostra il contenuto del repository (pacchetti)" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "repository sorgente" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "repository destinazione" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "includi dipendenze" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "nomi pacchetto (tutti se nessuno)" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "muove i pacchetti da una repository all'altra" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "log non disponibile" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "visualizza log per repository" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "nome pacchetto" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "rimuovere dal repository dato" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "non includere dipendenze inverse" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Questi sono i pacchetti che vorrebbero essere rimossi" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "rimuovi pacchetti da repository" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "cerca pacchetti nella repository fornita" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Trovato un fico secco" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "cerca pacchetti nelle repository" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Un'altra istanza Entropy è in esecuzione." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "visualizza pacchetti di sistema, dipendenze compilazione e circolari" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "visualizza grafo dipendenze per i pacchetti" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "non scaricare repository remota" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "errore reset" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "reset revisione repository locale completato" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "resetta repository allo stato remoto" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "esegui azione" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "azioni disponibili" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "lista dei repository" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "aggiungere un repository" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "repository id" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "descrizione del repository" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "url del repository" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "nome del repository non valido" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "il repository è già disponibile" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "URL non valido" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "Impossibile leggere il file di configurazione" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "nessuna descrizione disponibile" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "aggiunta di repository" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "File di configurazione" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "Per favore inizializzare il repository in uso" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "pacchetti" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "gestire i repository" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "Entropy Infrastructure Toolkit" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "questo help" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "estrarre tutti i repository" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Interruzione !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "Devo pulire i vecchi pacchetti sui mirrors ?" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "estrarre dal repository pacchetti e metadati " - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "sincronizza con repository remota" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "Salto repository" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "balza revisione repository, forza invio" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Repository Entropy inizializzata" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "inizializza repository (cancellando tutto il contenuto)" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "push di tutte le repository" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "push come repository fake" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Messaggio di commit" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "Inserisci messaggio commit" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "Stato Repository Entropy" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "Remoto" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "Locale" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "inserire nel repository pacchetti e metadati " - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "linea non valida (campo time)" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "linea non valida (vuota)" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "linea non valida (incompleta)" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "linea non valida" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "linea non valida (copia)" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "sintassi non valida, cosa faccio?" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "Abortisci" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "Visualizza repository corrente." - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "esegui azione fornita" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "aggiungi elemento notice-board" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "rimuovi elemento notice-board" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "visualizza notice-board" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titolo" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "nessun URL" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "URL" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Notice board non disponibile" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Scegli quello che vuoi rimuovere" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Sei sicuro di voler rimuovere questo?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Premere Invio per continuare" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Esci/Salva" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Sceglierne uno digitando l'identificatore" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "gestisci notice-board della repository" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "branch repository" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "lavora all'interno della repository data" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "ripacchettizza nella repository fornita" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "ricompila pacchetti nella repository" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "scegli cambiamenti in maniera selettiva" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Impossibile risolvere" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Nessun pacchetto valida da ripacchettizzare" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Scansione..." +#~ msgid "these are the expired packages" +#~ msgstr "questi sono i pacchetti scaduti" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "Pacchetto non valido" +#~ msgid "Cleaning" +#~ msgstr "Pulizia" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "Niente da fare" +#~ msgid "directory" +#~ msgstr "cartella" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "Questi vorrebbero essere marcati come iniettati" +#~ msgid "Cleaned" +#~ msgstr "Pulito" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "Ora ?" +#~ msgid "files and directories" +#~ msgstr "file e cartelle" -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "Trasformazione" +#~ msgid "Downloading" +#~ msgstr "Scaricamento" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "Azione completata" +#~ msgid "Uploading" +#~ msgstr "Invio" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "scaduto" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Ricarca di dipendenze runtime mancanti" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "Seleziona pacchetti da rimuovere" +#~ msgid "run given test" +#~ msgstr "esegui i test forniti" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Rimuovere questo pacchetto?" +#~ msgid "available tests" +#~ msgstr "test disponibili" -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "Questi vorrebbero essere rimossi dalla repository" +#~ msgid "dependencies test" +#~ msgstr "test dipendenze" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Vuoi rimuoverli ora ?" +#~ msgid "libraries test" +#~ msgstr "test librerie" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "Seleziona pacchetti da aggiungere" +#~ msgid "dump results to file" +#~ msgstr "riversa risultati su file" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Aggiungere questo pacchetto?" +#~ msgid "library linking test (using repository metadata)" +#~ msgstr "test linking librerie (usando metadati repository)" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "Questi verrebbero aggiunti o aggiornati" +#~ msgid "excluded soname" +#~ msgstr "soname escluso" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "attenzione" +#~ msgid "library linking test (using live system)" +#~ msgstr "test linking librerie (usando sistema live)" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Vuoi pacchettizzarli ora ?" +#~ msgid "package names" +#~ msgstr "nomi pacchetto" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "dentro" +#~ msgid "verify local packages integrity" +#~ msgstr "verifica integrità pacchetti locali" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Compressione pacchetti" +#~ msgid "no stupid questions" +#~ msgstr "nessuna domanda stupida" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Ignoramento delle voci Spm danneggiate, per favore ricompilalo" +#~ msgid "verify remote packages integrity" +#~ msgstr "verifica integrità pacchetti remoti" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Niente da fare. Controlla più tardi." +#~ msgid "Not matched" +#~ msgstr "Non accoppiato" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Voci gestite" +#~ msgid "Invalid repository" +#~ msgstr "Repository non valida" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "commit cambiamenti su repository" +#~ msgid "run QA tests" +#~ msgstr "esegui test QA" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "path" +#~ msgid "execute query" +#~ msgstr "esegui query" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "cerca pacchetti che possiedono i path" +#~ msgid "available queries" +#~ msgstr "query disponibili" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "match dei pacchetti nelle repository" +#~ msgid "search package tags" +#~ msgstr "cerca tag pacchetti" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "influenza solamente client entropy" +#~ msgid "quiet output, for scripting purposes" +#~ msgstr "output quieto, per scripting" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "visualizza stato corrente" +#~ msgid "query into given repository only" +#~ msgstr "query solamente dentro la repository fornita" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "Stato Mirror" +#~ msgid "tag name" +#~ msgstr "nome tag" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "server" +#~ msgid "show libraries (.so) required by matched packages" +#~ msgstr "visualizza librerie (.so) richiesta dai pacchetti matchati" -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "client" +#~ msgid "verbose output, show more info" +#~ msgstr "output verboso, visualizza più info" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "blocca repository" +#~ msgid "include build dependencies" +#~ msgstr "includi dipendenze compilazione" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "sblocca repository" +#~ msgid "search through package sets" +#~ msgstr "ricerca attraverso package set" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" +#~ msgid "verbose output, show package sets content" +#~ msgstr "output verboso, visualizza contenuto package set" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "Rimozione pacchetti non disponibili, scavalcando i default" +#~ msgid "package set name" +#~ msgstr "nome package set" -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" +#~ msgid "search packages through their description" +#~ msgstr "cerca pacchetti per descrizione" -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "pulisci pacchetti scaduti da una repository" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "file trovati" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "visualizza file posseduti da pacchetti" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "passa a branch fornita" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "da branch" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "Branch non valida" +#~ msgid "verbose output, show more information" +#~ msgstr "output verboso, visualizza più informazioni" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" +#~ msgid "package description" +#~ msgstr "descrizione pacchetto" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "verrebbe copiata nella branch" +#~ msgid "Nothing found for" +#~ msgstr "Trovato nulla per" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" +#~ msgid "libraries found" +#~ msgstr "librerie trovate" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "gestisci branch repository" +#~ msgid "revdep(s) found" +#~ msgstr "dipendenze inverse trovate" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "switch da una repository all'altra" +#~ msgid "sets found" +#~ msgstr "set trovati" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "revisione locale" +#~ msgid "packages found" +#~ msgstr "pacchetti trovati" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "pacchetti immagazzinati" +#~ msgid "miscellaneous package metadata queries" +#~ msgstr "query metadati pacchetto" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "pacchetti upload" +#~ msgid "add to given repository" +#~ msgstr "aggiungi alla repository fornita" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "pacchetti inattivi" +#~ msgid "commit to repository the provided packages" +#~ msgstr "commit su repository i pacchetti forniti" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "aggiungi" +#~ msgid "output more package info" +#~ msgstr "visualizza più informazioni sui pacchetti" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" +#~ msgid "only list injected packages" +#~ msgstr "elenca solamente pacchetti iniettati" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "visualizza stato repository" +#~ msgid "not available" +#~ msgstr "non disponibile" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "inietta nella repository fornita" +#~ msgid "No packages" +#~ msgstr "Nessun pacchetto" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dipendenze pacchetto" +#~ msgid "show repository content (packages)" +#~ msgstr "mostra il contenuto del repository (pacchetti)" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "No dipendenze" +#~ msgid "source repository" +#~ msgstr "repository sorgente" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "non trovato" +#~ msgid "destination repository" +#~ msgstr "repository destinazione" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Tipo dipendenza" +#~ msgid "include dependencies" +#~ msgstr "includi dipendenze" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Seleziona un tipo dipendenza per" +#~ msgid "package names (all if none)" +#~ msgstr "nomi pacchetto (tutti se nessuno)" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Editor dipendenze" +#~ msgid "move packages from a repository to another" +#~ msgstr "muove i pacchetti da una repository all'altra" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Confermi ?" +#~ msgid "log is not available" +#~ msgstr "log non disponibile" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "dipendenze aggiornate con successo" +#~ msgid "show log for repository" +#~ msgstr "visualizza log per repository" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "modifica dipendenze per i pacchetti nella repository" +#~ msgid "package name" +#~ msgstr "nome pacchetto" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "dipendenza pacchetto" +#~ msgid "remove from given repository" +#~ msgstr "rimuovere dal repository dato" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "sorgente e destinazione identici" +#~ msgid "do not include reverse dependencies" +#~ msgstr "non includere dipendenze inverse" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repository non disponibile" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Questi sono i pacchetti che vorrebbero essere rimossi" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "Inclusione di tutti i pacchetti" +#~ msgid "remove packages from repository" +#~ msgstr "rimuovi pacchetti da repository" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copia pacchetti da una repository all'altra" +#~ msgid "search packages in given repository" +#~ msgstr "cerca pacchetti nella repository fornita" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "visualizza grafo dipendenze inverse per i pacchetti" +#~ msgid "Nothing found" +#~ msgstr "Trovato un fico secco" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "crea keypair per repository e pacchetti" +#~ msgid "search packages in repositories" +#~ msgstr "cerca pacchetti nelle repository" -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "elimina keypair (e firme) dalla repository" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Un'altra istanza Entropy è in esecuzione." -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "visualizza stato keypair della repository" +#~ msgid "show system packages, build deps, circular deps" +#~ msgstr "" +#~ "visualizza pacchetti di sistema, dipendenze compilazione e circolari" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "firma pacchetti nella repository usando il keypair corrente" +#~ msgid "show dependency graph for packages" +#~ msgstr "visualizza grafo dipendenze per i pacchetti" -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importa coppia chiavi, collega alla repository fornita" +#~ msgid "do not pull the remote repository" +#~ msgstr "non scaricare repository remota" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "path chiave privata" +#~ msgid "reset error" +#~ msgstr "errore reset" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "path chiave pubblica" +#~ msgid "local repository revision reset complete" +#~ msgstr "reset revisione repository locale completato" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "esporta la chiave pubblica della repository su file" +#~ msgid "reset repository to remote status" +#~ msgstr "resetta repository allo stato remoto" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "esporta chiave privata repository su file" +#~ msgid "execute action" +#~ msgstr "esegui azione" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "Interfaccia GPG caricata, directory home" +#~ msgid "available actions" +#~ msgstr "azioni disponibili" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Creazione chiavi per repository" +#~ msgid "list repositories" +#~ msgstr "lista dei repository" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Un'altra chiave esiste già per la repository" +#~ msgid "add repository" +#~ msgstr "aggiungere un repository" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Vuoi continuare ?" +#~ msgid "repository id" +#~ msgstr "repository id" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Inserisci e-mail" +#~ msgid "repository description" +#~ msgstr "descrizione del repository" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Inserire giorni scadenza (0=nessuna scadenza)" +#~ msgid "repository uri" +#~ msgstr "url del repository" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Inserisci frase di accesso (vuoto=nessuna frase di accesso)" +#~ msgid "Invalid repository name" +#~ msgstr "nome del repository non valido" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Creazione keypair GPG repository" +#~ msgid "Repository already available" +#~ msgstr "il repository è già disponibile" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "Prodotta chiave GPG con impronta" +#~ msgid "Invalid URI" +#~ msgstr "URL non valido" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Ora dovresti firmare tutti i pacchetti contenuti" +#~ msgid "Cannot read configuration file" +#~ msgstr "Impossibile leggere il file di configurazione" -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "Genera una chiave di revoca e salvala in un posto sicuro" +#~ msgid "no description" +#~ msgstr "nessuna descrizione disponibile" -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "Potresti voler inviare le tue chiavi ad un server di chiavi" +#~ msgid "Adding repository" +#~ msgstr "aggiunta di repository" -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Eliminazione chiavi per repository" +#~ msgid "Configuration file" +#~ msgstr "File di configurazione" -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Nessuna chiave disponibile per la repository data" +#~ msgid "Please initialize the repository using" +#~ msgstr "Per favore inizializzare il repository in uso" -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Sei davvero sicuro?" +#~ msgid "packages" +#~ msgstr "pacchetti" -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "Metadati chiavi non disponibili per" +#~ msgid "manage repositories" +#~ msgstr "gestire i repository" -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "Cancellata Chiave GPG con impronta" +#~ msgid "Entropy Infrastructure Toolkit" +#~ msgstr "Entropy Infrastructure Toolkit" -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "Informazioni GPG per repository" +#~ msgid "this help" +#~ msgstr "questo help" -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Identificatore chiave pubblica" +#~ msgid "pull all the repositories" +#~ msgstr "estrarre tutti i repository" -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Impronta chiave pubblica" +#~ msgid "Aborting !" +#~ msgstr "Interruzione !" -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Dimensione chiave" +#~ msgid "Should I cleanup old packages on mirrors ?" +#~ msgstr "Devo pulire i vecchi pacchetti sui mirrors ?" -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Data di creazione" +#~ msgid "pull repository packages and metadata" +#~ msgstr "estrarre dal repository pacchetti e metadati " -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Scade il" +#~ msgid "sync with remote repository" +#~ msgstr "sincronizza con repository remota" -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "Importazione keypair" +#~ msgid "Bumping repository" +#~ msgstr "Salto repository" -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "Un altro keypair esiste già" +#~ msgid "bump repository revision, force push" +#~ msgstr "balza revisione repository, forza invio" -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Chiave GPG importata con impronta" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Repository Entropy inizializzata" -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "Ora firma tutti i pacchetti dentro essa" +#~ msgid "initialize repository (erasing all its content)" +#~ msgstr "inizializza repository (cancellando tutto il contenuto)" -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Esportazione chiave privata per repository" +#~ msgid "push all the repositories" +#~ msgstr "push di tutte le repository" -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Esportazione chiave pubblica per repository" +#~ msgid "push as fake repository" +#~ msgstr "push come repository fake" -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "Nessun keypair disponibile per la repository" +#~ msgid "Commit message" +#~ msgstr "Messaggio di commit" -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "Keypair SCADUTO per la repository" +#~ msgid "Enter the commit message" +#~ msgstr "Inserisci messaggio commit" -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Impossibile esportare la chiave GPG per la repository" +#~ msgid "Entropy Repository Status" +#~ msgstr "Stato Repository Entropy" -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Chiave GPG esportata per repository" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "gestisci chiavi GPG repository" +#~ msgid "Remote" +#~ msgstr "Remoto" -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "path pacchetti" +#~ msgid "Local" +#~ msgstr "Locale" -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "nessun file o directory" +#~ msgid "push repository packages and metadata" +#~ msgstr "inserire nel repository pacchetti e metadati " -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "estensione non supportata" +#~ msgid "invalid line (time field)" +#~ msgstr "linea non valida (campo time)" -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "nessun path a pacchetto valido" +#~ msgid "invalid line (empty)" +#~ msgstr "linea non valida (vuota)" -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "inietta pacchetti file nella repository" +#~ msgid "invalid line (incomplete)" +#~ msgstr "linea non valida (incompleta)" + +#~ msgid "invalid line" +#~ msgstr "linea non valida" + +#~ msgid "invalid line (copy)" +#~ msgstr "linea non valida (copia)" + +#~ msgid "Invalid syntax, what to do ?" +#~ msgstr "sintassi non valida, cosa faccio?" + +#~ msgid "Abort" +#~ msgstr "Abortisci" + +#~ msgid "show current repository" +#~ msgstr "Visualizza repository corrente." + +#~ msgid "execute given action" +#~ msgstr "esegui azione fornita" + +#~ msgid "add notice-board entry" +#~ msgstr "aggiungi elemento notice-board" + +#~ msgid "remove notice-board entry" +#~ msgstr "rimuovi elemento notice-board" + +#~ msgid "show notice-board" +#~ msgstr "visualizza notice-board" + +#~ msgid "Title" +#~ msgstr "Titolo" + +#~ msgid "no URL" +#~ msgstr "nessun URL" + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "Notice board not available" +#~ msgstr "Notice board non disponibile" + +#~ msgid "Choose the one you want to remove" +#~ msgstr "Scegli quello che vuoi rimuovere" + +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Sei sicuro di voler rimuovere questo?" + +#~ msgid "Press Enter to continue" +#~ msgstr "Premere Invio per continuare" + +#~ msgid "Exit/Commit" +#~ msgstr "Esci/Salva" + +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Sceglierne uno digitando l'identificatore" + +#~ msgid "manage repository notice-board" +#~ msgstr "gestisci notice-board della repository" + +#~ msgid "repository branch" +#~ msgstr "branch repository" + +#~ msgid "work inside given repository" +#~ msgstr "lavora all'interno della repository data" + +#~ msgid "repack to given repository" +#~ msgstr "ripacchettizza nella repository fornita" + +#~ msgid "rebuild packages in repository" +#~ msgstr "ricompila pacchetti nella repository" + +#~ msgid "selectively pick changes" +#~ msgstr "scegli cambiamenti in maniera selettiva" + +#~ msgid "Cannot match" +#~ msgstr "Impossibile risolvere" + +#~ msgid "No valid packages to repackage." +#~ msgstr "Nessun pacchetto valida da ripacchettizzare" + +#~ msgid "Scanning..." +#~ msgstr "Scansione..." + +#~ msgid "Invalid package" +#~ msgstr "Pacchetto non valido" + +#~ msgid "Zarro thinggz to do" +#~ msgstr "Niente da fare" + +#~ msgid "Do it now ?" +#~ msgstr "Ora ?" + +#~ msgid "Transforming" +#~ msgstr "Trasformazione" + +#~ msgid "Action completed" +#~ msgstr "Azione completata" + +#~ msgid "Select packages for removal" +#~ msgstr "Seleziona pacchetti da rimuovere" + +#~ msgid "Remove this package?" +#~ msgstr "Rimuovere questo pacchetto?" + +#~ msgid "These would be removed from repository" +#~ msgstr "Questi vorrebbero essere rimossi dalla repository" + +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Vuoi rimuoverli ora ?" + +#~ msgid "Select packages to add" +#~ msgstr "Seleziona pacchetti da aggiungere" + +#~ msgid "Add this package?" +#~ msgstr "Aggiungere questo pacchetto?" + +#~ msgid "These would be added or updated" +#~ msgstr "Questi verrebbero aggiunti o aggiornati" + +#~ msgid "warning" +#~ msgstr "attenzione" + +#~ msgid "Would you like to package them now ?" +#~ msgstr "Vuoi pacchettizzarli ora ?" + +#~ msgid "inside" +#~ msgstr "dentro" + +#~ msgid "Compressing packages" +#~ msgstr "Compressione pacchetti" + +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Ignoramento delle voci Spm danneggiate, per favore ricompilalo" + +#~ msgid "Nothing to do, check later." +#~ msgstr "Niente da fare. Controlla più tardi." + +#~ msgid "Entries handled" +#~ msgstr "Voci gestite" + +#~ msgid "commit changes to repository" +#~ msgstr "commit cambiamenti su repository" + +#~ msgid "path" +#~ msgstr "path" + +#~ msgid "search packages owning paths" +#~ msgstr "cerca pacchetti che possiedono i path" + +#~ msgid "match packages in repositories" +#~ msgstr "match dei pacchetti nelle repository" + +#~ msgid "affect entropy clients only" +#~ msgstr "influenza solamente client entropy" + +#~ msgid "show current status" +#~ msgstr "visualizza stato corrente" + +#~ msgid "Mirrors status" +#~ msgstr "Stato Mirror" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "client" +#~ msgstr "client" + +#~ msgid "lock repository" +#~ msgstr "blocca repository" + +#~ msgid "unlock repository" +#~ msgstr "sblocca repository" + +#~ msgid "Removing unavailable packages overriding defaults" +#~ msgstr "Rimozione pacchetti non disponibili, scavalcando i default" + +#~ msgid "clean expired packages from a repository" +#~ msgstr "pulisci pacchetti scaduti da una repository" + +#~ msgid "files found" +#~ msgstr "file trovati" + +#~ msgid "show files owned by packages" +#~ msgstr "visualizza file posseduti da pacchetti" + +#~ msgid "switch to given branch" +#~ msgstr "passa a branch fornita" + +#~ msgid "from branch" +#~ msgstr "da branch" + +#~ msgid "Invalid branch" +#~ msgstr "Branch non valida" + +#~ msgid "would be copied to branch" +#~ msgstr "verrebbe copiata nella branch" + +#~ msgid "manage repository branches" +#~ msgstr "gestisci branch repository" + +#~ msgid "switch from a repository to another" +#~ msgstr "switch da una repository all'altra" + +#~ msgid "local revision" +#~ msgstr "revisione locale" + +#~ msgid "stored packages" +#~ msgstr "pacchetti immagazzinati" + +#~ msgid "upload packages" +#~ msgstr "pacchetti upload" + +#~ msgid "unstaged packages" +#~ msgstr "pacchetti inattivi" + +#~ msgid "add" +#~ msgstr "aggiungi" + +#~ msgid "show repository status" +#~ msgstr "visualizza stato repository" + +#~ msgid "inject into given repository" +#~ msgstr "inietta nella repository fornita" + +#~ msgid "No dependencies" +#~ msgstr "No dipendenze" + +#~ msgid "not found" +#~ msgstr "non trovato" + +#~ msgid "Dependency type" +#~ msgstr "Tipo dipendenza" + +#~ msgid "Select a dependency type for" +#~ msgstr "Seleziona un tipo dipendenza per" + +#~ msgid "Dependencies editor" +#~ msgstr "Editor dipendenze" + +#~ msgid "Confirm ?" +#~ msgstr "Confermi ?" + +#~ msgid "dependencies updated successfully" +#~ msgstr "dipendenze aggiornate con successo" + +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "modifica dipendenze per i pacchetti nella repository" + +#~ msgid "package dependency" +#~ msgstr "dipendenza pacchetto" + +#~ msgid "source equals destination" +#~ msgstr "sorgente e destinazione identici" + +#~ msgid "repository not available" +#~ msgstr "repository non disponibile" + +#~ msgid "Considering all the packages" +#~ msgstr "Inclusione di tutti i pacchetti" + +#~ msgid "copy packages from a repository to another" +#~ msgstr "copia pacchetti da una repository all'altra" + +#~ msgid "show reverse dependency graph for packages" +#~ msgstr "visualizza grafo dipendenze inverse per i pacchetti" + +#~ msgid "create keypair for repository and packages" +#~ msgstr "crea keypair per repository e pacchetti" + +#~ msgid "delete keypair (and signatures) from repository" +#~ msgstr "elimina keypair (e firme) dalla repository" + +#~ msgid "show keypair status for repository" +#~ msgstr "visualizza stato keypair della repository" + +#~ msgid "sign packages in repository using current keypair" +#~ msgstr "firma pacchetti nella repository usando il keypair corrente" + +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importa coppia chiavi, collega alla repository fornita" + +#~ msgid "private key path" +#~ msgstr "path chiave privata" + +#~ msgid "public key path" +#~ msgstr "path chiave pubblica" + +#~ msgid "export the repository public key to file" +#~ msgstr "esporta la chiave pubblica della repository su file" + +#~ msgid "export the repository private key to file" +#~ msgstr "esporta chiave privata repository su file" + +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "Interfaccia GPG caricata, directory home" + +#~ msgid "Creating keys for repository" +#~ msgstr "Creazione chiavi per repository" + +#~ msgid "Another key already exists for repository" +#~ msgstr "Un'altra chiave esiste già per la repository" + +#~ msgid "Would you like to continue?" +#~ msgstr "Vuoi continuare ?" + +#~ msgid "Insert e-mail" +#~ msgstr "Inserisci e-mail" + +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Inserire giorni scadenza (0=nessuna scadenza)" + +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Inserisci frase di accesso (vuoto=nessuna frase di accesso)" + +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Creazione keypair GPG repository" + +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "Prodotta chiave GPG con impronta" + +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Ora dovresti firmare tutti i pacchetti contenuti" + +#~ msgid "Generate a revoke key and store it in a safe place" +#~ msgstr "Genera una chiave di revoca e salvala in un posto sicuro" + +#~ msgid "You may want to send your keys to a key server" +#~ msgstr "Potresti voler inviare le tue chiavi ad un server di chiavi" + +#~ msgid "Deleting keys for repository" +#~ msgstr "Eliminazione chiavi per repository" + +#~ msgid "No keys available for given repository" +#~ msgstr "Nessuna chiave disponibile per la repository data" + +#~ msgid "Are you really sure?" +#~ msgstr "Sei davvero sicuro?" + +#~ msgid "Keys metadata not available for" +#~ msgstr "Metadati chiavi non disponibili per" + +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "Cancellata Chiave GPG con impronta" + +#~ msgid "GPG information for repository" +#~ msgstr "Informazioni GPG per repository" + +#~ msgid "Public key identifier" +#~ msgstr "Identificatore chiave pubblica" + +#~ msgid "Public key fingerprint" +#~ msgstr "Impronta chiave pubblica" + +#~ msgid "Key size" +#~ msgstr "Dimensione chiave" + +#~ msgid "Creation date" +#~ msgstr "Data di creazione" + +#~ msgid "Expires on" +#~ msgstr "Scade il" + +#~ msgid "Importing keypair" +#~ msgstr "Importazione keypair" + +#~ msgid "Another keypair already exists" +#~ msgstr "Un altro keypair esiste già" + +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Chiave GPG importata con impronta" + +#~ msgid "Now sign all the packages in it" +#~ msgstr "Ora firma tutti i pacchetti dentro essa" + +#~ msgid "Exporting private key for repository" +#~ msgstr "Esportazione chiave privata per repository" + +#~ msgid "Exporting public key for repository" +#~ msgstr "Esportazione chiave pubblica per repository" + +#~ msgid "No keypair available for repository" +#~ msgstr "Nessun keypair disponibile per la repository" + +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "Keypair SCADUTO per la repository" + +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Impossibile esportare la chiave GPG per la repository" + +#~ msgid "Exported GPG key for repository" +#~ msgstr "Chiave GPG esportata per repository" + +#~ msgid "manage repository GPG keys" +#~ msgstr "gestisci chiavi GPG repository" + +#~ msgid "package paths" +#~ msgstr "path pacchetti" + +#~ msgid "no such file or directory" +#~ msgstr "nessun file o directory" + +#~ msgid "unsupported extension" +#~ msgstr "estensione non supportata" + +#~ msgid "no valid package paths" +#~ msgstr "nessun path a pacchetto valido" + +#~ msgid "inject package files into repository" +#~ msgstr "inietta pacchetti file nella repository" diff --git a/server/po/nl.po b/server/po/nl.po index 0a5e66f5e..a20dc8190 100644 --- a/server/po/nl.po +++ b/server/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchroniseren van huidige database" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "een moment geduld A.U.B." - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Verwijderen van ingang" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Toevoegen van ingang" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Database tabel exporteren" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Database export voltooid." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATTENTIE" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "SPM fout" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Spm Unieke Herkenning niet gevonden voor" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "updaten van repositorie metadata overzicht, even geduld!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "genereren van provided_libs metadata, even geduld!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "SPM fout" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Spm Unieke Herkenning niet gevonden voor" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Draaien van pakketten metadata update" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "Het kan even duren" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Entry API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "actie" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "pakket verplaats acties zijn voltooid" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "WAARSCHUWING" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Kan SPM opruiming niet starten, fout" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "pakket verplaatsen succesvol voltooid" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Verplaatsen van oude ingang" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "naar" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchroniseren van huidige database" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "een moment geduld A.U.B." + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Verwijderen van ingang" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Toevoegen van ingang" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "upload verifieren (wanneer ondersteund)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "'digest' verificatie" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "tot zo ver, alles OK!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "misvormde md5 gegeven aan functie" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "externe md5 is ongeldig" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "succesvol" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "gefaald, opnieuw proberen" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "fout" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "Niet kritisch" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "verder gaan" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "verbinden met spiegel" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "veranderen van map naar" @@ -244,13 +245,10 @@ msgstr "pakket wordt gedownload" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -301,455 +299,463 @@ msgstr "wacht nog 2 minuten voor opgeven" msgid "mirror unlocked" msgstr "spiegel vrijgemaakt" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Lokale statistieken" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "upload map" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "bestanden gereed" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "pakketten map" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "download" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "kopie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "verwijder" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pakketten voor verwijdering" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pakketten die lokaal verplaatst worden" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pakketten die worden geupload" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pakketten die worden geupload" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Totale grootte van verwijdering" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Totale grootte van upload" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Totale grootte van download" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Externe statistieken voor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "externe pakketten" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "bestanden opgeslagen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Bereken queues" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "pakket+hash worden verwijderd" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sync" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "verwijderen compleet" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "kopieren van bestand+hash naar repositorie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "upload fouten" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "reden" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "upload met succes voltooid" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "download fouten" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "download met succes voltooid" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "VA checken van pakket bestand" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "foutief pakket bestand, repareren aub" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "starten van pakketten sync" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "pakketten sync" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "socket fout" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "aan" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "Niets te doen voor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Uitbreidende wachtrijen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "niets te synchroniseren voor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Wilt u de gegeven stappen volgen ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Nee" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "toetsenbord onderbreking !" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "Je moet ze opnieuw inpakken" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "exceptie opgevangen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "op z'n minst is een spiegel juist gesynchroniseerd! " -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "verlopen" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "geordend" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "verzamelen van verlopen pakketten" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "verzamelen van verlopen pakketten in de geselecteerde branche's" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "Niets te verwijderen in deze branche" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "dit zijn de verlopen pakketten" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pakketten voor verwijdering" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Wilt u doorgaan ?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "verwijderen van pakketten op afstand" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "verwijder fouten" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "verwijderen van lokale pakketten" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "verwijderd" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "Downloaden van notitie bord vanaf spiegels naar" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "notitie bord is succesvol gedownload vanaf" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "verwijderen van notitie bord uit" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "notitie bord verwijdering mislukt op" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "notitie bord verwijdering succesvol" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "uploaden van notitie bord vanaf" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "notitie bord upload gefaald op" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "notitie bord upload succesvol" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Sleutels voor repositorie verlopen" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "voorbereiden van download repositorie van spiegel" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "download pad" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "fouten" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "download vanaf spiegel gefaald" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Problemen met boomupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Terug zetten van de oude gegevens" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "geconfigureerde pakket sets" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Niets geconfigureerd" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "gecomprimeerde database dump + controlesom creeren" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "repositorie pad" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "dump licht" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "dump lichte controlesom" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "opener" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "comprimeren van repositorie + controlesom" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "gecomprimeerd repositorie pad" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "repositorie controlesom" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "gecomprimeerde controlesom" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "voorbereiden van gedecomprimeerde repositorie voor de upload" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "Uitgeschakelde EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "Bezig met het uploaden van repositorie naar spiegel" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "upload gefaald, blokkeren en doorgaan" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "repositorie is reeds gesynchroniseerd" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "repositorie synchronisatie mislukt" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "download problemen" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "repositorie synchronisatie verboden" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "ontbrekende pakket sets" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "afhankelijkheden test heeft fouten gerapporteerd" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "deze pakketten zijn nog niet verwijderd" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "upload problemen" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -777,142 +783,155 @@ msgstr "gebruik quickpkg handmatig om de embedded db te updaten" msgid "Repository updated anyway" msgstr "Repositorie alsnog geupdate" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "Pakket heeft geen sleutelwoord, het wordt gemaskeerd!" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repositorie niet geconfigureerd" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "beveiligde repositorie ID, kan deze niet gebruiken, sorry gast..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "ongeldige repositorie herziening" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "terugzetten naar 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repositorie" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "synchroniseren van pakketten sets" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Attentie" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "Kan niet overeenkomen" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "Initialiseren van repositorie" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "Wilt u de deze repositorie initialiseren ?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "Geen geldige tag opgegeven" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "terug spoelen van geselecteerde pakketten van branches" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "niets te doen" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "Dit zijn de pakketten die worden doorgespoeld" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "Nagaan van pakket hash" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "hash komt niet overeen voor" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "verkeerde md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "fout tijdens het downloaden van pakketten van spiegels" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "werkend op branche" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "updaten van pakket" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "pakket doorgespoeld" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "Veranderen" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "Kan niet wisselen, pakket niet gevonden, overslaan" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "Bestand verplaatsen" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "laden van data vanaf source repositorie" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "GPG sleutel was niet beschikbaar in" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "injecteren van data naar de repositorie locatie" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "verwijderen van invoer uit de source repositorie" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "succesvol behandeld atoom" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "Kan de systeem repositorie niet raken" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Voorbereiden van verplaatsen van geselecteerde pakketten naar" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Voorbereiden van kopieren van geselecteerde pakketten naar" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Notitie" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -920,1052 +939,863 @@ msgstr "" "alle oude pakketten met conflicterende scope zullen worden verwijderd van de " "bestemming repo tenzij geinjecteerd" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "Nieuwe tag" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "Tegengestelde afhankelijkheden" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "Afhankelijkheid" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "Veranderen" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "Kan niet wisselen, pakket niet gevonden, overslaan" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "Bestand verplaatsen" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "laden van data vanaf source repositorie" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "GPG sleutel was niet beschikbaar in" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "injecteren van data naar de repositorie locatie" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "verwijderen van invoer uit de source repositorie" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "succesvol behandeld atoom" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Injecteren van entropy metadata in de gebouwde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "Voor de duidelijkheid, GPG infrastructuur laden is mislukt" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "injecteren van Entropy metadata" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "invoeren compleet" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "Pakket verwijderen" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Integriteit verificatie van de geselecteerde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Alle pakketten in de repositorie zullen worden gecheckt." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "De volgende pakketten zullen worden gecheckt." -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Werken op spiegel" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "checken van hash" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "'digest' controle voor" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "niet ondersteund" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NIET gezond" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Dit is de lijst met gebroken pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Spiegel" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistieken" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Aantal gecheckte pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Aantal gezonde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Aantal beschadigde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "lokaal" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "checken status van" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "is corrupt, controlesom opgeslagen" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "Gecontroleerde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "gezonde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "beschadigde pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "gedownloade pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "gefaalde downloads" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "GPG ondertekend pakketten voor de repositorie" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Alle missende pakketten in de repositorie worden gedownload." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG niet beschikbaar" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Sleutels niet beschikbaar voor" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "pakket ondertekenen" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Onbekende fout tijdens ondertekenen van pakket" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "ondertekende pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "Beschikbaar" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "upload/genegeerd" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Start downloaden van missende bestanden" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Aan het zoeken naar missend of beschadigde bestanden op andere spiegel" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Binaire pakketten zijn succesvol gedownload." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "De volgende pakketten kunnen niet online worden gevonden" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Ze zullen niet worden gechecked" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Zet a.u.b. uw branche naar" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "en herhaal" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Kopieren van database (als deze niet bestaat)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Wisselen van pakketten" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "negeren" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "Al reeds in branche" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "migratie loop compleet" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Uitvoeren van wees SPM pakketten test" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Pakket scannen" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "niet meer gevonden" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Pakketten string" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Controleren" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "pakket afhankelijkheden" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Sleutels voor repositorie verlopen" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "indexeren van repositorie" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "geen missende afhankelijkheden!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "geen missende afhankelijkheden!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Uitvoeren van afhankelijkheden test" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Deze afhankelijkheden zijn niet gevonden" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Nodig voor" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "bij repo" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Alle afhankelijkheden zijn voldaan. Alles zit goed." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Beschadigde en overeenkomende pakketten lijst" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Resultaten worden gedumpt in deze bestanden" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Systeem is gezond" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Vergelijken van bibliotheken met Spm, even geduld" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Dit zijn de overeenkomende pakketten" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Geen overeenkomende pakketten" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Je standaard repositorie is niet geinstalleerd" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Wilt u de standaard repositorie initialiseren ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Doorgaan met een niet geinitialiseerde repositorie" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Entropy repositorie is reeds geblokkeerd door jouw :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Blokkeren en Synchroniseren van Entropy repositorie" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "spiegels status tabel" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Vrijgemaakt" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "geblokkeerd" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "kan spiegel niet blokkeren" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repositorie is corrupt!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "indexeren van repositorie" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "Initialiseren van een lege repositorie" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Entropy repositorie bestand" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "succesvol geinstalleerd" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "pakket toevoegen" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "toegevoegd pakket" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rev" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "handmatige afhankelijkheden voor" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Deze afhankelijkheden zijn niet gevonden" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "geen missende afhankelijkheden!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Weet u het zeker?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Ja" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Uitzondering Opgetreden, opdrachten worden afgesloten" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "server-zijde repositorie" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "communiteit repositorie" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Entropy Server Omgeving Instantie op de repositorie" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "huidige branche" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "type" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Huidig geconfigureerde repositories" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "GPG sleutel verlopen" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "repareer a.u.b." -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "GPG heeft een overwachte fout" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "overslaan" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "Config bestanden" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "checken van systeem" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "er zijn nog nieuwe configuratie bestanden niet geupdate" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "beschikbare dep_rewrites gevonden voor dit pakket" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "toegevoegd" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "verwijderd" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "vervangen" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Geen afhankelijkheden herschrijving gedaan voor" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "sets" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "updaten van pakket sets" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "pakket set toevoegen" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "Pakket set verwijderen" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "oneindig" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[B]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "sec" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Geaggregeerde download" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Controleer de geimporteerde sleutel en stel een geldig vertrouwens level in" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "GPG sleuten verandert voor" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "GPG sleutel reeds geinstalleerd voor" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "GPG sleutel verlopen voor URL" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Installeren van GPG sleutel voor URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Fout tijdens de GPG sleutel installatie" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Succesvol geinstalleerd van GPG sleutel voor URL" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Vingerafdruk" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Fout tijdens GPG verificatie van" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Dit kan een potentieel veiligheid risico zijn" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Beveiligings Adviesen" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "GPG sleutel verificatie succesvol" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Fout" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Waarschuwing" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "defecte 'advisory'" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "laatste adviezen binnen halen" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "succesvol bijgewerkt" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "is reeds bijgewerkt." -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "Kan controlesom niet downloaden, sorry" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "onmogelijk adviezen te downloaden, sorry" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Controleren van controlesom" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "kan pakketten niet openen" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "Kan controlesom niet lezen, helaas" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "'digest' verificatie mislukt" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "verificatie succesvol" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "GPG service niet beschikbaar" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "digest verificatie mislukt, probeer het later opnieuw" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installeren" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Opstart afhankelijkheden" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Afhankelijkheid" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Handmatig toegevoegde (door staff) afhankelijkheid" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Afhankelijkheid" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Alles is goed" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "Corrupte Client Repositorie. Herstel aub een back-up." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "reden niet beschikbaar" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "gebruikers package.mask" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "systeem sleutelwoorden" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "gebruikers package.unmask" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "gebruikers repo package.keywords (alle pakketten)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "gebruikers repo package.keywords" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "gebruikers package.keywords" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "volledig afgeschermd (op sleutelwoord?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "repositorie generale packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "repositorie generale packages.db.keywords" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "gebruikers license.mask" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "gebruikers live unmask" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "gebruikers live mask" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Opruimen" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "map" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "Opgeruimd" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "bestanden en mappen" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Downloaden" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Uploaden" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "is corrupt" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "niet geinstalleerd" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/B" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pakket" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branche" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categorie" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Naam" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Afgeschermd" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Beschikbaar" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Geinstalleerd" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "versie" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "Herziening" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Grootte" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Download" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Controlesom" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Afhankelijkheden" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflicten" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Website" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Omschrijving" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE flags" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Broncode" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Entry API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "gecompileerd met" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Keywords" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Aangemaakt" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licentie" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Dit zijn de geinstalleerde pakketten" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Geen pakketten gevonden" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "pakketten doorgevoerd als argumenten" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "pakketten zonder enige verdere afhankelijkheden" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "pakketten met verdere afhankelijkheden (knooppunt)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"pakketten die al ingevoerd zijn als afhankelijkheden in hogere lagen " -"(circulair)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Graphische" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy vraagt om uw aandacht" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy heeft een vraag voor u" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Onderbroken" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Geselecteerd nummer" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "selecteer een optie" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Alles afwijzen" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Bevestigen" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Item toevoegen" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Item bewerken" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Verwijder item" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "geef huidige lijst weer" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Jouw keuze (typ een nummer en druk op enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Je hebt geen nummer gegeven." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Ongeldige actie." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Invoer om toe te voegen (-1 om terug te gaan):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Ongeldige invoer." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Nummer van element om te bewerken (-1 om terug te gaan):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "oud" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "nieuwe waarde:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Ongeldig element." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Nummer van element om te verwijderen (-1 om terug te gaan):" @@ -1985,1144 +1815,503 @@ msgstr "gebroken bibliotheken gevonden" msgid "needs" msgstr "benodigdheden" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Aan het zoeken naar ontbrekende Runtime afhankelijkheden" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "Scannen" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "geen pakketten" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "uitgesloten afhankelijkheden !!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Scannen van bibliotheken" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "geen pakketten" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "mist waarschijnlijk de volgende afhankelijkheden" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Bibliotheken test" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "beschadigde symbool pakketten lijst" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Beschadigde uitvoerbestanden lijst" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "afwijzen van map" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "omdat hij gekoppeld is aan" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Opzoeken van beschadigde opstartbestanden" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "maak je geen zorgen over bibliotheken die hier worden getoond maar niet " "later." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Scannen van bibliotheken" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "meerdere gebroken symbolen" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "vergelijken van gebroken bibliotheken/opstartbestanden" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Nog niet voorbereid" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/B" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "is corrupt" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "niet geinstalleerd" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pakket" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branche" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categorie" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Naam" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Afgeschermd" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Beschikbaar" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Geinstalleerd" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "versie" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "Herziening" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Grootte" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Download" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Controlesom" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Afhankelijkheden" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflicten" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Website" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Omschrijving" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE flags" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Broncode" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Entry API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "gecompileerd met" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Keywords" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Aangemaakt" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licentie" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Dit zijn de geinstalleerde pakketten" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Geen pakketten gevonden" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "pakketten doorgevoerd als argumenten" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "pakketten zonder enige verdere afhankelijkheden" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "pakketten met verdere afhankelijkheden (knooppunt)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"pakketten die al ingevoerd zijn als afhankelijkheden in hogere lagen " +"(circulair)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Graphische" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Niet overeenkomend" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Ongeldige repositorie" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "niet beschikbaar" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "verplaats pakketten van de ene repositorie naar een ander" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "voer geen tegengestelde afhankelijkheden door" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Volgende pakketten worden verwijderd" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Niets gevonden" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "zoek naar pakketten in repositories" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Een ander Entropy proces draait nog." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Configuratiebestand" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "deze hulp" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Afbreken !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Entropy repositorie is geinitialiseerd" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Verstuur bericht" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titel" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Notitie bord is niet beschikbaar" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Kies degene die je wilt verwijderen" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Weet je zeker dat je deze wilt verwijderen?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Druk op Enter om door te gaan" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Sluiten/Indienen" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Kies a.u.b. een door het identificatie nummer te typen." - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Komt niet overeen" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Er zijn geen geldige pakketten om opnieuw te verpakken." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Scannen..." +#~ msgid "these are the expired packages" +#~ msgstr "dit zijn de verlopen pakketten" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Opruimen" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" +#~ msgid "directory" +#~ msgstr "map" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" +#~ msgid "Cleaned" +#~ msgstr "Opgeruimd" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" +#~ msgid "files and directories" +#~ msgstr "bestanden en mappen" -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Downloaden" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" +#~ msgid "Uploading" +#~ msgstr "Uploaden" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "verlopen" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Aan het zoeken naar ontbrekende Runtime afhankelijkheden" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "Niet overeenkomend" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Dit pakket verwijderen?" +#~ msgid "Invalid repository" +#~ msgstr "Ongeldige repositorie" -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" +#~ msgid "not available" +#~ msgstr "niet beschikbaar" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Wilt u ze nu verwijderen ?" +#~ msgid "move packages from a repository to another" +#~ msgstr "verplaats pakketten van de ene repositorie naar een ander" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" +#~ msgid "do not include reverse dependencies" +#~ msgstr "voer geen tegengestelde afhankelijkheden door" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Dit pakket toevoegen?" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Volgende pakketten worden verwijderd" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Niets gevonden" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "Waarschuwing" +#~ msgid "search packages in repositories" +#~ msgstr "zoek naar pakketten in repositories" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Wil je ze nu inpakken ?" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Een ander Entropy proces draait nog." -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "binnenin" +#~ msgid "Configuration file" +#~ msgstr "Configuratiebestand" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Pakketten comprimeren" +#~ msgid "this help" +#~ msgstr "deze hulp" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Negeren van gebroken Spm ingang, hercompileer a.u.b." +#~ msgid "Aborting !" +#~ msgstr "Afbreken !" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Niets te doen, controleer later." +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Entropy repositorie is geinitialiseerd" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Invoer behandeld" +#~ msgid "Commit message" +#~ msgstr "Verstuur bericht" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" +#~ msgid "Title" +#~ msgstr "Titel" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Notitie bord is niet beschikbaar" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Kies degene die je wilt verwijderen" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Weet je zeker dat je deze wilt verwijderen?" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Druk op Enter om door te gaan" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Sluiten/Indienen" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Kies a.u.b. een door het identificatie nummer te typen." -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Komt niet overeen" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Er zijn geen geldige pakketten om opnieuw te verpakken." -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Scannen..." -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" +#~ msgid "Remove this package?" +#~ msgstr "Dit pakket verwijderen?" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Wilt u ze nu verwijderen ?" -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" +#~ msgid "Add this package?" +#~ msgstr "Dit pakket toevoegen?" -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" +#~ msgid "warning" +#~ msgstr "Waarschuwing" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Wil je ze nu inpakken ?" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" +#~ msgid "inside" +#~ msgstr "binnenin" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Pakketten comprimeren" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Negeren van gebroken Spm ingang, hercompileer a.u.b." -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Niets te doen, controleer later." -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "Herziening" +#~ msgid "Entries handled" +#~ msgstr "Invoer behandeld" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "opgeslagen pakketten" +#~ msgid "local revision" +#~ msgstr "Herziening" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "upload pakketten" +#~ msgid "stored packages" +#~ msgstr "opgeslagen pakketten" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" +#~ msgid "upload packages" +#~ msgstr "upload pakketten" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" +#~ msgid "No dependencies" +#~ msgstr "Geen afhankelijkheden" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" +#~ msgid "not found" +#~ msgstr "niet gevonden" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" +#~ msgid "Dependency type" +#~ msgstr "Afhankelijkheden type" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" +#~ msgid "Select a dependency type for" +#~ msgstr "Selecteer een afhankelijkheid type voor" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "pakket afhankelijkheden" +#~ msgid "Dependencies editor" +#~ msgstr "Afhankelijkheden editor" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Geen afhankelijkheden" +#~ msgid "Confirm ?" +#~ msgstr "Bevestigen" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "niet gevonden" +#~ msgid "dependencies updated successfully" +#~ msgstr "afhankelijkheden succesvol geupdate" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Afhankelijkheden type" +#~ msgid "repository not available" +#~ msgstr "repositorie is niet beschikbaar" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Selecteer een afhankelijkheid type voor" +#~ msgid "copy packages from a repository to another" +#~ msgstr "kopieer pakketten van de ene repositorie naar de andere" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Afhankelijkheden editor" +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importeer sleutel paar, en koppen die met de gegeven repositorie" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Bevestigen" +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "GPG omgeving geladen, thuis map" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "afhankelijkheden succesvol geupdate" +#~ msgid "Creating keys for repository" +#~ msgstr "Creeer sleutels voor repositorie" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" +#~ msgid "Another key already exists for repository" +#~ msgstr "Een ander sleutel bestaat al voor repositorie" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" +#~ msgid "Would you like to continue?" +#~ msgstr "Wilt u doorgaan ?" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" +#~ msgid "Insert e-mail" +#~ msgstr "Voer e-mail in" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repositorie is niet beschikbaar" +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Voer verloop tijd in dagen in (0= geen verloop tijd)" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Voer wachtzin in (leeg=geen wachtzin)" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "kopieer pakketten van de ene repositorie naar de andere" +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Repositorie GPG sleutel paar creatie" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "GPG sleutel gemaakt met vingerafdruk" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Nu moet je alle pakketten erin ondertekenen" -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" +#~ msgid "Deleting keys for repository" +#~ msgstr "Verwijder sleutels van repositorie" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" +#~ msgid "No keys available for given repository" +#~ msgstr "Geen sleutels beschikbaar voor gegeven repositorie" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" +#~ msgid "Are you really sure?" +#~ msgstr "Weet je het zeker?" -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importeer sleutel paar, en koppen die met de gegeven repositorie" +#~ msgid "Keys metadata not available for" +#~ msgstr "Sleutel metadata niet beschikbaar voor" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "GPG sleutel verwijderd met vingerafdruk" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" +#~ msgid "GPG information for repository" +#~ msgstr "GPG informatie voor repositorie" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" +#~ msgid "Public key identifier" +#~ msgstr "Publieke sleutel herkenning" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" +#~ msgid "Public key fingerprint" +#~ msgstr "Publieke sleutel vingerafdruk" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "GPG omgeving geladen, thuis map" +#~ msgid "Key size" +#~ msgstr "Sleutel grootte" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Creeer sleutels voor repositorie" +#~ msgid "Creation date" +#~ msgstr "Aanmaakdatum" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Een ander sleutel bestaat al voor repositorie" +#~ msgid "Expires on" +#~ msgstr "Verloopt op" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Wilt u doorgaan ?" +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Geimporteerde GPG sleutel met vingerafdruk" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Voer e-mail in" +#~ msgid "Exporting private key for repository" +#~ msgstr "Exporteren van prive sleutel voor repositorie" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Voer verloop tijd in dagen in (0= geen verloop tijd)" +#~ msgid "Exporting public key for repository" +#~ msgstr "Exporteren van publieke sleutel voor repositorie" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Voer wachtzin in (leeg=geen wachtzin)" +#~ msgid "No keypair available for repository" +#~ msgstr "Geen sleutelpaar voor repositorie" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Repositorie GPG sleutel paar creatie" +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "Sleutel VERLOPEN voor deze repositorie" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "GPG sleutel gemaakt met vingerafdruk" +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Onmogelijk de GPG sleutel te exporteren voor repositorie" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Nu moet je alle pakketten erin ondertekenen" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Verwijder sleutels van repositorie" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Geen sleutels beschikbaar voor gegeven repositorie" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Weet je het zeker?" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "Sleutel metadata niet beschikbaar voor" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "GPG sleutel verwijderd met vingerafdruk" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "GPG informatie voor repositorie" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Publieke sleutel herkenning" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Publieke sleutel vingerafdruk" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Sleutel grootte" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Aanmaakdatum" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Verloopt op" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Geimporteerde GPG sleutel met vingerafdruk" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Exporteren van prive sleutel voor repositorie" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Exporteren van publieke sleutel voor repositorie" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "Geen sleutelpaar voor repositorie" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "Sleutel VERLOPEN voor deze repositorie" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Onmogelijk de GPG sleutel te exporteren voor repositorie" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Geexporteerde GPG sleutel voor repositorie" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Exported GPG key for repository" +#~ msgstr "Geexporteerde GPG sleutel voor repositorie" diff --git a/server/po/pl.po b/server/po/pl.po index 2af6c02ed..bd6ad9314 100644 --- a/server/po/pl.po +++ b/server/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -19,147 +19,147 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchronizowanie bieżącej bazy" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "proszę czekać" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Usuwanie pozycji" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Dodawanie pozycji" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Eksportowanie bazy danych" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Eksport bazy zakończony." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "UWAGA" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Błąd związany z SPM" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Unikatowy identyfikator SPM nie znaleziony dla" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "aktualizowanie układu metadanych dla repozytorium, proszę czekać!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "generowanie metadanych provided_libs, proszę czekać!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Błąd związany z SPM" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Unikatowy identyfikator SPM nie znaleziony dla" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Wykonywanie aktualizacji metadanych pakietów" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "to może chwilę zająć" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" +msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "czynność" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "czynność przenoszenie pakietów zakończona" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "UWAGA" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Nie można wykonać porządkowania SPM, błąd" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "przenoszenie pakietów zakończone pomyślnie" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Przenoszenie elementu" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "do" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchronizowanie bieżącej bazy" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "proszę czekać" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Usuwanie pozycji" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Dodawanie pozycji" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "sprawdzanie wysłanych danych (jeśli obsługiwane)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "weryfikacja sumy kontrolnej" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "jak dotąd dobrze!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "błędna suma md5 przekazana do funkcji" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "zdalna suma md5 jest niepoprawna" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "pomyślnie" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "nie udało się, ponawianie" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "błąd" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "niekrytyczne" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "kontynuowanie" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "łączenie z serwerem lustrzanym" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "ustawienia katalogu na" @@ -245,14 +245,11 @@ msgstr "pobieranie pakietu" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "pakiet" -msgstr[1] "pakiety" -msgstr[2] "pakietów" +msgstr "pakiet" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +299,465 @@ msgstr "oczekiwanie maksymalnie dwie minuty, zanim operacja będzie anulowana" msgid "mirror unlocked" msgstr "serwer lustrzany odblokowany" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Lokalne statystyki" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "katalog wysyłania" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "pliki gotowe" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "katalog pakietów" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "wysyłanie" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "pobieranie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "kopiuj" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "usuń" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pakiety do usunięcia" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pakiety do przeniesienia lokalnie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pakiety do wysłania" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pakiety do wysłania" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Całkowity rozmiar usuwanych" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Całkowity rozmiar do wysłania" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Całkowity rozmiar do pobrania" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Statystyki zdalnego serwera dla" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "zdalne pakiety" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "zapisane pliki" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Obliczanie kolejek operacji" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "usuwanie pakietu i hasha" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "usuwanie zakończone" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "kopiowanie pliku i hasha do repozytorium" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "błędy przy wysyłaniu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "powód" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "wysyłanie zakończone pomyślnie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "błędy przy pobieraniu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "pobieranie ukończone pomyślnie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA: sprawdzanie pliku pakietu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "uszkodzony pakiet, proszę naprawić" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "rozpoczynanie synchronizacji pakietów" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "synchronizacja pakietów" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "błąd gniazda" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "dla" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "nic do zrobienia" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Przetwarzanie kolejek operacji" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "nic do zsynchronizowania dla" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Czy chcesz wykonać kroki powyżej?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Nie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "przerwanie z klawiatury!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "musisz spaczkować je ponownie" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "złapano wyjątek" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "przynajmniej jeden serwer lustrzany zsynchronizowany poprawnie!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "przestarzałe" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "zbieranie przestarzałych pakietów" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "zbieranie przestarzałych pakietów w wybranych gałęziach" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "nic do usunięcia w tej gałęzi" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "to są przestarzałe pakiety" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pakiety do usunięcia" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +#, fuzzy +msgid "these will be marked as expired" +msgstr "Te zostaną oznaczone jako wstrzyknięte" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +#, fuzzy +msgid "these will be removed and marked as weak" +msgstr "Te zostaną oznaczone jako wstrzyknięte" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Czy chcesz kontynuować?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "zdalne usuwanie pakietów" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "błędy przy usuwaniu" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "lokalne usuwanie pakietów" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "usunięte" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "pobieranie powiadomień z serwerów lustrzanych do" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "powiadomienia pobrane pomyślnie z" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "usuwanie powiadomienia z" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "usuwanie powiadomienia nie udało się dla" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "pomyślnie usunięto powiadomienie" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "wysyłanie powiadomienia z" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "wysłanie powiadomienia nie udało się dla" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "pomyślnie wysłano powiadomienie" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "Klucze dla repozytorium utraciły ważność" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "przygotowanie do pobrania repozytorium z serwera lustrzanego" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "ścieżka pobierania" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "błędy" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "nie udało się pobrać z serwera lustrzanego" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "Nie można rozpakować" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Problemy z \"treeupdates\"" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Przywracanie starych danych" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "skonfigurowane zestawy pakietów" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Brak skonfigurowanych" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "tworzenie skompresowanego zrzutu bazy + sumy kontrolnej" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "ścieżka repozytorium" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "kompresowanie repozytorium + suma kontrolna" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "ścieżka skompresowanego repozytorium" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "suma kontrolna repozytorium" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "suma kontrolna skompresowanej bazy" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "przygotowywanie zdekompresowanego repozytorium do wysłania" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "wyłączone EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "przygotowywanie do wysłania repozytorium na serwer lustrzany" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "wysyłanie się nie udało, blokowanie i kontynuacja" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "repozytorium już zsynchronizowane" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "zdalne repozytorium jest nowsze niż lokalne - proszę zaktualizować." -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "synchronizowanie repozytorium nie powiodło się" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemy przy pobieraniu" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "lokalne repozytorium jest nowsze niż lokalne - proszę wysłać zmiany." -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "zabronione synchronizowanie z repozytorium" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "brakujące zestawy pakietów" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "test zależności wykrył błędy" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "te pakiety nie zostały jeszcze usunięte" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "problemy przy wysyłaniu" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "synchronizowanie repozytorium zakończone" @@ -778,142 +785,155 @@ msgstr "uruchom quickpkg ręcznie, żeby zaktualizować wbudowaną bazę danych" msgid "Repository updated anyway" msgstr "Repozytorium zaktualizowane mimo to" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "pakiet nie ma ustawionego słowa kluczowego, więc będzie zamaskowane!" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repozytorium nieskonfigurowane" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "chronione ID repozytorium, nie można tego użyć, wybacz, facet..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "nieprawidłowa wersja repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "ustawianie domyślnej wartości na 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "synchronizowanie zestawów pakietów" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Uwaga" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "nie można dopasować" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "inicjowanie repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "czy na pewno chcesz zainicjować to repozytorium?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Nie można utworzyć katalogu przechowywania" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "wprowadzono nieprawidłowy tag" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "nic do zrobienia" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "sprawdzanie sumy kontrolnej pakietu" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "suma kontrolna nie zgadza się dla" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "zła suma md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "błąd przy pobieraniu pakietów z serwerów lustrzanych" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "pracowanie na gałęzi" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "aktualizowanie pakietu" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "przełączanie" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "nie można przełączyć, pakiet nieznaleziony, pomijanie" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "przenoszenie pliku" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "ładowanie danych ze źródłowego repozytorium" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "klucz GPG był dostępny w" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "wstrzykiwanie danych do docelowego repozytorium" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "usuwanie wpisu ze źródłowego repozytorium" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "pomyślnie obsłużono atom" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Przygotowanie do przeniesienia wybranych pakietów do" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Przygotowanie do skopiowania wybranych pakietów do" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Uwaga" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -921,1052 +941,865 @@ msgstr "" "wszystkie stare pakiety w konfliktującym zakresie będą usunięte z położenia " "docelowego, chyba że zostały wstrzyknięte" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nowy tag" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "odwrotna zależność" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "zależność" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "przełączanie" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "nie można przełączyć, pakiet nieznaleziony, pomijanie" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "przenoszenie pliku" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "ładowanie danych ze źródłowego repozytorium" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "klucz GPG był dostępny w" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "wstrzykiwanie danych do docelowego repozytorium" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "usuwanie wpisu ze źródłowego repozytorium" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "pomyślnie obsłużono atom" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Wstrzykiwanie metadanych Entropy do zbudowanych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "Dla informacji: infrastruktura GPG nie mogła się załadować" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "wstrzykiwanie metadanych Entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "wstrzykiwanie zakończone" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "usuwanie pakietu" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Sprawdzanie spójności wybranych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Wszystkie pakiety w repozytorium zostaną sprawdzone." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "To jest lista pakietów, które zostaną sprawdzone" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Praca na serwerze lustrzanym" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "sprawdzanie sumy kontrolnej" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "weryfikacja sumy kontrolnej" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "nieobsługiwana" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NIEzdrowa" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Oto lista uszkodzonych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Serwer lustrzany" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statystyki" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Liczba sprawdzonych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Liczba zdrowych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Liczba uszkodzonych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "lokalne" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "sprawdzanie statusu" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "jest uszkodzony, zapisana suma kontrolna" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "sprawdzone pakiety" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "zdrowe pakiety" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "uszkodzone pakiety" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "pobrane pakiety" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "pakiety, których się nie dało pobrać" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "podpisywanie pakietów dla repozytorium używając GPG" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Wszystkie brakujące pakiety w repozytorium zostaną pobrane." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG niedostępne" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Klucze niedostępne dla" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "podpisywanie pakietu" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Nieznany błąd podczas podpisywania pakietu" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "podpisane pakiety" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "dostępne" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "wysłane/zignorowane" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Rozpoczynam pobieranie brakujących plików" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Szukanie brakujących/uszkodzonych plików na innym serwerze lustrzanym" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Binarne pakiety pomyślnie pobrane." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "To są pakiety, które nie mogły być znalezione online" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Nie zostaną sprawdzone" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Proszę ustawić swoją gałąź na" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "i ponowić" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Kopiowanie repozytorium (jeśli nie istnieje)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Przełączanie pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Pomijanie" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "już w gałęzi" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "pętla migracji zakończona" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Wykonywanie sprawdzenia osieroconych pakietów SPM" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Skanowanie pakietu" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "nie znaleziono" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Łańcuch pakietów" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Sprawdzanie" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "zależności pakietu" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "Klucze dla repozytorium utraciły ważność" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "indeksowanie repozytorium" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "nie ma brakujących zależności!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "nie ma brakujących zależności!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +#, fuzzy +msgid "Calculating library dependencies of injected packages" +msgstr "pokaż odwrotne zależności pakietów" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Wykonywanie testu zależności" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Oto nieznalezione zależności:" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Potrzebne dla" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Wszystkie zależności są spełnione. Wszystko gra." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Lista uszkodzonych i dopasowanych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Zapisywanie wyników do tych plików" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "System jest zdrowy" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Dopasowywanie bibliotek z SPM, proszę czekać" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "To są dopasowane pakiety" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Brak dopasowanych pakietów" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Twoje domyślne repozytorium nie jest zainicjowane" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Czy chcesz zainicjować swoje domyślne repozytorium?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Kontynuacja z niezainicjowanym repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Repozytorium Entropy jest już przez ciebie zablokowane :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Blokowanie i synchronizowanie repozytorium Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Tabela statusu serwerów lustrzanych" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Odblokowany" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Zablokowany" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "nie można zablokować serwera lustrzanego" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repozytorium jest uszkodzone!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "indeksowanie repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "inicjowanie pustego repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Plik repozytorium Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "pomyślnie zainicjowano" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "dodawanie pakietu" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "dodano pakiet" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "wer." -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "ręczne zależności dla" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "to są brakujące zależności" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "nie ma brakujących zależności!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Zgadzasz się?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Tak" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Jeszcze raz" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "właścicielem nie jest użytkownik o UID i GID=0" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "wstrzyknięty pakiet, brak osobnego pakietu z danymi debugowania" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Złapano wyjątek, zamykanie zadań" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repozytorium po stronie serwera" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "repozytorium społecznościowe" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instancja interfejsu serwera Entropy w repozytorium" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "bieżąca gałąź" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "typ" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Obecnie skonfigurowane repozytoria" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "Klucz GPG utracił ważność" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "proszę to koniecznie naprawić" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "GPG otrzymał nieoczekiwany błąd" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "pomijanie" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "pliki konfiguracyjne" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "sprawdzanie systemu" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "są pliki konfiguracyjne, które nie zostały jeszcze zaktualizowane" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "znaleziono dostępne dep_rewrites dla pakietu" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "dodane" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "usunięte" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "zastąpione" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Nie utworzono reguł zamiany zależności dla" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "zestawy" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "aktualizowanie zestawów pakietów" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "dodawanie zestawu pakietów" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "usuwanie zestawu pakietów" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "nieskończoność" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ETA" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "sek." -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Skumulowane pobieranie" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "elementu" msgstr[1] "elementów" msgstr[2] "elementów" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Koniecznie sprawdź zaimportowany klucz i ustaw odpowiedni poziom zaufania" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "Klucz GPG zmienił się dla" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "Klucz GPG już zainstalowany dla" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "Klucz GPG UTRACIŁ WAŻNOŚĆ dla URL-a" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Instalowanie klucza GPG dla URL-a" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Błąd podczas instalacji klucza GPG" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Pomyślnie zainstalowano klucz GPG dla URL-a" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Odcisk palca" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Błąd podczas sprawdzania weryfikacji GPG dla" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "To może oznaczać potencjalne zagrożenie bezpieczeństwa" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Rekomendacje bezpieczeństwa" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "Pomyślnie zweryfikowano klucz GPG" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Błąd" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Uwaga" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "rekomendacje bezpieczeństwa uszkodzone" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "pobieranie ostatnich rekomendacji bezpieczeństwa" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "zaktualizowano pomyślnie" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "już aktualne" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "nie można pobrać sumy kontrolnej, wybacz" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "nie można pobrać rekomendacji bezpieczeństwa, wybacz" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Weryfikowanie sumy kontrolnej" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "nie można otworzyć pakietów, wybacz" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "nie można odczytać sumy kontrolnej, wybacz" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "nie można zweryfikować sumy kontrolnej, wybacz" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "weryfikacja pomyślna" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "usługa GPG niedostępna" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "nie udało się zweryfikować sumy kontrolnej, spróbuj później" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "instalowanie" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Zależność do uruchomienia programu" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Zależność \"poinstalacyjna\"" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Zależność dodana ręcznie (przez twórców)" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Zależność do zbudowania pakietu" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Wszystko dobrze" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "Uszkodzone repozytorium klienta. Proszę przywrócić z kopii zapasowej." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "powód niedostępny" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "całkowicie zamaskowane (przez słowo kluczowe?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Czyszczenie" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "katalog" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "Wyczyszczono" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "pliki i katalogi" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Pobieranie" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Wysyłanie" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "uszkodzone" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Niezainstalowane" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "niedostępne" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pakiet" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "gałąź" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Kategoria" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nazwa" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Zamaskowane" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Dostępne" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Zainstalowane" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "wersja" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "nr rewizji" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Rozmiar" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Suma kontrolna" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Zależności" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Konflikty" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Strona domowa" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Opis" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "Flagi USE" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Źródła" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Skompilowane z" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Słowa kluczowe" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Utworzone" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licencja" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Wizualizacja odwrotnych zależności pakietu" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Nie znaleziono pakietów" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "pakiety podane jako argumenty" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "pakiety bez dalszych zależności" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "pakeity z dalszymi zależnościami (węzły)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"pakiety już określone na wyższych poziomach jako zależność (zapętlenie)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Wizualizacja" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy potrzebuje twojej uwagi" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy ma do ciebie pytanie" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Przerwano" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Wybierz liczbę" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Proszę wybrać opcję" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Odrzuć wszystkie" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Potwierdź" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Dodaj element" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Edytuj element" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Usuń element" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Pokaż bieżącą listę" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Twój wybór (wpisz liczbę i wciśnij enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Nie wpisałeś liczby." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Nieprawidłowa czynność." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Łańcuch do dodania (-1 - wstecz):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Nieprawidłowy łańcuch znaków." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Numer elementu do edycji (-1 - wstecz):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "stare" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "nowa wartość:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Nieprawidłowy element." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Numer elementu do usunięcia (-1 - wstecz):" @@ -1986,1145 +1819,919 @@ msgstr "wykryto uszkodzone biblioteki" msgid "needs" msgstr "potrzebuje" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Szukanie brakujących zależności do wykonania programu" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "skanowanie" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "brak pakietów" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "zależności na czarnej liście!!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "wymaga" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "dostarczane przez" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "brak pakietów" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "prawdopodobnie ma niespełnione następujące zależności" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "określanie brakujących bibliotek" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "wymaga" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "dostarczane przez" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "nie znaleziono brakujących zależności do wykonania programu" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Test bibliotek" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Lista pakietów z uszkodzonymi symbolami linkera" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Lista uszkodzonych plików wykonywalnych" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "odrzucanie katalogu" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "ponieważ istnieje do niego dowiązanie symboliczne" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Zbieranie uszkodzonych plików wykonywalnych" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "nie przejmuj się bibliotekami, które są tutaj pokazane, ale nie później." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Skanowanie bibliotek" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "różne uszkodzone symbole" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Dopasowywanie uszkodzonych bibliotek/plików wykonywalnych" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Jeszcze niegotowe" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "niedostępne" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "uszkodzone" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Niezainstalowane" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pakiet" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "gałąź" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Kategoria" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nazwa" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Zamaskowane" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Dostępne" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Zainstalowane" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "wersja" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "nr rewizji" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Rozmiar" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Suma kontrolna" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Zależności" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Konflikty" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Strona domowa" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Opis" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "Flagi USE" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Źródła" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Skompilowane z" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Słowa kluczowe" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Utworzone" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licencja" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Wizualizacja odwrotnych zależności pakietu" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Nie znaleziono pakietów" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "pakiety podane jako argumenty" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "pakiety bez dalszych zależności" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "pakeity z dalszymi zależnościami (węzły)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"pakiety już określone na wyższych poziomach jako zależność (zapętlenie)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Wizualizacja" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "wymagane uprawnienia superużytkownika" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "uruchom żądany tekst" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "dostępne testy" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "test zależności" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "test bibliotek" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "zapisz wyniki do pliku" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "test konsolidacji bibliotek (używając metadanych repozytorium)" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "wykluczone soname" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "test konsolidacji bibliotek (na systemie)" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "nazwy pakietów" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "sprawdź integralność lokalnych pakietów" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "bez głupich pytań" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "sprawdź integralność zdalnych pakietów" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Nie dopasowano" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Nieprawidłowe repozytorium" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "wykonaj testy QA" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "wykonaj zapytanie" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "dostępne zapytania" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "przeszukaj tagi pakietów" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "pokaż mniej szczegółów (przydatne dla skryptów)" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "szukaj tylko w repozytorium" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "nazwa tagu" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "pokaż biblioteki (.so) wymagane przez dopasowane pakiety" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "pokaż odwrotne zależności pakietów" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "pokaż więcej informacji" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "uwzględnij zależności potrzebne do zbudowania pakietu" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "przeszukaj dostępne zestawy pakietów" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "pokaż też pakiety wchodzące w skład zestawu" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "nazwa zbioru" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "przeszukaj pakiety ze względu na opis" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "pokaż więcej informacji" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "opis pakietu" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "Brak wyników dla" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "znalezionych bibliotek" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "znalezionych odwrotnych zależności" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "znalezionych zbiorów" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "znalezionych pakietów" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "różne zapytania na metadanych pakietów" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "dodaj do podanego repozytorium" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "dodaj wybrane pakiety do repozytorium" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "wypisz więcej informacji o pakiecie" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "wypisz tylko wstrzyknięte pakiety" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "niedostępne" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "Brak pakietów" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "pokaż zawartość repozytorium (pakiety)" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "repozytorium źródłowe" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "repozytorium docelowe" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "dołącz zależności" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "nazwy pakietów (wszystkie jeśli nie podano)" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "przesuń pakiety z jednego repozytorium do innego" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "dziennik zmian nie jest dostępny" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "pokaż dziennik zmian dla repozytorium" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "nazwa pakietu" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "nie dołączaj odwrotnych zależności" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Te są pakiety, które mają być usunięte" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "usuń pakiety z repozytorium" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "szukaj pakietów w podanym repozytorium" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Nic nie znaleziono" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "szukaj pakietów w repozytoriach" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Inny klient Entropy jest już uruchomiony." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" -"pokaż pakiety systemowe, zależności do zbudowania elementu, zapętlone " -"zależności" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "pokaż graf zależności dla pakietów" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "wykonaj operację" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "dostępne operacje" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Plik konfiguracyjny" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "Entropy Infrastructure Toolkit" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "ta pomoc" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Przerwanie!" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "Czy wyczyścić stare pakiety z serwerów lustrzanych?" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "zsynchronizuj z aktywnym repozytorium" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "Podbijanie wersji repozytorium" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "podbij wersję repozytorium, wymuś wysłanie" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Repozytorium Entropy zostało zainicjowane." - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "zainicjuj repozytorium (czyszcząc jego całą zawartość)" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "wyślij wszystkie repozytoria" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "wyślij jako fałszywe repozytorium" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Opis zmian" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "Proszę wpisać opis zmian" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "Status repozytorium Entropy" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "Zdalny" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "Lokalny" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "wyślij pakiety i metadane repozytorium" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "pokaż bieżące repozytorium" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "wykonaj żądaną operację" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "dodaj powiadomienie" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "usuń powiadomienie" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "pokaż powiadomienia" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Tytuł" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "brak URL-a" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "URL" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Powiadomienia z tablicy ogłoszeń niedostępne" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Wybierz ten, który chcesz usunąć" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Czy jesteś pewien, że chcesz to usunąć?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Naciśnij Enter, aby kontynuować" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Wyjdź/dokonaj zmian" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Wybierz, wpisując identyfikator" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "zarządzaj tablicą ogłoszeń repozytorium" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "gałąź repozytorium" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "pracuj na podanym repozytorium" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "włącz pakiety z innej gałęzi do bieżącej" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "umieść nowo złożony pakiet w podanym repozytorium" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "przebuduj pakiety w repozytorium" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "pozwól na wybranie zmian" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Nie można dopasować" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Brak prawidłowych pakietów do ponownego złożenia." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Skanowanie..." +#~ msgid "these are the expired packages" +#~ msgstr "to są przestarzałe pakiety" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "Nieprawidłowy pakiet" +#~ msgid "Cleaning" +#~ msgstr "Czyszczenie" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "Nicz do żrobbienja" +#~ msgid "directory" +#~ msgstr "katalog" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "Te zostaną oznaczone jako wstrzyknięte" +#~ msgid "Cleaned" +#~ msgstr "Wyczyszczono" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "Czy zrobić to teraz?" +#~ msgid "files and directories" +#~ msgstr "pliki i katalogi" -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "Transformowanie" +#~ msgid "Downloading" +#~ msgstr "Pobieranie" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "Akcja zakończona" +#~ msgid "Uploading" +#~ msgstr "Wysyłanie" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "przestarzałe" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Szukanie brakujących zależności do wykonania programu" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "Wybierz pakiety do usunięcia" +#~ msgid "run given test" +#~ msgstr "uruchom żądany tekst" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Usunąć tę paczkę?" +#~ msgid "available tests" +#~ msgstr "dostępne testy" -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "Te zostaną usunięte z repozytorium" +#~ msgid "dependencies test" +#~ msgstr "test zależności" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Czy chcesz je teraz usunąć?" +#~ msgid "libraries test" +#~ msgstr "test bibliotek" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "Wybierz pakiety do dodania" +#~ msgid "dump results to file" +#~ msgstr "zapisz wyniki do pliku" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Dodać ten pakiet?" +#~ msgid "library linking test (using repository metadata)" +#~ msgstr "test konsolidacji bibliotek (używając metadanych repozytorium)" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "Te zostaną dodane lub zaktualizowane" +#~ msgid "excluded soname" +#~ msgstr "wykluczone soname" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "ostrzeżenie" +#~ msgid "library linking test (using live system)" +#~ msgstr "test konsolidacji bibliotek (na systemie)" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Czy chcesz je teraz spaczkować?" +#~ msgid "package names" +#~ msgstr "nazwy pakietów" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "w" +#~ msgid "verify local packages integrity" +#~ msgstr "sprawdź integralność lokalnych pakietów" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Kompresowanie pakietów" +#~ msgid "no stupid questions" +#~ msgstr "bez głupich pytań" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Ignorowanie uszkodzonego wpisu SPM, proszę to zrekompilowac" +#~ msgid "verify remote packages integrity" +#~ msgstr "sprawdź integralność zdalnych pakietów" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Nic do zrobienia, sprawdź później." +#~ msgid "Not matched" +#~ msgstr "Nie dopasowano" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Obsłużone elementy" +#~ msgid "Invalid repository" +#~ msgstr "Nieprawidłowe repozytorium" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "zatwierdź zmiany w repozytorium" +#~ msgid "run QA tests" +#~ msgstr "wykonaj testy QA" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "ścieżka" +#~ msgid "execute query" +#~ msgstr "wykonaj zapytanie" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "szukaj pakietów zawierających plik lub katalog" +#~ msgid "available queries" +#~ msgstr "dostępne zapytania" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "dopasuj pakiety w repozytoriach" +#~ msgid "search package tags" +#~ msgstr "przeszukaj tagi pakietów" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "wpływa tylko na klientów Entropy" +#~ msgid "quiet output, for scripting purposes" +#~ msgstr "pokaż mniej szczegółów (przydatne dla skryptów)" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "pokaż bieżący stan" +#~ msgid "query into given repository only" +#~ msgstr "szukaj tylko w repozytorium" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "Stan serwerów lustrzanych" +#~ msgid "tag name" +#~ msgstr "nazwa tagu" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "serwer" +#~ msgid "show libraries (.so) required by matched packages" +#~ msgstr "pokaż biblioteki (.so) wymagane przez dopasowane pakiety" -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "klient" +#~ msgid "verbose output, show more info" +#~ msgstr "pokaż więcej informacji" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "zablokuj repozytorium" +#~ msgid "include build dependencies" +#~ msgstr "uwzględnij zależności potrzebne do zbudowania pakietu" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "odblokuj repozytorium" +#~ msgid "search through package sets" +#~ msgstr "przeszukaj dostępne zestawy pakietów" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "przestarzałe od tylu dni" +#~ msgid "verbose output, show package sets content" +#~ msgstr "pokaż też pakiety wchodzące w skład zestawu" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" +#~ msgid "package set name" +#~ msgstr "nazwa zbioru" -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" +#~ msgid "search packages through their description" +#~ msgstr "przeszukaj pakiety ze względu na opis" -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "znalezionych plików" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "pokaż pliki należące do pakietów" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "przełącz na podaną gałąź" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "z gałęzi" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "nie kopiuj pakietów z gałęzi" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "Nieprawidłowa gałąź" +#~ msgid "verbose output, show more information" +#~ msgstr "pokaż więcej informacji" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "Brak pakietów do skopiowania" +#~ msgid "package description" +#~ msgstr "opis pakietu" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "do skopiowania do gałęzi" +#~ msgid "Nothing found for" +#~ msgstr "Brak wyników dla" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "przełączono na gałąź" +#~ msgid "libraries found" +#~ msgstr "znalezionych bibliotek" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "zarządzanie gałęziami repozytorium" +#~ msgid "revdep(s) found" +#~ msgstr "znalezionych odwrotnych zależności" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "zmień aktywne repozytorium" +#~ msgid "sets found" +#~ msgstr "znalezionych zbiorów" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "lokalna wersja" +#~ msgid "packages found" +#~ msgstr "znalezionych pakietów" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "przechowywane pakiety" +#~ msgid "miscellaneous package metadata queries" +#~ msgstr "różne zapytania na metadanych pakietów" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" +#~ msgid "add to given repository" +#~ msgstr "dodaj do podanego repozytorium" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" +#~ msgid "commit to repository the provided packages" +#~ msgstr "dodaj wybrane pakiety do repozytorium" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "dodany" +#~ msgid "output more package info" +#~ msgstr "wypisz więcej informacji o pakiecie" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" +#~ msgid "only list injected packages" +#~ msgstr "wypisz tylko wstrzyknięte pakiety" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "pokaż status repozytorium" +#~ msgid "not available" +#~ msgstr "niedostępne" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "wstrzyknij do podanego repozytorium" +#~ msgid "No packages" +#~ msgstr "Brak pakietów" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "zależności pakietu" +#~ msgid "show repository content (packages)" +#~ msgstr "pokaż zawartość repozytorium (pakiety)" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Bez zależności" +#~ msgid "source repository" +#~ msgstr "repozytorium źródłowe" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "nie znaleziono" +#~ msgid "destination repository" +#~ msgstr "repozytorium docelowe" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Rodzaj zależności" +#~ msgid "include dependencies" +#~ msgstr "dołącz zależności" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Wybierz rodzaj zależności dla" +#~ msgid "package names (all if none)" +#~ msgstr "nazwy pakietów (wszystkie jeśli nie podano)" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Edytor zależności" +#~ msgid "move packages from a repository to another" +#~ msgstr "przesuń pakiety z jednego repozytorium do innego" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Potwierdzasz?" +#~ msgid "log is not available" +#~ msgstr "dziennik zmian nie jest dostępny" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "zależności pomyślnie zaktualizowane" +#~ msgid "show log for repository" +#~ msgstr "pokaż dziennik zmian dla repozytorium" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "edytuj zależności dla pakietów w repozytorium" +#~ msgid "package name" +#~ msgstr "nazwa pakietu" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "zależność pakietu" +#~ msgid "do not include reverse dependencies" +#~ msgstr "nie dołączaj odwrotnych zależności" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "repozytorium źródłowe jest równe docelowemu" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Te są pakiety, które mają być usunięte" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repozytorium niedostępne" +#~ msgid "remove packages from repository" +#~ msgstr "usuń pakiety z repozytorium" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "Działanie na wszystkich pakietach" +#~ msgid "search packages in given repository" +#~ msgstr "szukaj pakietów w podanym repozytorium" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "skopiuj pakiety z jednego repozytorium do innego" +#~ msgid "Nothing found" +#~ msgstr "Nic nie znaleziono" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "pokaż graf odwrotnych zależności dla pakietów" +#~ msgid "search packages in repositories" +#~ msgstr "szukaj pakietów w repozytoriach" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "utwórz parę kluczy dla repozytorium i pakietów" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Inny klient Entropy jest już uruchomiony." -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "usuń parę kluczy (i cyfrowe podpisy) z repozytorium" +#~ msgid "show system packages, build deps, circular deps" +#~ msgstr "" +#~ "pokaż pakiety systemowe, zależności do zbudowania elementu, zapętlone " +#~ "zależności" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "pokaż stan kluczy dla repozytorium" +#~ msgid "show dependency graph for packages" +#~ msgstr "pokaż graf zależności dla pakietów" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "podpisz pakiety w repozytorium używając obecnie ustawionej pary kluczy" +#~ msgid "execute action" +#~ msgstr "wykonaj operację" -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importuj parę kluczy, powiąż z podanym repozytorium" +#~ msgid "available actions" +#~ msgstr "dostępne operacje" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "ścieżka do klucza prywatnego" +#~ msgid "Configuration file" +#~ msgstr "Plik konfiguracyjny" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "ścieżka do klucza publicznego" +#~ msgid "Entropy Infrastructure Toolkit" +#~ msgstr "Entropy Infrastructure Toolkit" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "wyeksportuj klucz publiczny repozytorium do pliku" +#~ msgid "this help" +#~ msgstr "ta pomoc" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "eksportuj klucz prywatny repozytorium do pliku" +#~ msgid "Aborting !" +#~ msgstr "Przerwanie!" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "Interfejs GPG załadowany, katalog domowy" +#~ msgid "Should I cleanup old packages on mirrors ?" +#~ msgstr "Czy wyczyścić stare pakiety z serwerów lustrzanych?" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Tworzenie kluczy dla repozytorium" +#~ msgid "sync with remote repository" +#~ msgstr "zsynchronizuj z aktywnym repozytorium" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Inny klucz już istnieje dla repozytorium" +#~ msgid "Bumping repository" +#~ msgstr "Podbijanie wersji repozytorium" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Czy chcesz kontynuować?" +#~ msgid "bump repository revision, force push" +#~ msgstr "podbij wersję repozytorium, wymuś wysłanie" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Wpisz e-mail" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Repozytorium Entropy zostało zainicjowane." -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Wpisz liczbę dni do wygaśnięcia ważności (0 = nie wygasa)" +#~ msgid "initialize repository (erasing all its content)" +#~ msgstr "zainicjuj repozytorium (czyszcząc jego całą zawartość)" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Wpisz długie hasło (puste = brak)" +#~ msgid "push all the repositories" +#~ msgstr "wyślij wszystkie repozytoria" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Tworzenie pary kluczy GPG dla repozytorium" +#~ msgid "push as fake repository" +#~ msgstr "wyślij jako fałszywe repozytorium" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "Utworzono klucz GPG z odciskiem palca" +#~ msgid "Commit message" +#~ msgstr "Opis zmian" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Teraz powinieneś podpisywać tym wszystkie pakiety" +#~ msgid "Enter the commit message" +#~ msgstr "Proszę wpisać opis zmian" -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "Utwórz klucz unieważniający i przechowuj go w bezpiecznym miejscu" +#~ msgid "Entropy Repository Status" +#~ msgstr "Status repozytorium Entropy" -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "Możesz wysłać swoje klucze na serwer kluczy" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Usuwanie kluczy z repozytorium" +#~ msgid "Remote" +#~ msgstr "Zdalny" -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Nie ma dostępnych kluczy dla podanego repozytorium" +#~ msgid "Local" +#~ msgstr "Lokalny" -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Czy rzeczywiście jesteś pewien?" +#~ msgid "push repository packages and metadata" +#~ msgstr "wyślij pakiety i metadane repozytorium" -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "Metadane kluczy niedostępne dla" +#~ msgid "show current repository" +#~ msgstr "pokaż bieżące repozytorium" -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "Usunięto klucz GPG z odciskiem palca" +#~ msgid "execute given action" +#~ msgstr "wykonaj żądaną operację" -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "Informacje GPG dla repozytorium" +#~ msgid "add notice-board entry" +#~ msgstr "dodaj powiadomienie" -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Identyfikator klucza publicznego" +#~ msgid "remove notice-board entry" +#~ msgstr "usuń powiadomienie" -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Odcisk palca klucza publicznego" +#~ msgid "show notice-board" +#~ msgstr "pokaż powiadomienia" -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Rozmiar klucza" +#~ msgid "Title" +#~ msgstr "Tytuł" -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Data utworzenia" +#~ msgid "no URL" +#~ msgstr "brak URL-a" -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Traci ważność dnia" +#~ msgid "URL" +#~ msgstr "URL" -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "Importowanie kluczy" +#~ msgid "Notice board not available" +#~ msgstr "Powiadomienia z tablicy ogłoszeń niedostępne" -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "Para kluczy już istnieje" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Wybierz ten, który chcesz usunąć" -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Zaimportowano klucz GPG z odciskiem palca" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Czy jesteś pewien, że chcesz to usunąć?" -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "Powinieneś teraz podpisać wszystkie pakiety" +#~ msgid "Press Enter to continue" +#~ msgstr "Naciśnij Enter, aby kontynuować" -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Eksportowanie prywatnego klucza dla repozytorium" +#~ msgid "Exit/Commit" +#~ msgstr "Wyjdź/dokonaj zmian" -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Eksportowanie publicznego klucza dla repozytorium" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Wybierz, wpisując identyfikator" -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "Para kluczy niedostępna dla repozytorium" +#~ msgid "manage repository notice-board" +#~ msgstr "zarządzaj tablicą ogłoszeń repozytorium" -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "Para kluczy STRACIŁA WAŻNOŚĆ dla repozytorium" +#~ msgid "repository branch" +#~ msgstr "gałąź repozytorium" -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Nie można wyeksportować klucza GPG dla repozytorium" +#~ msgid "work inside given repository" +#~ msgstr "pracuj na podanym repozytorium" -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Eksportowano klucz GPG dla repozytorium" +#~ msgid "merge packages on other branches into current" +#~ msgstr "włącz pakiety z innej gałęzi do bieżącej" -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "zarządzanie kluczami GPG dla repozytorium" +#~ msgid "repack to given repository" +#~ msgstr "umieść nowo złożony pakiet w podanym repozytorium" -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "ścieżki do pakietów" +#~ msgid "rebuild packages in repository" +#~ msgstr "przebuduj pakiety w repozytorium" -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "nie ma takiego pliku ani katalogu" +#~ msgid "selectively pick changes" +#~ msgstr "pozwól na wybranie zmian" -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "nieobsługiwane rozszerzenie" +#~ msgid "Cannot match" +#~ msgstr "Nie można dopasować" -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "brak prawidłowych ścieżek do pakietów" +#~ msgid "No valid packages to repackage." +#~ msgstr "Brak prawidłowych pakietów do ponownego złożenia." -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "wstrzyknij pliki pakietów do repozytorium" +#~ msgid "Scanning..." +#~ msgstr "Skanowanie..." + +#~ msgid "Invalid package" +#~ msgstr "Nieprawidłowy pakiet" + +#~ msgid "Zarro thinggz to do" +#~ msgstr "Nicz do żrobbienja" + +#~ msgid "Do it now ?" +#~ msgstr "Czy zrobić to teraz?" + +#~ msgid "Transforming" +#~ msgstr "Transformowanie" + +#~ msgid "Action completed" +#~ msgstr "Akcja zakończona" + +#~ msgid "Select packages for removal" +#~ msgstr "Wybierz pakiety do usunięcia" + +#~ msgid "Remove this package?" +#~ msgstr "Usunąć tę paczkę?" + +#~ msgid "These would be removed from repository" +#~ msgstr "Te zostaną usunięte z repozytorium" + +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Czy chcesz je teraz usunąć?" + +#~ msgid "Select packages to add" +#~ msgstr "Wybierz pakiety do dodania" + +#~ msgid "Add this package?" +#~ msgstr "Dodać ten pakiet?" + +#~ msgid "These would be added or updated" +#~ msgstr "Te zostaną dodane lub zaktualizowane" + +#~ msgid "warning" +#~ msgstr "ostrzeżenie" + +#~ msgid "Would you like to package them now ?" +#~ msgstr "Czy chcesz je teraz spaczkować?" + +#~ msgid "inside" +#~ msgstr "w" + +#~ msgid "Compressing packages" +#~ msgstr "Kompresowanie pakietów" + +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Ignorowanie uszkodzonego wpisu SPM, proszę to zrekompilowac" + +#~ msgid "Nothing to do, check later." +#~ msgstr "Nic do zrobienia, sprawdź później." + +#~ msgid "Entries handled" +#~ msgstr "Obsłużone elementy" + +#~ msgid "commit changes to repository" +#~ msgstr "zatwierdź zmiany w repozytorium" + +#~ msgid "path" +#~ msgstr "ścieżka" + +#~ msgid "search packages owning paths" +#~ msgstr "szukaj pakietów zawierających plik lub katalog" + +#~ msgid "match packages in repositories" +#~ msgstr "dopasuj pakiety w repozytoriach" + +#~ msgid "affect entropy clients only" +#~ msgstr "wpływa tylko na klientów Entropy" + +#~ msgid "show current status" +#~ msgstr "pokaż bieżący stan" + +#~ msgid "Mirrors status" +#~ msgstr "Stan serwerów lustrzanych" + +#~ msgid "server" +#~ msgstr "serwer" + +#~ msgid "client" +#~ msgstr "klient" + +#~ msgid "lock repository" +#~ msgstr "zablokuj repozytorium" + +#~ msgid "unlock repository" +#~ msgstr "odblokuj repozytorium" + +#~ msgid "expired since how many days" +#~ msgstr "przestarzałe od tylu dni" + +#~ msgid "files found" +#~ msgstr "znalezionych plików" + +#~ msgid "show files owned by packages" +#~ msgstr "pokaż pliki należące do pakietów" + +#~ msgid "switch to given branch" +#~ msgstr "przełącz na podaną gałąź" + +#~ msgid "from branch" +#~ msgstr "z gałęzi" + +#~ msgid "don't copy packages from branch" +#~ msgstr "nie kopiuj pakietów z gałęzi" + +#~ msgid "Invalid branch" +#~ msgstr "Nieprawidłowa gałąź" + +#~ msgid "No packages to copy" +#~ msgstr "Brak pakietów do skopiowania" + +#~ msgid "would be copied to branch" +#~ msgstr "do skopiowania do gałęzi" + +#~ msgid "switched to branch" +#~ msgstr "przełączono na gałąź" + +#~ msgid "manage repository branches" +#~ msgstr "zarządzanie gałęziami repozytorium" + +#~ msgid "switch from a repository to another" +#~ msgstr "zmień aktywne repozytorium" + +#~ msgid "local revision" +#~ msgstr "lokalna wersja" + +#~ msgid "stored packages" +#~ msgstr "przechowywane pakiety" + +#~ msgid "add" +#~ msgstr "dodany" + +#~ msgid "show repository status" +#~ msgstr "pokaż status repozytorium" + +#~ msgid "inject into given repository" +#~ msgstr "wstrzyknij do podanego repozytorium" + +#~ msgid "No dependencies" +#~ msgstr "Bez zależności" + +#~ msgid "not found" +#~ msgstr "nie znaleziono" + +#~ msgid "Dependency type" +#~ msgstr "Rodzaj zależności" + +#~ msgid "Select a dependency type for" +#~ msgstr "Wybierz rodzaj zależności dla" + +#~ msgid "Dependencies editor" +#~ msgstr "Edytor zależności" + +#~ msgid "Confirm ?" +#~ msgstr "Potwierdzasz?" + +#~ msgid "dependencies updated successfully" +#~ msgstr "zależności pomyślnie zaktualizowane" + +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "edytuj zależności dla pakietów w repozytorium" + +#~ msgid "package dependency" +#~ msgstr "zależność pakietu" + +#~ msgid "source equals destination" +#~ msgstr "repozytorium źródłowe jest równe docelowemu" + +#~ msgid "repository not available" +#~ msgstr "repozytorium niedostępne" + +#~ msgid "Considering all the packages" +#~ msgstr "Działanie na wszystkich pakietach" + +#~ msgid "copy packages from a repository to another" +#~ msgstr "skopiuj pakiety z jednego repozytorium do innego" + +#~ msgid "show reverse dependency graph for packages" +#~ msgstr "pokaż graf odwrotnych zależności dla pakietów" + +#~ msgid "create keypair for repository and packages" +#~ msgstr "utwórz parę kluczy dla repozytorium i pakietów" + +#~ msgid "delete keypair (and signatures) from repository" +#~ msgstr "usuń parę kluczy (i cyfrowe podpisy) z repozytorium" + +#~ msgid "show keypair status for repository" +#~ msgstr "pokaż stan kluczy dla repozytorium" + +#~ msgid "sign packages in repository using current keypair" +#~ msgstr "" +#~ "podpisz pakiety w repozytorium używając obecnie ustawionej pary kluczy" + +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importuj parę kluczy, powiąż z podanym repozytorium" + +#~ msgid "private key path" +#~ msgstr "ścieżka do klucza prywatnego" + +#~ msgid "public key path" +#~ msgstr "ścieżka do klucza publicznego" + +#~ msgid "export the repository public key to file" +#~ msgstr "wyeksportuj klucz publiczny repozytorium do pliku" + +#~ msgid "export the repository private key to file" +#~ msgstr "eksportuj klucz prywatny repozytorium do pliku" + +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "Interfejs GPG załadowany, katalog domowy" + +#~ msgid "Creating keys for repository" +#~ msgstr "Tworzenie kluczy dla repozytorium" + +#~ msgid "Another key already exists for repository" +#~ msgstr "Inny klucz już istnieje dla repozytorium" + +#~ msgid "Would you like to continue?" +#~ msgstr "Czy chcesz kontynuować?" + +#~ msgid "Insert e-mail" +#~ msgstr "Wpisz e-mail" + +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Wpisz liczbę dni do wygaśnięcia ważności (0 = nie wygasa)" + +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Wpisz długie hasło (puste = brak)" + +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Tworzenie pary kluczy GPG dla repozytorium" + +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "Utworzono klucz GPG z odciskiem palca" + +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Teraz powinieneś podpisywać tym wszystkie pakiety" + +#~ msgid "Generate a revoke key and store it in a safe place" +#~ msgstr "Utwórz klucz unieważniający i przechowuj go w bezpiecznym miejscu" + +#~ msgid "You may want to send your keys to a key server" +#~ msgstr "Możesz wysłać swoje klucze na serwer kluczy" + +#~ msgid "Deleting keys for repository" +#~ msgstr "Usuwanie kluczy z repozytorium" + +#~ msgid "No keys available for given repository" +#~ msgstr "Nie ma dostępnych kluczy dla podanego repozytorium" + +#~ msgid "Are you really sure?" +#~ msgstr "Czy rzeczywiście jesteś pewien?" + +#~ msgid "Keys metadata not available for" +#~ msgstr "Metadane kluczy niedostępne dla" + +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "Usunięto klucz GPG z odciskiem palca" + +#~ msgid "GPG information for repository" +#~ msgstr "Informacje GPG dla repozytorium" + +#~ msgid "Public key identifier" +#~ msgstr "Identyfikator klucza publicznego" + +#~ msgid "Public key fingerprint" +#~ msgstr "Odcisk palca klucza publicznego" + +#~ msgid "Key size" +#~ msgstr "Rozmiar klucza" + +#~ msgid "Creation date" +#~ msgstr "Data utworzenia" + +#~ msgid "Expires on" +#~ msgstr "Traci ważność dnia" + +#~ msgid "Importing keypair" +#~ msgstr "Importowanie kluczy" + +#~ msgid "Another keypair already exists" +#~ msgstr "Para kluczy już istnieje" + +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Zaimportowano klucz GPG z odciskiem palca" + +#~ msgid "Now sign all the packages in it" +#~ msgstr "Powinieneś teraz podpisać wszystkie pakiety" + +#~ msgid "Exporting private key for repository" +#~ msgstr "Eksportowanie prywatnego klucza dla repozytorium" + +#~ msgid "Exporting public key for repository" +#~ msgstr "Eksportowanie publicznego klucza dla repozytorium" + +#~ msgid "No keypair available for repository" +#~ msgstr "Para kluczy niedostępna dla repozytorium" + +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "Para kluczy STRACIŁA WAŻNOŚĆ dla repozytorium" + +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Nie można wyeksportować klucza GPG dla repozytorium" + +#~ msgid "Exported GPG key for repository" +#~ msgstr "Eksportowano klucz GPG dla repozytorium" + +#~ msgid "manage repository GPG keys" +#~ msgstr "zarządzanie kluczami GPG dla repozytorium" + +#~ msgid "package paths" +#~ msgstr "ścieżki do pakietów" + +#~ msgid "no such file or directory" +#~ msgstr "nie ma takiego pliku ani katalogu" + +#~ msgid "unsupported extension" +#~ msgstr "nieobsługiwane rozszerzenie" + +#~ msgid "no valid package paths" +#~ msgstr "brak prawidłowych ścieżek do pakietów" + +#~ msgid "inject package files into repository" +#~ msgstr "wstrzyknij pliki pakietów do repozytorium" diff --git a/server/po/pt.po b/server/po/pt.po index a2ffbf9b9..99f7e98bc 100644 --- a/server/po/pt.po +++ b/server/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Sincronizando base de dados atual" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "espere, por favor" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Removendo entrada" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Adicionando entrada" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Exportando tabela da base de dados" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Exportação da Base de Dados completada." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATENÇÃO" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Ocorreu erro Spm" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Identificador único Spm não encontrado" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "Atualizando repositório de Metadados, por favor espere!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "Gerando Bibliotecas de Metadados, por favor espere!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Ocorreu erro Spm" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Identificador único Spm não encontrado" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Atualizando metadados dos pacotes" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "pode levar algum tempo" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "API de Entrada" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "ação" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "ações de movimentação de pacote completadas" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "AVISO" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Não é possível executar limpeza do SPM, erro" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "movimentação de pacotes completada com sucesso" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Movendo entrada antiga" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "para" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Sincronizando base de dados atual" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "espere, por favor" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Removendo entrada" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Adicionando entrada" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "verificando envio (se suportado)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "verificação de sumário" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "até agora, tudo bem!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "md5 deformado foi passado para a função" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "md5 remoto é inválido" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "sucesso" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "falhou, tentando novamente" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "erro" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "não crítico" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "continuando" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "conectando ao espelho" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "mudando diretório para" @@ -244,13 +245,11 @@ msgstr "recebendo pacote" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "pacote" -msgstr[1] "pacotes" +msgstr "pacote" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +299,465 @@ msgstr "esperando até 2 minutos antes de desistir" msgid "mirror unlocked" msgstr "espelho destrancado" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Estatísticas locais" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "enviar diretório" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "arquivos prontos" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "diretório de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copiar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "remover" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pacotes à serem removidos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pacotes à serem movidos localmente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pacotes à serem enviados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pacotes à serem enviados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Tamanho total de remoção" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Tamanho total de envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Tamanho total de recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Estatísticas remotas para" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "pacotes remotos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "arquivos armazenados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calculando filas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "removendo pacote+hash" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sincronizar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "remoção completa" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copiando arquivo+hash para o repositório" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "erros no envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "razão" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "envio completado com sucesso" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "erros de recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "recebimento completado com sucesso" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA checando arquivo de pacote" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "arquivo de pacote com falhas, por favor conserte" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "iniciando sincronização de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "sincronização de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "erro no socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "em" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "nada para fazer em" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Expandindo filas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "nada para sincronizar para" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Você gostaria de executar os passos acima?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Não" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "interrupção de teclado!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "você deve empacotá-los de novo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "exceção capturada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "pelo menos um espelho sincronizou devidamente!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "expirou" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "arrumado" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "coletando pacotes expirados" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "coletando pacotes expirados nos galhos selecionados" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "nada para remover neste galho" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "estes são os pacotes expirados" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pacotes à serem removidos" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +#, fuzzy +msgid "these will be marked as expired" +msgstr "Pacotes foram injetados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +#, fuzzy +msgid "these will be removed and marked as weak" +msgstr "Pacotes foram injetados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Você deseja continuar?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "removendo pacotes remotamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "remover erros" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "removendo pacotes localmente" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "removido" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "recebendo quadro de avisos dos espelhos para" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "quadro de avisos recebido com sucesso de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "removendo quadro de avisos de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "envio de quadro de avisos falhou em" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "sucesso no envio de quadro de avisos" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "enviando quadro de avisos de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "envio de quadro de avisos falhou em" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "sucesso no envio de quadro de avisos" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "As chaves do repositório expiraram" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "preparando para baixar repositório do espelho" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "diretório para recebimento" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "erros" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "falha ao receber do espelho" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "Incapaz de desempacotar" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "problemas com treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Colidindo dados antigos de volta" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "conjuntos de pacotes configurados" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Nenhum configurado" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "criando despejo da base de dados compactada + soma de checagem" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "caminho do repositório" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "despejar light" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "despejar soma de checagem light" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "abridor" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "compactando base de dados + soma de checagem" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "caminho de repositório compactado" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "Soma de checagem do repositório" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "soma de checagem compactada" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "preparando repositório descompactado para o envio" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI desabilitada" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "preparando para enviar repositório para o espelho" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "envio falhou, trancar e continuar" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "repositório sincronizado" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "O repositório remoto é mais novo que o local. Por favor, atualize." -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "sincronização do repositório falhou" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemas no recebimento" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "O repositório local é mais novo que o remote. Por favor, pule." -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "sincronização de repositório não permitida" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "faltando conjuntos de pacotes" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "teste de dependências reportou erros" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "Estes pacotes não puderam ser removidos, porém" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "enviar problemas" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "Repositório sincronizado" @@ -776,142 +785,155 @@ msgstr "executar quickpkg manualmente para atualizar bd embebida" msgid "Repository updated anyway" msgstr "De qualquer forma, Base de dados do repositório atualizada" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "O pacote não tem Palavra-Chave, ele será mascarado !" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repositório não configurado" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "id de repositório protegida, não posso usar isso, me desculpe..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "Revisão do repositório inválida" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "padronizando para 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repositório" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "sincronizando conjuntos de pacotes " -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Atenção" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "não é possível comparar" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "Inicializando repositório" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "Você quer inicializar seu repositório padrão?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Diretório de armazenamento não criado" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "Diretório de envio não criado" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "tag especificada é inválida " -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "despejando de volta os pacotes selecionados dos ramos" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "nada para fazer" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "estes são os pacotes que vão ser despejados" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "checando hash do pacote" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "hash não corresponde para" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "md5 errado" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "erro ao receber pacotes dos espelhos" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "trabalhando no branch" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "atualizando pacote" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "pacote despejado" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "trocando" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "não é possível trocar, pacote não encontrado, pulando" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "movendo arquivo" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "carregando dados do repositório de origem" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "Chave GPG não disponível em " + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "injetando dados ao diretório de destino" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "removendo entrada da base de dados de origem" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "atom tratado com sucesso" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "Não foi possível criar a base de dados do sistema" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Preparando para mover pacotes selecionados para" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Preparando para copiar pacotes selecionados para" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Nota" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -919,1051 +941,864 @@ msgstr "" "todos pacotes antigos com escopo de conflito vão ser removidos do " "repositório destinatário à menos que injetados" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nova tag" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "Dependências reversas" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dependência" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "trocando" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "não é possível trocar, pacote não encontrado, pulando" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "movendo arquivo" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "carregando dados do repositório de origem" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "Chave GPG não disponível em " - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "injetando dados ao diretório de destino" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "removendo entrada da base de dados de origem" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "atom tratado com sucesso" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Injetando metadados do entropy nos pacotes construídos" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "As infraestruturas do lFYI e/ou do GPG falharam ao serem carregadas" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "injetando metadados do entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "injeção completa" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "removendo pacote" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Verificação de integridade dos pacotes selecionados" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Todos os pacotes no repositório vão ser checados." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Esta é a lista dos pacotes que vão ser checados" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Trabalhando com o espelho" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "checando hash" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "verificação do digest de " -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "não suportado" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NÃO está saudável" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Esta é a lista de pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Espelho" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Estatísticas" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Número de pacotes checados" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Número de pacotes saudáveis" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Número de pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "checando status de" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "está corrompido, soma de checagem foi armazenada" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "pacotes checados" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "pacotes saudáveis" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "pacotes recebidos" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "recebimentos que falharam" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "assinalando o GPG dos pacotes para o repositório" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Todos os pacotes faltando serão baixados." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG não disponível" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Chaves não disponíveis para" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "Assinando pacote" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Erro desconhecido ao assinar pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "Pacotes assinados" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponível" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "upload/ignorado" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Iniciando o recebimento de arquivos em falta" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Buscando arquivos em falta/quebrados em outro espelho" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Pacotes binários recebidos com sucesso." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Estes são os pacotes que não puderam ser achados online" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Eles não vão ser checados" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Por favor altere seu branch para" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "e tente novamente" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Copiando base de dados (se não existir)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Trocando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Ignorando" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "já está no branch" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "laço de migração completado" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Executando teste de pacotes SPM órfãos" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Escaneando pacote" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "não foi mais achado" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "String de pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Checando" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dependências do pacote" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "As chaves do repositório expiraram" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "Indexando repositório" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Não falta nenhuma dependência!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "Não falta nenhuma dependência!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +#, fuzzy +msgid "Calculating library dependencies of injected packages" +msgstr "mostra dependências reversas de pacotes" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Executando teste de dependências" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Estas dependências não foram encontradas" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Requisitado por" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "por repositório" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Todas dependências foram satisfeitas. Tudo certo." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Lista de pacotes quebrados ou válidos" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Despejando resultados para o arquivo" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Sistema está saldável" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Comparando bibliotecas com Spm, por favor espere" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Estes são os pacotes correspondentes" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Nenhum pacote correspondente" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Seu repositório padrão não está inicializado" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Você quer inicializar seu repositório padrão?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Continuando com um repositório não inicializado" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Repositório do Entropy já foi trancado por você :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Trancando e Sincronizando base de dados do Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Tabela de status dos espelhos" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Destrancado" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Trancado" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "não é possível trancar espelho" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repositório corrompido!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "Indexando repositório" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "Inicializando uma base de dados vazia" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Arquivo repositório do Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "inicializado com sucesso" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "adicionado pacote" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "pacote adicionado" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rev" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dependências manuais para" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Estas dependências não foram encontradas" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "Não falta nenhuma dependência!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Você tem certeza ?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Sim" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Repetir" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "Link de Metadados QA" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "não possível para uid e gid = 0" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "Usando Link de metadados QA" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "checagem de metadados QA para" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "Link de metadados QA não executou" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "Atenção, Link QA retornou um aviso" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "Atenção, Link QA retornou um erro" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "verificação dos metadados QA completa" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "pacote injetado, não há pacote debug separado" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Excessão capturada, fechando tarefas" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repositório do servidor" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "repositório da comunidade" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instância de Interface do Entropy Server no repositório" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "galho atual" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "tipo" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Repositórios atualmente configurados" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr " Chave GPG expirou" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "por favor, conserte" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "Erro inesperado no GPG" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "Saindo" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "arquivos de configuração" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "checando sistema" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "existem arquivos de configuração que ainda não foram atualizados" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "Encontradas dependências disponívels, re-escritas para este pacote" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "adicionado" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "removido" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "Substituido(a)" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Regras de dependências menos rígidas" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "Conjuntos (Sets)" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "atualizando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "adicionando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "removendo pacotes" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infinito" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "TET" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "seg" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Recebimento agregado" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "ítem" msgstr[1] "ítens" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "Verifique a chave importada e regule o nível adequado" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "Chave GPG trocada para" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "Chave GPG instalada para" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "A chave GPG expirou para essa URL" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Instalando chave GPG da URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Erro durante instalação da chave GPG" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Chave GPG da URL instalada com sucesso" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Marcação Digital " -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Erro durante verificação GPG de" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Isto pode ser um risco potencial para a Segurança" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Consultivos de Segurança" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "verificação de chave GPG bem sucedida" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Erro" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Aviso" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "consultivo quebrado" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "recebendo as últimas advertências" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "atualizado com sucesso" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "já atualizado" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "não foi possível receber a soma de checagem, desculpe" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "não foi possível receber o pacote, desculpe" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Verificando soma de checagem" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "não é possível abrir os pacotes, desculpe" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "não é possível ler a soma de checagem, desculpe" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "verificação de sumário falhou, desculpe" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "verificação realizada com Sucesso" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "Serviço GPG não disponível" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "verificação de sumário falhou, tente novamente mais tarde" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "instalando" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Executando teste de dependências" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Postando dependência" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Dependência adicionada pelo Grerenciamento" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Construindo dependência" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tudo certo" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "Repositório de Cliente Corrompido. Por favor restaure uma cópia de segurança." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "razão não disponível" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask do usuário" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "palavras-chave do sistema" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask do usuário" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "package.keywords do repositório do usuário (todos pacotes)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "package.keywords do repositório do usuário" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords do usuário" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "completamente mascarado (por palavra-chave?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "package.db.mask geral do repositório" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "package.db.keywords geral do repositório" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "license.mask do usuário" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "live unmask do usuário" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "live mask do usuário" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Limpando" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "diretório" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "limpo" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "Arquivos e diretórios " - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Recebendo" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Enviando" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "está corrompido" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Não instalado" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/D" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pacote" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branch" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categoria" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nome" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Mascarado" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponível" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Instalado" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "versão" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "revisão" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Tamanho" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Receber" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Soma de Checagem" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dependências" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflitos" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Homepage" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Descrição" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE flags" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Códigos-Fonte" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "API de Entrada" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilado com" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Palavras-Chave" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Criado" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licença" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Comparação inversa dos pacotes instalados" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Pacotes não encontrados" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "pacotes passados como argumentos" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "pacotes sem dependências complementares" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "pacotes com dependências complementares (nó)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"pacotes colocados como dependências em níveis mais altos (circularidade)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Comparando" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy precisa de sua atenção" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy tem uma pergunta para você" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrompido" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Escolha número" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Por favor, escolha uma opção" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Descartar tudo" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmar" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Adicionar item" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Editar item" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Remover item" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Mostrar lista atual" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Sua escolha (digite um número e aperte enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Você não digitou um número." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Ação inválida." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Cadeia de caracteres a adicionar (-1 para retornar):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Cadeia de caracteres inválida." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Número do elemento para editar (-1 para retornar):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "obsoleto(a)" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "novo valor:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Elemento inválido." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Número do elemento para remover (-1 para retornar)" @@ -1983,1146 +1818,949 @@ msgstr "bibliotecas quebradas foram encontradas" msgid "needs" msgstr "precisa" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Procurando por dependências de teste faltando" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "Escaneando" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "sem pacotes" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "dependências em lista negra !!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "requer" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "fornecido por" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "sem pacotes" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "estão faltando as seguintes dependências" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "determinando as bibliotecas que faltam" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "requer" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "fornecido por" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "não há bibliotecas de rotina faltantes" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Teste de bibliotecas" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Lista de rótulos de pacotes quebrados" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Coletando lista de executáveis quebrados" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "descartando diretório" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "porque está ligado simbolicamente à" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Coletando executáveis quebrados" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "não se preocupe com bibliotecas que são mostradas aqui mas não o são depois." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Escaneando bibliotecas" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "várias ligações quebradas" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Comparando bibliotecas/executáveis quebrados" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Ainda não preparado" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/D" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "está corrompido" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Não instalado" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pacote" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branch" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categoria" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nome" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Mascarado" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponível" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Instalado" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "versão" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "revisão" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Tamanho" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Receber" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Soma de Checagem" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dependências" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflitos" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Homepage" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Descrição" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE flags" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Códigos-Fonte" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "API de Entrada" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilado com" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Palavras-Chave" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Criado" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licença" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Comparação inversa dos pacotes instalados" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Pacotes não encontrados" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "pacotes passados como argumentos" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "pacotes sem dependências complementares" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "pacotes com dependências complementares (nó)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"pacotes colocados como dependências em níveis mais altos (circularidade)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Comparando" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "acesso de superusuário requerido" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "executando teste" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "testes disponíveis" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "teste de dependências" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "teste de bibliotecas" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "enviando resultados ao arquivo" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "teste de biblioteca interligada, usando repositório de metadados" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "sobrenome excluído" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "teste de biblioteca interligada, usando sistema" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "nomes doa pacotes" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "verifica integridade dos pacotes locais" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "sem perguntas estúpidas" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "verifica integridade dos pacotes remotos" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Não comparados" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Repositório inválido" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "executando testes QA" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "executando" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "chamadas disponíveis" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "procura identificadores de pacotes" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "saída quieta, para scripts" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "pedido somente para o repositório especificado" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "nome da chamada" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "mostra bibliotecas (.so) requeridas pelos pacotes correspondentes" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "mostra dependências reversas de pacotes" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "saída detalhada, mostrando mais informação" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "inclue as dependências de montagem dos pacotes" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "procura nos conjuntos de pacotes" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "saída detalhada, mostrando conteúdo dos conjuntos de pacotes" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "nome do conjunto de pacotes" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "procurando pacotes pela sua descrição" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "saída detalhada, mostrando mais informação" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "descrição do pacote" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "nada foi encontrado para" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "bibliotecas encontradas" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "dependência(s) reversa(s) encontradas" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "conjuntos de pacotes encontrados" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "pacotes encontrados" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "atualizando metadados de pacotes" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "adicionar ao repositório especificado" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "enviando os pacotes ao repositório" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "mais informações do pacote" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "somente a lista dos pacotes injetados" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "não disponível" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "nenhum pacotes" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "mostra conteúdo (pacotes) do repositório" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "repositório de origem" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "repositório destino" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "inclue dependências" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "nomes dos pacotes (todos, se não especificado)" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "mover pacotes de um repositório para outro" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "Log das mensagens não disponível" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "mostra mensagens (Log) do repositório" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "nome do pacote" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "não foi possível incluir as dependências reversas" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Estes seriam os pacotes que seriam removidos" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "remove pacotes do repositório " - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "procura pacotes no repositório selecionado" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Nada encontrado" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "buscar pacotes nos repositórios" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Outra instância do Entropy está em execução. " - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" -"mostra pacotes de sistema, monta dependências e dependências circulares" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "mostrando árvore de dependências dos pacotes" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr " Repositório remoto não populacionado" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "erro ao resetar" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "recarga da revisão do repositório local completada" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "recarregando repositório ao status remoto" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "executa ação" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "ações disponíveis" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Arquivo de configuração" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "Kit de ferramentas de infra-estrutura do Entropy" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "esta ajuda" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Abortando !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "Devo limpar os pacotes e espelhos velhos?" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "sincroniza com o repositório remoto" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "pulando repositório" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "revisão do repositório forçada" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Repositório do Entropy inicializado" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "inicializa repositório (apaga todo o seu conteúdo)" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "atualizar todos os repositórios" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "atualiza como repositório falso" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Mensagem de efetuação" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "Por favor insira uma mensagem de efetuação" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "Status da Base de Dados Remota do Entropy" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "Remoto" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "Local" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "atualizar metadados e pacotes de repositórios" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "mostra repositório corrente" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "executar a ação desejada" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "adiciona entrada no quadro de notícias" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "remove entrada no quadro de notícias" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "mostra Quadro de Notícias" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Título" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "não há URL" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "URL" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Quadro de Notícias não disponível" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Escolha aquele que você quer remover" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Você tem certeza de que quer removê-lo?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Pressione Enter para continuar" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Sair/Efetuar" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Digite o identificador para escolher um" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "manipular quadro de avisos do repositório" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "Ramo do repositório" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "trabalhando na base de dados" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "juntar pacotes de outros ramos na base de dados corrente" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "re-empacotar para o repositório corrente" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "reconstruir pacotes no repositório" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "seleciona mudanças" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Não é possível comparar" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Nenhum pacote válido para reempacotar." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Escaneando..." +#~ msgid "these are the expired packages" +#~ msgstr "estes são os pacotes expirados" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "pacote não válido" +#~ msgid "Cleaning" +#~ msgstr "Limpando" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "Não encontrado. Nada a fazer!" +#~ msgid "directory" +#~ msgstr "diretório" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "Pacotes foram injetados" +#~ msgid "Cleaned" +#~ msgstr "limpo" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "Está pronto para continuar?" +#~ msgid "files and directories" +#~ msgstr "Arquivos e diretórios " -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "Transformando" +#~ msgid "Downloading" +#~ msgstr "Recebendo" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "Ação completa" +#~ msgid "Uploading" +#~ msgstr "Enviando" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "expirou" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Procurando por dependências de teste faltando" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "Seleciona pacotes para remoção" +#~ msgid "run given test" +#~ msgstr "executando teste" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Remover este pacote?" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "Correspondências serão removidas da base de dados do repositório" +#~ msgid "available tests" +#~ msgstr "testes disponíveis" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Você gostaria de removê-los agora ?" +#~ msgid "dependencies test" +#~ msgstr "teste de dependências" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "Seleciona pacotes a adicionar" +#~ msgid "libraries test" +#~ msgstr "teste de bibliotecas" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Instala este pacote?" +#~ msgid "dump results to file" +#~ msgstr "enviando resultados ao arquivo" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "Estes serão adicionados ou atualizados" +#~ msgid "library linking test (using repository metadata)" +#~ msgstr "teste de biblioteca interligada, usando repositório de metadados" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "Aviso" +#~ msgid "excluded soname" +#~ msgstr "sobrenome excluído" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Você gostaria de empacotá-los agora ?" +#~ msgid "library linking test (using live system)" +#~ msgstr "teste de biblioteca interligada, usando sistema" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "dentro" +#~ msgid "package names" +#~ msgstr "nomes doa pacotes" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Compactando pacotes" +#~ msgid "verify local packages integrity" +#~ msgstr "verifica integridade dos pacotes locais" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Ignorando entrada quebrada do Spm, por favor recompile-a" +#~ msgid "no stupid questions" +#~ msgstr "sem perguntas estúpidas" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Nada para fazer, verifique depois." +#~ msgid "verify remote packages integrity" +#~ msgstr "verifica integridade dos pacotes remotos" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entradas tratadas" +#~ msgid "Not matched" +#~ msgstr "Não comparados" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "enviando e salvando modificações no repositório" +#~ msgid "Invalid repository" +#~ msgstr "Repositório inválido" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "caminho" +#~ msgid "run QA tests" +#~ msgstr "executando testes QA" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "procura pacotes pelo seu caminho" +#~ msgid "execute query" +#~ msgstr "executando" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "pacotes correspondem" +#~ msgid "available queries" +#~ msgstr "chamadas disponíveis" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "Isto afeta somente os clientes do Entropy" +#~ msgid "search package tags" +#~ msgstr "procura identificadores de pacotes" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "mostra status corrente" +#~ msgid "quiet output, for scripting purposes" +#~ msgstr "saída quieta, para scripts" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "Status do Espelhos" +#~ msgid "query into given repository only" +#~ msgstr "pedido somente para o repositório especificado" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "servidor" +#~ msgid "tag name" +#~ msgstr "nome da chamada" -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "cliente" +#~ msgid "show libraries (.so) required by matched packages" +#~ msgstr "mostra bibliotecas (.so) requeridas pelos pacotes correspondentes" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "aloca repositório" +#~ msgid "verbose output, show more info" +#~ msgstr "saída detalhada, mostrando mais informação" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "desaloja repositório" +#~ msgid "include build dependencies" +#~ msgstr "inclue as dependências de montagem dos pacotes" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "É velho, expirou a vários dias" +#~ msgid "search through package sets" +#~ msgstr "procura nos conjuntos de pacotes" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" -"Removendo pacotes indisponíveis e sobrescrevendo os padrões do Entropy. " -"Obs.: Isto não é bom!" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "Para Usuários com repositórios velhos, eles serão atualizados" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "Limpando pacotes velhos ou obsoletos no repositório" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "arquivos encontrados" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "mostra arquivos usados pelos pacotes" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "troca para o ramo válido" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "Ramo" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "não copia pacotes do Ramo" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "Ramo Inválido" +#~ msgid "verbose output, show package sets content" +#~ msgstr "saída detalhada, mostrando conteúdo dos conjuntos de pacotes" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "nâo há pacotes a copiar" +#~ msgid "package set name" +#~ msgstr "nome do conjunto de pacotes" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "deve ser copiado para o Ramo" +#~ msgid "search packages through their description" +#~ msgstr "procurando pacotes pela sua descrição" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "troca de Ramo" +#~ msgid "verbose output, show more information" +#~ msgstr "saída detalhada, mostrando mais informação" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "manipular os Ramos do repositório" +#~ msgid "package description" +#~ msgstr "descrição do pacote" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "troca um repositório por outro" +#~ msgid "Nothing found for" +#~ msgstr "nada foi encontrado para" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "revisão local" +#~ msgid "libraries found" +#~ msgstr "bibliotecas encontradas" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "pacotes estocados" +#~ msgid "revdep(s) found" +#~ msgstr "dependência(s) reversa(s) encontradas" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "pacotes enviados" +#~ msgid "sets found" +#~ msgstr "conjuntos de pacotes encontrados" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "pacotes não classificados em \"Stages\"" +#~ msgid "packages found" +#~ msgstr "pacotes encontrados" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "adiciona" +#~ msgid "miscellaneous package metadata queries" +#~ msgstr "atualizando metadados de pacotes" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "trocando pacotes injetados" +#~ msgid "add to given repository" +#~ msgstr "adicionar ao repositório especificado" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "mostrando status do repositório" +#~ msgid "commit to repository the provided packages" +#~ msgstr "enviando os pacotes ao repositório" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "injeta pacote no repositório especificado" +#~ msgid "output more package info" +#~ msgstr "mais informações do pacote" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dependências do pacote" +#~ msgid "only list injected packages" +#~ msgstr "somente a lista dos pacotes injetados" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Sem dependências" +#~ msgid "not available" +#~ msgstr "não disponível" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "não encontrado" +#~ msgid "No packages" +#~ msgstr "nenhum pacotes" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Tipo de dependência" +#~ msgid "show repository content (packages)" +#~ msgstr "mostra conteúdo (pacotes) do repositório" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Selecione um tipo de dependência para" +#~ msgid "source repository" +#~ msgstr "repositório de origem" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Editor de dependências" +#~ msgid "destination repository" +#~ msgstr "repositório destino" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Confirma ?" +#~ msgid "include dependencies" +#~ msgstr "inclue dependências" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "dependências atualizadas com sucesso" +#~ msgid "package names (all if none)" +#~ msgstr "nomes dos pacotes (todos, se não especificado)" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "edita dependências de pacotes na base de dados" +#~ msgid "move packages from a repository to another" +#~ msgstr "mover pacotes de um repositório para outro" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "dependências do pacote" +#~ msgid "log is not available" +#~ msgstr "Log das mensagens não disponível" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "origem e destino são idênticos" +#~ msgid "show log for repository" +#~ msgstr "mostra mensagens (Log) do repositório" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repositório indisponível" +#~ msgid "package name" +#~ msgstr "nome do pacote" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "Considerando todos os pacotes" +#~ msgid "do not include reverse dependencies" +#~ msgstr "não foi possível incluir as dependências reversas" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copiar pacotes de um repositório para outro" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Estes seriam os pacotes que seriam removidos" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "mostra árvore de dependências reversas dos pacotes" +#~ msgid "remove packages from repository" +#~ msgstr "remove pacotes do repositório " -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "cria par-chave do repositório e dos pacotes" +#~ msgid "search packages in given repository" +#~ msgstr "procura pacotes no repositório selecionado" -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "apaga chave (e assinaturas) da base de dados" +#~ msgid "Nothing found" +#~ msgstr "Nada encontrado" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "mostra status do par-chave na base de dados" +#~ msgid "search packages in repositories" +#~ msgstr "buscar pacotes nos repositórios" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "assinar pacotes usando o par-chave" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Outra instância do Entropy está em execução. " -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importar par-chave, ligar ao repositório habilitado" +#~ msgid "show system packages, build deps, circular deps" +#~ msgstr "" +#~ "mostra pacotes de sistema, monta dependências e dependências circulares" -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "caminho da chave privada" +#~ msgid "show dependency graph for packages" +#~ msgstr "mostrando árvore de dependências dos pacotes" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "caminho da chave pública" +#~ msgid "do not pull the remote repository" +#~ msgstr " Repositório remoto não populacionado" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "exportar a chave pública para arquivo" +#~ msgid "reset error" +#~ msgstr "erro ao resetar" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "exportar a chave privada para arquivo" +#~ msgid "local repository revision reset complete" +#~ msgstr "recarga da revisão do repositório local completada" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "Interface GPG carregada, diretório home" +#~ msgid "reset repository to remote status" +#~ msgstr "recarregando repositório ao status remoto" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Criando chaves para o repositório" +#~ msgid "execute action" +#~ msgstr "executa ação" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Já existe outra chave no repositório" +#~ msgid "available actions" +#~ msgstr "ações disponíveis" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Você deseja continuar?" +#~ msgid "Configuration file" +#~ msgstr "Arquivo de configuração" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Insira e-mail" +#~ msgid "Entropy Infrastructure Toolkit" +#~ msgstr "Kit de ferramentas de infra-estrutura do Entropy" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Inserir dias para expirar (0= não expira)" +#~ msgid "this help" +#~ msgstr "esta ajuda" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Inserir palavra-chave (vazio=sem palavra-chave)" +#~ msgid "Aborting !" +#~ msgstr "Abortando !" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Criação do par-chave GPG do repositório" +#~ msgid "Should I cleanup old packages on mirrors ?" +#~ msgstr "Devo limpar os pacotes e espelhos velhos?" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "produzida chave GPG com marca digital" +#~ msgid "sync with remote repository" +#~ msgstr "sincroniza com o repositório remoto" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Você deveria assinalar todos os pacotes nele" +#~ msgid "Bumping repository" +#~ msgstr "pulando repositório" -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "Refazer a chave e estocá-la em local seguro" +#~ msgid "bump repository revision, force push" +#~ msgstr "revisão do repositório forçada" -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "Você também pode mandar sua chaves para um servidor de chaves" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Repositório do Entropy inicializado" -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Deletando chaves do repositório" +#~ msgid "initialize repository (erasing all its content)" +#~ msgstr "inicializa repositório (apaga todo o seu conteúdo)" -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Não há chaves disponíveis para o repositório corrente" +#~ msgid "push all the repositories" +#~ msgstr "atualizar todos os repositórios" -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Você tem certeza? Mesmo?" +#~ msgid "push as fake repository" +#~ msgstr "atualiza como repositório falso" -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr " Metadados das chaves não estão disponíveis para" +#~ msgid "Commit message" +#~ msgstr "Mensagem de efetuação" -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "Chave GPG com marca digital removida" +#~ msgid "Enter the commit message" +#~ msgstr "Por favor insira uma mensagem de efetuação" -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "Informação GPG do repositório" +#~ msgid "Entropy Repository Status" +#~ msgstr "Status da Base de Dados Remota do Entropy" -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Identificador de chave-pública" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Chave com marcação digital pública" +#~ msgid "Remote" +#~ msgstr "Remoto" -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Tamanho da chave" +#~ msgid "Local" +#~ msgstr "Local" -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Data de cria;'ao" +#~ msgid "push repository packages and metadata" +#~ msgstr "atualizar metadados e pacotes de repositórios" -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Expira em" +#~ msgid "show current repository" +#~ msgstr "mostra repositório corrente" -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "Importando par-chave do repositório" +#~ msgid "execute given action" +#~ msgstr "executar a ação desejada" -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "Existe outro par-chave no repositório" +#~ msgid "add notice-board entry" +#~ msgstr "adiciona entrada no quadro de notícias" -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Chave GPG importada com marca digital" +#~ msgid "remove notice-board entry" +#~ msgstr "remove entrada no quadro de notícias" -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "Você deveria assinalar todos os pacotes nele" +#~ msgid "show notice-board" +#~ msgstr "mostra Quadro de Notícias" -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Exportando chave privada para o repositório" +#~ msgid "Title" +#~ msgstr "Título" -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Exportando chave pública para o repositório" +#~ msgid "no URL" +#~ msgstr "não há URL" -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "não há par-chave no repositório" +#~ msgid "URL" +#~ msgstr "URL" -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "Par-chave EXPIRADO para o repositório" +#~ msgid "Notice board not available" +#~ msgstr "Quadro de Notícias não disponível" -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Não foi possível exportar chave GPG do repositório" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Escolha aquele que você quer remover" -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Chave GPG exportada com sucesso" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Você tem certeza de que quer removê-lo?" -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "gerenciar repositório de chaves GPG" +#~ msgid "Press Enter to continue" +#~ msgstr "Pressione Enter para continuar" -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "caminho do pacote" +#~ msgid "Exit/Commit" +#~ msgstr "Sair/Efetuar" -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "não há arquivo ou diretório" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Digite o identificador para escolher um" -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "extensão não suportada" +#~ msgid "manage repository notice-board" +#~ msgstr "manipular quadro de avisos do repositório" -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "caminhos dos pacotes são inválidos" +#~ msgid "repository branch" +#~ msgstr "Ramo do repositório" -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "injeta arquivos de pacotes na base de dados" +#~ msgid "work inside given repository" +#~ msgstr "trabalhando na base de dados" + +#~ msgid "merge packages on other branches into current" +#~ msgstr "juntar pacotes de outros ramos na base de dados corrente" + +#~ msgid "repack to given repository" +#~ msgstr "re-empacotar para o repositório corrente" + +#~ msgid "rebuild packages in repository" +#~ msgstr "reconstruir pacotes no repositório" + +#~ msgid "selectively pick changes" +#~ msgstr "seleciona mudanças" + +#~ msgid "Cannot match" +#~ msgstr "Não é possível comparar" + +#~ msgid "No valid packages to repackage." +#~ msgstr "Nenhum pacote válido para reempacotar." + +#~ msgid "Scanning..." +#~ msgstr "Escaneando..." + +#~ msgid "Invalid package" +#~ msgstr "pacote não válido" + +#~ msgid "Zarro thinggz to do" +#~ msgstr "Não encontrado. Nada a fazer!" + +#~ msgid "Do it now ?" +#~ msgstr "Está pronto para continuar?" + +#~ msgid "Transforming" +#~ msgstr "Transformando" + +#~ msgid "Action completed" +#~ msgstr "Ação completa" + +#~ msgid "Select packages for removal" +#~ msgstr "Seleciona pacotes para remoção" + +#~ msgid "Remove this package?" +#~ msgstr "Remover este pacote?" + +#~ msgid "These would be removed from repository" +#~ msgstr "Correspondências serão removidas da base de dados do repositório" + +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Você gostaria de removê-los agora ?" + +#~ msgid "Select packages to add" +#~ msgstr "Seleciona pacotes a adicionar" + +#~ msgid "Add this package?" +#~ msgstr "Instala este pacote?" + +#~ msgid "These would be added or updated" +#~ msgstr "Estes serão adicionados ou atualizados" + +#~ msgid "warning" +#~ msgstr "Aviso" + +#~ msgid "Would you like to package them now ?" +#~ msgstr "Você gostaria de empacotá-los agora ?" + +#~ msgid "inside" +#~ msgstr "dentro" + +#~ msgid "Compressing packages" +#~ msgstr "Compactando pacotes" + +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Ignorando entrada quebrada do Spm, por favor recompile-a" + +#~ msgid "Nothing to do, check later." +#~ msgstr "Nada para fazer, verifique depois." + +#~ msgid "Entries handled" +#~ msgstr "Entradas tratadas" + +#~ msgid "commit changes to repository" +#~ msgstr "enviando e salvando modificações no repositório" + +#~ msgid "path" +#~ msgstr "caminho" + +#~ msgid "search packages owning paths" +#~ msgstr "procura pacotes pelo seu caminho" + +#~ msgid "match packages in repositories" +#~ msgstr "pacotes correspondem" + +#~ msgid "affect entropy clients only" +#~ msgstr "Isto afeta somente os clientes do Entropy" + +#~ msgid "show current status" +#~ msgstr "mostra status corrente" + +#~ msgid "Mirrors status" +#~ msgstr "Status do Espelhos" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "client" +#~ msgstr "cliente" + +#~ msgid "lock repository" +#~ msgstr "aloca repositório" + +#~ msgid "unlock repository" +#~ msgstr "desaloja repositório" + +#~ msgid "expired since how many days" +#~ msgstr "É velho, expirou a vários dias" + +#~ msgid "Removing unavailable packages overriding defaults" +#~ msgstr "" +#~ "Removendo pacotes indisponíveis e sobrescrevendo os padrões do Entropy. " +#~ "Obs.: Isto não é bom!" + +#~ msgid "Users with older repositories will have to update" +#~ msgstr "Para Usuários com repositórios velhos, eles serão atualizados" + +#~ msgid "clean expired packages from a repository" +#~ msgstr "Limpando pacotes velhos ou obsoletos no repositório" + +#~ msgid "files found" +#~ msgstr "arquivos encontrados" + +#~ msgid "show files owned by packages" +#~ msgstr "mostra arquivos usados pelos pacotes" + +#~ msgid "switch to given branch" +#~ msgstr "troca para o ramo válido" + +#~ msgid "from branch" +#~ msgstr "Ramo" + +#~ msgid "don't copy packages from branch" +#~ msgstr "não copia pacotes do Ramo" + +#~ msgid "Invalid branch" +#~ msgstr "Ramo Inválido" + +#~ msgid "No packages to copy" +#~ msgstr "nâo há pacotes a copiar" + +#~ msgid "would be copied to branch" +#~ msgstr "deve ser copiado para o Ramo" + +#~ msgid "switched to branch" +#~ msgstr "troca de Ramo" + +#~ msgid "manage repository branches" +#~ msgstr "manipular os Ramos do repositório" + +#~ msgid "switch from a repository to another" +#~ msgstr "troca um repositório por outro" + +#~ msgid "local revision" +#~ msgstr "revisão local" + +#~ msgid "stored packages" +#~ msgstr "pacotes estocados" + +#~ msgid "upload packages" +#~ msgstr "pacotes enviados" + +#~ msgid "unstaged packages" +#~ msgstr "pacotes não classificados em \"Stages\"" + +#~ msgid "add" +#~ msgstr "adiciona" + +#~ msgid "switch injected" +#~ msgstr "trocando pacotes injetados" + +#~ msgid "show repository status" +#~ msgstr "mostrando status do repositório" + +#~ msgid "inject into given repository" +#~ msgstr "injeta pacote no repositório especificado" + +#~ msgid "No dependencies" +#~ msgstr "Sem dependências" + +#~ msgid "not found" +#~ msgstr "não encontrado" + +#~ msgid "Dependency type" +#~ msgstr "Tipo de dependência" + +#~ msgid "Select a dependency type for" +#~ msgstr "Selecione um tipo de dependência para" + +#~ msgid "Dependencies editor" +#~ msgstr "Editor de dependências" + +#~ msgid "Confirm ?" +#~ msgstr "Confirma ?" + +#~ msgid "dependencies updated successfully" +#~ msgstr "dependências atualizadas com sucesso" + +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "edita dependências de pacotes na base de dados" + +#~ msgid "package dependency" +#~ msgstr "dependências do pacote" + +#~ msgid "source equals destination" +#~ msgstr "origem e destino são idênticos" + +#~ msgid "repository not available" +#~ msgstr "repositório indisponível" + +#~ msgid "Considering all the packages" +#~ msgstr "Considerando todos os pacotes" + +#~ msgid "copy packages from a repository to another" +#~ msgstr "copiar pacotes de um repositório para outro" + +#~ msgid "show reverse dependency graph for packages" +#~ msgstr "mostra árvore de dependências reversas dos pacotes" + +#~ msgid "create keypair for repository and packages" +#~ msgstr "cria par-chave do repositório e dos pacotes" + +#~ msgid "delete keypair (and signatures) from repository" +#~ msgstr "apaga chave (e assinaturas) da base de dados" + +#~ msgid "show keypair status for repository" +#~ msgstr "mostra status do par-chave na base de dados" + +#~ msgid "sign packages in repository using current keypair" +#~ msgstr "assinar pacotes usando o par-chave" + +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importar par-chave, ligar ao repositório habilitado" + +#~ msgid "private key path" +#~ msgstr "caminho da chave privada" + +#~ msgid "public key path" +#~ msgstr "caminho da chave pública" + +#~ msgid "export the repository public key to file" +#~ msgstr "exportar a chave pública para arquivo" + +#~ msgid "export the repository private key to file" +#~ msgstr "exportar a chave privada para arquivo" + +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "Interface GPG carregada, diretório home" + +#~ msgid "Creating keys for repository" +#~ msgstr "Criando chaves para o repositório" + +#~ msgid "Another key already exists for repository" +#~ msgstr "Já existe outra chave no repositório" + +#~ msgid "Would you like to continue?" +#~ msgstr "Você deseja continuar?" + +#~ msgid "Insert e-mail" +#~ msgstr "Insira e-mail" + +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Inserir dias para expirar (0= não expira)" + +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Inserir palavra-chave (vazio=sem palavra-chave)" + +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Criação do par-chave GPG do repositório" + +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "produzida chave GPG com marca digital" + +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Você deveria assinalar todos os pacotes nele" + +#~ msgid "Generate a revoke key and store it in a safe place" +#~ msgstr "Refazer a chave e estocá-la em local seguro" + +#~ msgid "You may want to send your keys to a key server" +#~ msgstr "Você também pode mandar sua chaves para um servidor de chaves" + +#~ msgid "Deleting keys for repository" +#~ msgstr "Deletando chaves do repositório" + +#~ msgid "No keys available for given repository" +#~ msgstr "Não há chaves disponíveis para o repositório corrente" + +#~ msgid "Are you really sure?" +#~ msgstr "Você tem certeza? Mesmo?" + +#~ msgid "Keys metadata not available for" +#~ msgstr " Metadados das chaves não estão disponíveis para" + +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "Chave GPG com marca digital removida" + +#~ msgid "GPG information for repository" +#~ msgstr "Informação GPG do repositório" + +#~ msgid "Public key identifier" +#~ msgstr "Identificador de chave-pública" + +#~ msgid "Public key fingerprint" +#~ msgstr "Chave com marcação digital pública" + +#~ msgid "Key size" +#~ msgstr "Tamanho da chave" + +#~ msgid "Creation date" +#~ msgstr "Data de cria;'ao" + +#~ msgid "Expires on" +#~ msgstr "Expira em" + +#~ msgid "Importing keypair" +#~ msgstr "Importando par-chave do repositório" + +#~ msgid "Another keypair already exists" +#~ msgstr "Existe outro par-chave no repositório" + +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Chave GPG importada com marca digital" + +#~ msgid "Now sign all the packages in it" +#~ msgstr "Você deveria assinalar todos os pacotes nele" + +#~ msgid "Exporting private key for repository" +#~ msgstr "Exportando chave privada para o repositório" + +#~ msgid "Exporting public key for repository" +#~ msgstr "Exportando chave pública para o repositório" + +#~ msgid "No keypair available for repository" +#~ msgstr "não há par-chave no repositório" + +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "Par-chave EXPIRADO para o repositório" + +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Não foi possível exportar chave GPG do repositório" + +#~ msgid "Exported GPG key for repository" +#~ msgstr "Chave GPG exportada com sucesso" + +#~ msgid "manage repository GPG keys" +#~ msgstr "gerenciar repositório de chaves GPG" + +#~ msgid "package paths" +#~ msgstr "caminho do pacote" + +#~ msgid "no such file or directory" +#~ msgstr "não há arquivo ou diretório" + +#~ msgid "unsupported extension" +#~ msgstr "extensão não suportada" + +#~ msgid "no valid package paths" +#~ msgstr "caminhos dos pacotes são inválidos" + +#~ msgid "inject package files into repository" +#~ msgstr "injeta arquivos de pacotes na base de dados" diff --git a/server/po/pt_BR.po b/server/po/pt_BR.po index d7e53bbd8..4c10c1bc5 100644 --- a/server/po/pt_BR.po +++ b/server/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2013-01-13 20:38+0000\n" "Last-Translator: Alberto Federman Neto \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,147 +20,148 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Sincronizando base de dados atual" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "espere, por favor" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Removendo entrada" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Adicionando entrada" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Exportando tabela da base de dados" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Exportação da Base de Dados completada." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATENÇÃO" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Ocorreu erro Spm" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Identificador único Spm não encontrado" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "Atualizando repositório de Metadados, por favor espere!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "Gerando Bibliotecas de Metadados, por favor espere!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Ocorreu erro Spm" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Identificador único Spm não encontrado" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Atualizando metadados dos pacotes" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "pode levar algum tempo" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "API de Entrada" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "ação" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "ações de movimentação de pacote completadas" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "AVISO" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Não é possível executar limpeza do SPM, erro" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "movimentação de pacotes completada com sucesso" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Movendo entrada antiga" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "para" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Sincronizando base de dados atual" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "espere, por favor" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Removendo entrada" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Adicionando entrada" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "verificando envio (se suportado)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "verificação de sumário" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "até agora, tudo bem!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "md5 deformado foi passado para a função" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "md5 remoto é inválido" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "sucesso" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "falhou, tentando novamente" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "erro" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "não crítico" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "continuando" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "conectando ao espelho" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "mudando diretório para" @@ -246,13 +247,11 @@ msgstr "recebendo pacote" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "pacote" -msgstr[1] "pacotes" +msgstr "pacote" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +301,465 @@ msgstr "esperando até 2 minutos antes de desistir" msgid "mirror unlocked" msgstr "espelho destrancado" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Estatísticas locais" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "enviar diretório" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "arquivos prontos" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "diretório de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "copiar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "remover" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Pacotes à serem removidos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Pacotes à serem movidos localmente" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Pacotes à serem enviados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Pacotes à serem enviados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Tamanho total de remoção" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Tamanho total de envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Tamanho total de recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Estatísticas remotas para" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "pacotes remotos" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "arquivos armazenados" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Calculando filas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "removendo pacote+hash" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "sincronizar" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "remoção completa" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "copiando arquivo+hash para o repositório" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "erros no envio" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "razão" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "envio completado com sucesso" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "erros de recebimento" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "recebimento completado com sucesso" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA checando arquivo de pacote" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "arquivo de pacote com falhas, por favor conserte" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "iniciando sincronização de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "sincronização de pacotes" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "erro no socket" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "em" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "nada para fazer em" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Expandindo filas" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "nada para sincronizar para" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Você gostaria de executar os passos acima?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Não" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "interrupção de teclado!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "você deve empacotá-los de novo" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "exceção capturada" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "pelo menos um espelho sincronizou devidamente!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "expirou" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "arrumado" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "coletando pacotes expirados" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "coletando pacotes expirados nos galhos selecionados" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "nada para remover neste galho" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "estes são os pacotes expirados" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Pacotes à serem removidos" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +#, fuzzy +msgid "these will be marked as expired" +msgstr "Pacotes foram injetados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +#, fuzzy +msgid "these will be removed and marked as weak" +msgstr "Pacotes foram injetados" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Você deseja continuar?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "removendo pacotes remotamente" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "remover erros" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "removendo pacotes localmente" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "removido" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "recebendo quadro de avisos dos espelhos para" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "quadro de avisos recebido com sucesso de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "removendo quadro de avisos de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "envio de quadro de avisos falhou em" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "sucesso no envio de quadro de avisos" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "enviando quadro de avisos de" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "envio de quadro de avisos falhou em" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "sucesso no envio de quadro de avisos" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "As chaves do repositório expiraram" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "preparando para baixar repositório do espelho" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "diretório para recebimento" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "erros" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "falha ao receber do espelho" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "Incapaz de desempacotar" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "problemas com treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Colidindo dados antigos de volta" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "conjuntos de pacotes configurados" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Nenhum configurado" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "criando despejo da base de dados compactada + soma de checagem" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "caminho do repositório" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "despejar light" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "despejar soma de checagem light" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "abridor" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "compactando base de dados + soma de checagem" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "caminho de repositório compactado" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "Soma de checagem do repositório" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "soma de checagem compactada" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "preparando repositório descompactado para o envio" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "EAPI desabilitada" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "preparando para enviar repositório para o espelho" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "envio falhou, trancar e continuar" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "repositório sincronizado" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "O repositório remoto é mais novo que o local. Por favor, atualize." -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "sincronização do repositório falhou" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "problemas no recebimento" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "O repositório local é mais novo que o remote. Por favor, pule." -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "sincronização de repositório não permitida" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "faltando conjuntos de pacotes" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "teste de dependências reportou erros" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "Estes pacotes não puderam ser removidos, porém" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "enviar problemas" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "Repositório sincronizado" @@ -778,142 +787,155 @@ msgstr "executar quickpkg manualmente para atualizar bd embebida" msgid "Repository updated anyway" msgstr "De qualquer forma, Base de dados do repositório atualizada" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "O pacote não tem Palavra-Chave, ele será mascarado !" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repositório não configurado" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "id de repositório protegida, não posso usar isso, me desculpe..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "Revisão do repositório inválida" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "padronizando para 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repositório" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "sincronizando conjuntos de pacotes " -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Atenção" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "não é possível comparar" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "Inicializando repositório" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "Você quer inicializar seu repositório padrão?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Diretório de armazenamento não criado" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "Diretório de envio não criado" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "tag especificada é inválida " -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "despejando de volta os pacotes selecionados dos ramos" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "nada para fazer" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "estes são os pacotes que vão ser despejados" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "checando hash do pacote" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "hash não corresponde para" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "md5 errado" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "erro ao receber pacotes dos espelhos" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "trabalhando no branch" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "atualizando pacote" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "pacote despejado" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "trocando" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "não é possível trocar, pacote não encontrado, pulando" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "movendo arquivo" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "carregando dados do repositório de origem" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "Chave GPG não disponível em " + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "injetando dados ao diretório de destino" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "removendo entrada da base de dados de origem" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "atom tratado com sucesso" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "Não foi possível criar a base de dados do sistema" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Preparando para mover pacotes selecionados para" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Preparando para copiar pacotes selecionados para" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Nota" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -921,1051 +943,864 @@ msgstr "" "todos pacotes antigos com escopo de conflito vão ser removidos do " "repositório destinatário à menos que injetados" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "nova tag" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "Dependências reversas" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "dependência" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "trocando" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "não é possível trocar, pacote não encontrado, pulando" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "movendo arquivo" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "carregando dados do repositório de origem" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "Chave GPG não disponível em " - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "injetando dados ao diretório de destino" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "removendo entrada da base de dados de origem" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "atom tratado com sucesso" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Injetando metadados do entropy nos pacotes construídos" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "As infraestruturas do lFYI e/ou do GPG falharam ao serem carregadas" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "injetando metadados do entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "injeção completa" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "removendo pacote" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Verificação de integridade dos pacotes selecionados" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Todos os pacotes no repositório vão ser checados." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Esta é a lista dos pacotes que vão ser checados" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Trabalhando com o espelho" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "checando hash" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "verificação do digest de " -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "não suportado" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "NÃO está saudável" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Esta é a lista de pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Espelho" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Estatísticas" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Número de pacotes checados" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Número de pacotes saudáveis" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Número de pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "local" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "checando status de" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "está corrompido, soma de checagem foi armazenada" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "pacotes checados" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "pacotes saudáveis" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "pacotes quebrados" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "pacotes recebidos" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "recebimentos que falharam" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "assinalando o GPG dos pacotes para o repositório" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Todos os pacotes faltando serão baixados." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG não disponível" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Chaves não disponíveis para" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "Assinando pacote" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Erro desconhecido ao assinar pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "Pacotes assinados" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "disponível" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "upload/ignorado" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Iniciando o recebimento de arquivos em falta" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Buscando arquivos em falta/quebrados em outro espelho" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Pacotes binários recebidos com sucesso." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "Estes são os pacotes que não puderam ser achados online" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Eles não vão ser checados" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Por favor altere seu branch para" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "e tente novamente" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "Copiando base de dados (se não existir)" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Trocando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Ignorando" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "já está no branch" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "laço de migração completado" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Executando teste de pacotes SPM órfãos" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Escaneando pacote" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "não foi mais achado" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "String de pacotes" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Checando" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "dependências do pacote" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +#, fuzzy +msgid "if these repositories were merged" +msgstr "As chaves do repositório expiraram" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "Indexando repositório" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Não falta nenhuma dependência!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "Não falta nenhuma dependência!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +#, fuzzy +msgid "Calculating library dependencies of injected packages" +msgstr "mostra dependências reversas de pacotes" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Executando teste de dependências" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Estas dependências não foram encontradas" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Requisitado por" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "por repositório" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Todas dependências foram satisfeitas. Tudo certo." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Lista de pacotes quebrados ou válidos" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Despejando resultados para o arquivo" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "Sistema está saldável" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Comparando bibliotecas com Spm, por favor espere" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Estes são os pacotes correspondentes" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Nenhum pacote correspondente" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Seu repositório padrão não está inicializado" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Você quer inicializar seu repositório padrão?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Continuando com um repositório não inicializado" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "Repositório do Entropy já foi trancado por você :-)" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "Trancando e Sincronizando base de dados do Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Tabela de status dos espelhos" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Destrancado" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Trancado" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "não é possível trancar espelho" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "Repositório corrompido!" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "Indexando repositório" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "Inicializando uma base de dados vazia" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "Arquivo repositório do Entropy" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "inicializado com sucesso" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "adicionado pacote" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "pacote adicionado" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "rev" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "dependências manuais para" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Estas dependências não foram encontradas" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "Não falta nenhuma dependência!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "Você tem certeza ?" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Sim" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "Repetir" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "Link de Metadados QA" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "não possível para uid e gid = 0" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "Usando Link de metadados QA" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "checagem de metadados QA para" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "Link de metadados QA não executou" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "Atenção, Link QA retornou um aviso" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "Atenção, Link QA retornou um erro" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "verificação dos metadados QA completa" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "pacote injetado, não há pacote debug separado" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Excessão capturada, fechando tarefas" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "repositório do servidor" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "repositório da comunidade" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Instância de Interface do Entropy Server no repositório" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "galho atual" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "tipo" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Repositórios atualmente configurados" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr " Chave GPG expirou" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "por favor, conserte" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "Erro inesperado no GPG" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "Saindo" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "arquivos de configuração" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "checando sistema" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "existem arquivos de configuração que ainda não foram atualizados" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "Encontradas dependências disponívels, re-escritas para este pacote" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "adicionado" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "removido" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "Substituido(a)" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "Regras de dependências menos rígidas" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "Conjuntos (Sets)" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "atualizando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "adicionando pacotes" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "removendo pacotes" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "infinito" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "TET" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "seg" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Recebimento agregado" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "ítem" msgstr[1] "ítens" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "Verifique a chave importada e regule o nível adequado" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "Chave GPG trocada para" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "Chave GPG instalada para" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "A chave GPG expirou para essa URL" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Instalando chave GPG da URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "Erro durante instalação da chave GPG" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Chave GPG da URL instalada com sucesso" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "Marcação Digital " -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "Erro durante verificação GPG de" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "Isto pode ser um risco potencial para a Segurança" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Consultivos de Segurança" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "verificação de chave GPG bem sucedida" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Erro" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Aviso" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "consultivo quebrado" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "recebendo as últimas advertências" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "atualizado com sucesso" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "já atualizado" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "não foi possível receber a soma de checagem, desculpe" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "não foi possível receber o pacote, desculpe" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Verificando soma de checagem" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "não é possível abrir os pacotes, desculpe" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "não é possível ler a soma de checagem, desculpe" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "verificação de sumário falhou, desculpe" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "verificação realizada com Sucesso" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "Serviço GPG não disponível" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "verificação de sumário falhou, tente novamente mais tarde" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "instalando" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Executando teste de dependências" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Postando dependência" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "Dependência adicionada pelo Grerenciamento" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Construindo dependência" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Tudo certo" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "Repositório de Cliente Corrompido. Por favor restaure uma cópia de segurança." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "razão não disponível" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask do usuário" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "palavras-chave do sistema" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask do usuário" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "package.keywords do repositório do usuário (todos pacotes)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "package.keywords do repositório do usuário" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords do usuário" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "completamente mascarado (por palavra-chave?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "package.db.mask geral do repositório" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "package.db.keywords geral do repositório" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "license.mask do usuário" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "live unmask do usuário" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "live mask do usuário" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Limpando" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "diretório" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "limpo" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "Arquivos e diretórios " - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Recebendo" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "Enviando" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "está corrompido" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Não instalado" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/D" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Pacote" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "branch" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Categoria" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Nome" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Mascarado" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Disponível" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Instalado" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "versão" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "revisão" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Tamanho" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Receber" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Soma de Checagem" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Dependências" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Conflitos" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Homepage" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Descrição" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE flags" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Códigos-Fonte" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "API de Entrada" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Compilado com" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Palavras-Chave" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Criado" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licença" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Comparação inversa dos pacotes instalados" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Pacotes não encontrados" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "pacotes passados como argumentos" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "pacotes sem dependências complementares" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "pacotes com dependências complementares (nó)" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" -"pacotes colocados como dependências em níveis mais altos (circularidade)" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "Comparando" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy precisa de sua atenção" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy tem uma pergunta para você" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Interrompido" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Escolha número" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Por favor, escolha uma opção" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Descartar tudo" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Confirmar" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Adicionar item" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Editar item" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Remover item" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Mostrar lista atual" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Sua escolha (digite um número e aperte enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Você não digitou um número." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Ação inválida." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "Cadeia de caracteres a adicionar (-1 para retornar):" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Cadeia de caracteres inválida." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "Número do elemento para editar (-1 para retornar):" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "obsoleto(a)" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "novo valor:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Elemento inválido." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "Número do elemento para remover (-1 para retornar)" @@ -1985,1146 +1820,1024 @@ msgstr "bibliotecas quebradas foram encontradas" msgid "needs" msgstr "precisa" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "Procurando por dependências de teste faltando" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "Escaneando" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "sem pacotes" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "dependências em lista negra !!!" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "requer" + +#: ../../lib/entropy/qa.py:354 +#, fuzzy +msgid "library provided by" +msgstr "fornecido por" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "sem pacotes" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "estão faltando as seguintes dependências" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "determinando as bibliotecas que faltam" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "requer" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "fornecido por" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "não há bibliotecas de rotina faltantes" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Teste de bibliotecas" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Lista de rótulos de pacotes quebrados" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Coletando lista de executáveis quebrados" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "descartando diretório" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "porque está ligado simbolicamente à" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Coletando executáveis quebrados" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" "não se preocupe com bibliotecas que são mostradas aqui mas não o são depois." -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Escaneando bibliotecas" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "várias ligações quebradas" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Comparando bibliotecas/executáveis quebrados" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Ainda não preparado" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/D" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "está corrompido" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Não instalado" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Pacote" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "branch" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Categoria" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Nome" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Mascarado" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Disponível" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Instalado" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "versão" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "revisão" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Tamanho" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Receber" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Soma de Checagem" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Dependências" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Conflitos" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Homepage" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Descrição" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE flags" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Códigos-Fonte" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "API de Entrada" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Compilado com" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Palavras-Chave" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Criado" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licença" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Comparação inversa dos pacotes instalados" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Pacotes não encontrados" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "pacotes passados como argumentos" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "pacotes sem dependências complementares" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "pacotes com dependências complementares (nó)" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" +"pacotes colocados como dependências em níveis mais altos (circularidade)" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "Comparando" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "acesso de superusuário requerido" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "executando teste" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "testes disponíveis" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "teste de dependências" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "teste de bibliotecas" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "enviando resultados ao arquivo" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "teste de biblioteca interligada, usando repositório de metadados" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "sobrenome excluído" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "teste de biblioteca interligada, usando sistema" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "nomes doa pacotes" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "verifica integridade dos pacotes locais" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "sem perguntas estúpidas" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "verifica integridade dos pacotes remotos" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Não comparados" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Repositório inválido" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "executando testes QA" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "executando" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "chamadas disponíveis" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "procura identificadores de pacotes" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "saída quieta, para scripts" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "pedido somente para o repositório especificado" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "nome da chamada" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "mostra bibliotecas (.so) requeridas pelos pacotes correspondentes" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "mostra dependências reversas de pacotes" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "saída detalhada, mostrando mais informação" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "inclue as dependências de montagem dos pacotes" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "procura nos conjuntos de pacotes" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "saída detalhada, mostrando conteúdo dos conjuntos de pacotes" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "nome do conjunto de pacotes" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "procurando pacotes pela sua descrição" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "saída detalhada, mostrando mais informação" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "descrição do pacote" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "nada foi encontrado para" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "bibliotecas encontradas" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "dependência(s) reversa(s) encontradas" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "conjuntos de pacotes encontrados" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "pacotes encontrados" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "atualizando metadados de pacotes" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "adicionar ao repositório especificado" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "enviando os pacotes ao repositório" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "mais informações do pacote" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "somente a lista dos pacotes injetados" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "não disponível" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "nenhum pacotes" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "mostra conteúdo (pacotes) do repositório" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "repositório de origem" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "repositório destino" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "inclue dependências" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "nomes dos pacotes (todos, se não especificado)" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "mover pacotes de um repositório para outro" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "Log das mensagens não disponível" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "mostra mensagens (Log) do repositório" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "nome do pacote" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "remove do repositório" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "não foi possível incluir as dependências reversas" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Estes seriam os pacotes que seriam removidos" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "remove pacotes do repositório " - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "procura pacotes no repositório selecionado" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Nada encontrado" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "buscar pacotes nos repositórios" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Outra instância do Entropy está em execução. " - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" -"mostra pacotes de sistema, monta dependências e dependências circulares" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "mostrando árvore de dependências dos pacotes" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr " Repositório remoto não populacionado" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "erro ao resetar" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "recarga da revisão do repositório local completada" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "recarregando repositório ao status remoto" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "executa ação" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "ações disponíveis" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "lista repositórios" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "adiciona repositório" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "Identificador de repositório" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "Descrição do repositório" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "URI do repositório" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "Nome do repositório inválido" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "repositório disponível" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "URI inválida" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "Não foi possível ler o arquivo de configuração" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "sem descrição" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "Adicionando repositório" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Arquivo de configuração" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "Por favor, inicialize o repositório usando" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "pacotes" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "maneja repositórios" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "Kit de ferramentas de infra-estrutura do Entropy" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "esta ajuda" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "colocando todos os repositórios" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Abortando !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "Devo limpar os pacotes e espelhos velhos?" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "colocando os repositórios de pacotes e os Metadados" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "sincroniza com o repositório remoto" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "pulando repositório" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "revisão do repositório forçada" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Repositório do Entropy inicializado" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "inicializa repositório (apaga todo o seu conteúdo)" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "atualizar todos os repositórios" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "atualiza como repositório falso" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Mensagem de efetuação" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "Por favor insira uma mensagem de efetuação" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "Status da Base de Dados Remota do Entropy" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Host" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "Remoto" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "Local" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "atualizar metadados e pacotes de repositórios" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "linha inválida no campo Tempo (Time)" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "linha inválida (pois está vazia)" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "linha inválida (pois está incompleta)" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "linha inválida" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "linha inválida (pois é uma cópia)" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "Sintaxe inválida, e agora?" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "Aborta" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "edita movimentação automática do pacote ao repositório" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "mostra repositório corrente" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "executar a ação desejada" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "adiciona entrada no quadro de notícias" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "remove entrada no quadro de notícias" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "mostra Quadro de Notícias" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Título" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "não há URL" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "URL" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Quadro de Notícias não disponível" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Escolha aquele que você quer remover" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Você tem certeza de que quer removê-lo?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Pressione Enter para continuar" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Sair/Efetuar" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Digite o identificador para escolher um" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "manipular quadro de avisos do repositório" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "Ramo do repositório" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "trabalhando na base de dados" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "juntar pacotes de outros ramos na base de dados corrente" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "re-empacotar para o repositório corrente" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "reconstruir pacotes no repositório" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "seleciona mudanças" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Não é possível comparar" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Nenhum pacote válido para reempacotar." +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Escaneando..." +#~ msgid "these are the expired packages" +#~ msgstr "estes são os pacotes expirados" -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "pacote não válido" +#~ msgid "Cleaning" +#~ msgstr "Limpando" -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "Não encontrado. Nada a fazer!" +#~ msgid "directory" +#~ msgstr "diretório" -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "Pacotes foram injetados" +#~ msgid "Cleaned" +#~ msgstr "limpo" -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "Está pronto para continuar?" +#~ msgid "files and directories" +#~ msgstr "Arquivos e diretórios " -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "Transformando" +#~ msgid "Downloading" +#~ msgstr "Recebendo" -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "Ação completa" +#~ msgid "Uploading" +#~ msgstr "Enviando" -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "expirou" +#~ msgid "Searching for missing Runtime dependencies" +#~ msgstr "Procurando por dependências de teste faltando" -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "Seleciona pacotes para remoção" +#~ msgid "run given test" +#~ msgstr "executando teste" -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Remover este pacote?" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "Correspondências serão removidas da base de dados do repositório" +#~ msgid "available tests" +#~ msgstr "testes disponíveis" -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Você gostaria de removê-los agora ?" +#~ msgid "dependencies test" +#~ msgstr "teste de dependências" -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "Seleciona pacotes a adicionar" +#~ msgid "libraries test" +#~ msgstr "teste de bibliotecas" -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Instala este pacote?" +#~ msgid "dump results to file" +#~ msgstr "enviando resultados ao arquivo" -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "Estes serão adicionados ou atualizados" +#~ msgid "library linking test (using repository metadata)" +#~ msgstr "teste de biblioteca interligada, usando repositório de metadados" -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "Aviso" +#~ msgid "excluded soname" +#~ msgstr "sobrenome excluído" -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Você gostaria de empacotá-los agora ?" +#~ msgid "library linking test (using live system)" +#~ msgstr "teste de biblioteca interligada, usando sistema" -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "dentro" +#~ msgid "package names" +#~ msgstr "nomes doa pacotes" -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Compactando pacotes" +#~ msgid "verify local packages integrity" +#~ msgstr "verifica integridade dos pacotes locais" -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Ignorando entrada quebrada do Spm, por favor recompile-a" +#~ msgid "no stupid questions" +#~ msgstr "sem perguntas estúpidas" -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Nada para fazer, verifique depois." +#~ msgid "verify remote packages integrity" +#~ msgstr "verifica integridade dos pacotes remotos" -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Entradas tratadas" +#~ msgid "Not matched" +#~ msgstr "Não comparados" -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "enviando e salvando modificações no repositório" +#~ msgid "Invalid repository" +#~ msgstr "Repositório inválido" -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "caminho" +#~ msgid "run QA tests" +#~ msgstr "executando testes QA" -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "procura pacotes pelo seu caminho" +#~ msgid "execute query" +#~ msgstr "executando" -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "pacotes correspondem" +#~ msgid "available queries" +#~ msgstr "chamadas disponíveis" -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "Isto afeta somente os clientes do Entropy" +#~ msgid "search package tags" +#~ msgstr "procura identificadores de pacotes" -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "mostra status corrente" +#~ msgid "quiet output, for scripting purposes" +#~ msgstr "saída quieta, para scripts" -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "Status do Espelhos" +#~ msgid "query into given repository only" +#~ msgstr "pedido somente para o repositório especificado" -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "servidor" +#~ msgid "tag name" +#~ msgstr "nome da chamada" -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "cliente" +#~ msgid "show libraries (.so) required by matched packages" +#~ msgstr "mostra bibliotecas (.so) requeridas pelos pacotes correspondentes" -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "aloca repositório" +#~ msgid "verbose output, show more info" +#~ msgstr "saída detalhada, mostrando mais informação" -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "desaloja repositório" +#~ msgid "include build dependencies" +#~ msgstr "inclue as dependências de montagem dos pacotes" -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "É velho, expirou a vários dias" +#~ msgid "search through package sets" +#~ msgstr "procura nos conjuntos de pacotes" -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" -"Removendo pacotes indisponíveis e sobrescrevendo os padrões do Entropy. " -"Obs.: Isto não é bom!" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "Para Usuários com repositórios velhos, eles serão atualizados" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "Limpando pacotes velhos ou obsoletos no repositório" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "arquivos encontrados" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "mostra arquivos usados pelos pacotes" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "troca para o ramo válido" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "Ramo" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "não copia pacotes do Ramo" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "Ramo Inválido" +#~ msgid "verbose output, show package sets content" +#~ msgstr "saída detalhada, mostrando conteúdo dos conjuntos de pacotes" -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "nâo há pacotes a copiar" +#~ msgid "package set name" +#~ msgstr "nome do conjunto de pacotes" -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "deve ser copiado para o Ramo" +#~ msgid "search packages through their description" +#~ msgstr "procurando pacotes pela sua descrição" -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "troca de Ramo" +#~ msgid "verbose output, show more information" +#~ msgstr "saída detalhada, mostrando mais informação" -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "manipular os Ramos do repositório" +#~ msgid "package description" +#~ msgstr "descrição do pacote" -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "troca um repositório por outro" +#~ msgid "Nothing found for" +#~ msgstr "nada foi encontrado para" -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "revisão local" +#~ msgid "libraries found" +#~ msgstr "bibliotecas encontradas" -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "pacotes estocados" +#~ msgid "revdep(s) found" +#~ msgstr "dependência(s) reversa(s) encontradas" -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "pacotes enviados" +#~ msgid "sets found" +#~ msgstr "conjuntos de pacotes encontrados" -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "pacotes não classificados em \"Stages\"" +#~ msgid "packages found" +#~ msgstr "pacotes encontrados" -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "adiciona" +#~ msgid "miscellaneous package metadata queries" +#~ msgstr "atualizando metadados de pacotes" -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "trocando pacotes injetados" +#~ msgid "add to given repository" +#~ msgstr "adicionar ao repositório especificado" -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "mostrando status do repositório" +#~ msgid "commit to repository the provided packages" +#~ msgstr "enviando os pacotes ao repositório" -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "injeta pacote no repositório especificado" +#~ msgid "output more package info" +#~ msgstr "mais informações do pacote" -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "dependências do pacote" +#~ msgid "only list injected packages" +#~ msgstr "somente a lista dos pacotes injetados" -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Sem dependências" +#~ msgid "not available" +#~ msgstr "não disponível" -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "não encontrado" +#~ msgid "No packages" +#~ msgstr "nenhum pacotes" -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Tipo de dependência" +#~ msgid "show repository content (packages)" +#~ msgstr "mostra conteúdo (pacotes) do repositório" -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "Selecione um tipo de dependência para" +#~ msgid "source repository" +#~ msgstr "repositório de origem" -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Editor de dependências" +#~ msgid "destination repository" +#~ msgstr "repositório destino" -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Confirma ?" +#~ msgid "include dependencies" +#~ msgstr "inclue dependências" -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "dependências atualizadas com sucesso" +#~ msgid "package names (all if none)" +#~ msgstr "nomes dos pacotes (todos, se não especificado)" -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "edita dependências de pacotes na base de dados" +#~ msgid "move packages from a repository to another" +#~ msgstr "mover pacotes de um repositório para outro" -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "dependências do pacote" +#~ msgid "log is not available" +#~ msgstr "Log das mensagens não disponível" -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "origem e destino são idênticos" +#~ msgid "show log for repository" +#~ msgstr "mostra mensagens (Log) do repositório" -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repositório indisponível" +#~ msgid "package name" +#~ msgstr "nome do pacote" -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "Considerando todos os pacotes" +#~ msgid "remove from given repository" +#~ msgstr "remove do repositório" -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "copiar pacotes de um repositório para outro" +#~ msgid "do not include reverse dependencies" +#~ msgstr "não foi possível incluir as dependências reversas" -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "mostra árvore de dependências reversas dos pacotes" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Estes seriam os pacotes que seriam removidos" -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "cria par-chave do repositório e dos pacotes" +#~ msgid "remove packages from repository" +#~ msgstr "remove pacotes do repositório " -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "apaga chave (e assinaturas) da base de dados" +#~ msgid "search packages in given repository" +#~ msgstr "procura pacotes no repositório selecionado" -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "mostra status do par-chave na base de dados" +#~ msgid "Nothing found" +#~ msgstr "Nada encontrado" -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "assinar pacotes usando o par-chave" +#~ msgid "search packages in repositories" +#~ msgstr "buscar pacotes nos repositórios" -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "importar par-chave, ligar ao repositório habilitado" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Outra instância do Entropy está em execução. " -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "caminho da chave privada" +#~ msgid "show system packages, build deps, circular deps" +#~ msgstr "" +#~ "mostra pacotes de sistema, monta dependências e dependências circulares" -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "caminho da chave pública" +#~ msgid "show dependency graph for packages" +#~ msgstr "mostrando árvore de dependências dos pacotes" -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "exportar a chave pública para arquivo" +#~ msgid "do not pull the remote repository" +#~ msgstr " Repositório remoto não populacionado" -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "exportar a chave privada para arquivo" +#~ msgid "reset error" +#~ msgstr "erro ao resetar" -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "Interface GPG carregada, diretório home" +#~ msgid "local repository revision reset complete" +#~ msgstr "recarga da revisão do repositório local completada" -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "Criando chaves para o repositório" +#~ msgid "reset repository to remote status" +#~ msgstr "recarregando repositório ao status remoto" -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "Já existe outra chave no repositório" +#~ msgid "execute action" +#~ msgstr "executa ação" -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Você deseja continuar?" +#~ msgid "available actions" +#~ msgstr "ações disponíveis" -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "Insira e-mail" +#~ msgid "list repositories" +#~ msgstr "lista repositórios" -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "Inserir dias para expirar (0= não expira)" +#~ msgid "add repository" +#~ msgstr "adiciona repositório" -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "Inserir palavra-chave (vazio=sem palavra-chave)" +#~ msgid "repository id" +#~ msgstr "Identificador de repositório" -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "Criação do par-chave GPG do repositório" +#~ msgid "repository description" +#~ msgstr "Descrição do repositório" -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "produzida chave GPG com marca digital" +#~ msgid "repository uri" +#~ msgstr "URI do repositório" -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Você deveria assinalar todos os pacotes nele" +#~ msgid "Invalid repository name" +#~ msgstr "Nome do repositório inválido" -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "Refazer a chave e estocá-la em local seguro" +#~ msgid "Repository already available" +#~ msgstr "repositório disponível" -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "Você também pode mandar sua chaves para um servidor de chaves" +#~ msgid "Invalid URI" +#~ msgstr "URI inválida" -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "Deletando chaves do repositório" +#~ msgid "Cannot read configuration file" +#~ msgstr "Não foi possível ler o arquivo de configuração" -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "Não há chaves disponíveis para o repositório corrente" +#~ msgid "no description" +#~ msgstr "sem descrição" -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Você tem certeza? Mesmo?" +#~ msgid "Adding repository" +#~ msgstr "Adicionando repositório" -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr " Metadados das chaves não estão disponíveis para" +#~ msgid "Configuration file" +#~ msgstr "Arquivo de configuração" -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "Chave GPG com marca digital removida" +#~ msgid "Please initialize the repository using" +#~ msgstr "Por favor, inicialize o repositório usando" -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "Informação GPG do repositório" +#~ msgid "packages" +#~ msgstr "pacotes" -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "Identificador de chave-pública" +#~ msgid "manage repositories" +#~ msgstr "maneja repositórios" -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "Chave com marcação digital pública" +#~ msgid "Entropy Infrastructure Toolkit" +#~ msgstr "Kit de ferramentas de infra-estrutura do Entropy" -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "Tamanho da chave" +#~ msgid "this help" +#~ msgstr "esta ajuda" -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Data de cria;'ao" +#~ msgid "pull all the repositories" +#~ msgstr "colocando todos os repositórios" -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "Expira em" +#~ msgid "Aborting !" +#~ msgstr "Abortando !" -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "Importando par-chave do repositório" +#~ msgid "Should I cleanup old packages on mirrors ?" +#~ msgstr "Devo limpar os pacotes e espelhos velhos?" -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "Existe outro par-chave no repositório" +#~ msgid "pull repository packages and metadata" +#~ msgstr "colocando os repositórios de pacotes e os Metadados" -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "Chave GPG importada com marca digital" +#~ msgid "sync with remote repository" +#~ msgstr "sincroniza com o repositório remoto" -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "Você deveria assinalar todos os pacotes nele" +#~ msgid "Bumping repository" +#~ msgstr "pulando repositório" -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "Exportando chave privada para o repositório" +#~ msgid "bump repository revision, force push" +#~ msgstr "revisão do repositório forçada" -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "Exportando chave pública para o repositório" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Repositório do Entropy inicializado" -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "não há par-chave no repositório" +#~ msgid "initialize repository (erasing all its content)" +#~ msgstr "inicializa repositório (apaga todo o seu conteúdo)" -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "Par-chave EXPIRADO para o repositório" +#~ msgid "push all the repositories" +#~ msgstr "atualizar todos os repositórios" -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "Não foi possível exportar chave GPG do repositório" +#~ msgid "push as fake repository" +#~ msgstr "atualiza como repositório falso" -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "Chave GPG exportada com sucesso" +#~ msgid "Commit message" +#~ msgstr "Mensagem de efetuação" -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "gerenciar repositório de chaves GPG" +#~ msgid "Enter the commit message" +#~ msgstr "Por favor insira uma mensagem de efetuação" -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "caminho do pacote" +#~ msgid "Entropy Repository Status" +#~ msgstr "Status da Base de Dados Remota do Entropy" -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "não há arquivo ou diretório" +#~ msgid "Host" +#~ msgstr "Host" -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "extensão não suportada" +#~ msgid "Remote" +#~ msgstr "Remoto" -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "caminhos dos pacotes são inválidos" +#~ msgid "Local" +#~ msgstr "Local" -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "injeta arquivos de pacotes na base de dados" +#~ msgid "push repository packages and metadata" +#~ msgstr "atualizar metadados e pacotes de repositórios" + +#~ msgid "invalid line (time field)" +#~ msgstr "linha inválida no campo Tempo (Time)" + +#~ msgid "invalid line (empty)" +#~ msgstr "linha inválida (pois está vazia)" + +#~ msgid "invalid line (incomplete)" +#~ msgstr "linha inválida (pois está incompleta)" + +#~ msgid "invalid line" +#~ msgstr "linha inválida" + +#~ msgid "invalid line (copy)" +#~ msgstr "linha inválida (pois é uma cópia)" + +#~ msgid "Invalid syntax, what to do ?" +#~ msgstr "Sintaxe inválida, e agora?" + +#~ msgid "Abort" +#~ msgstr "Aborta" + +#~ msgid "edit automatic package moves for repository" +#~ msgstr "edita movimentação automática do pacote ao repositório" + +#~ msgid "show current repository" +#~ msgstr "mostra repositório corrente" + +#~ msgid "execute given action" +#~ msgstr "executar a ação desejada" + +#~ msgid "add notice-board entry" +#~ msgstr "adiciona entrada no quadro de notícias" + +#~ msgid "remove notice-board entry" +#~ msgstr "remove entrada no quadro de notícias" + +#~ msgid "show notice-board" +#~ msgstr "mostra Quadro de Notícias" + +#~ msgid "Title" +#~ msgstr "Título" + +#~ msgid "no URL" +#~ msgstr "não há URL" + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "Notice board not available" +#~ msgstr "Quadro de Notícias não disponível" + +#~ msgid "Choose the one you want to remove" +#~ msgstr "Escolha aquele que você quer remover" + +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Você tem certeza de que quer removê-lo?" + +#~ msgid "Press Enter to continue" +#~ msgstr "Pressione Enter para continuar" + +#~ msgid "Exit/Commit" +#~ msgstr "Sair/Efetuar" + +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Digite o identificador para escolher um" + +#~ msgid "manage repository notice-board" +#~ msgstr "manipular quadro de avisos do repositório" + +#~ msgid "repository branch" +#~ msgstr "Ramo do repositório" + +#~ msgid "work inside given repository" +#~ msgstr "trabalhando na base de dados" + +#~ msgid "merge packages on other branches into current" +#~ msgstr "juntar pacotes de outros ramos na base de dados corrente" + +#~ msgid "repack to given repository" +#~ msgstr "re-empacotar para o repositório corrente" + +#~ msgid "rebuild packages in repository" +#~ msgstr "reconstruir pacotes no repositório" + +#~ msgid "selectively pick changes" +#~ msgstr "seleciona mudanças" + +#~ msgid "Cannot match" +#~ msgstr "Não é possível comparar" + +#~ msgid "No valid packages to repackage." +#~ msgstr "Nenhum pacote válido para reempacotar." + +#~ msgid "Scanning..." +#~ msgstr "Escaneando..." + +#~ msgid "Invalid package" +#~ msgstr "pacote não válido" + +#~ msgid "Zarro thinggz to do" +#~ msgstr "Não encontrado. Nada a fazer!" + +#~ msgid "Do it now ?" +#~ msgstr "Está pronto para continuar?" + +#~ msgid "Transforming" +#~ msgstr "Transformando" + +#~ msgid "Action completed" +#~ msgstr "Ação completa" + +#~ msgid "Select packages for removal" +#~ msgstr "Seleciona pacotes para remoção" + +#~ msgid "Remove this package?" +#~ msgstr "Remover este pacote?" + +#~ msgid "These would be removed from repository" +#~ msgstr "Correspondências serão removidas da base de dados do repositório" + +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Você gostaria de removê-los agora ?" + +#~ msgid "Select packages to add" +#~ msgstr "Seleciona pacotes a adicionar" + +#~ msgid "Add this package?" +#~ msgstr "Instala este pacote?" + +#~ msgid "These would be added or updated" +#~ msgstr "Estes serão adicionados ou atualizados" + +#~ msgid "warning" +#~ msgstr "Aviso" + +#~ msgid "Would you like to package them now ?" +#~ msgstr "Você gostaria de empacotá-los agora ?" + +#~ msgid "inside" +#~ msgstr "dentro" + +#~ msgid "Compressing packages" +#~ msgstr "Compactando pacotes" + +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "Ignorando entrada quebrada do Spm, por favor recompile-a" + +#~ msgid "Nothing to do, check later." +#~ msgstr "Nada para fazer, verifique depois." + +#~ msgid "Entries handled" +#~ msgstr "Entradas tratadas" + +#~ msgid "commit changes to repository" +#~ msgstr "enviando e salvando modificações no repositório" + +#~ msgid "path" +#~ msgstr "caminho" + +#~ msgid "search packages owning paths" +#~ msgstr "procura pacotes pelo seu caminho" + +#~ msgid "match packages in repositories" +#~ msgstr "pacotes correspondem" + +#~ msgid "affect entropy clients only" +#~ msgstr "Isto afeta somente os clientes do Entropy" + +#~ msgid "show current status" +#~ msgstr "mostra status corrente" + +#~ msgid "Mirrors status" +#~ msgstr "Status do Espelhos" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "client" +#~ msgstr "cliente" + +#~ msgid "lock repository" +#~ msgstr "aloca repositório" + +#~ msgid "unlock repository" +#~ msgstr "desaloja repositório" + +#~ msgid "expired since how many days" +#~ msgstr "É velho, expirou a vários dias" + +#~ msgid "Removing unavailable packages overriding defaults" +#~ msgstr "" +#~ "Removendo pacotes indisponíveis e sobrescrevendo os padrões do Entropy. " +#~ "Obs.: Isto não é bom!" + +#~ msgid "Users with older repositories will have to update" +#~ msgstr "Para Usuários com repositórios velhos, eles serão atualizados" + +#~ msgid "clean expired packages from a repository" +#~ msgstr "Limpando pacotes velhos ou obsoletos no repositório" + +#~ msgid "files found" +#~ msgstr "arquivos encontrados" + +#~ msgid "show files owned by packages" +#~ msgstr "mostra arquivos usados pelos pacotes" + +#~ msgid "switch to given branch" +#~ msgstr "troca para o ramo válido" + +#~ msgid "from branch" +#~ msgstr "Ramo" + +#~ msgid "don't copy packages from branch" +#~ msgstr "não copia pacotes do Ramo" + +#~ msgid "Invalid branch" +#~ msgstr "Ramo Inválido" + +#~ msgid "No packages to copy" +#~ msgstr "nâo há pacotes a copiar" + +#~ msgid "would be copied to branch" +#~ msgstr "deve ser copiado para o Ramo" + +#~ msgid "switched to branch" +#~ msgstr "troca de Ramo" + +#~ msgid "manage repository branches" +#~ msgstr "manipular os Ramos do repositório" + +#~ msgid "switch from a repository to another" +#~ msgstr "troca um repositório por outro" + +#~ msgid "local revision" +#~ msgstr "revisão local" + +#~ msgid "stored packages" +#~ msgstr "pacotes estocados" + +#~ msgid "upload packages" +#~ msgstr "pacotes enviados" + +#~ msgid "unstaged packages" +#~ msgstr "pacotes não classificados em \"Stages\"" + +#~ msgid "add" +#~ msgstr "adiciona" + +#~ msgid "switch injected" +#~ msgstr "trocando pacotes injetados" + +#~ msgid "show repository status" +#~ msgstr "mostrando status do repositório" + +#~ msgid "inject into given repository" +#~ msgstr "injeta pacote no repositório especificado" + +#~ msgid "No dependencies" +#~ msgstr "Sem dependências" + +#~ msgid "not found" +#~ msgstr "não encontrado" + +#~ msgid "Dependency type" +#~ msgstr "Tipo de dependência" + +#~ msgid "Select a dependency type for" +#~ msgstr "Selecione um tipo de dependência para" + +#~ msgid "Dependencies editor" +#~ msgstr "Editor de dependências" + +#~ msgid "Confirm ?" +#~ msgstr "Confirma ?" + +#~ msgid "dependencies updated successfully" +#~ msgstr "dependências atualizadas com sucesso" + +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "edita dependências de pacotes na base de dados" + +#~ msgid "package dependency" +#~ msgstr "dependências do pacote" + +#~ msgid "source equals destination" +#~ msgstr "origem e destino são idênticos" + +#~ msgid "repository not available" +#~ msgstr "repositório indisponível" + +#~ msgid "Considering all the packages" +#~ msgstr "Considerando todos os pacotes" + +#~ msgid "copy packages from a repository to another" +#~ msgstr "copiar pacotes de um repositório para outro" + +#~ msgid "show reverse dependency graph for packages" +#~ msgstr "mostra árvore de dependências reversas dos pacotes" + +#~ msgid "create keypair for repository and packages" +#~ msgstr "cria par-chave do repositório e dos pacotes" + +#~ msgid "delete keypair (and signatures) from repository" +#~ msgstr "apaga chave (e assinaturas) da base de dados" + +#~ msgid "show keypair status for repository" +#~ msgstr "mostra status do par-chave na base de dados" + +#~ msgid "sign packages in repository using current keypair" +#~ msgstr "assinar pacotes usando o par-chave" + +#~ msgid "import keypair, bind to given repository" +#~ msgstr "importar par-chave, ligar ao repositório habilitado" + +#~ msgid "private key path" +#~ msgstr "caminho da chave privada" + +#~ msgid "public key path" +#~ msgstr "caminho da chave pública" + +#~ msgid "export the repository public key to file" +#~ msgstr "exportar a chave pública para arquivo" + +#~ msgid "export the repository private key to file" +#~ msgstr "exportar a chave privada para arquivo" + +#~ msgid "GPG interface loaded, home directory" +#~ msgstr "Interface GPG carregada, diretório home" + +#~ msgid "Creating keys for repository" +#~ msgstr "Criando chaves para o repositório" + +#~ msgid "Another key already exists for repository" +#~ msgstr "Já existe outra chave no repositório" + +#~ msgid "Would you like to continue?" +#~ msgstr "Você deseja continuar?" + +#~ msgid "Insert e-mail" +#~ msgstr "Insira e-mail" + +#~ msgid "Insert expiration days (0=no expiration)" +#~ msgstr "Inserir dias para expirar (0= não expira)" + +#~ msgid "Insert passphrase (empty=no passphrase)" +#~ msgstr "Inserir palavra-chave (vazio=sem palavra-chave)" + +#~ msgid "Repository GPG keypair creation" +#~ msgstr "Criação do par-chave GPG do repositório" + +#~ msgid "Produced GPG key with fingerprint" +#~ msgstr "produzida chave GPG com marca digital" + +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Você deveria assinalar todos os pacotes nele" + +#~ msgid "Generate a revoke key and store it in a safe place" +#~ msgstr "Refazer a chave e estocá-la em local seguro" + +#~ msgid "You may want to send your keys to a key server" +#~ msgstr "Você também pode mandar sua chaves para um servidor de chaves" + +#~ msgid "Deleting keys for repository" +#~ msgstr "Deletando chaves do repositório" + +#~ msgid "No keys available for given repository" +#~ msgstr "Não há chaves disponíveis para o repositório corrente" + +#~ msgid "Are you really sure?" +#~ msgstr "Você tem certeza? Mesmo?" + +#~ msgid "Keys metadata not available for" +#~ msgstr " Metadados das chaves não estão disponíveis para" + +#~ msgid "Deleted GPG key with fingerprint" +#~ msgstr "Chave GPG com marca digital removida" + +#~ msgid "GPG information for repository" +#~ msgstr "Informação GPG do repositório" + +#~ msgid "Public key identifier" +#~ msgstr "Identificador de chave-pública" + +#~ msgid "Public key fingerprint" +#~ msgstr "Chave com marcação digital pública" + +#~ msgid "Key size" +#~ msgstr "Tamanho da chave" + +#~ msgid "Creation date" +#~ msgstr "Data de cria;'ao" + +#~ msgid "Expires on" +#~ msgstr "Expira em" + +#~ msgid "Importing keypair" +#~ msgstr "Importando par-chave do repositório" + +#~ msgid "Another keypair already exists" +#~ msgstr "Existe outro par-chave no repositório" + +#~ msgid "Imported GPG key with fingerprint" +#~ msgstr "Chave GPG importada com marca digital" + +#~ msgid "Now sign all the packages in it" +#~ msgstr "Você deveria assinalar todos os pacotes nele" + +#~ msgid "Exporting private key for repository" +#~ msgstr "Exportando chave privada para o repositório" + +#~ msgid "Exporting public key for repository" +#~ msgstr "Exportando chave pública para o repositório" + +#~ msgid "No keypair available for repository" +#~ msgstr "não há par-chave no repositório" + +#~ msgid "Keypair is EXPIRED for repository" +#~ msgstr "Par-chave EXPIRADO para o repositório" + +#~ msgid "Unable to export GPG key for repository" +#~ msgstr "Não foi possível exportar chave GPG do repositório" + +#~ msgid "Exported GPG key for repository" +#~ msgstr "Chave GPG exportada com sucesso" + +#~ msgid "manage repository GPG keys" +#~ msgstr "gerenciar repositório de chaves GPG" + +#~ msgid "package paths" +#~ msgstr "caminho do pacote" + +#~ msgid "no such file or directory" +#~ msgstr "não há arquivo ou diretório" + +#~ msgid "unsupported extension" +#~ msgstr "extensão não suportada" + +#~ msgid "no valid package paths" +#~ msgstr "caminhos dos pacotes são inválidos" + +#~ msgid "inject package files into repository" +#~ msgstr "injeta arquivos de pacotes na base de dados" diff --git a/server/po/ro.po b/server/po/ro.po index d61e235df..c94f22dff 100644 --- a/server/po/ro.po +++ b/server/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/sabayon-entropy-" @@ -19,147 +19,147 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -245,14 +245,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +298,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -778,1191 +778,1012 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1982,1142 +1803,243 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" - -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" diff --git a/server/po/ru.po b/server/po/ru.po index 7d35f5153..eee7a45dc 100644 --- a/server/po/ru.po +++ b/server/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:53+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -19,147 +19,148 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Синхронизация текущей базы данных" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "пожалуйста, подождите" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Удаление записи" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Добавление записи" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Экспорт таблицы базы данных" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Экспорт базы данных завершен." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ВНИМАНИЕ" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Произошла ошибка Spm" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "Уникальный Идентификатор Spm не найден для" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "генерируются метаданные provided_libs, пожалуйста, подождите!" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Произошла ошибка Spm" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "Уникальный Идентификатор Spm не найден для" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Ведется обновление метаданных пакетов" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "это может занять время" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Запись API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "действие" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "перемещение пакета завершено" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "ОСТОРОЖНО" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Невозможно запустить очистку SPM, ошибка" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "перемещения пакета успешно завершены" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Перемещение старой записи" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "на" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Синхронизация текущей базы данных" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "пожалуйста, подождите" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Удаление записи" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Добавление записи" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "проверка закачки (если поддерживается)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "проверка подписей" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "Чем дальше - тем лучше!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "испорченная md5 предоставлена функции" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "удаленная md5 неверна" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "успешно" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "не вышло, начинаем снова" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "ошибка" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "не критично" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "продолжаем" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "соединение с зеркалом" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -245,14 +246,10 @@ msgstr "скачивание пакета" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -302,455 +299,463 @@ msgstr "ждем две минуты перед передачей данных" msgid "mirror unlocked" msgstr "зеркало разблокировано" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Локальная статистика" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "директория закачки" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "файлы готовы" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "директория пакетов" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "закачка" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "скачать" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "копировать" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "удалить" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Пакеты к удалению" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Пакеты к локальному перемещению" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Пакеты к закачке" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Пакеты к закачке" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Общий объём к удалению" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Общий объём к закачке" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Общий объём к скачиванию" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Статистика по удаленным операциям для" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "отдалённые пакеты" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "хранимые файлы" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Подсчёт очередей" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "удаление пакета и хэша" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "синхронизация" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "удаление завершено" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "копирование файла и хэша в репозиторий" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "ошибки при закачке" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "причина" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "закачка успешно завершена" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "ошибки загрузки" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "загрузка успешно завершена" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA проверяет файл пакета" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "ошибочный файл пакета, будьте добры исправить" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "начало синхронизации пакетов" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "синхронизация пакетов" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "ошибка сокета" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "на" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "нечего делать на" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Расширение очередей" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "нечего синхронизировать для" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Желаете ли Вы применить вышеуказанные шаги?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Нет" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "клавиатура прекратила работу !!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "вам необходимо запаковать их снова" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "обнаружено исключение" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "свершилось, одно зеркало синхронизировалась нормально!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "просрочено" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "чисто" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "сборка устаревших пакетов" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "сборка устаревших пакетов на выбранной ветке" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "нечего удалять по этой ветви" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "здесь - устаревшие пакеты" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Пакеты к удалению" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Желаете ли продолжить?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "удаленное удаление пакетов" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "ошибки при удалении" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "локальное удаление пакетов" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "скачивание доски уведомлений с зеркал на" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "доска уведомлений успешно скачана с" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "закачка доски уведомлений с" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "закачка доски уведомлений провалена на" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "доска уведомлений закачана успешно" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "путь загрузки" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "ошибки" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "не удалось загрузить с зеркала" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "не удалось распаковать" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Проблемы с treeupdates" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Отправка старой информации назад" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "конфигурированные наборы пакетов" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Ничего не сконфигурировано" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "путь к репозиторию" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "лёгкий дамп" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "контрольная сумма лёгкого дампа" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "открыватель" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "контрольная сумма репозитория" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "контрольная сумма сжатой базы данных" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "деактивированный EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "репозиторий в процессе синхронизации" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "синхронизация репозитория не удалась" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "Проблемы с загрузкой" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "синхронизация репозитория запрещена" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "отсутствуют наборы пакетов" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "тест зависимостей выявил ошибки" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "данные пакеты еще не были удалены" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "проблемы с закачкой" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "синхронизация репозитория завершена" @@ -778,143 +783,156 @@ msgstr "сделайте quickpkg вручную, чтобы обновить в msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "отсутствует набор ключевых слов для пакета, будет использована маска!" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "репозиторий не сконфигурирован" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" "защищённый ID репозитория, невозможно это использовать, тут уж звиняйте..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "установка по умолчанию на 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "репозиторий" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "синхронизация наборов пакетов" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Внимание" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "невозможно подсчитать" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "инициализация репозитория" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "вы точно хотите инициировать данный репозиторий?" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "Невозможно создать директорию хранилища" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "выбран неправильный тэг" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "возвращение выбранных пакетов с веток" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "нечего делать" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "вот пакеты, которые будут возвращены" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "проверка хэша пакета" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "хэш не подсчитан для" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "неверная md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "ошибка при скачивании пакетов с зеркал" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "работа с веткой" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "обновление пакета" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "пакет возвращён" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "переключение" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "невозможно подключить, пакет не найден, пропускем" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "переключение файла" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "успешно обслуженный атом" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Подготовка к перемещению выбранных пакетов в" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Подготовка к копированию выбранных пакетов в" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Замечание" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -922,1051 +940,863 @@ msgstr "" "все старые пакеты с конфликтующими возможностями будут удалены из " "репозитория назначения ещё до добавления" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "новый тэг" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "зависимость" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "переключение" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "невозможно подключить, пакет не найден, пропускем" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "переключение файла" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "успешно обслуженный атом" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Добавление метаинформации entropy в собранные пакеты" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "добавление метаинформации entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "добавление завершено" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "удаление пакета" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Проверка целостности выбранных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Все пакеты в репозитории Entropy Packages будут проверены." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Вот список пакетов, которые будут проверены" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Работа на зеркале" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "проверка хэша" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "проверка списков" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "не поддерживается" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "НЕ в порядке" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Здесь список испорченных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Зеркало" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Статистика" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Число проверенных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Число нормальных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Число испорченных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "локально" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "проверка статуса для" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "испорчен, накоплена контрольная сумма" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "проверены пакеты" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "нормальные пакеты" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "испорченные пакеты" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "скачанные пакеты" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "проваленные загрузки" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "Все недостающие пакеты в репозитории будут загружены." -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "доступно" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "закачано/игнорируется" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Начало загрузки недостающих файлов" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Поиск недостающих/испорченных файлов на другом зеркале" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Бинарные пакеты скачаны успешно." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "А вот эти пакеты не могут быть найдены онлайн" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Они не будут проверены" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Пожалуйста, установите Вашу ветку на" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "и попробуйте" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Переключение пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Игнорирование" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "уже на ветке" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "миграционный цикл завершён" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Запуск теста осиротевших пакетов SPM" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Сканирование пакета" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "больше ничего не найдено" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Строка пакетов" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Проверка" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "зависимости пакетов" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "репозиторий" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Недостающих зависимостей не найдено!" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +#, fuzzy +msgid "No missing dependencies. Lucky bastard..." +msgstr "Недостающих зависимостей не найдено!" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Запускаем тест зависимостей" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Имеются ненайденные зависимости" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Необходимо для" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "для репозитория" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Все зависимости удовлетворены. С чем и поздравляю." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Список испорченных и подсчитанных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Запись результатов в эти файлы" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "В системе все в порядке" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Подсчет библиотек через SPM, подождите немного" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Здесь - подсчитанные пакеты" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Нет подсчитанных пакетов" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Ваш репозиторий по умолчанию не инициализирован" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Вы желаете инициализировать Ваш репозиторий по умолчанию ?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Продолжаем с неинициализированным репозиторием" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Таблица дополнительных репозиториев" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Разблокировано" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Заблокировано" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "невозможно заблокировать зеркало" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "успешно инициализировано" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "добавление пакета" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "добавлен пакет" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "версия" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "ручные зависимости для" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "Имеются ненайденные зависимости" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "Недостающих зависимостей не найдено!" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Да" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Обнаружено исключение, закрываем задания" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "репозиторий сервера" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "репозиторий сообщества" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Сессия Entropy Server Interface в репозитории" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "текущая ветка" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "тип" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Актуально сконфигурированные репозитории" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "файлы конфигурации" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "проверка системы" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "имеются ещё не обновленные файлы конфигурации" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "бесконечно" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ЕТА" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "сек" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Аггрегированная загрузка" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Предостережения по безопасности" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Ошибка" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Осторожно" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "уведомление испорчено" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "успешно обновлено" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "уже обновлено до последней версии" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Проверка контрольной суммы" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "увы, невозможно открыть пакеты" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "жаль, но невозможно прочитать контрольную сумму" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "Не удалось проверить списки, увы" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "проверка списков не удалась, попробуйте позже" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "установка" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Всё замечательно" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "Испорчен клиент репозитория. Пожалуйста, восстановите из резервной копии." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "причина недоступна" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask пользователя" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "системные ключевые слова" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask пользователя" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "user repo package.keywords (все пакеты)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "user repo package.keywords" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords пользователя" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "полностью замаскировано (по ключевому слову?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "repository general packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "repository in branch packages.db.mask" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "user license.mask" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "user live unmask" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "user live mask" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Очистка" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Скачивание" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Не установлено" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Пакет" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "ветка" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Категория" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Имя" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Замаскировано" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Доступно" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Установлено" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "версия" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "версия" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Слот" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Размер" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Загрузка" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Контрольная сумма" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Зависимости" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Конфликты" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Домашняя страница" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Описание" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE-флаги" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Источники" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Запись API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Компилировано с" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Ключевые слова" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Создано" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Лицензия" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Пакетов не найдено" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy требует Вашего внимания" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "у Entropy есть к Вам вопросы" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Отменено" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Выбранный номер" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Пожалуйста, выберите опцию" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Отменить всё" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Подтвердить" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Добавить предмет" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Удалить предмет" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Показать текущий список" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Ваш выбор (введите номер и нажмите Enter)" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Вы не ввели номер." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Неправильное действие." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Неправильная строка." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Неправильный элемент." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1986,1142 +1816,353 @@ msgstr "испорченные библиотеки найдены" msgid "needs" msgstr "требует" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Сканирование библиотек" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Тест библиотек" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Список испорченных пакетов символов" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Список испорченных исполняемых файлов" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "папка забракованного" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "поскольку оно ссылается на" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Ищутся испорченные исполняемые файлы" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "не беспокойтесь о библиотеках, которые показаны здесь, но не позже" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Сканирование библиотек" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "Различные испорченные символы" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Подсчет испорченных библиотек/исполняемых приложений" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Ещё не подготовлено." -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Не установлено" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Пакет" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "ветка" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Категория" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Имя" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Замаскировано" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Доступно" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Установлено" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "версия" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "версия" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Слот" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Размер" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Загрузка" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Контрольная сумма" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Зависимости" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Конфликты" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Домашняя страница" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Описание" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE-флаги" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Источники" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Запись API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Компилировано с" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Ключевые слова" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Создано" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Лицензия" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Пакетов не найдено" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "these are the expired packages" +#~ msgstr "здесь - устаревшие пакеты" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Очистка" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Скачивание" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "Не подсчитано" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "Некорректный репозиторий" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "not available" +#~ msgstr "недоступен" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "переместить пакеты в другой репозиторий" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Здесь перечислены пакеты, которые должны быть удалены" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Ничего не найдено" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "найти пакеты в репозиториях" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Файл конфигурации" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Не подсчитано" +#~ msgid "Aborting !" +#~ msgstr "Отмена !" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Некорректный репозиторий" +#~ msgid "Commit message" +#~ msgstr "Подтвердить сообщение" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Host" +#~ msgstr "Хост" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Title" +#~ msgstr "Заголовок" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Доска уведомлений недоступна" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Выберите ту, которую Вы хотите удалить" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Вы уверены, что хотите это удалить?" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Нажмите Enter, чтобы продолжить" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Выйти/Подтвердить" -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "Выберите один, набрав его название" -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Невозможно подсчитать" -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Нет корректных пакетов к перепаковке" -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Сканирование..." -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Вы желаете удалить их сейчас ?" -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Желаете ли запаковать их сейчас?" -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" +#~ msgid "inside" +#~ msgstr "внутри" -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Сжатие пакетов" -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "" +#~ "Игнорируем испорченную запись Spm, будьте добры её перекомпилировать" -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Делать нечего, проверьте позже." -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "Обслуженные записи" -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" +#~ msgid "No dependencies" +#~ msgstr "Без зависимостей" -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" +#~ msgid "not found" +#~ msgstr "не найдено" -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" +#~ msgid "copy packages from a repository to another" +#~ msgstr "копировать пакеты в другой репозиторий" -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "недоступен" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "переместить пакеты в другой репозиторий" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Здесь перечислены пакеты, которые должны быть удалены" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Ничего не найдено" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "найти пакеты в репозиториях" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Файл конфигурации" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Отмена !" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Подтвердить сообщение" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Хост" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Заголовок" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Доска уведомлений недоступна" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Выберите ту, которую Вы хотите удалить" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Вы уверены, что хотите это удалить?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Нажмите Enter, чтобы продолжить" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Выйти/Подтвердить" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "Выберите один, набрав его название" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Невозможно подсчитать" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Нет корректных пакетов к перепаковке" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Сканирование..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "просрочено" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Вы желаете удалить их сейчас ?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Желаете ли запаковать их сейчас?" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "внутри" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Сжатие пакетов" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Игнорируем испорченную запись Spm, будьте добры её перекомпилировать" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Делать нечего, проверьте позже." - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "Обслуженные записи" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "зависимости пакетов" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Без зависимостей" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "не найдено" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "копировать пакеты в другой репозиторий" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Дата создания" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Дата создания" diff --git a/server/po/sk.po b/server/po/sk.po index fa875fa52..c7e8e9ee7 100644 --- a/server/po/sk.po +++ b/server/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -17,147 +17,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Synchronizácia aktuálnej databázy" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "prosím čakajte" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Odstraňovanie položky" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Pridávanie položky" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Exportovanie tabuľky databázy" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Export datábazy dokončený." -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "POZOR" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Vyskytla sa Spm chyba" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Vyskytla sa Spm chyba" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "MZB" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "môže to chvíľu trvať" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" +msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "operácia" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "Operácia presunu balíčku dokončená" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "VAROVANIE" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Nie je možne spustiť vyčistenie SPM, chyba" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "presuny balíčkov úspešne dokončené" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Moving old entry" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "do" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Synchronizácia aktuálnej databázy" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "prosím čakajte" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Odstraňovanie položky" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Pridávanie položky" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "chyba" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "pripájanie k zrkadlu" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -243,14 +243,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -300,455 +296,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "dôvod" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -776,1193 +776,1017 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "repozitár nie je nakonfigurovaný" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "repozitár" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "synchronizácia sád balíčkov" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Pozor" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "GPG kĺúč bol dostupný v" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Poznámka" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "spätná závislosť" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "závislosť" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "GPG kĺúč bol dostupný v" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "GnuPG nie je dostupný" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "Nie sú dostupné kľúče pre" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "označenie balíčka" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "Neznáma chyba označenia balíčka" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "označené balíčky" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" -msgstr "" +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "Bežiaca závislosť" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "repozitár" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Závislosti" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Odomknutý" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Zamknutý" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "nie je možné zamknúť zrkadlo" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "úspešne spustené" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Ano" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "s" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" "Uistite sa overením pridaného kľúča a nastavením vhodných úrovní " "dôveryhodnosti" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "Zmenený GPG kľúč pre" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "GPG kľúč je už nainštalovaný pre" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "Inštalácia GPG kľúča pre URL" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "Úspešne nainštalovaný GPG kľúč pre URL" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Bezpečnostné avíza" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "overenie GPG kľúča bolo úspešné" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Chyba" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Upozornenie" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "avíza sú poškodené" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "získavanie nových avíz" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "úspešne aktualizované" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "už je aktualizované" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "nie je možné stiahnuť kontrolný súčet, prepáčte" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "nie je možné stiahnuť avíza, prepáčte" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Overovanie kontrolného súčtu" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "nie je možné otvoriť balíček, prepáčte" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "nedá sa čítať kontrolný súčet, prepáčte" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "zlyhal prehľad overenia, prepáčte" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "overenie bolo úspešné" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "Služba GPG nie je dostupná" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "zlyhal prehľad overenia, skúste to neskôr" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "inštalovanie" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "Bežiaca závislosť" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "Funkčná závislosť" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "Zostavovacia závislosť" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Čistenie" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Balíček" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Skryté" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Dostupné" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Nainštalované" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Slot" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Závislosti" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "Legenda" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Popis" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Zdroje" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Kľúčové slová" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licencia" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "Opačné zobrazenie nainštalovaných balíčkov" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "Upraviť položku" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Vaša voľba (napíšte číslo a stlačte enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Nenapísali ste číslo." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Neplatná činnosť." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1982,1142 +1806,306 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Test knižníc" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Balíček" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Skryté" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Dostupné" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Nainštalované" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Slot" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Závislosti" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "Legenda" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Popis" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Zdroje" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Kľúčové slová" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licencia" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "Opačné zobrazenie nainštalovaných balíčkov" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Čistenie" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "do not include reverse dependencies" +#~ msgstr "nezahrňuje spätné závislosti" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Nič nebolo nájdené" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Another Entropy is currently running." +#~ msgstr "Práve beží iné Entropy." -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Konfiguračný súbor" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "Entropy repository has been initialized" +#~ msgstr "Entropy správca repozitárov bol inicializovaný" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "Host" +#~ msgstr "Server" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "Title" +#~ msgstr "Názov" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Chcete ich odstrániť teraz?" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "warning" +#~ msgstr "upozornenie" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "local revision" +#~ msgstr "lokálna evízia" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" +#~ msgid "stored packages" +#~ msgstr "uložené balíčky" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" +#~ msgid "upload packages" +#~ msgstr "odovzdať balíčky" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Dependency type" +#~ msgstr "Typ závislosti" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Dependencies editor" +#~ msgstr "Editor závislostí" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Confirm ?" +#~ msgstr "Potvrdiť?" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "dependencies updated successfully" +#~ msgstr "závislosti boli úspešne aktualizované" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "repository not available" +#~ msgstr "repozitár nie je dostupný" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Would you like to continue?" +#~ msgstr "Chcete pokračovať ?" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "nezahrňuje spätné závislosti" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Nič nebolo nájdené" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "Práve beží iné Entropy." - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Konfiguračný súbor" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "Entropy správca repozitárov bol inicializovaný" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Server" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Názov" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Chcete ich odstrániť teraz?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "upozornenie" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "lokálna evízia" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "uložené balíčky" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "odovzdať balíčky" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "Typ závislosti" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "Editor závislostí" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "Potvrdiť?" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "závislosti boli úspešne aktualizované" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "repozitár nie je dostupný" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Chcete pokračovať ?" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Dátum vydania" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Dátum vydania" diff --git a/server/po/sv.po b/server/po/sv.po index 14957e154..525e6dac7 100644 --- a/server/po/sv.po +++ b/server/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/sabayon-entropy-" @@ -19,147 +19,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "vänligen vänta" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Tar bort post" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "ATTENTION" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "uppdaterar layout för förrådets metadata, vänligen vänta!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" +msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "till" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "vänligen vänta" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Tar bort post" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "fel" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -245,13 +245,10 @@ msgstr "hämtar paket" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -301,455 +298,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "hämta" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "ta bort" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Beräknar köer" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "tar bort paket + hash" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "orsak" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "på" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Nej" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "du måste paketera dem igen" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "tar bort paket lokalt" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "borttagna" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "tar bort anslagstavla från" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "hämtningssökväg" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "fel" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "Avaktiverade EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -777,1190 +778,1014 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "förråd" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "fel md5" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "fel vid hämtning av paket från speglar" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "arbetar på gren" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "uppdaterar paket" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "flyttar fil" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "omvända beroenden" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "flyttar fil" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "tar bort paket" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Spegel" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Statistik" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "lokal" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" -msgstr "" +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "Beräknar köer" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "förråd" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Beroenden" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Ja" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Undantag fångat, stänger uppgifter" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "typ" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "borttagna" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "ersatte" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "Återstående tid" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "sek" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "Kom ihåg att verifiera importerade nycklar och sätta passande nivåer" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "GPG-nyckel redan installerad för" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Säkerhetsrådgivning" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "GPG-nyckel verifierades framgångsrikt" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "hämtar senaste råd" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "uppdaterade framgångsrikt" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "redan aktuell" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "framgångsrik verifiering" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "installerar" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Städar" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Hämtar" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Paket" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Kategori" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Namn" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Maskade" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Tillgängliga" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Installerade" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "version" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Spår" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Storlek" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Beroenden" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Hemsida" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Beskrivning" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE-flaggor" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Källor" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Nyckelord" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Licens" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy behöver din uppmärksamhet" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Ditt val (ange ett tal och tryck enter):" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "gamla" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "nytt värde:" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1980,1142 +1805,291 @@ msgstr "" msgid "needs" msgstr "behöver" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Paket" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Kategori" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Namn" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Maskade" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Tillgängliga" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Installerade" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "version" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Spår" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Storlek" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Beroenden" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Hemsida" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Beskrivning" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE-flaggor" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Källor" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Nyckelord" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Licens" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Städar" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Hämtar" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "sök paket i förråd" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Konfigurationsfil" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Aborting !" +#~ msgstr "Avbryter!" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "Host" +#~ msgstr "Värd" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "Title" +#~ msgstr "Titel" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Är du säker på att du vill ta bort detta?" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "warning" +#~ msgstr "varning" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "inside" +#~ msgstr "i" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "stored packages" +#~ msgstr "lagrade paket" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" +#~ msgid "dependencies updated successfully" +#~ msgstr "beroenden uppdaterade framgångsrikt" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" +#~ msgid "Now you should sign all the packages in it" +#~ msgstr "Nu skall du signera alla paket i det" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Are you really sure?" +#~ msgstr "Är du verkligen säker?" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "sök paket i förråd" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Konfigurationsfil" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Avbryter!" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Värd" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Titel" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Är du säker på att du vill ta bort detta?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "varning" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "i" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "lagrade paket" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "beroenden uppdaterade framgångsrikt" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "Nu skall du signera alla paket i det" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Är du verkligen säker?" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Skapat" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Skapat" diff --git a/server/po/tr.po b/server/po/tr.po index 26bc39400..c9d0d0a63 100644 --- a/server/po/tr.po +++ b/server/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-12-08 07:37+0000\n" "Last-Translator: doktordeman \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/sabayon-entropy-" @@ -20,147 +20,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Geçerli veritabanı senkronize ediliyor" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "lütfen bekleyiniz" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Girdi kaldırılıyor" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Girdli ekleniyor" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Veritabanı tablosu çıkartılıyor" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Veritabanı tablosu çıkartılması tamamlandı" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "DİKKAT" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "Spm hatası oluştu" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "depo meta veri yerleşimi güncelleniyor,lütfen bekleyiniz!" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "Spm hatası oluştu" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "Paket meta verilerinin güncellenmesine çalışılıyor" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "Bu bir süre alabilir" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" +msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "eylem" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "paket taşıma eylemleri tamamlandı" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "UYARI" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "paket taşıma başarıyla tamamlandı" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Eski girdiler taşınıyor" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Geçerli veritabanı senkronize ediliyor" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "lütfen bekleyiniz" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Girdi kaldırılıyor" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Girdli ekleniyor" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "doğrulayarak karşıya yükleme (eğer destekliyorsa)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "Şimdiye kadar, çok iyi!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "başarılı" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "başarısız,yeniden deneniyor" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "hata" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "önemli değil" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "devam ediliyor" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "yansıya bağlanılıyor" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -246,12 +246,11 @@ msgstr "paket indiriliyor" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 +#, fuzzy msgid "package" -msgid_plural "packages" -msgstr[0] "" +msgstr "" "paket\n" "\n" "paketler" @@ -304,455 +303,461 @@ msgstr "" msgid "mirror unlocked" msgstr "yansı kilitli değil" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "yerel istatistikler" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "karşıya yükleme dizini" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "dosyalar hazır" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "paket dizini" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "karşıya yükleme" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "indir" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "kopya" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "kaldır" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Kaldırılacak paketler" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Yerele taşınacak paketler" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Karşıya yüklenecek paketler" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Karşıya yüklenecek paketler" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Toplam kaldırma boyutu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Toplam karşıya yükleme boyutu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Toplam indime boyutu" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Kuyruklar hesaplanıyor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "senkronizasyon" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "tamamen kaldırılması" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "karşıya yükleme hataları" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "neden" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "karşıya yükleme başarı ile tamamlandı" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "indirme hataları" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "indirme başarı ile tamamlandı" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "Paket senkronizasyonu başlıyor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "yuva hatası" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Kuyruklar genişletiliyor" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Hayır" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Kaldırılacak paketler" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -780,1189 +785,1011 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" -msgstr "" +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "Kuyruklar hesaplanıyor" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1982,1142 +1809,276 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "edit dependencies for packages in repository" +#~ msgstr "Depo içerisindeki paketlerin için " -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "package dependency" +#~ msgstr "paket bağımlılığı" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "repository not available" +#~ msgstr "depo kullanılabilir değil" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Would you like to continue?" +#~ msgstr "Devam etmek ister misiniz ?" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Are you really sure?" +#~ msgstr "Gerçekten emin misiniz?" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Oluşturulma tarihi" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "package paths" +#~ msgstr "paket yolları" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "no such file or directory" +#~ msgstr "böyle bir dosya ya da dizin yok" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "unsupported extension" +#~ msgstr "desteklenmeyen uzantı" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "Depo içerisindeki paketlerin için " - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "paket bağımlılığı" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "depo kullanılabilir değil" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "Devam etmek ister misiniz ?" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "Gerçekten emin misiniz?" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Oluşturulma tarihi" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "paket yolları" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "böyle bir dosya ya da dizin yok" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "desteklenmeyen uzantı" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "Geçerli olmayan paket yolları" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "no valid package paths" +#~ msgstr "Geçerli olmayan paket yolları" diff --git a/server/po/uk.po b/server/po/uk.po index 28de71f89..664ab6adf 100644 --- a/server/po/uk.po +++ b/server/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,148 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "Синхронізація поточної бази даних" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "зачекайте, будь-ласка" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "Видалення запису" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "Додавання запису" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "Експорт таблиці бази даних" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "Експорт бази даних завершено. " -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "УВАГА" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "Генерація мета-інформації. Будь-ласка, зачекайте." -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "SPM" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "ця дія може тривати деякий час" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" -msgstr "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +#, fuzzy +msgid "Entropy" +msgstr "Запис API" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "дія" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "переміщення пакунку завершене" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "ОБЕРЕЖНО" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "Неможливо виконати очищення SPM, помилка" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "переміщення пакунку вдало завершені" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "Переміщення старого запису" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "на" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "Синхронізація поточної бази даних" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "зачекайте, будь-ласка" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "Видалення запису" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "Додавання запису" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "перевірка завантаження (якщо підтримується)" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "перевірка списків" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "Чим далі - тим краще!" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "зіпсована md5 -перевірка надана функції" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "віддалена md5 -перевірка закінчилась помилково" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "вдало" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "закічилось помилково, починаємо знову" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "помилка" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "не критично" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "продовжуємо" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "з'єднання з дзеркалом" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "зміна директорії на" @@ -244,14 +245,10 @@ msgstr "завантаження пакунку" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -301,455 +298,463 @@ msgstr "чекаємо дві хвилини перед передачею да msgid "mirror unlocked" msgstr "дзеркало розблоковано" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "Локальна статистика" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "директорія завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "файли готові" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "директорія пакунків" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "завантажити" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "копіювати" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "видалити" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "Пакунки до видалення" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "Пакунки до локального переміщення" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +#, fuzzy +msgid "Packages to be downloaded" +msgstr "Пакунки до завантаження" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "Пакунки до завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "Загальний обсяг до видалення" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "Загальний обсяг до завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "Загальний обсяг до завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "Статистика віддалених операцій для" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "віддалені пакунки" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "збережені файли" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "Підрахунок черг" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "видалення пакунку і хеша" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "синхронізація" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "видалення завершено" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "копіювання файлу і хеша до головного репозиторію" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "помилки при завантаженні" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "причина" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "завантаження вдало завершене" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "помилки завантаження" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "завантаження вдало завершене" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "QA перевіряє файл пакунку" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "хибний файл пакунку, будь-ласка виправте" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "початок синхронізації пакунків" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "синхронізація пакунків" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "помилка сокета" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "на" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "робити більше нічого на" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "Розширення черг" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "немає нічого до синхронізації для" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "Бажаєте застосувати вищезгадані кроки?" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "Ni" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "клавіатура припинила роботу!!" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "вам необхідно знову їх запакувати" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "виявлено виняток" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "принаймні одне дзеркало синхронізувалося нормально!" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +#, fuzzy +msgid "expire" +msgstr "протермінований" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "чисто" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "збірка застарілих пакунків" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "збірка застарілих пакунків на обраній гілці" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +#, fuzzy +msgid "nothing to clean on this branch" msgstr "немає нічого до видалення з цієї гілки" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" -msgstr "тут - застарілі пакунки" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +#, fuzzy +msgid "these will be removed" +msgstr "Пакунки до видалення" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "Бажаєте продовжити?" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "віддалене видалення пакунків" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "помилки при видаленні" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "локальне видалення пакунків" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "завантаження дошки повідомлень з дзеркал на" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "дошка повідомлень вдало завантажена з" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "завантаження дошки повідомлень з" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "завантаження дошки повідомлень закінчилось невдало на" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "дошка повідомлень вдало завантажена" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "шлях завантаження" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "помилки" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "не вдалося завантажити з дзеркала" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "Проблеми з оновленням дерева залежностей" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "Повернення застарілої інформації назад" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "налаштовані набори пакунків" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "Нічого не налаштовано" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "легкий дамп" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "контрольна сума легкого дампу" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "відкривач" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "контрольна сума стисненої бази даних" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "деактивований EAPI" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "Проблеми з завантаженням" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "проблеми з завантаженням" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -777,143 +782,156 @@ msgstr "виконайте quickpkg власноруч, щоб оновити в msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "репозиторій не налаштовано" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" "ID захищеного репозиторію, його неможливо використовувати, звиняйте, куме..." -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "встановлено за замовчуванням на 0" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "репозиторій" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "Увага" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "неможливо співставити" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "обраний невірний тег" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "повернення обраних пакунків з гілок" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "більше немає чого робити" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "ось пакунки, які будуть повернуті" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "перевірка хеша пакунку" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "хеш не співпадає для" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "невірна md5-сума" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "помилка при завантаженні пакунків з дзеркал" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "робота з гілкою" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "оновлення пакунку" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "пакунок повернуто" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "переключення" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "неможливо переключити, пакунок не знайдений, пропускаємо" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "переміщення файлу" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "вдало оброблений атом" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "Підготовка до переміщення обраних пакунків у" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "Підготовка до копіювання обраних пакунків у" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "Зауваження" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" @@ -921,1051 +939,862 @@ msgstr "" "всі старі пакунки з конфліктуючими можливостями будуть видалені зрепозиторію " "призначення ще перед додаванням" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "новий тег" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "залежність" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "переключення" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "неможливо переключити, пакунок не знайдений, пропускаємо" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "переміщення файлу" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "вдало оброблений атом" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "Додавання мета-інформації entropy в зібрані пакунки" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "додавання мета-інформації entropy" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "додавання завершено" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "видалення пакунку" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "Перевірка цілісності обраних пакунків" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "Всі пакунки в репозиторії Entropy Packages будуть перевірені." -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "Ось перелік пакунків, які будуть перевірені" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "Робота з дзеркалом" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "перевірка хеша" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "перевірка списків" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "не підтримується" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "НЕ все гаразд" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "Ось перелік зламаних пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "Дзеркало" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "Статистика" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "Кількість перевірених пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "Число нормальних пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "Число зламаних пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "локально" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "перевірка статусу для" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "зіпсований, збережена контрольна сума" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "перевірені пакунки" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "нормальні пакунки" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "зламані пакунки" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "завантажені пакунки" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "невдалі завантаження" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "наявно" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "завантажено/пропущено" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "Початок завантаження відсутніх файлів" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "Пошук відсутніх/зламаних файлів на іншому дзеркалі" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "Бінарні пакунки вдало завантажено." -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "А ось ці пакунки не можуть бути знайдені в інтернеті" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "Вони не будуть перевірені" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "Встановіть Вашу гілку на" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "і спробуйте" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "Перемикання пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "Пропускаємо" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "вже на гілці" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "міграційний цикл завершений" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "Виконання тесту осиротілих пакунків SPM" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "Сканування пакунку" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "більше нічого не знайдено" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "Рядок пакунків" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "Перевірка" -#: ../../lib/entropy/server/interfaces/main.py:3925 +#: ../../lib/entropy/server/interfaces/main.py:3977 +#, fuzzy +msgid "Calculating dependencies" +msgstr "залежності пакунків" + +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +#, fuzzy +msgid "checking repository" +msgstr "репозиторій" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +#, fuzzy +msgid "missing dependencies" +msgstr "Без залежностей" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 msgid "Running dependencies test" msgstr "Виконуємо тест залежностей" -#: ../../lib/entropy/server/interfaces/main.py:3957 +#: ../../lib/entropy/server/interfaces/main.py:4257 msgid "These are the dependencies not found" msgstr "Є незнайдені залежності" -#: ../../lib/entropy/server/interfaces/main.py:3964 +#: ../../lib/entropy/server/interfaces/main.py:4264 msgid "Needed by" msgstr "Необхідно для" -#: ../../lib/entropy/server/interfaces/main.py:3982 +#: ../../lib/entropy/server/interfaces/main.py:4282 msgid "by repo" msgstr "для репозиторію" -#: ../../lib/entropy/server/interfaces/main.py:3992 +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "Всі залежності задоволені. З чим і вітаю." -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "Перелік зламаних та підходящих пакунків" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "Запис результатів у ці файли" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "З системою все гаразд" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "Порівняння бібліотек з SPM, почекайте" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "Ось підходящі пакунки" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "Немає підходящих пакунків" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "Ваш репозиторій за замовчуванням не ініціалізовано" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "Ви бажаєте ініціалізувати Ваш репозиторій за замовчуванням?" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "Продовжуємо з неініціалізованим репозиторієм" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "Таблиця додаткових репозиторіїв" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "Розблоковано" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "Заблоковано" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "неможливо заблокувати дзеркало" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "вдало ініціалізований" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "додавання пакунку" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "додано пакунок" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "версія" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "ручні залежності для" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "Tak" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "Виявлено виняток, закриваємо завдання" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "репозиторій сервера" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "репозиторій співтовариства" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "Сесія Entropy Server Interface в репозиторії" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "поточна гілка" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "тип" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "Вірно налаштовані репозиторії" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "файли налаштуваннь" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "перевірка системи" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "є ще не оновлені файли налаштуваннь" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "безконечно" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "[F]" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "ЕТА" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "сек." -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "Сукупне завантаження" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "Застереження безпеки" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "Помилка" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "Обережно" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "повідомлення зламане" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "вдало оновлено" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "вже оновлено до найновішої версії" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "Перевірка контрольної суми" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "неможливо відкрити пакунки, на жаль" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "неможливо прочитати контрольну суму, даруйте" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "Не вдалося перевірити списки, на жаль" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "перевірка списків закінчилась невдачею, спробуйте згодом" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "встановлюю" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "Все чудово" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" "Зіпсований репозиторій користувача. Будь-ласка, відновіть з резервної копії." -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "причина невідома" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "package.mask користувача" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "системні ключові слова" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "package.unmask користувача" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "репозитарії користувача package.keywords (усі пакунки)" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "репозитарій користувача package.keywords" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "package.keywords користувача" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "повністю замасковано (за ключовим словом?)" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "загальний репозиторій packages.db.mask" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "репозиторій гілки packages.db.mask" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "користувацька license.mask" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "поточне демаскування користувача" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "поточна маска користувача" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "Очищення" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "Завантаження" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "Не встановлено" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "N/A" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "Пакунок" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "гілка" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "Категорія" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "Ім'я" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "Замасковано" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "Доступні" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "Встановлено" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "версія" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "перевірка" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "Слот" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "Розмір" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "Завантаження" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "Контрольна сума" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "Залежності" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "Конфлікти" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "Домашня сторінка" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "Опис" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "USE-прапорці" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "CHOST" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "CFLAGS" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "CXXFLAGS" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "Джерела" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "Запис API" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "Зкомпільовано з" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "Ключові слова" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "Створено" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "Ліцензія" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "Пакунків не знайдено" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "Entropy вимагає Вашої уваги" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "Entropy має до Вас запитання" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "Скасовано" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "Обраний номер" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "Будь-ласка, оберіть опцію" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "Скасувати все" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "Підтвердити" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "Додати предмет" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "Видалити предмет" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "Показати поточний перелік" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "Ваш вибір (введіть номер і натисніть Enter)" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "Ви не ввели номер." -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "Хибна дія." -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "Помилковий рядок." -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "Хибний елемент." -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1985,1142 +1814,356 @@ msgstr "зламані бібліотеки знайдені" msgid "needs" msgstr "вимагає" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +#, fuzzy +msgid "requires libraries" +msgstr "Сканування бібліотек" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "Тест бібліотек" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "Список зламаних пакунків символів" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "Список зламаних виконуваних файлів" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "тека забракованого" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "оскільки воно посилається на" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "Йде пошук зламаних виконуваних файлів" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "не турбуйтеся про бібліотеки, що показані тут, але не пізніше ніж" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "Сканування бібліотек" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "Різні зламані символи" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "Порівняння зламаних бібліотек/виконуваних програм" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "Ще не підготовано." -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "N/A" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "Не встановлено" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "Пакунок" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "гілка" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "Категорія" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "Ім'я" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "Замасковано" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "Доступні" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "Встановлено" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "версія" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "перевірка" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "Слот" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "Розмір" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "Завантаження" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "Контрольна сума" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "Залежності" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "Конфлікти" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "Домашня сторінка" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "Опис" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "USE-прапорці" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "CHOST" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "CFLAGS" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "CXXFLAGS" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "Джерела" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "Запис API" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "Зкомпільовано з" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "Ключові слова" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "Створено" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "Ліцензія" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "Пакунків не знайдено" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" +#~ msgid "ENTROPY" +#~ msgstr "ENTROPY" -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" +#~ msgid "these are the expired packages" +#~ msgstr "тут - застарілі пакунки" -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" +#~ msgid "Cleaning" +#~ msgstr "Очищення" -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" +#~ msgid "Downloading" +#~ msgstr "Завантаження" -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" +#~ msgid "Not matched" +#~ msgstr "Не співпадає" -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" +#~ msgid "Invalid repository" +#~ msgstr "Хибний репозиторій" -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" +#~ msgid "not available" +#~ msgstr "недоступний" -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" +#~ msgid "move packages from a repository to another" +#~ msgstr "перемістити пакунки в інший репозиторій" -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" +#~ msgid "These are the packages that would be removed" +#~ msgstr "Ось пакунки, що мають бути видалені" -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" +#~ msgid "Nothing found" +#~ msgstr "Нічого не знайдено" -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" +#~ msgid "search packages in repositories" +#~ msgstr "знайти пакунки в репозиторіях" -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" +#~ msgid "Configuration file" +#~ msgstr "Файл налаштування" -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "Не співпадає" +#~ msgid "Aborting !" +#~ msgstr "Скасовую!" -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "Хибний репозиторій" +#~ msgid "Commit message" +#~ msgstr "Підтвердити повідомлення" -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" +#~ msgid "Host" +#~ msgstr "Хост" -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" +#~ msgid "Title" +#~ msgstr "Заголовок" -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" +#~ msgid "Notice board not available" +#~ msgstr "Дошка повідомлень недоступна" -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" +#~ msgid "Choose the one you want to remove" +#~ msgstr "Оберіть ту, котру бажаєте видалити" -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" +#~ msgid "Are you sure you want to remove this?" +#~ msgstr "Ви впевнені, що бажаєте видалити?" -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" +#~ msgid "Press Enter to continue" +#~ msgstr "Натисніть Enter, щоб продовжити" -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" +#~ msgid "Exit/Commit" +#~ msgstr "Вийти/Підтвердити" -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" +#~ msgid "Choose one by typing its identifier" +#~ msgstr "оберіть один, набравши його назву" -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" +#~ msgid "Cannot match" +#~ msgstr "Неможливо порівняти" -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" +#~ msgid "No valid packages to repackage." +#~ msgstr "Немає коректних пакунків до перепакування" -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" +#~ msgid "Scanning..." +#~ msgstr "Сканування..." -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" +#~ msgid "Remove this package?" +#~ msgstr "Видалити пакунки" -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" +#~ msgid "Would you like to remove them now ?" +#~ msgstr "Бажаєте видалити їх зараз ?" -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" +#~ msgid "Add this package?" +#~ msgstr "Додати цей пакунок?" -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" +#~ msgid "Would you like to package them now ?" +#~ msgstr "Бажаєте запакувати їх зараз?" -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" +#~ msgid "inside" +#~ msgstr "всередині" -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" +#~ msgid "Compressing packages" +#~ msgstr "Стиснення пакунків" -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" +#~ msgid "Ignoring broken Spm entry, please recompile it" +#~ msgstr "" +#~ "Пропускаємо зіпсований запис Spm, будь-ласка, налаштуйте його повторно" -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" +#~ msgid "Nothing to do, check later." +#~ msgstr "Робити більше нічого, перевірте згодом." -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" +#~ msgid "Entries handled" +#~ msgstr "обслуговані записи" -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" +#~ msgid "not found" +#~ msgstr "не знайдено" -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" +#~ msgid "copy packages from a repository to another" +#~ msgstr "копіювати пакунки в інший репозиторій" -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "недоступний" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "перемістити пакунки в інший репозиторій" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "Ось пакунки, що мають бути видалені" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "Нічого не знайдено" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "знайти пакунки в репозиторіях" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "Файл налаштування" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "Скасовую!" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "Підтвердити повідомлення" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "Хост" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "Заголовок" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "Дошка повідомлень недоступна" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "Оберіть ту, котру бажаєте видалити" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "Ви впевнені, що бажаєте видалити?" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "Натисніть Enter, щоб продовжити" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "Вийти/Підтвердити" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "оберіть один, набравши його назву" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "Неможливо порівняти" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "Немає коректних пакунків до перепакування" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "Сканування..." - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "протермінований" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "Видалити пакунки" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "Бажаєте видалити їх зараз ?" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "Додати цей пакунок?" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "Бажаєте запакувати їх зараз?" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "всередині" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "Стиснення пакунків" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "Пропускаємо зіпсований запис Spm, будь-ласка, налаштуйте його повторно" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "Робити більше нічого, перевірте згодом." - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "обслуговані записи" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "залежності пакунків" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "Без залежностей" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "не знайдено" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "копіювати пакунки в інший репозиторій" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "Дата створення" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr "" +#~ msgid "Creation date" +#~ msgstr "Дата створення" diff --git a/server/po/zh_TW.po b/server/po/zh_TW.po index 8692d63f0..95b0eb95c 100644 --- a/server/po/zh_TW.po +++ b/server/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sabayon Entropy Server\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-18 19:46+0200\n" +"POT-Creation-Date: 2013-03-07 09:52+0000\n" "PO-Revision-Date: 2012-04-18 17:54+0000\n" "Last-Translator: lxnay \n" "Language-Team: LANGUAGE \n" @@ -18,147 +18,147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../lib/entropy/db/__init__.py:5097 -msgid "Syncing current database" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5098 -msgid "please wait" -msgstr "請稍等" - -#: ../../lib/entropy/db/__init__.py:5113 -msgid "Removing entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5132 -msgid "Adding entry" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5209 +#: ../../lib/entropy/db/sqlite.py:1676 msgid "Exporting database table" msgstr "" -#: ../../lib/entropy/db/__init__.py:5249 +#: ../../lib/entropy/db/sqlite.py:1716 msgid "Database Export complete." msgstr "" -#: ../../lib/entropy/db/__init__.py:5897 ../../lib/entropy/db/__init__.py:5910 -#: ../../lib/entropy/db/__init__.py:5986 ../../lib/entropy/db/__init__.py:6085 -#: ../../lib/entropy/db/__init__.py:6192 ../../lib/entropy/db/__init__.py:6205 +#: ../../lib/entropy/db/sqlite.py:2094 ../../lib/entropy/db/sqlite.py:2198 +#: ../../lib/entropy/db/sqlite.py:2306 ../../lib/entropy/db/sqlite.py:2319 +#: ../../lib/entropy/db/sql.py:5429 ../../lib/entropy/db/sql.py:5442 msgid "ATTENTION" msgstr "注意" -#: ../../lib/entropy/db/__init__.py:5898 -msgid "Spm error occured" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5911 -msgid "Spm Unique Identifier not found for" -msgstr "" - -#: ../../lib/entropy/db/__init__.py:5988 ../../lib/entropy/db/__init__.py:6087 +#: ../../lib/entropy/db/sqlite.py:2096 ../../lib/entropy/db/sqlite.py:2200 msgid "updating repository metadata layout, please wait!" msgstr "" -#: ../../lib/entropy/db/__init__.py:6193 +#: ../../lib/entropy/db/sqlite.py:2307 msgid "generating provided_libs metadata, please wait!" msgstr "" -#: ../../lib/entropy/db/skel.py:1639 ../../lib/entropy/db/skel.py:1986 +#: ../../lib/entropy/db/sql.py:5430 +msgid "Spm error occured" +msgstr "" + +#: ../../lib/entropy/db/sql.py:5443 +msgid "Spm Unique Identifier not found for" +msgstr "" + +#: ../../lib/entropy/db/skel.py:1663 ../../lib/entropy/db/skel.py:2011 msgid "SPM" msgstr "" -#: ../../lib/entropy/db/skel.py:1640 +#: ../../lib/entropy/db/skel.py:1664 msgid "Running packages metadata update" msgstr "" -#: ../../lib/entropy/db/skel.py:1641 +#: ../../lib/entropy/db/skel.py:1665 msgid "it could take a while" msgstr "" -#: ../../lib/entropy/db/skel.py:1661 ../../lib/entropy/db/skel.py:1686 -#: ../../lib/entropy/db/skel.py:1709 -msgid "ENTROPY" +#: ../../lib/entropy/db/skel.py:1685 ../../lib/entropy/db/skel.py:1711 +#: ../../lib/entropy/db/skel.py:1734 +msgid "Entropy" msgstr "" -#: ../../lib/entropy/db/skel.py:1662 +#: ../../lib/entropy/db/skel.py:1686 msgid "action" msgstr "" -#: ../../lib/entropy/db/skel.py:1687 +#: ../../lib/entropy/db/skel.py:1712 msgid "package move actions complete" msgstr "" -#: ../../lib/entropy/db/skel.py:1701 +#: ../../lib/entropy/db/skel.py:1726 msgid "WARNING" msgstr "警告" -#: ../../lib/entropy/db/skel.py:1702 +#: ../../lib/entropy/db/skel.py:1727 msgid "Cannot run SPM cleanup, error" msgstr "" -#: ../../lib/entropy/db/skel.py:1710 +#: ../../lib/entropy/db/skel.py:1735 msgid "package moves completed successfully" msgstr "" -#: ../../lib/entropy/db/skel.py:1987 +#: ../../lib/entropy/db/skel.py:2012 msgid "Moving old entry" msgstr "" -#: ../../lib/entropy/db/skel.py:1989 +#: ../../lib/entropy/db/skel.py:2014 msgid "to" msgstr "" -#: ../../lib/entropy/server/transceivers.py:90 +#: ../../lib/entropy/db/skel.py:3807 +msgid "Syncing current database" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3808 +msgid "please wait" +msgstr "請稍等" + +#: ../../lib/entropy/db/skel.py:3823 +msgid "Removing entry" +msgstr "" + +#: ../../lib/entropy/db/skel.py:3842 +msgid "Adding entry" +msgstr "" + +#: ../../lib/entropy/server/transceivers.py:91 msgid "verifying upload (if supported)" msgstr "" -#: ../../lib/entropy/server/transceivers.py:113 -#: ../../lib/entropy/server/transceivers.py:131 -#: ../../lib/entropy/server/transceivers.py:146 +#: ../../lib/entropy/server/transceivers.py:114 +#: ../../lib/entropy/server/transceivers.py:132 +#: ../../lib/entropy/server/transceivers.py:147 msgid "digest verification" msgstr "" -#: ../../lib/entropy/server/transceivers.py:115 +#: ../../lib/entropy/server/transceivers.py:116 msgid "so far, so good!" msgstr "" -#: ../../lib/entropy/server/transceivers.py:133 +#: ../../lib/entropy/server/transceivers.py:134 msgid "malformed md5 provided to function" msgstr "" -#: ../../lib/entropy/server/transceivers.py:148 +#: ../../lib/entropy/server/transceivers.py:149 msgid "remote md5 is invalid" msgstr "" -#: ../../lib/entropy/server/transceivers.py:264 +#: ../../lib/entropy/server/transceivers.py:265 msgid "successful" msgstr "成功" -#: ../../lib/entropy/server/transceivers.py:282 +#: ../../lib/entropy/server/transceivers.py:283 msgid "failed, retrying" msgstr "" -#: ../../lib/entropy/server/transceivers.py:302 -#: ../../lib/entropy/server/interfaces/mirrors.py:1849 -#: ../../lib/entropy/server/interfaces/mirrors.py:1871 -#: ../../lib/entropy/server/interfaces/db.py:1106 +#: ../../lib/entropy/server/transceivers.py:303 +#: ../../lib/entropy/server/interfaces/mirrors.py:1883 +#: ../../lib/entropy/server/interfaces/mirrors.py:1905 +#: ../../lib/entropy/server/interfaces/db.py:1164 msgid "error" msgstr "" -#: ../../lib/entropy/server/transceivers.py:316 +#: ../../lib/entropy/server/transceivers.py:317 msgid "not critical" msgstr "" -#: ../../lib/entropy/server/transceivers.py:318 +#: ../../lib/entropy/server/transceivers.py:319 msgid "continuing" msgstr "" -#: ../../lib/entropy/server/transceivers.py:414 +#: ../../lib/entropy/server/transceivers.py:415 msgid "connecting to mirror" msgstr "" -#: ../../lib/entropy/server/transceivers.py:425 +#: ../../lib/entropy/server/transceivers.py:426 msgid "setting directory to" msgstr "" @@ -244,12 +244,10 @@ msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:614 #: ../../lib/entropy/server/interfaces/mirrors.py:629 #: ../../lib/entropy/server/interfaces/mirrors.py:646 -#: ../../lib/entropy/server/interfaces/main.py:3090 -#: ../../lib/entropy/server/interfaces/main.py:3233 -#: ../../server/eit/commands/branch.py:147 +#: ../../lib/entropy/server/interfaces/main.py:3149 +#: ../../lib/entropy/server/interfaces/main.py:3292 msgid "package" -msgid_plural "packages" -msgstr[0] "" +msgstr "" #: ../../lib/entropy/server/interfaces/mirrors.py:565 msgid "does not exist" @@ -299,455 +297,459 @@ msgstr "" msgid "mirror unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:933 +#: ../../lib/entropy/server/interfaces/mirrors.py:950 msgid "Local statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:941 +#: ../../lib/entropy/server/interfaces/mirrors.py:958 msgid "upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:943 -#: ../../lib/entropy/server/interfaces/mirrors.py:954 +#: ../../lib/entropy/server/interfaces/mirrors.py:960 +#: ../../lib/entropy/server/interfaces/mirrors.py:971 msgid "files ready" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:952 +#: ../../lib/entropy/server/interfaces/mirrors.py:969 msgid "packages directory" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:973 -#: ../../lib/entropy/server/interfaces/db.py:1398 -#: ../../lib/entropy/server/interfaces/db.py:1418 +#: ../../lib/entropy/server/interfaces/mirrors.py:990 +#: ../../lib/entropy/server/interfaces/db.py:1456 +#: ../../lib/entropy/server/interfaces/db.py:1476 msgid "upload" msgstr "上傳" -#: ../../lib/entropy/server/interfaces/mirrors.py:989 -#: ../../lib/entropy/server/interfaces/db.py:689 -#: ../../lib/entropy/server/interfaces/main.py:3546 -#: ../../lib/entropy/server/interfaces/main.py:4458 +#: ../../lib/entropy/server/interfaces/mirrors.py:1006 +#: ../../lib/entropy/server/interfaces/db.py:718 +#: ../../lib/entropy/server/interfaces/main.py:3605 +#: ../../lib/entropy/server/interfaces/main.py:4758 msgid "download" msgstr "下載" -#: ../../lib/entropy/server/interfaces/mirrors.py:1003 +#: ../../lib/entropy/server/interfaces/mirrors.py:1020 msgid "copy" msgstr "複製" -#: ../../lib/entropy/server/interfaces/mirrors.py:1017 -#: ../../lib/entropy/server/interfaces/mirrors.py:2131 -#: ../../lib/entropy/server/interfaces/main.py:2487 -#: ../../server/eit/commands/status.py:190 +#: ../../lib/entropy/server/interfaces/mirrors.py:1034 +#: ../../lib/entropy/server/interfaces/mirrors.py:2200 +#: ../../lib/entropy/server/interfaces/mirrors.py:2360 +#: ../../lib/entropy/server/interfaces/main.py:2774 msgid "remove" msgstr "移除" -#: ../../lib/entropy/server/interfaces/mirrors.py:1028 +#: ../../lib/entropy/server/interfaces/mirrors.py:1045 msgid "Packages to be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1037 +#: ../../lib/entropy/server/interfaces/mirrors.py:1054 msgid "Packages to be moved locally" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1046 +#: ../../lib/entropy/server/interfaces/mirrors.py:1063 +msgid "Packages to be downloaded" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:1072 msgid "Packages to be uploaded" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1056 +#: ../../lib/entropy/server/interfaces/mirrors.py:1082 msgid "Total removal size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1068 +#: ../../lib/entropy/server/interfaces/mirrors.py:1094 msgid "Total upload size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1077 +#: ../../lib/entropy/server/interfaces/mirrors.py:1103 msgid "Total download size" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1131 +#: ../../lib/entropy/server/interfaces/mirrors.py:1157 msgid "Remote statistics for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1145 +#: ../../lib/entropy/server/interfaces/mirrors.py:1171 msgid "remote packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1147 +#: ../../lib/entropy/server/interfaces/mirrors.py:1173 msgid "files stored" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1155 +#: ../../lib/entropy/server/interfaces/mirrors.py:1181 msgid "Calculating queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1381 +#: ../../lib/entropy/server/interfaces/mirrors.py:1416 msgid "removing package+hash" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1398 -#: ../../lib/entropy/server/interfaces/mirrors.py:1553 -#: ../../lib/entropy/server/interfaces/mirrors.py:1569 -#: ../../lib/entropy/server/interfaces/mirrors.py:1666 -#: ../../lib/entropy/server/interfaces/mirrors.py:1692 -#: ../../lib/entropy/server/interfaces/mirrors.py:1710 -#: ../../lib/entropy/server/interfaces/mirrors.py:1728 -#: ../../lib/entropy/server/interfaces/mirrors.py:1759 -#: ../../lib/entropy/server/interfaces/mirrors.py:1826 -#: ../../lib/entropy/server/interfaces/mirrors.py:1845 -#: ../../lib/entropy/server/interfaces/mirrors.py:1867 -#: ../../lib/entropy/server/interfaces/mirrors.py:1893 -#: ../../lib/entropy/server/interfaces/db.py:1638 -#: ../../lib/entropy/server/interfaces/db.py:1651 -#: ../../lib/entropy/server/interfaces/db.py:1669 -#: ../../lib/entropy/server/interfaces/db.py:1683 -#: ../../lib/entropy/server/interfaces/db.py:1733 -#: ../../lib/entropy/server/interfaces/db.py:1758 -#: ../../lib/entropy/server/interfaces/db.py:1775 -#: ../../lib/entropy/server/interfaces/db.py:1794 -#: ../../lib/entropy/server/interfaces/db.py:1820 +#: ../../lib/entropy/server/interfaces/mirrors.py:1433 +#: ../../lib/entropy/server/interfaces/mirrors.py:1588 +#: ../../lib/entropy/server/interfaces/mirrors.py:1604 +#: ../../lib/entropy/server/interfaces/mirrors.py:1700 +#: ../../lib/entropy/server/interfaces/mirrors.py:1725 +#: ../../lib/entropy/server/interfaces/mirrors.py:1743 +#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1793 +#: ../../lib/entropy/server/interfaces/mirrors.py:1860 +#: ../../lib/entropy/server/interfaces/mirrors.py:1879 +#: ../../lib/entropy/server/interfaces/mirrors.py:1901 +#: ../../lib/entropy/server/interfaces/mirrors.py:1927 +#: ../../lib/entropy/server/interfaces/db.py:1697 +#: ../../lib/entropy/server/interfaces/db.py:1710 +#: ../../lib/entropy/server/interfaces/db.py:1728 +#: ../../lib/entropy/server/interfaces/db.py:1742 +#: ../../lib/entropy/server/interfaces/db.py:1792 +#: ../../lib/entropy/server/interfaces/db.py:1817 #: ../../lib/entropy/server/interfaces/db.py:1834 +#: ../../lib/entropy/server/interfaces/db.py:1853 +#: ../../lib/entropy/server/interfaces/db.py:1879 +#: ../../lib/entropy/server/interfaces/db.py:1893 msgid "sync" msgstr "同步" -#: ../../lib/entropy/server/interfaces/mirrors.py:1400 -#: ../../lib/entropy/server/interfaces/main.py:2962 +#: ../../lib/entropy/server/interfaces/mirrors.py:1435 +#: ../../lib/entropy/server/interfaces/main.py:3021 msgid "removal complete" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1422 +#: ../../lib/entropy/server/interfaces/mirrors.py:1457 msgid "copying file+hash to repository" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1480 +#: ../../lib/entropy/server/interfaces/mirrors.py:1515 msgid "upload errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1482 -#: ../../lib/entropy/server/interfaces/mirrors.py:1557 -#: ../../lib/entropy/server/interfaces/mirrors.py:2208 -#: ../../lib/entropy/server/interfaces/db.py:743 -#: ../../lib/entropy/server/interfaces/db.py:1582 -#: ../../lib/entropy/server/interfaces/main.py:2227 +#: ../../lib/entropy/server/interfaces/mirrors.py:1517 +#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:2484 +#: ../../lib/entropy/server/interfaces/db.py:772 +#: ../../lib/entropy/server/interfaces/db.py:1641 +#: ../../lib/entropy/server/interfaces/main.py:2234 msgid "reason" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1494 +#: ../../lib/entropy/server/interfaces/mirrors.py:1529 msgid "upload completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1555 -#: ../../lib/entropy/server/interfaces/main.py:2226 +#: ../../lib/entropy/server/interfaces/mirrors.py:1590 +#: ../../lib/entropy/server/interfaces/main.py:2233 msgid "download errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1571 -#: ../../lib/entropy/server/interfaces/main.py:2244 +#: ../../lib/entropy/server/interfaces/mirrors.py:1606 +#: ../../lib/entropy/server/interfaces/main.py:2251 msgid "download completed successfully" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1592 +#: ../../lib/entropy/server/interfaces/mirrors.py:1627 msgid "QA checking package file" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1612 +#: ../../lib/entropy/server/interfaces/mirrors.py:1647 msgid "faulty package file, please fix" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1667 +#: ../../lib/entropy/server/interfaces/mirrors.py:1701 msgid "starting packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1694 +#: ../../lib/entropy/server/interfaces/mirrors.py:1727 msgid "packages sync" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1712 +#: ../../lib/entropy/server/interfaces/mirrors.py:1745 msgid "socket error" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1714 +#: ../../lib/entropy/server/interfaces/mirrors.py:1747 msgid "on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1730 +#: ../../lib/entropy/server/interfaces/mirrors.py:1763 msgid "nothing to do on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1741 +#: ../../lib/entropy/server/interfaces/mirrors.py:1774 msgid "Expanding queues" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1761 +#: ../../lib/entropy/server/interfaces/mirrors.py:1795 msgid "nothing to sync for" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1778 +#: ../../lib/entropy/server/interfaces/mirrors.py:1812 msgid "Would you like to run the steps above ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1779 -#: ../../lib/entropy/server/interfaces/mirrors.py:2145 -#: ../../lib/entropy/server/interfaces/main.py:1940 -#: ../../lib/entropy/server/interfaces/main.py:2136 -#: ../../lib/entropy/server/interfaces/main.py:2545 -#: ../../lib/entropy/server/interfaces/main.py:3017 -#: ../../lib/entropy/server/interfaces/main.py:3558 -#: ../../lib/entropy/server/interfaces/main.py:4245 -#: ../../lib/entropy/output.py:742 ../../server/eit/commands/remove.py:125 -#: ../../server/eit/commands/pull.py:198 ../../server/eit/commands/push.py:307 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:283 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:203 -#: ../../server/eit/commands/commit.py:370 -#: ../../server/eit/commands/branch.py:156 -#: ../../server/eit/commands/deps.py:217 ../../server/eit/commands/key.py:167 -#: ../../server/eit/commands/key.py:264 +#: ../../lib/entropy/server/interfaces/mirrors.py:1813 +#: ../../lib/entropy/server/interfaces/mirrors.py:2418 +#: ../../lib/entropy/server/interfaces/main.py:1947 +#: ../../lib/entropy/server/interfaces/main.py:2143 +#: ../../lib/entropy/server/interfaces/main.py:2832 +#: ../../lib/entropy/server/interfaces/main.py:3076 +#: ../../lib/entropy/server/interfaces/main.py:3617 +#: ../../lib/entropy/server/interfaces/main.py:4545 +#: ../../lib/entropy/output.py:766 msgid "No" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1828 +#: ../../lib/entropy/server/interfaces/mirrors.py:1862 msgid "keyboard interrupt !" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1847 +#: ../../lib/entropy/server/interfaces/mirrors.py:1881 msgid "you must package them again" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1869 +#: ../../lib/entropy/server/interfaces/mirrors.py:1903 msgid "exception caught" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:1896 +#: ../../lib/entropy/server/interfaces/mirrors.py:1930 msgid "at least one mirror synced properly!" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2025 +#: ../../lib/entropy/server/interfaces/mirrors.py:2069 +#: ../../lib/entropy/server/interfaces/mirrors.py:2382 +msgid "expire" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2146 +#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +msgid "weaken" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2243 msgid "tidy" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2027 +#: ../../lib/entropy/server/interfaces/mirrors.py:2245 msgid "collecting expired packages" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2041 +#: ../../lib/entropy/server/interfaces/mirrors.py:2259 msgid "collecting expired packages in the selected branches" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2110 -msgid "nothing to remove on this branch" +#: ../../lib/entropy/server/interfaces/mirrors.py:2338 +msgid "nothing to clean on this branch" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2121 -msgid "these are the expired packages" +#: ../../lib/entropy/server/interfaces/mirrors.py:2350 +msgid "these will be removed" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2144 -#: ../../lib/entropy/server/interfaces/main.py:2135 -#: ../../lib/entropy/server/interfaces/main.py:2544 -#: ../../lib/entropy/server/interfaces/main.py:3016 -#: ../../lib/entropy/server/interfaces/main.py:3557 -#: ../../server/eit/commands/remove.py:124 -#: ../../server/eit/commands/branch.py:155 +#: ../../lib/entropy/server/interfaces/mirrors.py:2372 +msgid "these will be marked as expired" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2394 +msgid "these will be removed and marked as weak" +msgstr "" + +#: ../../lib/entropy/server/interfaces/mirrors.py:2417 +#: ../../lib/entropy/server/interfaces/main.py:2142 +#: ../../lib/entropy/server/interfaces/main.py:2831 +#: ../../lib/entropy/server/interfaces/main.py:3075 +#: ../../lib/entropy/server/interfaces/main.py:3616 msgid "Would you like to continue ?" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2174 +#: ../../lib/entropy/server/interfaces/mirrors.py:2450 msgid "removing packages remotely" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2206 +#: ../../lib/entropy/server/interfaces/mirrors.py:2482 msgid "remove errors" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2220 +#: ../../lib/entropy/server/interfaces/mirrors.py:2496 msgid "removing packages locally" msgstr "" -#. this means that user is asking to remove dep_pattern -#: ../../lib/entropy/server/interfaces/mirrors.py:2252 -#: ../../lib/entropy/server/interfaces/main.py:6159 -#: ../../lib/entropy/server/interfaces/main.py:6261 -msgid "removed" -msgstr "" - -#: ../../lib/entropy/server/interfaces/mirrors.py:2279 +#: ../../lib/entropy/server/interfaces/mirrors.py:2535 msgid "downloading notice board from mirrors to" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2306 +#: ../../lib/entropy/server/interfaces/mirrors.py:2562 msgid "notice board downloaded successfully from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2339 +#: ../../lib/entropy/server/interfaces/mirrors.py:2595 msgid "removing notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2368 +#: ../../lib/entropy/server/interfaces/mirrors.py:2624 msgid "notice board removal failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2379 +#: ../../lib/entropy/server/interfaces/mirrors.py:2635 msgid "notice board removal success" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2404 +#: ../../lib/entropy/server/interfaces/mirrors.py:2660 msgid "uploading notice board from" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2431 +#: ../../lib/entropy/server/interfaces/mirrors.py:2687 msgid "notice board upload failed on" msgstr "" -#: ../../lib/entropy/server/interfaces/mirrors.py:2442 +#: ../../lib/entropy/server/interfaces/mirrors.py:2698 msgid "notice board upload success" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:334 -#: ../../lib/entropy/server/interfaces/main.py:3380 +#: ../../lib/entropy/server/interfaces/db.py:363 +#: ../../lib/entropy/server/interfaces/main.py:3439 msgid "Keys for repository are expired" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:690 +#: ../../lib/entropy/server/interfaces/db.py:719 msgid "preparing to download repository from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:699 +#: ../../lib/entropy/server/interfaces/db.py:728 msgid "download path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:735 -#: ../../lib/entropy/server/interfaces/db.py:800 -#: ../../lib/entropy/server/interfaces/db.py:1569 +#: ../../lib/entropy/server/interfaces/db.py:764 +#: ../../lib/entropy/server/interfaces/db.py:829 +#: ../../lib/entropy/server/interfaces/db.py:1628 msgid "errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:736 +#: ../../lib/entropy/server/interfaces/db.py:765 msgid "failed to download from mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:801 +#: ../../lib/entropy/server/interfaces/db.py:830 msgid "failed to unpack" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1105 +#: ../../lib/entropy/server/interfaces/db.py:1163 msgid "Troubles with treeupdates" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1108 +#: ../../lib/entropy/server/interfaces/db.py:1166 msgid "Bumping old data back" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1122 +#: ../../lib/entropy/server/interfaces/db.py:1180 msgid "configured package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1132 +#: ../../lib/entropy/server/interfaces/db.py:1190 msgid "None configured" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1172 +#: ../../lib/entropy/server/interfaces/db.py:1230 msgid "creating compressed repository dump + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1179 -#: ../../lib/entropy/server/interfaces/db.py:1227 -#: ../../lib/entropy/server/interfaces/db.py:1281 +#: ../../lib/entropy/server/interfaces/db.py:1237 +#: ../../lib/entropy/server/interfaces/db.py:1285 +#: ../../lib/entropy/server/interfaces/db.py:1339 msgid "repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1186 +#: ../../lib/entropy/server/interfaces/db.py:1244 msgid "dump light" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1195 +#: ../../lib/entropy/server/interfaces/db.py:1253 msgid "dump light checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1204 -#: ../../lib/entropy/server/interfaces/db.py:1260 +#: ../../lib/entropy/server/interfaces/db.py:1262 +#: ../../lib/entropy/server/interfaces/db.py:1318 msgid "opener" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1219 +#: ../../lib/entropy/server/interfaces/db.py:1277 msgid "compressing repository + checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1234 +#: ../../lib/entropy/server/interfaces/db.py:1292 msgid "compressed repository path" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1243 +#: ../../lib/entropy/server/interfaces/db.py:1301 msgid "repository checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1252 +#: ../../lib/entropy/server/interfaces/db.py:1310 msgid "compressed checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1274 +#: ../../lib/entropy/server/interfaces/db.py:1332 msgid "preparing uncompressed repository for the upload" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1399 +#: ../../lib/entropy/server/interfaces/db.py:1457 msgid "disabled EAPI" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1419 +#: ../../lib/entropy/server/interfaces/db.py:1477 msgid "preparing to upload repository to mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1570 +#: ../../lib/entropy/server/interfaces/db.py:1629 msgid "upload failed, locking and continuing" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1639 +#: ../../lib/entropy/server/interfaces/db.py:1698 msgid "repository already in sync" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1652 +#: ../../lib/entropy/server/interfaces/db.py:1711 msgid "remote repository newer than local, please pull." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1670 -#: ../../lib/entropy/server/interfaces/db.py:1821 +#: ../../lib/entropy/server/interfaces/db.py:1729 +#: ../../lib/entropy/server/interfaces/db.py:1880 msgid "repository sync failed" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1671 +#: ../../lib/entropy/server/interfaces/db.py:1730 msgid "download issues" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/db.py:1684 +#: ../../lib/entropy/server/interfaces/db.py:1743 msgid "local repository newer than remote, please push." msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1734 -#: ../../lib/entropy/server/interfaces/db.py:1759 -#: ../../lib/entropy/server/interfaces/db.py:1776 +#: ../../lib/entropy/server/interfaces/db.py:1793 +#: ../../lib/entropy/server/interfaces/db.py:1818 +#: ../../lib/entropy/server/interfaces/db.py:1835 msgid "repository sync forbidden" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1735 +#: ../../lib/entropy/server/interfaces/db.py:1794 msgid "missing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1760 +#: ../../lib/entropy/server/interfaces/db.py:1819 msgid "dependencies test reported errors" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1795 +#: ../../lib/entropy/server/interfaces/db.py:1854 msgid "these packages haven't been removed yet" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1822 +#: ../../lib/entropy/server/interfaces/db.py:1881 msgid "upload issues" msgstr "" -#: ../../lib/entropy/server/interfaces/db.py:1835 +#: ../../lib/entropy/server/interfaces/db.py:1894 msgid "repository sync completed" msgstr "" @@ -775,1189 +777,1010 @@ msgstr "" msgid "Repository updated anyway" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1174 +#: ../../lib/entropy/server/interfaces/main.py:1181 msgid "package has no keyword set, it will be masked !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1300 -#: ../../lib/entropy/server/interfaces/main.py:4206 +#: ../../lib/entropy/server/interfaces/main.py:1307 +#: ../../lib/entropy/server/interfaces/main.py:4506 msgid "repository not configured" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1306 +#: ../../lib/entropy/server/interfaces/main.py:1313 msgid "protected repository id, can't use this, sorry dude..." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1675 +#: ../../lib/entropy/server/interfaces/main.py:1682 msgid "invalid repository revision" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1677 +#: ../../lib/entropy/server/interfaces/main.py:1684 msgid "defaulting to 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1777 -#: ../../lib/entropy/server/interfaces/main.py:4456 -#: ../../lib/entropy/server/interfaces/main.py:4730 -#: ../../server/eit/commands/test.py:76 ../../server/eit/commands/test.py:85 -#: ../../server/eit/commands/list.py:49 ../../server/eit/commands/log.py:41 -#: ../../server/eit/commands/reset.py:45 -#: ../../server/eit/commands/remote.py:208 -#: ../../server/eit/commands/pull.py:60 ../../server/eit/commands/bump.py:44 -#: ../../server/eit/commands/init.py:45 ../../server/eit/commands/push.py:65 -#: ../../server/eit/commands/pkgmove.py:48 -#: ../../server/eit/commands/notice.py:54 -#: ../../server/eit/commands/notice.py:60 -#: ../../server/eit/commands/notice.py:66 -#: ../../server/eit/commands/commit.py:54 ../../server/eit/commands/lock.py:49 -#: ../../server/eit/commands/cleanup.py:48 -#: ../../server/eit/commands/branch.py:59 -#: ../../server/eit/commands/checkout.py:41 -#: ../../server/eit/commands/status.py:46 ../../server/eit/commands/key.py:55 -#: ../../server/eit/commands/key.py:61 ../../server/eit/commands/key.py:67 -#: ../../server/eit/commands/key.py:73 ../../server/eit/commands/key.py:79 -#: ../../server/eit/commands/key.py:91 ../../server/eit/commands/key.py:100 +#: ../../lib/entropy/server/interfaces/main.py:1784 +#: ../../lib/entropy/server/interfaces/main.py:4756 +#: ../../lib/entropy/server/interfaces/main.py:5030 msgid "repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1778 +#: ../../lib/entropy/server/interfaces/main.py:1785 msgid "syncing package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1822 -#: ../../lib/entropy/qa.py:788 +#: ../../lib/entropy/server/interfaces/main.py:1829 +#: ../../lib/entropy/qa.py:842 msgid "Attention" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1823 +#: ../../lib/entropy/server/interfaces/main.py:1830 msgid "cannot match" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1927 +#: ../../lib/entropy/server/interfaces/main.py:1934 msgid "initializing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1937 +#: ../../lib/entropy/server/interfaces/main.py:1944 msgid "do you really want to initialize this repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1962 -#: ../../server/eit/commands/commit.py:389 +#: ../../lib/entropy/server/interfaces/main.py:1969 msgid "Cannot create store directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:1975 +#: ../../lib/entropy/server/interfaces/main.py:1982 msgid "Cannot create upload directory" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2004 +#: ../../lib/entropy/server/interfaces/main.py:2011 msgid "Invalid tag specified" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2050 +#: ../../lib/entropy/server/interfaces/main.py:2057 msgid "flushing back selected packages from branches" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2076 +#: ../../lib/entropy/server/interfaces/main.py:2083 msgid "nothing to do" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2100 +#: ../../lib/entropy/server/interfaces/main.py:2107 msgid "these are the packages that will be flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2185 +#: ../../lib/entropy/server/interfaces/main.py:2192 msgid "checking package hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2204 +#: ../../lib/entropy/server/interfaces/main.py:2211 msgid "hash does not match for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2214 +#: ../../lib/entropy/server/interfaces/main.py:2221 msgid "wrong md5" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2258 +#: ../../lib/entropy/server/interfaces/main.py:2265 msgid "error downloading packages from mirrors" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2273 +#: ../../lib/entropy/server/interfaces/main.py:2280 msgid "working on branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2289 +#: ../../lib/entropy/server/interfaces/main.py:2296 msgid "updating package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2327 +#: ../../lib/entropy/server/interfaces/main.py:2334 msgid "package flushed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2407 +#: ../../lib/entropy/server/interfaces/main.py:2437 +msgid "switching" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2457 +msgid "cannot switch, package not found, skipping" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2555 +msgid "moving file" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2571 +msgid "loading data from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2603 +msgid "GPG key was available in" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2628 +msgid "injecting data to destination repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2649 +msgid "removing entry from source repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2668 +msgid "successfully handled atom" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:2694 msgid "Cannot touch system repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2422 +#: ../../lib/entropy/server/interfaces/main.py:2709 msgid "Preparing to move selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2424 +#: ../../lib/entropy/server/interfaces/main.py:2711 msgid "Preparing to copy selected packages to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2436 +#: ../../lib/entropy/server/interfaces/main.py:2723 msgid "Note" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2437 +#: ../../lib/entropy/server/interfaces/main.py:2724 msgid "" "all old packages with conflicting scope will be removed from destination " "repo unless injected" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2447 +#: ../../lib/entropy/server/interfaces/main.py:2734 msgid "new tag" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2519 +#: ../../lib/entropy/server/interfaces/main.py:2806 msgid "reverse dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2530 +#: ../../lib/entropy/server/interfaces/main.py:2817 msgid "dependency" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2562 -msgid "switching" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2582 -msgid "cannot switch, package not found, skipping" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2668 -msgid "moving file" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2684 -msgid "loading data from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2714 -msgid "GPG key was available in" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2739 -msgid "injecting data to destination repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2759 -msgid "removing entry from source repository" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2777 -msgid "successfully handled atom" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:2804 +#: ../../lib/entropy/server/interfaces/main.py:2862 msgid "Injecting entropy metadata into built packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2820 +#: ../../lib/entropy/server/interfaces/main.py:2878 msgid "JFYI, GPG infrastructure failed to load" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2874 +#: ../../lib/entropy/server/interfaces/main.py:2932 msgid "injecting entropy metadata" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2922 +#: ../../lib/entropy/server/interfaces/main.py:2980 msgid "injection complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2949 +#: ../../lib/entropy/server/interfaces/main.py:3007 msgid "removing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2974 -#: ../../lib/entropy/server/interfaces/main.py:3177 +#: ../../lib/entropy/server/interfaces/main.py:3033 +#: ../../lib/entropy/server/interfaces/main.py:3236 msgid "Integrity verification of the selected packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2989 -#: ../../lib/entropy/server/interfaces/main.py:3188 +#: ../../lib/entropy/server/interfaces/main.py:3048 +#: ../../lib/entropy/server/interfaces/main.py:3247 msgid "All the packages in repository will be checked." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:2996 +#: ../../lib/entropy/server/interfaces/main.py:3055 msgid "This is the list of the packages that would be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3030 +#: ../../lib/entropy/server/interfaces/main.py:3089 msgid "Working on mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3057 +#: ../../lib/entropy/server/interfaces/main.py:3116 msgid "checking hash" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3072 +#: ../../lib/entropy/server/interfaces/main.py:3131 msgid "digest verification of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3074 +#: ../../lib/entropy/server/interfaces/main.py:3133 msgid "not supported" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3092 +#: ../../lib/entropy/server/interfaces/main.py:3151 msgid "NOT healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3105 -#: ../../lib/entropy/server/interfaces/main.py:3245 +#: ../../lib/entropy/server/interfaces/main.py:3164 +#: ../../lib/entropy/server/interfaces/main.py:3304 msgid "This is the list of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3114 +#: ../../lib/entropy/server/interfaces/main.py:3173 msgid "Mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3133 -#: ../../server/eit/commands/commit.py:425 +#: ../../lib/entropy/server/interfaces/main.py:3192 msgid "Statistics" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3142 +#: ../../lib/entropy/server/interfaces/main.py:3201 msgid "Number of checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3152 +#: ../../lib/entropy/server/interfaces/main.py:3211 msgid "Number of healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3162 +#: ../../lib/entropy/server/interfaces/main.py:3221 msgid "Number of broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3176 -#: ../../lib/entropy/server/interfaces/main.py:3333 +#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3392 msgid "local" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3213 +#: ../../lib/entropy/server/interfaces/main.py:3272 msgid "checking status of" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3235 +#: ../../lib/entropy/server/interfaces/main.py:3294 msgid "is corrupted, stored checksum" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3272 +#: ../../lib/entropy/server/interfaces/main.py:3331 msgid "checked packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3282 +#: ../../lib/entropy/server/interfaces/main.py:3341 msgid "healthy packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3292 -#: ../../lib/entropy/server/interfaces/main.py:3474 +#: ../../lib/entropy/server/interfaces/main.py:3351 +#: ../../lib/entropy/server/interfaces/main.py:3533 msgid "broken packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3302 -#: ../../lib/entropy/server/interfaces/main.py:3484 +#: ../../lib/entropy/server/interfaces/main.py:3361 +#: ../../lib/entropy/server/interfaces/main.py:3543 msgid "downloaded packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3312 -#: ../../lib/entropy/server/interfaces/main.py:3494 +#: ../../lib/entropy/server/interfaces/main.py:3371 +#: ../../lib/entropy/server/interfaces/main.py:3553 msgid "failed downloads" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3334 +#: ../../lib/entropy/server/interfaces/main.py:3393 msgid "GPG signing packages for repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3346 +#: ../../lib/entropy/server/interfaces/main.py:3405 msgid "All the missing packages in repository will be downloaded." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3362 -#: ../../server/eit/commands/key.py:141 +#: ../../lib/entropy/server/interfaces/main.py:3421 msgid "GnuPG not available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3388 +#: ../../lib/entropy/server/interfaces/main.py:3447 msgid "Keys not available for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3419 +#: ../../lib/entropy/server/interfaces/main.py:3478 msgid "signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3434 +#: ../../lib/entropy/server/interfaces/main.py:3493 msgid "Unknown error signing package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3464 +#: ../../lib/entropy/server/interfaces/main.py:3523 msgid "signed packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3523 +#: ../../lib/entropy/server/interfaces/main.py:3582 msgid "available" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3535 +#: ../../lib/entropy/server/interfaces/main.py:3594 msgid "upload/ignored" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3570 +#: ../../lib/entropy/server/interfaces/main.py:3629 msgid "Starting to download missing files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3581 +#: ../../lib/entropy/server/interfaces/main.py:3640 msgid "Searching missing/broken files on another mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3602 +#: ../../lib/entropy/server/interfaces/main.py:3661 msgid "Binary packages downloaded successfully." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3611 +#: ../../lib/entropy/server/interfaces/main.py:3670 msgid "These are the packages that cannot be found online" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3627 +#: ../../lib/entropy/server/interfaces/main.py:3686 msgid "They won't be checked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3641 +#: ../../lib/entropy/server/interfaces/main.py:3700 msgid "Please setup your branch to" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3643 +#: ../../lib/entropy/server/interfaces/main.py:3702 msgid "and retry" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3653 +#: ../../lib/entropy/server/interfaces/main.py:3712 msgid "Copying repository (if not exists)" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3686 +#: ../../lib/entropy/server/interfaces/main.py:3745 msgid "Switching packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3721 +#: ../../lib/entropy/server/interfaces/main.py:3780 msgid "Ignoring" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3723 +#: ../../lib/entropy/server/interfaces/main.py:3782 msgid "already in branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3757 +#: ../../lib/entropy/server/interfaces/main.py:3816 msgid "migration loop completed" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3775 +#: ../../lib/entropy/server/interfaces/main.py:3834 msgid "Running orphaned SPM packages test" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3791 +#: ../../lib/entropy/server/interfaces/main.py:3850 msgid "Scanning package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3817 +#: ../../lib/entropy/server/interfaces/main.py:3876 msgid "not found anymore" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3829 -#: ../../lib/entropy/server/interfaces/main.py:4105 +#: ../../lib/entropy/server/interfaces/main.py:3888 +#: ../../lib/entropy/server/interfaces/main.py:4405 msgid "Packages string" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3860 +#: ../../lib/entropy/server/interfaces/main.py:3919 msgid "Checking" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3925 -msgid "Running dependencies test" +#: ../../lib/entropy/server/interfaces/main.py:3977 +msgid "Calculating dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:3957 -msgid "These are the dependencies not found" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3964 -msgid "Needed by" -msgstr "" - -#: ../../lib/entropy/server/interfaces/main.py:3982 -msgid "by repo" +#: ../../lib/entropy/server/interfaces/main.py:3985 +msgid "if these repositories were merged" msgstr "" #: ../../lib/entropy/server/interfaces/main.py:3992 +msgid "and if these repositories were drained" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4013 +msgid "checking repository" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4077 +msgid "missing dependencies" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4088 +msgid "No missing dependencies. Lucky bastard..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4111 +msgid "Calculating library dependencies of injected packages" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4162 +msgid "There are broken injected packages. Please fix." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4168 +msgid "Injected packages are healthy. You lucky..." +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4225 +msgid "Running dependencies test" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4257 +msgid "These are the dependencies not found" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4264 +msgid "Needed by" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4282 +msgid "by repo" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:4292 msgid "Every dependency is satisfied. It's all fine." msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4018 +#: ../../lib/entropy/server/interfaces/main.py:4318 msgid "Broken and matched packages list" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4020 -#: ../../lib/entropy/qa.py:643 +#: ../../lib/entropy/server/interfaces/main.py:4320 +#: ../../lib/entropy/qa.py:693 msgid "Dumping results into these files" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4046 +#: ../../lib/entropy/server/interfaces/main.py:4346 msgid "System is healthy" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4055 +#: ../../lib/entropy/server/interfaces/main.py:4355 msgid "Matching libraries with Spm, please wait" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4069 +#: ../../lib/entropy/server/interfaces/main.py:4369 msgid "These are the matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4114 +#: ../../lib/entropy/server/interfaces/main.py:4414 msgid "No matched packages" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4232 +#: ../../lib/entropy/server/interfaces/main.py:4532 msgid "Your default repository is not initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4244 +#: ../../lib/entropy/server/interfaces/main.py:4544 msgid "Do you want to initialize your default repository ?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4247 +#: ../../lib/entropy/server/interfaces/main.py:4547 msgid "Continuing with an uninitialized repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4415 +#: ../../lib/entropy/server/interfaces/main.py:4715 msgid "Entropy repository is already locked by you :-)" msgstr "" #. check if the database is locked REMOTELY -#: ../../lib/entropy/server/interfaces/main.py:4422 +#: ../../lib/entropy/server/interfaces/main.py:4722 msgid "Locking and Syncing Entropy repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4436 +#: ../../lib/entropy/server/interfaces/main.py:4736 msgid "Mirrors status table" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4445 -#: ../../lib/entropy/server/interfaces/main.py:4448 -#: ../../server/eit/commands/lock.py:162 ../../server/eit/commands/lock.py:177 +#: ../../lib/entropy/server/interfaces/main.py:4745 +#: ../../lib/entropy/server/interfaces/main.py:4748 msgid "Unlocked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4447 -#: ../../lib/entropy/server/interfaces/main.py:4450 -#: ../../server/eit/commands/lock.py:159 ../../server/eit/commands/lock.py:174 +#: ../../lib/entropy/server/interfaces/main.py:4747 +#: ../../lib/entropy/server/interfaces/main.py:4750 msgid "Locked" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4467 +#: ../../lib/entropy/server/interfaces/main.py:4767 msgid "cannot lock mirror" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4717 +#: ../../lib/entropy/server/interfaces/main.py:5017 msgid "Repository is corrupted!" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4731 +#: ../../lib/entropy/server/interfaces/main.py:5031 msgid "indexing repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4767 +#: ../../lib/entropy/server/interfaces/main.py:5069 msgid "Initializing an empty repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4780 +#: ../../lib/entropy/server/interfaces/main.py:5082 msgid "Entropy repository file" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4782 +#: ../../lib/entropy/server/interfaces/main.py:5084 msgid "successfully initialized" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4865 -#: ../../lib/entropy/server/interfaces/main.py:5617 +#: ../../lib/entropy/server/interfaces/main.py:5167 +#: ../../lib/entropy/server/interfaces/main.py:5924 msgid "adding package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:4999 +#: ../../lib/entropy/server/interfaces/main.py:5301 msgid "added package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5001 +#: ../../lib/entropy/server/interfaces/main.py:5303 msgid "rev" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5015 +#: ../../lib/entropy/server/interfaces/main.py:5317 msgid "manual dependencies for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5096 +#: ../../lib/entropy/server/interfaces/main.py:5400 msgid "these are the missing dependencies" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5254 +#: ../../lib/entropy/server/interfaces/main.py:5558 msgid "no missing dependencies !" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5269 -#: ../../server/eit/commands/pkgmove.py:273 -#: ../../server/eit/commands/notice.py:193 +#: ../../lib/entropy/server/interfaces/main.py:5573 msgid "Do you agree?" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../lib/entropy/server/interfaces/main.py:5277 -#: ../../lib/entropy/output.py:742 ../../lib/entropy/output.py:987 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/pkgmove.py:281 -#: ../../server/eit/commands/notice.py:195 -#: ../../server/eit/commands/notice.py:201 -#: ../../server/eit/commands/notice.py:266 -#: ../../server/eit/commands/commit.py:238 -#: ../../server/eit/commands/commit.py:240 -#: ../../server/eit/commands/commit.py:278 -#: ../../server/eit/commands/commit.py:295 -#: ../../server/eit/commands/commit.py:297 -#: ../../server/eit/commands/commit.py:318 +#: ../../lib/entropy/server/interfaces/main.py:5575 +#: ../../lib/entropy/server/interfaces/main.py:5581 +#: ../../lib/entropy/output.py:766 ../../lib/entropy/output.py:1011 msgid "Yes" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5271 -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:275 -#: ../../server/eit/commands/notice.py:195 +#: ../../lib/entropy/server/interfaces/main.py:5575 msgid "Repeat" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5392 +#: ../../lib/entropy/server/interfaces/main.py:5699 msgid "metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5394 +#: ../../lib/entropy/server/interfaces/main.py:5701 msgid "not owned by uid and gid = 0" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5407 +#: ../../lib/entropy/server/interfaces/main.py:5714 msgid "using metadata QA hook" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5434 +#: ../../lib/entropy/server/interfaces/main.py:5741 msgid "metadata QA check for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5483 +#: ../../lib/entropy/server/interfaces/main.py:5790 msgid "cannot execute metadata QA hook for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5509 +#: ../../lib/entropy/server/interfaces/main.py:5816 msgid "attention, QA hook returned a warning" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5531 +#: ../../lib/entropy/server/interfaces/main.py:5838 msgid "attention, QA hook returned an error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5548 +#: ../../lib/entropy/server/interfaces/main.py:5855 msgid "metadata QA check complete" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5631 +#: ../../lib/entropy/server/interfaces/main.py:5938 msgid "injected package, no separate debug package" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5649 +#: ../../lib/entropy/server/interfaces/main.py:5956 msgid "Exception caught, closing tasks" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5742 +#: ../../lib/entropy/server/interfaces/main.py:6047 msgid "server-side repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5745 +#: ../../lib/entropy/server/interfaces/main.py:6050 msgid "community repository" msgstr "" #. ..on repository: -#: ../../lib/entropy/server/interfaces/main.py:5747 +#: ../../lib/entropy/server/interfaces/main.py:6052 msgid "Entropy Server Interface Instance on repository" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5758 +#: ../../lib/entropy/server/interfaces/main.py:6063 msgid "current branch" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5760 -#: ../../server/eit/commands/deps.py:110 +#: ../../lib/entropy/server/interfaces/main.py:6065 msgid "type" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5769 +#: ../../lib/entropy/server/interfaces/main.py:6074 msgid "Currently configured repositories" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5805 +#: ../../lib/entropy/server/interfaces/main.py:6110 msgid "GPG key expired" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5807 +#: ../../lib/entropy/server/interfaces/main.py:6112 msgid "please frigging fix" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5818 +#: ../../lib/entropy/server/interfaces/main.py:6123 msgid "GPG got unexpected error" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5820 +#: ../../lib/entropy/server/interfaces/main.py:6125 msgid "skipping" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:5837 -#: ../../lib/entropy/server/interfaces/main.py:5851 +#: ../../lib/entropy/server/interfaces/main.py:6142 +#: ../../lib/entropy/server/interfaces/main.py:6156 msgid "config files" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5838 +#: ../../lib/entropy/server/interfaces/main.py:6143 msgid "checking system" msgstr "" #. something short please -#: ../../lib/entropy/server/interfaces/main.py:5852 +#: ../../lib/entropy/server/interfaces/main.py:6157 msgid "there are configuration files not updated yet" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6144 +#: ../../lib/entropy/server/interfaces/main.py:6451 msgid "found available dep_rewrites for this package" msgstr "" #. this means that user is asking to add dep_pattern #. as a dependency to package -#: ../../lib/entropy/server/interfaces/main.py:6156 +#: ../../lib/entropy/server/interfaces/main.py:6463 msgid "added" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6250 +#. this means that user is asking to remove dep_pattern +#: ../../lib/entropy/server/interfaces/main.py:6466 +#: ../../lib/entropy/server/interfaces/main.py:6569 +msgid "removed" +msgstr "" + +#: ../../lib/entropy/server/interfaces/main.py:6558 msgid "replaced" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6272 -#: ../../lib/entropy/server/interfaces/main.py:6286 +#: ../../lib/entropy/server/interfaces/main.py:6580 +#: ../../lib/entropy/server/interfaces/main.py:6594 msgid "No dependency rewrite made for" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6358 -#: ../../lib/entropy/server/interfaces/main.py:6378 -#: ../../lib/entropy/server/interfaces/main.py:6390 +#: ../../lib/entropy/server/interfaces/main.py:6666 +#: ../../lib/entropy/server/interfaces/main.py:6686 +#: ../../lib/entropy/server/interfaces/main.py:6698 msgid "sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6359 +#: ../../lib/entropy/server/interfaces/main.py:6667 msgid "updating package sets" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6379 +#: ../../lib/entropy/server/interfaces/main.py:6687 msgid "adding package set" msgstr "" -#: ../../lib/entropy/server/interfaces/main.py:6391 +#: ../../lib/entropy/server/interfaces/main.py:6699 msgid "removing package set" msgstr "" -#: ../../lib/entropy/fetchers.py:764 +#: ../../lib/entropy/fetchers.py:807 msgid "infinite" msgstr "" -#: ../../lib/entropy/fetchers.py:836 +#: ../../lib/entropy/fetchers.py:879 msgid "[F]" msgstr "" -#: ../../lib/entropy/fetchers.py:837 ../../lib/entropy/fetchers.py:1186 +#: ../../lib/entropy/fetchers.py:880 ../../lib/entropy/fetchers.py:1250 msgid "ETA" msgstr "" -#: ../../lib/entropy/fetchers.py:838 ../../lib/entropy/fetchers.py:1187 +#: ../../lib/entropy/fetchers.py:881 ../../lib/entropy/fetchers.py:1251 msgid "sec" msgstr "" -#: ../../lib/entropy/fetchers.py:1068 +#: ../../lib/entropy/fetchers.py:1132 msgid "Aggregated download" msgstr "" -#: ../../lib/entropy/fetchers.py:1070 +#: ../../lib/entropy/fetchers.py:1134 msgid "item" msgid_plural "items" msgstr[0] "" -#: ../../lib/entropy/security.py:279 +#: ../../lib/entropy/security.py:284 msgid "Make sure to verify the imported key and set an appropriate trust level" msgstr "" -#: ../../lib/entropy/security.py:318 +#: ../../lib/entropy/security.py:323 msgid "GPG key changed for" msgstr "" -#: ../../lib/entropy/security.py:337 +#: ../../lib/entropy/security.py:342 msgid "GPG key already installed for" msgstr "" -#: ../../lib/entropy/security.py:350 +#: ../../lib/entropy/security.py:355 msgid "GPG key EXPIRED for URL" msgstr "" -#: ../../lib/entropy/security.py:361 +#: ../../lib/entropy/security.py:366 msgid "Installing GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:375 +#: ../../lib/entropy/security.py:380 msgid "Error during GPG key installation" msgstr "" -#: ../../lib/entropy/security.py:386 +#: ../../lib/entropy/security.py:391 msgid "Successfully installed GPG key for URL" msgstr "" -#: ../../lib/entropy/security.py:395 +#: ../../lib/entropy/security.py:400 msgid "Fingerprint" msgstr "" -#: ../../lib/entropy/security.py:420 +#: ../../lib/entropy/security.py:425 msgid "Error during GPG verification of" msgstr "" -#: ../../lib/entropy/security.py:429 +#: ../../lib/entropy/security.py:434 msgid "It could mean a potential security risk" msgstr "" -#: ../../lib/entropy/security.py:440 ../../lib/entropy/security.py:1015 -#: ../../lib/entropy/security.py:1030 ../../lib/entropy/security.py:1037 -#: ../../lib/entropy/security.py:1079 ../../lib/entropy/security.py:1102 -#: ../../lib/entropy/security.py:1114 ../../lib/entropy/security.py:1131 -#: ../../lib/entropy/security.py:1143 ../../lib/entropy/security.py:1155 -#: ../../lib/entropy/security.py:1167 ../../lib/entropy/security.py:1188 -#: ../../lib/entropy/security.py:1216 ../../lib/entropy/security.py:1228 +#: ../../lib/entropy/security.py:445 ../../lib/entropy/security.py:1020 +#: ../../lib/entropy/security.py:1035 ../../lib/entropy/security.py:1042 +#: ../../lib/entropy/security.py:1084 ../../lib/entropy/security.py:1107 +#: ../../lib/entropy/security.py:1119 ../../lib/entropy/security.py:1136 +#: ../../lib/entropy/security.py:1148 ../../lib/entropy/security.py:1160 +#: ../../lib/entropy/security.py:1172 ../../lib/entropy/security.py:1193 +#: ../../lib/entropy/security.py:1221 ../../lib/entropy/security.py:1233 msgid "Security Advisories" msgstr "" -#: ../../lib/entropy/security.py:441 +#: ../../lib/entropy/security.py:446 msgid "GPG key verification successful" msgstr "" -#: ../../lib/entropy/security.py:654 ../../server/eit/commands/pull.py:168 -#: ../../server/eit/commands/push.py:249 +#: ../../lib/entropy/security.py:659 msgid "Error" msgstr "" -#: ../../lib/entropy/security.py:657 +#: ../../lib/entropy/security.py:662 msgid "Warning" msgstr "" -#: ../../lib/entropy/security.py:659 +#: ../../lib/entropy/security.py:664 msgid "advisory broken" msgstr "" -#: ../../lib/entropy/security.py:1016 +#: ../../lib/entropy/security.py:1021 msgid "getting latest advisories" msgstr "" -#: ../../lib/entropy/security.py:1031 +#: ../../lib/entropy/security.py:1036 msgid "updated successfully" msgstr "" -#: ../../lib/entropy/security.py:1038 +#: ../../lib/entropy/security.py:1043 msgid "already up to date" msgstr "" -#: ../../lib/entropy/security.py:1080 +#: ../../lib/entropy/security.py:1085 msgid "cannot download checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1103 +#: ../../lib/entropy/security.py:1108 msgid "unable to download advisories, sorry" msgstr "" -#: ../../lib/entropy/security.py:1115 +#: ../../lib/entropy/security.py:1120 msgid "Verifying checksum" msgstr "" -#: ../../lib/entropy/security.py:1132 +#: ../../lib/entropy/security.py:1137 msgid "cannot open packages, sorry" msgstr "" -#: ../../lib/entropy/security.py:1144 +#: ../../lib/entropy/security.py:1149 msgid "cannot read the checksum, sorry" msgstr "" -#: ../../lib/entropy/security.py:1156 +#: ../../lib/entropy/security.py:1161 msgid "digest verification failed, sorry" msgstr "" -#: ../../lib/entropy/security.py:1168 +#: ../../lib/entropy/security.py:1173 msgid "verification successful" msgstr "" -#: ../../lib/entropy/security.py:1189 +#: ../../lib/entropy/security.py:1194 msgid "GPG service not available" msgstr "" -#: ../../lib/entropy/security.py:1217 +#: ../../lib/entropy/security.py:1222 msgid "digest verification failed, try again later" msgstr "" -#: ../../lib/entropy/security.py:1229 +#: ../../lib/entropy/security.py:1234 msgid "installing" msgstr "" -#: ../../lib/entropy/const.py:636 +#: ../../lib/entropy/const.py:614 msgid "Runtime dependency" msgstr "" -#: ../../lib/entropy/const.py:637 +#: ../../lib/entropy/const.py:615 msgid "Post dependency" msgstr "" -#: ../../lib/entropy/const.py:638 +#: ../../lib/entropy/const.py:616 msgid "Manually added (by staff) dependency" msgstr "" -#: ../../lib/entropy/const.py:639 +#: ../../lib/entropy/const.py:617 msgid "Build dependency" msgstr "" -#: ../../lib/entropy/const.py:658 +#: ../../lib/entropy/const.py:636 msgid "All fine" msgstr "" -#: ../../lib/entropy/const.py:659 +#: ../../lib/entropy/const.py:637 msgid "Corrupted Client Repository. Please restore a backup." msgstr "" -#: ../../lib/entropy/const.py:691 +#: ../../lib/entropy/const.py:669 msgid "reason not available" msgstr "" -#: ../../lib/entropy/const.py:692 +#: ../../lib/entropy/const.py:670 msgid "user package.mask" msgstr "" -#: ../../lib/entropy/const.py:693 +#: ../../lib/entropy/const.py:671 msgid "system keywords" msgstr "" -#: ../../lib/entropy/const.py:694 +#: ../../lib/entropy/const.py:672 msgid "user package.unmask" msgstr "" -#: ../../lib/entropy/const.py:695 +#: ../../lib/entropy/const.py:673 msgid "user repo package.keywords (all packages)" msgstr "" -#: ../../lib/entropy/const.py:696 +#: ../../lib/entropy/const.py:674 msgid "user repo package.keywords" msgstr "" -#: ../../lib/entropy/const.py:697 +#: ../../lib/entropy/const.py:675 msgid "user package.keywords" msgstr "" -#: ../../lib/entropy/const.py:698 +#: ../../lib/entropy/const.py:676 msgid "completely masked (by keyword?)" msgstr "" -#: ../../lib/entropy/const.py:699 +#: ../../lib/entropy/const.py:677 msgid "repository general packages.db.mask" msgstr "" -#: ../../lib/entropy/const.py:700 +#: ../../lib/entropy/const.py:678 msgid "repository general packages.db.keywords" msgstr "" -#: ../../lib/entropy/const.py:701 +#: ../../lib/entropy/const.py:679 msgid "user license.mask" msgstr "" -#: ../../lib/entropy/const.py:702 +#: ../../lib/entropy/const.py:680 msgid "user live unmask" msgstr "" -#: ../../lib/entropy/const.py:703 +#: ../../lib/entropy/const.py:681 msgid "user live mask" msgstr "" -#: ../../lib/entropy/cli.py:43 -msgid "Cleaning" -msgstr "" - -#: ../../lib/entropy/cli.py:44 -msgid "directory" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "Cleaned" -msgstr "" - -#: ../../lib/entropy/cli.py:50 -msgid "files and directories" -msgstr "" - -#: ../../lib/entropy/cli.py:357 -msgid "Downloading" -msgstr "" - -#: ../../lib/entropy/cli.py:359 -msgid "Uploading" -msgstr "" - -#: ../../lib/entropy/cli.py:393 -msgid "corrupted" -msgstr "" - -#: ../../lib/entropy/cli.py:431 -msgid "Not installed" -msgstr "" - -#: ../../lib/entropy/cli.py:432 ../../lib/entropy/cli.py:433 -#: ../../lib/entropy/cli.py:680 ../../server/eit/commands/deps.py:89 -#: ../../server/eit/commands/key.py:327 ../../server/eit/commands/key.py:331 -msgid "N/A" -msgstr "" - -#: ../../lib/entropy/cli.py:457 -msgid "Package" -msgstr "" - -#: ../../lib/entropy/cli.py:459 -msgid "branch" -msgstr "" - -#: ../../lib/entropy/cli.py:466 -msgid "Category" -msgstr "" - -#: ../../lib/entropy/cli.py:468 -msgid "Name" -msgstr "" - -#: ../../lib/entropy/cli.py:484 -msgid "Masked" -msgstr "" - -#: ../../lib/entropy/cli.py:487 -msgid "Available" -msgstr "" - -#: ../../lib/entropy/cli.py:489 ../../lib/entropy/cli.py:497 -msgid "Installed" -msgstr "" - -#: ../../lib/entropy/cli.py:492 ../../lib/entropy/cli.py:498 -msgid "version" -msgstr "" - -#: ../../lib/entropy/cli.py:493 ../../lib/entropy/cli.py:500 -msgid "revision" -msgstr "" - -#: ../../lib/entropy/cli.py:503 -msgid "Slot" -msgstr "" - -#: ../../lib/entropy/cli.py:519 -msgid "Size" -msgstr "" - -#: ../../lib/entropy/cli.py:521 -msgid "Download" -msgstr "" - -#: ../../lib/entropy/cli.py:523 -msgid "Checksum" -msgstr "" - -#: ../../lib/entropy/cli.py:528 ../../server/eit/commands/deps.py:202 -msgid "Dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:537 ../../lib/entropy/cli.py:775 -msgid "Legend" -msgstr "" - -#: ../../lib/entropy/cli.py:545 -msgid "Conflicts" -msgstr "" - -#: ../../lib/entropy/cli.py:550 -msgid "Homepage" -msgstr "" - -#: ../../lib/entropy/cli.py:560 ../../server/eit/commands/key.py:334 -msgid "Description" -msgstr "" - -#: ../../lib/entropy/cli.py:569 -msgid "USE flags" -msgstr "" - -#: ../../lib/entropy/cli.py:589 -msgid "CHOST" -msgstr "" - -#: ../../lib/entropy/cli.py:591 -msgid "CFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:593 -msgid "CXXFLAGS" -msgstr "" - -#: ../../lib/entropy/cli.py:597 -msgid "Sources" -msgstr "" - -#: ../../lib/entropy/cli.py:602 -msgid "Entry API" -msgstr "" - -#: ../../lib/entropy/cli.py:604 -msgid "Compiled with" -msgstr "" - -#: ../../lib/entropy/cli.py:609 -msgid "Keywords" -msgstr "" - -#: ../../lib/entropy/cli.py:624 -msgid "Created" -msgstr "" - -#: ../../lib/entropy/cli.py:630 -msgid "License" -msgstr "" - -#: ../../lib/entropy/cli.py:707 -msgid "Reverse graphing installed package" -msgstr "" - -#: ../../lib/entropy/cli.py:719 ../../lib/entropy/cli.py:878 -#: ../../server/eit/commands/remove.py:99 -#: ../../server/eit/commands/deps.py:147 -msgid "No packages found" -msgstr "" - -#: ../../lib/entropy/cli.py:778 -msgid "packages passed as arguments" -msgstr "" - -#: ../../lib/entropy/cli.py:781 -msgid "packages with no further dependencies" -msgstr "" - -#: ../../lib/entropy/cli.py:784 -msgid "packages with further dependencies (node)" -msgstr "" - -#: ../../lib/entropy/cli.py:787 -msgid "packages already pulled in as dependency in upper levels (circularity)" -msgstr "" - -#: ../../lib/entropy/cli.py:866 -msgid "Graphing" -msgstr "" - -#: ../../lib/entropy/output.py:604 +#: ../../lib/entropy/output.py:628 msgid "Entropy needs your attention" msgstr "" -#: ../../lib/entropy/output.py:757 +#: ../../lib/entropy/output.py:781 msgid "Entropy got a question for you" msgstr "" -#: ../../lib/entropy/output.py:771 +#: ../../lib/entropy/output.py:795 msgid "Interrupted" msgstr "" -#: ../../lib/entropy/output.py:833 ../../lib/entropy/output.py:837 +#: ../../lib/entropy/output.py:857 ../../lib/entropy/output.py:861 msgid "Selected number" msgstr "" -#: ../../lib/entropy/output.py:854 +#: ../../lib/entropy/output.py:878 msgid "Please select an option" msgstr "" -#: ../../lib/entropy/output.py:856 +#: ../../lib/entropy/output.py:880 msgid "Discard all" msgstr "" -#: ../../lib/entropy/output.py:857 +#: ../../lib/entropy/output.py:881 msgid "Confirm" msgstr "" -#: ../../lib/entropy/output.py:858 +#: ../../lib/entropy/output.py:882 msgid "Add item" msgstr "" -#: ../../lib/entropy/output.py:859 +#: ../../lib/entropy/output.py:883 msgid "Edit item" msgstr "" -#: ../../lib/entropy/output.py:860 +#: ../../lib/entropy/output.py:884 msgid "Remove item" msgstr "" -#: ../../lib/entropy/output.py:861 +#: ../../lib/entropy/output.py:885 msgid "Show current list" msgstr "" -#: ../../lib/entropy/output.py:865 +#: ../../lib/entropy/output.py:889 msgid "Your choice (type a number and press enter):" msgstr "" -#: ../../lib/entropy/output.py:897 +#: ../../lib/entropy/output.py:921 msgid "You don't have typed a number." msgstr "" -#: ../../lib/entropy/output.py:900 +#: ../../lib/entropy/output.py:924 msgid "Invalid action." msgstr "" -#: ../../lib/entropy/output.py:910 +#: ../../lib/entropy/output.py:934 msgid "String to add (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:920 +#: ../../lib/entropy/output.py:944 msgid "Invalid string." msgstr "" -#: ../../lib/entropy/output.py:928 +#: ../../lib/entropy/output.py:952 msgid "Element number to edit (-1 to go back):" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "old" msgstr "" -#: ../../lib/entropy/output.py:939 +#: ../../lib/entropy/output.py:963 msgid "new value:" msgstr "" -#: ../../lib/entropy/output.py:947 ../../lib/entropy/output.py:965 +#: ../../lib/entropy/output.py:971 ../../lib/entropy/output.py:989 msgid "Invalid element." msgstr "" -#: ../../lib/entropy/output.py:956 +#: ../../lib/entropy/output.py:980 msgid "Element number to remove (-1 to go back):" msgstr "" @@ -1977,1142 +1800,243 @@ msgstr "" msgid "needs" msgstr "" -#: ../../lib/entropy/qa.py:274 -msgid "Searching for missing Runtime dependencies" -msgstr "" - -#: ../../lib/entropy/qa.py:281 +#: ../../lib/entropy/qa.py:269 msgid "scanning" msgstr "" -#: ../../lib/entropy/qa.py:299 ../../lib/entropy/qa.py:580 -msgid "no packages" -msgstr "" - -#: ../../lib/entropy/qa.py:351 +#: ../../lib/entropy/qa.py:311 msgid "blacklisted dependencies !!!" msgstr "" -#: ../../lib/entropy/qa.py:389 +#: ../../lib/entropy/qa.py:336 +msgid "requires libraries" +msgstr "" + +#: ../../lib/entropy/qa.py:354 +msgid "library provided by" +msgstr "" + +#: ../../lib/entropy/qa.py:400 ../../lib/entropy/qa.py:627 +msgid "no packages" +msgstr "" + +#: ../../lib/entropy/qa.py:429 msgid "is potentially missing these dependencies" msgstr "" -#: ../../lib/entropy/qa.py:519 +#: ../../lib/entropy/qa.py:566 msgid "determining missing libraries" msgstr "" -#: ../../lib/entropy/qa.py:551 +#: ../../lib/entropy/qa.py:598 msgid "requires" msgstr "" -#: ../../lib/entropy/qa.py:568 ../../lib/entropy/qa.py:579 +#: ../../lib/entropy/qa.py:615 ../../lib/entropy/qa.py:626 msgid "provided by" msgstr "" -#: ../../lib/entropy/qa.py:592 +#: ../../lib/entropy/qa.py:639 msgid "no missing runtime libraries found" msgstr "" -#: ../../lib/entropy/qa.py:625 +#: ../../lib/entropy/qa.py:675 msgid "Libraries test" msgstr "" -#: ../../lib/entropy/qa.py:640 +#: ../../lib/entropy/qa.py:690 msgid "Broken symbols packages list" msgstr "" -#: ../../lib/entropy/qa.py:641 +#: ../../lib/entropy/qa.py:691 msgid "Broken executables list" msgstr "" -#: ../../lib/entropy/qa.py:721 +#: ../../lib/entropy/qa.py:773 msgid "discarding directory" msgstr "" -#: ../../lib/entropy/qa.py:723 +#: ../../lib/entropy/qa.py:775 msgid "because it's symlinked on" msgstr "" -#: ../../lib/entropy/qa.py:783 +#: ../../lib/entropy/qa.py:837 msgid "Collecting broken executables" msgstr "" -#: ../../lib/entropy/qa.py:789 +#: ../../lib/entropy/qa.py:843 msgid "don't worry about libraries that are shown here but not later." msgstr "" -#: ../../lib/entropy/qa.py:809 +#: ../../lib/entropy/qa.py:864 msgid "Scanning libraries" msgstr "" -#: ../../lib/entropy/qa.py:915 +#: ../../lib/entropy/qa.py:972 msgid "various broken symbols" msgstr "" -#: ../../lib/entropy/qa.py:954 +#: ../../lib/entropy/qa.py:1013 msgid "Matching broken libraries/executables" msgstr "" -#: ../../lib/entropy/qa.py:1656 +#: ../../lib/entropy/qa.py:1738 msgid "Not prepared yet" msgstr "" -#: ../../server/eit/main.py:101 +#: ../../server/eit/utils.py:30 ../../server/eit/utils.py:89 +#: ../../server/eit/utils.py:90 +msgid "N/A" +msgstr "" + +#: ../../server/eit/utils.py:47 +msgid "corrupted" +msgstr "" + +#: ../../server/eit/utils.py:88 +msgid "Not installed" +msgstr "" + +#: ../../server/eit/utils.py:114 +msgid "Package" +msgstr "" + +#: ../../server/eit/utils.py:116 +msgid "branch" +msgstr "" + +#: ../../server/eit/utils.py:123 +msgid "Category" +msgstr "" + +#: ../../server/eit/utils.py:125 +msgid "Name" +msgstr "" + +#: ../../server/eit/utils.py:141 +msgid "Masked" +msgstr "" + +#: ../../server/eit/utils.py:144 +msgid "Available" +msgstr "" + +#: ../../server/eit/utils.py:146 ../../server/eit/utils.py:154 +msgid "Installed" +msgstr "" + +#: ../../server/eit/utils.py:149 ../../server/eit/utils.py:155 +msgid "version" +msgstr "" + +#: ../../server/eit/utils.py:150 ../../server/eit/utils.py:157 +msgid "revision" +msgstr "" + +#: ../../server/eit/utils.py:160 +msgid "Slot" +msgstr "" + +#: ../../server/eit/utils.py:176 +msgid "Size" +msgstr "" + +#: ../../server/eit/utils.py:178 +msgid "Download" +msgstr "" + +#: ../../server/eit/utils.py:180 +msgid "Checksum" +msgstr "" + +#: ../../server/eit/utils.py:185 +msgid "Dependencies" +msgstr "" + +#: ../../server/eit/utils.py:194 ../../server/eit/utils.py:471 +msgid "Legend" +msgstr "" + +#: ../../server/eit/utils.py:202 +msgid "Conflicts" +msgstr "" + +#: ../../server/eit/utils.py:207 +msgid "Homepage" +msgstr "" + +#: ../../server/eit/utils.py:217 +msgid "Description" +msgstr "" + +#: ../../server/eit/utils.py:226 +msgid "USE flags" +msgstr "" + +#: ../../server/eit/utils.py:246 +msgid "CHOST" +msgstr "" + +#: ../../server/eit/utils.py:248 +msgid "CFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:250 +msgid "CXXFLAGS" +msgstr "" + +#: ../../server/eit/utils.py:254 +msgid "Sources" +msgstr "" + +#: ../../server/eit/utils.py:259 +msgid "Entry API" +msgstr "" + +#: ../../server/eit/utils.py:261 +msgid "Compiled with" +msgstr "" + +#: ../../server/eit/utils.py:266 +msgid "Keywords" +msgstr "" + +#: ../../server/eit/utils.py:281 +msgid "Created" +msgstr "" + +#: ../../server/eit/utils.py:287 +msgid "License" +msgstr "" + +#: ../../server/eit/utils.py:403 +msgid "Reverse graphing installed package" +msgstr "" + +#: ../../server/eit/utils.py:415 ../../server/eit/utils.py:574 +msgid "No packages found" +msgstr "" + +#: ../../server/eit/utils.py:474 +msgid "packages passed as arguments" +msgstr "" + +#: ../../server/eit/utils.py:477 +msgid "packages with no further dependencies" +msgstr "" + +#: ../../server/eit/utils.py:480 +msgid "packages with further dependencies (node)" +msgstr "" + +#: ../../server/eit/utils.py:483 +msgid "packages already pulled in as dependency in upper levels (circularity)" +msgstr "" + +#: ../../server/eit/utils.py:562 +msgid "Graphing" +msgstr "" + +#: ../../server/eit/main.py:117 msgid "superuser access required" msgstr "" - -#: ../../server/eit/commands/test.py:46 -msgid "run given test" -msgstr "" - -#: ../../server/eit/commands/test.py:47 -msgid "available tests" -msgstr "" - -#: ../../server/eit/commands/test.py:50 -msgid "dependencies test" -msgstr "" - -#: ../../server/eit/commands/test.py:54 -msgid "libraries test" -msgstr "" - -#: ../../server/eit/commands/test.py:56 -msgid "dump results to file" -msgstr "" - -#: ../../server/eit/commands/test.py:60 -msgid "library linking test (using repository metadata)" -msgstr "" - -#: ../../server/eit/commands/test.py:63 -msgid "excluded soname" -msgstr "" - -#: ../../server/eit/commands/test.py:67 -msgid "library linking test (using live system)" -msgstr "" - -#: ../../server/eit/commands/test.py:70 ../../server/eit/commands/query.py:75 -#: ../../server/eit/commands/query.py:93 ../../server/eit/commands/add.py:50 -#: ../../server/eit/commands/repack.py:47 -#: ../../server/eit/commands/files.py:46 -msgid "package names" -msgstr "" - -#: ../../server/eit/commands/test.py:74 -msgid "verify local packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:79 ../../server/eit/commands/test.py:88 -#: ../../server/eit/commands/add.py:56 ../../server/eit/commands/remove.py:55 -#: ../../server/eit/commands/reset.py:48 ../../server/eit/commands/pull.py:63 -#: ../../server/eit/commands/init.py:48 ../../server/eit/commands/push.py:68 -#: ../../server/eit/commands/merge.py:51 -#: ../../server/eit/commands/commit.py:60 -#: ../../server/eit/commands/cleanup.py:51 -#: ../../server/eit/commands/branch.py:53 -msgid "no stupid questions" -msgstr "" - -#: ../../server/eit/commands/test.py:83 -msgid "verify remote packages integrity" -msgstr "" - -#: ../../server/eit/commands/test.py:148 -#: ../../server/eit/commands/query.py:211 -#: ../../server/eit/commands/query.py:252 -#: ../../server/eit/commands/files.py:92 ../../server/eit/commands/cp.py:154 -msgid "Not matched" -msgstr "" - -#: ../../server/eit/commands/test.py:164 -msgid "Invalid repository" -msgstr "" - -#: ../../server/eit/commands/test.py:188 -msgid "run QA tests" -msgstr "" - -#: ../../server/eit/commands/query.py:50 -msgid "execute query" -msgstr "" - -#: ../../server/eit/commands/query.py:51 -msgid "available queries" -msgstr "" - -#: ../../server/eit/commands/query.py:54 -msgid "search package tags" -msgstr "" - -#: ../../server/eit/commands/query.py:57 ../../server/eit/commands/query.py:70 -#: ../../server/eit/commands/query.py:82 -#: ../../server/eit/commands/query.py:100 -#: ../../server/eit/commands/query.py:116 ../../server/eit/commands/list.py:52 -#: ../../server/eit/commands/search.py:55 -#: ../../server/eit/commands/graph.py:56 ../../server/eit/commands/own.py:53 -#: ../../server/eit/commands/match.py:50 ../../server/eit/commands/lock.py:61 -#: ../../server/eit/commands/files.py:49 -#: ../../server/eit/commands/revgraph.py:57 -msgid "quiet output, for scripting purposes" -msgstr "" - -#: ../../server/eit/commands/query.py:59 -#: ../../server/eit/commands/query.py:105 -#: ../../server/eit/commands/query.py:121 -msgid "query into given repository only" -msgstr "" - -#: ../../server/eit/commands/query.py:63 -msgid "tag name" -msgstr "" - -#: ../../server/eit/commands/query.py:67 -msgid "show libraries (.so) required by matched packages" -msgstr "" - -#: ../../server/eit/commands/query.py:79 -msgid "show reverse dependencies of packages" -msgstr "" - -#: ../../server/eit/commands/query.py:85 -msgid "verbose output, show more info" -msgstr "" - -#: ../../server/eit/commands/query.py:88 -msgid "include build dependencies" -msgstr "" - -#: ../../server/eit/commands/query.py:97 -msgid "search through package sets" -msgstr "" - -#: ../../server/eit/commands/query.py:103 -msgid "verbose output, show package sets content" -msgstr "" - -#: ../../server/eit/commands/query.py:109 -msgid "package set name" -msgstr "" - -#: ../../server/eit/commands/query.py:113 -msgid "search packages through their description" -msgstr "" - -#: ../../server/eit/commands/query.py:119 -msgid "verbose output, show more information" -msgstr "" - -#: ../../server/eit/commands/query.py:125 -msgid "package description" -msgstr "" - -#: ../../server/eit/commands/query.py:185 -msgid "Nothing found for" -msgstr "" - -#: ../../server/eit/commands/query.py:231 -msgid "libraries found" -msgstr "" - -#: ../../server/eit/commands/query.py:273 -msgid "revdep(s) found" -msgstr "" - -#: ../../server/eit/commands/query.py:323 -msgid "sets found" -msgstr "" - -#: ../../server/eit/commands/query.py:357 ../../server/eit/commands/own.py:159 -msgid "packages found" -msgstr "" - -#: ../../server/eit/commands/query.py:366 -msgid "miscellaneous package metadata queries" -msgstr "" - -#: ../../server/eit/commands/add.py:52 -msgid "add to given repository" -msgstr "" - -#: ../../server/eit/commands/add.py:76 -msgid "commit to repository the provided packages" -msgstr "" - -#: ../../server/eit/commands/list.py:55 ../../server/eit/commands/own.py:56 -msgid "output more package info" -msgstr "" - -#: ../../server/eit/commands/list.py:58 -msgid "only list injected packages" -msgstr "" - -#: ../../server/eit/commands/list.py:95 -msgid "not available" -msgstr "" - -#: ../../server/eit/commands/list.py:139 -msgid "No packages" -msgstr "" - -#: ../../server/eit/commands/list.py:147 -msgid "show repository content (packages)" -msgstr "" - -#: ../../server/eit/commands/mv.py:40 ../../server/eit/commands/cp.py:50 -msgid "source repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:42 ../../server/eit/commands/cp.py:53 -msgid "destination repository" -msgstr "" - -#: ../../server/eit/commands/mv.py:45 ../../server/eit/commands/cp.py:56 -msgid "include dependencies" -msgstr "" - -#: ../../server/eit/commands/mv.py:47 -msgid "package names (all if none)" -msgstr "" - -#: ../../server/eit/commands/mv.py:85 -msgid "move packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/log.py:74 -msgid "log is not available" -msgstr "" - -#: ../../server/eit/commands/log.py:86 -msgid "show log for repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:46 -#: ../../server/eit/commands/search.py:48 -#: ../../server/eit/commands/graph.py:47 ../../server/eit/commands/match.py:46 -#: ../../server/eit/commands/deps.py:44 -#: ../../server/eit/commands/revgraph.py:48 -msgid "package name" -msgstr "" - -#: ../../server/eit/commands/remove.py:48 -msgid "remove from given repository" -msgstr "" - -#: ../../server/eit/commands/remove.py:51 -msgid "do not include reverse dependencies" -msgstr "" - -#: ../../server/eit/commands/remove.py:109 -msgid "These are the packages that would be removed" -msgstr "" - -#: ../../server/eit/commands/remove.py:138 -msgid "remove packages from repository" -msgstr "" - -#: ../../server/eit/commands/search.py:50 -#: ../../server/eit/commands/graph.py:49 ../../server/eit/commands/own.py:58 -#: ../../server/eit/commands/revgraph.py:50 -msgid "search packages in given repository" -msgstr "" - -#: ../../server/eit/commands/search.py:115 -#: ../../server/eit/commands/match.py:101 -msgid "Nothing found" -msgstr "" - -#: ../../server/eit/commands/search.py:124 -msgid "search packages in repositories" -msgstr "" - -#: ../../server/eit/commands/command.py:173 -#: ../../server/eit/commands/command.py:203 -msgid "Another Entropy is currently running." -msgstr "" - -#: ../../server/eit/commands/graph.py:53 -#: ../../server/eit/commands/revgraph.py:54 -msgid "show system packages, build deps, circular deps" -msgstr "" - -#: ../../server/eit/commands/graph.py:104 -msgid "show dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/reset.py:51 -msgid "do not pull the remote repository" -msgstr "" - -#: ../../server/eit/commands/reset.py:129 -msgid "reset error" -msgstr "" - -#: ../../server/eit/commands/reset.py:134 -msgid "local repository revision reset complete" -msgstr "" - -#: ../../server/eit/commands/reset.py:145 -msgid "reset repository to remote status" -msgstr "" - -#: ../../server/eit/commands/remote.py:47 ../../server/eit/commands/key.py:49 -msgid "execute action" -msgstr "" - -#: ../../server/eit/commands/remote.py:48 -#: ../../server/eit/commands/notice.py:49 ../../server/eit/commands/key.py:50 -msgid "available actions" -msgstr "" - -#: ../../server/eit/commands/remote.py:51 -msgid "list repositories" -msgstr "" - -#: ../../server/eit/commands/remote.py:55 -msgid "add repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:57 -msgid "repository id" -msgstr "" - -#: ../../server/eit/commands/remote.py:60 -msgid "repository description" -msgstr "" - -#: ../../server/eit/commands/remote.py:62 -msgid "repository uri" -msgstr "" - -#: ../../server/eit/commands/remote.py:101 -msgid "Invalid repository name" -msgstr "" - -#: ../../server/eit/commands/remote.py:107 -msgid "Repository already available" -msgstr "" - -#: ../../server/eit/commands/remote.py:120 -msgid "Invalid URI" -msgstr "" - -#: ../../server/eit/commands/remote.py:135 -msgid "Cannot read configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:151 -msgid "no description" -msgstr "" - -#: ../../server/eit/commands/remote.py:154 -msgid "Adding repository" -msgstr "" - -#: ../../server/eit/commands/remote.py:165 -msgid "Configuration file" -msgstr "" - -#: ../../server/eit/commands/remote.py:170 -msgid "Please initialize the repository using" -msgstr "" - -#: ../../server/eit/commands/remote.py:214 -msgid "packages" -msgstr "" - -#: ../../server/eit/commands/remote.py:224 -msgid "manage repositories" -msgstr "" - -#: ../../server/eit/commands/help.py:65 -msgid "Entropy Infrastructure Toolkit" -msgstr "" - -#: ../../server/eit/commands/help.py:90 -msgid "this help" -msgstr "" - -#: ../../server/eit/commands/pull.py:68 -msgid "pull all the repositories" -msgstr "" - -#: ../../server/eit/commands/pull.py:178 ../../server/eit/commands/pull.py:189 -#: ../../server/eit/commands/push.py:268 ../../server/eit/commands/push.py:300 -msgid "Aborting !" -msgstr "" - -#: ../../server/eit/commands/pull.py:197 ../../server/eit/commands/push.py:306 -msgid "Should I cleanup old packages on mirrors ?" -msgstr "" - -#: ../../server/eit/commands/pull.py:213 -msgid "pull repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/bump.py:47 -msgid "sync with remote repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:114 -msgid "Bumping repository" -msgstr "" - -#: ../../server/eit/commands/bump.py:125 -msgid "bump repository revision, force push" -msgstr "" - -#: ../../server/eit/commands/init.py:115 -msgid "Entropy repository has been initialized" -msgstr "" - -#: ../../server/eit/commands/init.py:125 -msgid "initialize repository (erasing all its content)" -msgstr "" - -#: ../../server/eit/commands/push.py:73 -msgid "push all the repositories" -msgstr "" - -#: ../../server/eit/commands/push.py:75 -msgid "push as fake repository" -msgstr "" - -#: ../../server/eit/commands/push.py:197 -msgid "Commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:199 -msgid "Enter the commit message" -msgstr "" - -#: ../../server/eit/commands/push.py:221 -msgid "Entropy Repository Status" -msgstr "" - -#: ../../server/eit/commands/push.py:228 -msgid "Host" -msgstr "" - -#: ../../server/eit/commands/push.py:231 -msgid "Remote" -msgstr "" - -#: ../../server/eit/commands/push.py:237 -msgid "Local" -msgstr "" - -#: ../../server/eit/commands/push.py:321 -msgid "push repository packages and metadata" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:185 -msgid "invalid line (time field)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:193 -msgid "invalid line (empty)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:203 -msgid "invalid line (incomplete)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:213 -#: ../../server/eit/commands/pkgmove.py:229 -#: ../../server/eit/commands/pkgmove.py:245 -msgid "invalid line" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:219 -#: ../../server/eit/commands/pkgmove.py:235 -msgid "invalid line (copy)" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:251 -msgid "Invalid syntax, what to do ?" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:252 -#: ../../server/eit/commands/pkgmove.py:253 -msgid "Abort" -msgstr "" - -#: ../../server/eit/commands/pkgmove.py:322 -msgid "edit automatic package moves for repository" -msgstr "" - -#: ../../server/eit/commands/repo.py:73 -msgid "show current repository" -msgstr "" - -#: ../../server/eit/commands/notice.py:48 -msgid "execute given action" -msgstr "" - -#: ../../server/eit/commands/notice.py:52 -msgid "add notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:58 -msgid "remove notice-board entry" -msgstr "" - -#: ../../server/eit/commands/notice.py:64 -msgid "show notice-board" -msgstr "" - -#: ../../server/eit/commands/notice.py:173 -#: ../../server/eit/commands/notice.py:326 -#: ../../server/eit/commands/notice.py:361 -msgid "Title" -msgstr "" - -#: ../../server/eit/commands/notice.py:181 -msgid "no URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:183 -#: ../../server/eit/commands/notice.py:335 -msgid "URL" -msgstr "" - -#: ../../server/eit/commands/notice.py:247 -#: ../../server/eit/commands/notice.py:298 -msgid "Notice board not available" -msgstr "" - -#: ../../server/eit/commands/notice.py:257 -msgid "Choose the one you want to remove" -msgstr "" - -#: ../../server/eit/commands/notice.py:265 -msgid "Are you sure you want to remove this?" -msgstr "" - -#: ../../server/eit/commands/notice.py:344 -msgid "Press Enter to continue" -msgstr "" - -#: ../../server/eit/commands/notice.py:369 -msgid "Exit/Commit" -msgstr "" - -#: ../../server/eit/commands/notice.py:376 -msgid "Choose one by typing its identifier" -msgstr "" - -#: ../../server/eit/commands/notice.py:392 -msgid "manage repository notice-board" -msgstr "" - -#: ../../server/eit/commands/merge.py:45 -msgid "repository branch" -msgstr "" - -#: ../../server/eit/commands/merge.py:47 -msgid "work inside given repository" -msgstr "" - -#: ../../server/eit/commands/merge.py:96 -msgid "merge packages on other branches into current" -msgstr "" - -#: ../../server/eit/commands/repack.py:49 -msgid "repack to given repository" -msgstr "" - -#: ../../server/eit/commands/repack.py:71 -msgid "rebuild packages in repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:57 -msgid "selectively pick changes" -msgstr "" - -#: ../../server/eit/commands/commit.py:157 -msgid "Cannot match" -msgstr "" - -#: ../../server/eit/commands/commit.py:177 -msgid "No valid packages to repackage." -msgstr "" - -#: ../../server/eit/commands/commit.py:183 -msgid "Scanning..." -msgstr "" - -#: ../../server/eit/commands/commit.py:206 -msgid "Invalid package" -msgstr "" - -#: ../../server/eit/commands/commit.py:217 -msgid "Zarro thinggz to do" -msgstr "" - -#: ../../server/eit/commands/commit.py:224 -msgid "These would be marked as injected" -msgstr "" - -#: ../../server/eit/commands/commit.py:236 -msgid "Do it now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:247 -msgid "Transforming" -msgstr "" - -#: ../../server/eit/commands/commit.py:252 -msgid "Action completed" -msgstr "" - -#: ../../server/eit/commands/commit.py:263 -msgid "expired" -msgstr "" - -#: ../../server/eit/commands/commit.py:270 -msgid "Select packages for removal" -msgstr "" - -#: ../../server/eit/commands/commit.py:277 -msgid "Remove this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:284 -msgid "These would be removed from repository" -msgstr "" - -#: ../../server/eit/commands/commit.py:293 -msgid "Would you like to remove them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:309 -msgid "Select packages to add" -msgstr "" - -#: ../../server/eit/commands/commit.py:317 -msgid "Add this package?" -msgstr "" - -#: ../../server/eit/commands/commit.py:325 -msgid "These would be added or updated" -msgstr "" - -#: ../../server/eit/commands/commit.py:358 -msgid "warning" -msgstr "" - -#: ../../server/eit/commands/commit.py:365 -msgid "Would you like to package them now ?" -msgstr "" - -#: ../../server/eit/commands/commit.py:366 -msgid "inside" -msgstr "" - -#: ../../server/eit/commands/commit.py:379 -msgid "Compressing packages" -msgstr "" - -#: ../../server/eit/commands/commit.py:404 -msgid "Ignoring broken Spm entry, please recompile it" -msgstr "" - -#: ../../server/eit/commands/commit.py:411 -msgid "Nothing to do, check later." -msgstr "" - -#: ../../server/eit/commands/commit.py:426 -msgid "Entries handled" -msgstr "" - -#: ../../server/eit/commands/commit.py:436 -msgid "commit changes to repository" -msgstr "" - -#: ../../server/eit/commands/own.py:49 -msgid "path" -msgstr "" - -#: ../../server/eit/commands/own.py:168 -msgid "search packages owning paths" -msgstr "" - -#: ../../server/eit/commands/match.py:110 -msgid "match packages in repositories" -msgstr "" - -#: ../../server/eit/commands/lock.py:54 -msgid "affect entropy clients only" -msgstr "" - -#: ../../server/eit/commands/lock.py:57 -msgid "show current status" -msgstr "" - -#: ../../server/eit/commands/lock.py:145 -msgid "Mirrors status" -msgstr "" - -#: ../../server/eit/commands/lock.py:170 -msgid "server" -msgstr "" - -#: ../../server/eit/commands/lock.py:185 -msgid "client" -msgstr "" - -#: ../../server/eit/commands/lock.py:217 -msgid "lock repository" -msgstr "" - -#: ../../server/eit/commands/lock.py:252 -msgid "unlock repository" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:53 -msgid "expired since how many days" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:127 -msgid "Removing unavailable packages overriding defaults" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:131 -msgid "Users with older repositories will have to update" -msgstr "" - -#: ../../server/eit/commands/cleanup.py:146 -#: ../../server/eit/commands/cleanup.py:177 -msgid "clean expired packages from a repository" -msgstr "" - -#: ../../server/eit/commands/files.py:111 -msgid "files found" -msgstr "" - -#: ../../server/eit/commands/files.py:120 -msgid "show files owned by packages" -msgstr "" - -#: ../../server/eit/commands/branch.py:56 -msgid "switch to given branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:61 -msgid "from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:65 -msgid "don't copy packages from branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:118 -#: ../../server/eit/commands/branch.py:127 -msgid "Invalid branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:140 -msgid "No packages to copy" -msgstr "" - -#: ../../server/eit/commands/branch.py:148 -msgid "would be copied to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:165 -msgid "switched to branch" -msgstr "" - -#: ../../server/eit/commands/branch.py:211 -msgid "manage repository branches" -msgstr "" - -#: ../../server/eit/commands/checkout.py:116 -msgid "switch from a repository to another" -msgstr "" - -#: ../../server/eit/commands/status.py:134 -msgid "local revision" -msgstr "" - -#: ../../server/eit/commands/status.py:141 -msgid "stored packages" -msgstr "" - -#: ../../server/eit/commands/status.py:146 -msgid "upload packages" -msgstr "" - -#: ../../server/eit/commands/status.py:153 -msgid "unstaged packages" -msgstr "" - -#: ../../server/eit/commands/status.py:185 -msgid "add" -msgstr "" - -#: ../../server/eit/commands/status.py:197 -msgid "switch injected" -msgstr "" - -#: ../../server/eit/commands/status.py:207 -msgid "show repository status" -msgstr "" - -#: ../../server/eit/commands/deps.py:46 ../../server/eit/commands/inject.py:46 -msgid "inject into given repository" -msgstr "" - -#: ../../server/eit/commands/deps.py:102 -msgid "package dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:117 -msgid "No dependencies" -msgstr "" - -#: ../../server/eit/commands/deps.py:143 -msgid "not found" -msgstr "" - -#: ../../server/eit/commands/deps.py:175 -msgid "Dependency type" -msgstr "" - -#: ../../server/eit/commands/deps.py:181 -msgid "Select a dependency type for" -msgstr "" - -#: ../../server/eit/commands/deps.py:206 -msgid "Dependencies editor" -msgstr "" - -#: ../../server/eit/commands/deps.py:216 -msgid "Confirm ?" -msgstr "" - -#: ../../server/eit/commands/deps.py:240 -msgid "dependencies updated successfully" -msgstr "" - -#: ../../server/eit/commands/deps.py:251 -msgid "edit dependencies for packages in repository" -msgstr "" - -#: ../../server/eit/commands/cp.py:58 -msgid "package dependency" -msgstr "" - -#: ../../server/eit/commands/cp.py:133 -msgid "source equals destination" -msgstr "" - -#: ../../server/eit/commands/cp.py:141 -msgid "repository not available" -msgstr "" - -#: ../../server/eit/commands/cp.py:162 -msgid "Considering all the packages" -msgstr "" - -#: ../../server/eit/commands/cp.py:186 -msgid "copy packages from a repository to another" -msgstr "" - -#: ../../server/eit/commands/revgraph.py:106 -msgid "show reverse dependency graph for packages" -msgstr "" - -#: ../../server/eit/commands/key.py:53 -msgid "create keypair for repository and packages" -msgstr "" - -#: ../../server/eit/commands/key.py:59 -msgid "delete keypair (and signatures) from repository" -msgstr "" - -#: ../../server/eit/commands/key.py:65 -msgid "show keypair status for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:71 -msgid "sign packages in repository using current keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:77 -msgid "import keypair, bind to given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:82 ../../server/eit/commands/key.py:103 -msgid "private key path" -msgstr "" - -#: ../../server/eit/commands/key.py:85 ../../server/eit/commands/key.py:94 -msgid "public key path" -msgstr "" - -#: ../../server/eit/commands/key.py:89 -msgid "export the repository public key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:98 -msgid "export the repository private key to file" -msgstr "" - -#: ../../server/eit/commands/key.py:131 -msgid "GPG interface loaded, home directory" -msgstr "" - -#: ../../server/eit/commands/key.py:156 -msgid "Creating keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:160 -msgid "Another key already exists for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:166 -msgid "Would you like to continue?" -msgstr "" - -#: ../../server/eit/commands/key.py:184 -msgid "Insert e-mail" -msgstr "" - -#: ../../server/eit/commands/key.py:186 -msgid "Insert expiration days (0=no expiration)" -msgstr "" - -#: ../../server/eit/commands/key.py:188 -msgid "Insert passphrase (empty=no passphrase)" -msgstr "" - -#: ../../server/eit/commands/key.py:192 -msgid "Repository GPG keypair creation" -msgstr "" - -#: ../../server/eit/commands/key.py:208 -msgid "Produced GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:214 -msgid "Now you should sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:221 -msgid "Generate a revoke key and store it in a safe place" -msgstr "" - -#: ../../server/eit/commands/key.py:231 -msgid "You may want to send your keys to a key server" -msgstr "" - -#: ../../server/eit/commands/key.py:252 -msgid "Deleting keys for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:256 -msgid "No keys available for given repository" -msgstr "" - -#: ../../server/eit/commands/key.py:263 -msgid "Are you really sure?" -msgstr "" - -#: ../../server/eit/commands/key.py:271 ../../server/eit/commands/key.py:305 -msgid "Keys metadata not available for" -msgstr "" - -#: ../../server/eit/commands/key.py:285 -msgid "Deleted GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:313 -msgid "GPG information for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:335 -msgid "Public key identifier" -msgstr "" - -#: ../../server/eit/commands/key.py:336 -msgid "Public key fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:337 -msgid "Key size" -msgstr "" - -#: ../../server/eit/commands/key.py:338 -msgid "Creation date" -msgstr "" - -#: ../../server/eit/commands/key.py:339 -msgid "Expires on" -msgstr "" - -#: ../../server/eit/commands/key.py:376 -msgid "Importing keypair" -msgstr "" - -#: ../../server/eit/commands/key.py:382 -msgid "Another keypair already exists" -msgstr "" - -#: ../../server/eit/commands/key.py:395 -msgid "Imported GPG key with fingerprint" -msgstr "" - -#: ../../server/eit/commands/key.py:401 -msgid "Now sign all the packages in it" -msgstr "" - -#: ../../server/eit/commands/key.py:444 -msgid "Exporting private key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:448 -msgid "Exporting public key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:453 -msgid "No keypair available for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:461 -msgid "Keypair is EXPIRED for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:482 -msgid "Unable to export GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:491 -msgid "Exported GPG key for repository" -msgstr "" - -#: ../../server/eit/commands/key.py:504 -msgid "manage repository GPG keys" -msgstr "" - -#: ../../server/eit/commands/inject.py:44 -msgid "package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:98 -msgid "no such file or directory" -msgstr "" - -#: ../../server/eit/commands/inject.py:111 -msgid "unsupported extension" -msgstr "" - -#: ../../server/eit/commands/inject.py:117 -msgid "no valid package paths" -msgstr "" - -#: ../../server/eit/commands/inject.py:140 -msgid "inject package files into repository" -msgstr ""