[PackageKit-commit] packagekit: Branch 'master' - 28 commits
Richard Hughes
hughsient at kemper.freedesktop.org
Mon Dec 7 07:06:53 PST 2009
NEWS | 126 +
backends/aptcc/Makefile.am | 2
backends/aptcc/apt-utils.cpp | 85 -
backends/aptcc/apt-utils.h | 18
backends/aptcc/apt.cpp | 361 ++++-
backends/aptcc/apt.h | 30
backends/aptcc/pk-backend-aptcc.cpp | 111 +
client/pk-console.c | 2
configure.ac | 3
data/tests/test.catalog | 6
docs/html/pk-download.html | 1
docs/html/pk-matrix.html | 2
lib/packagekit-glib/pk-catalog.c | 2
lib/packagekit-glib/pk-client.c | 34
lib/packagekit-glib/pk-client.h | 6
lib/packagekit-glib/pk-task-list.c | 2
lib/packagekit-glib2/pk-catalog.c | 4
lib/packagekit-glib2/pk-client.c | 19
lib/packagekit-glib2/pk-common.c | 3
lib/packagekit-glib2/pk-desktop.c | 17
lib/packagekit-qt/src/client.cpp | 3
lib/packagekit-qt/src/clientprivate.cpp | 18
lib/packagekit-qt/src/clientprivate.h | 1
lib/packagekit-qt/test/main.cpp | 5
lib/packagekit-qt/test/transactiontest.cpp | 6
lib/packagekit-qt/test/transactiontest.h | 2
po/es.po | 315 ++--
po/gu.po | 726 +++++-----
po/he.po | 2057 +++++++++++++++++------------
po/or.po | 404 +++--
po/sr.po | 711 +++++-----
po/sr at latin.po | 711 +++++-----
src/pk-backend.c | 1
src/pk-polkit-action-lookup.c | 4
src/pk-transaction-extra.c | 8
src/pk-transaction.c | 6
36 files changed, 3456 insertions(+), 2356 deletions(-)
New commits:
commit a20a0930a73f9d12938ecc31b3f40fba0e2562f8
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 15:05:55 2009 +0000
Release version 0.5.5
diff --git a/NEWS b/NEWS
index e528482..f2685df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,129 @@
+Version 0.5.5
+~~~~~~~~~~~~~
+Released: 2009-12-07
+
+Translations:
+ - Updated translation for Punjabi (aalam)
+ - Updated translation for Spanish (beckerde)
+ - Updated translation for Hebrew (elad)
+ - Updated translation for Telugu (kkrothap)
+ - Updated translation for Serbian (kmilos)
+ - Updated translation for Spanish (logan)
+ - Updated translation for Oriya (mgiri)
+ - Updated translation for Dutch (nippur)
+ - Updated translation for Polish (raven)
+ - Updated translation for Gujarati (swkothar)
+ - Updated translation for Finnish (vpv)
+
+Libraries:
+ - PackageKit-qt: Add function in Package class to get icon path (Adrien Bustany)
+ - PackageKit-qt: Fix behavior on failed desktop database open (Adrien Bustany)
+ - PackageKit-qt: Refuse to run tests if backend != dummy (Adrien Bustany)
+ - PackageKit-qt: Fix signal signature in Transaction test (Adrien Bustany)
+ - PackageKit-qt: Make error message more informative (Adrien Bustany)
+ - PackageKit-qt: Watch DBus signal NameOwnerChanged to detect in flight PK crashes (Adrien Bustany)
+ - PackageKit-qt: Make running transactions emit error on daemon crash (Adrien Bustany)
+ - PackageKit-qt: Properly delete transactions on daemon crash (Adrien Bustany)
+ - PackageKit-qt: Added multiple files support to searchFile (Daniel Nicoletti)
+ - PackageKit-qt: Added setHints(QString) convenience function (Daniel Nicoletti)
+ - PackageKit-qt: Fix compilation path of desktop.db (Daniel Nicoletti)
+ - PackageKit-qt: Fix the open desktopdb path (Daniel Nicoletti)
+ - PackageKit-qt: A few improvements to getIcon() (Daniel Nicoletti)
+ - PackageKit-qt: Fix icon loading (Daniel Nicoletti)
+ - PackageKit-qt: Added support to what provides with a QStringList (Daniel Nicoletti)
+ - PackageKit-qt: Fixed emission of updatesChanged(), and added DEPRECATED macro (Daniel Nicoletti)
+ - python: Fixed packagekit.client.what_provides() in Python bindings (Tim Waugh)
+ - glib2: Never try to disconnect DBus signals if they were never connected (Richard Hughes)
+ - glib2: Switch to a 100% GObject design, and get rid of the typedef'd PkItemX structures (Richard Hughes)
+ - glib2: Drop the 'Code' from PkError as it's a redundant suffix (Richard Hughes)
+
+Backends:
+ - apt: Allow emitting apt.package.Version. Use when emitting Package signals (Sebastian Heinlein)
+ - apt: Add a helper method which allows to emit all visible versions of package (Sebastian Heinlein)
+ - apt: Fix emitting the correct installed/available status for packages (Sebastian Heinlein)
+ - apt: Show a better error report for broken packages in get_depends (Sebastian Heinlein)
+ - apt: Do not fail if we cannot unset the locale correctly (Sebastian Heinlein)
+ - apt: Fix installing package files from a not ASCII path (Sebastian Heinlein)
+ - apt: Add a helper to get the apt.package.Version instance corresponding to a package id (Sebastian Heinlein)
+ - apt: If a dependency cannot be installed emit a blocked package (Sebastian Heinlein)
+ - apt: Rewrite get_requires to actually parse the dependency information (Sebastian Heinlein)
+ - apt: Replace the _find_package_by_id helper by _get_package_by_id (Sebastian Heinlein)
+ - apt: Remove obsolete return statements after PackageKitBackend.error call (Sebastian Heinlein)
+ - apt: Fix small typo in method call of simulate_update (Sebastian Heinlein)
+ - apt: Only emit additional changes in Simulate* (Sebastian Heinlein)
+ - apt: Catch an internal python-apt changelog download failed error message (Sebastian Heinlein)
+ - apt: Show some progress for processing downloads of changelogs (Sebastian Heinlein)
+ - apt: Take the version of package into account when removing, installing and updating (Sebastian Heinlein)
+ - apt: Don't use internal attributes of python-apt as far as possible (Sebastian Heinlein)
+ - apt: Fix update version sanity check and add the package name to the error message (Sebastian Heinlein)
+ - apt: Use markdown for the changelog and update_text of UpdateDetail (Sebastian Heinlein)
+ - apt: Allow to set the status of the PackgeKitFetchProgress (Sebastian Heinlein)
+ - apt: Separate the apt.package.Version/package id converter into its own method (Sebastian Heinlein)
+ - apt: Refractor download_packages and emit the files signal for downloaded packages (Sebastian Heinlein)
+ - apt: Send the currently downloaded package in the download_package method (Sebastian Heinlein)
+ - apt: Send the INFO_FINISHED status for downloaded packages (Sebastian Heinlein)
+ - apt: Emit the INFO_DOWNGRADING for currently downgrading packages (Sebastian Heinlein)
+ - apt: Add missing datetime import (Sebastian Heinlein)
+ - apt: Add support for removing obsoleted dependencies in RemovePackages (Sebastian Heinlein)
+ - apt: Fix a typo which broke RemovePackages (Sebastian Heinlein)
+ - apt: Make use of the package metadata to search for provided gstreamer plugins (Sebastian Heinlein)
+ - apt: Share the pinning file with Synaptic which allows to block updates in Synaptic (Sebastian Heinlein)
+ - apt: Use a more readable markdown raw syntax (Sebastian Heinlein)
+ - apt: Minor cleanups to the markdown creator (Sebastian Heinlein)
+ - apt: Parse for closed Launchpad bugs in the Ubuntu changelogs (Sebastian Heinlein)
+ - aptcc: Better error handling in instalation (Daniel Nicoletti)
+ - aptcc: Added what provides mime type support (Daniel Nicoletti)
+ - aptcc: Added gstreamer codec search (Daniel Nicoletti)
+ - dummy: ensure we send valid ISO8601 dates to the daemon (Richard Hughes)
+ - smart: fix syntax error typo with only_trusted (Anders F Bjorklund)
+ - yum: only advertise GetDistroUpgrades if the preupgrade binary is present (Richard Hughes)
+ - yum: add a few more entries in the yum-comps mapping (Richard Hughes)
+ - yum: disable repos that are not contactable (Richard Hughes)
+ - yum: format the package_id for printing when we print an error (Richard Hughes)
+ - yum: fix the broken metadata ISO8601 encoded update detail values (Richard Hughes)
+ - yum: check the filename is valid before exploding when yum fails on us. Fixes rh#537381 (Richard Hughes)
+ - yum: don't fail with a crypic message if a package is being searched for is in a repo no longer available (Richard Hughes)
+ - yum: throw errors from _findPackage which mackes it much easier to report different types of errors (Richard Hughes)
+ - yum: Protect more against repos that get disabled (Richard Hughes)
+ - yum: put a file monitor on /etc/yum.repos.d and signal RepoListChanged when it is manually changed (Richard Hughes)
+ - yum: protect against yum, rpm and glibc from being removd manually or as deps in RemovePackages() (Richard Hughes)
+ - yum: Only check certain transaction elements, not all of them. Fixes rh#541645 (Richard Hughes)
+
+New Features:
+ - Add a --plain option to pkcon to better support not-running with a console (Richard Hughes)
+ - Moved get_distro id to a daemon property (Daniel Nicoletti)
+ - Fixed one old call to get_distro_id and changed all identifiers to distro;version;arch (Daniel Nicoletti)
+ - Make the scan for desktop files be recursive (Daniel Nicoletti)
+
+Bugfixes:
+ - Reverse version order for unstable versions to match (Carlo Marcelo Arenas Belon)
+ - Refactor download instructions for precompiled packages (Carlo Marcelo Arenas Belon)
+ - Fixed python session example (Daniel Nicoletti)
+ - Updated the Faq and example.catalog to match the new distro id (Daniel Nicoletti)
+ - pkcon: search provides for ANY instead of CODEC (Daniel Nicoletti)
+ - cnf: don't exit before we try to search if no alternatives were found (Richard Hughes)
+ - cnf: handle the error condition where the package name would be invalid. Fixes rh#533014 (Richard Hughes)
+ - cnf: after a successful installation, re-exec new binary not command-not-found. Fixes rh#533554 (Richard Hughes)
+ - Ensure we use the unique package id for the de-duplication filter dictionary. Fixes gnome#601246 (Richard Hughes)
+ - cnf: handle the error condition where the package name would be invalid. Fixes rh#533014 (Richard Hughes)
+ - cnf: after a successful installation, re-exec new binary not command-not-found. Fixes rh#533554 (Richard Hughes)
+ - cnf: when we search for available files, use our preferred arch. Fixes rh#534169 (Richard Hughes)
+ - Ensure the update detail ISO8601 dates are formatted correctly before they are sent to the daemon (Richard Hughes)
+ - Switch the signed install permission to require the root password (Richard Hughes)
+ - Rename three methods in the unstable glib2 library so we are ready for 0.6.x in December (Richard Hughes)
+ - Update to a better version of the egg-debug code (Richard Hughes)
+ - cnf: Run the newly installed file sync so we can return a proper exit code. Fixes rh#540482 (Richard Hughes)
+ - Fix a potential crash when pkcon gets a restart-required signal (Richard Hughes)
+ - pkcon: Add a message when there are no updates (Richard Hughes)
+ - pkcon: Add a return code for pkcon of 5 for 'nothing useful was done' (Richard Hughes)
+ - cron: Only email when a useful action was done. Fixes rh#540949 (Richard Hughes)
+ - Fix up the free license checker to include the free font licenses too (Richard Hughes)
+ - Use the license generator to update the list of free licenses to include font licences. Fixes rh#519394 (Richard Hughes)
+ - Ensure we return a very big number if we ask for the time since a role completed, and the role has never completed (Richard Hughes)
+ - Do not split more than one locale hint to fix setting LC_ variables. Fixes rh#543716 (Richard Hughes)
+ - Do not abort the daemon if the desktop database is invalid or corrupt (Richard Hughes)
+ - Remove the two-line title in the custom PolicyKit dialog for install (Richard Hughes)
+
Version 0.5.4
~~~~~~~~~~~~~
Released: 2009-11-02
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index bd08625..bfb9fde 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -68,6 +68,7 @@ Releases are normally once every 3-4 weeks.
</p>
<table>
<tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr>
+<tr><td>0.5.5</td><td></td><td>2009-12-07</td></tr>
<tr><td>0.5.4</td><td></td><td>2009-11-02</td></tr>
<tr><td>0.5.3</td><td></td><td>2009-10-05</td></tr>
<tr><td>0.5.2</td><td></td><td>2009-09-07</td></tr>
commit ddfc574b124bb023f8b0962997b4a2eb175ef018
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 14:31:14 2009 +0000
Revert an unintended API break in packagekit-glib, which was caused by an over-zealous sed script some weeks ago
diff --git a/lib/packagekit-glib/pk-catalog.c b/lib/packagekit-glib/pk-catalog.c
index 894556f..e16be87 100644
--- a/lib/packagekit-glib/pk-catalog.c
+++ b/lib/packagekit-glib/pk-catalog.c
@@ -180,7 +180,7 @@ pk_catalog_process_type (PkCatalog *catalog, const gchar *type)
packages, &error);
g_strfreev (packages);
} else if (mode == PK_CATALOG_PROGRESS_FILES) {
- ret = pk_client_search_files (catalog->priv->client,
+ ret = pk_client_search_file (catalog->priv->client,
pk_bitfield_from_enums (PK_FILTER_ENUM_NOT_INSTALLED, PK_FILTER_ENUM_NEWEST, -1),
package, &error);
} else if (mode == PK_CATALOG_PROGRESS_PROVIDES) {
diff --git a/lib/packagekit-glib/pk-client.c b/lib/packagekit-glib/pk-client.c
index d9f727c..1e0124b 100644
--- a/lib/packagekit-glib/pk-client.c
+++ b/lib/packagekit-glib/pk-client.c
@@ -1622,7 +1622,7 @@ out:
}
/**
- * pk_client_search_names:
+ * pk_client_search_name:
* @client: a valid #PkClient instance
* @filters: a %PkBitfield such as %PK_FILTER_ENUM_GUI | %PK_FILTER_ENUM_FREE or %PK_FILTER_ENUM_NONE
* @search: free text to search for, for instance, "power"
@@ -1634,7 +1634,7 @@ out:
* Return value: %TRUE if the daemon queued the transaction
**/
gboolean
-pk_client_search_names (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
+pk_client_search_name (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
{
gboolean ret = FALSE;
gchar *filter_text = NULL;
@@ -1709,7 +1709,7 @@ out:
* @error: a %GError to put the error code and message in, or %NULL
*
* Search all detailed summary information to try and find a keyword.
- * Think of this as pk_client_search_names(), but trying much harder and
+ * Think of this as pk_client_search_name(), but trying much harder and
* taking longer.
*
* Return value: %TRUE if the daemon queued the transaction
@@ -1783,7 +1783,7 @@ out:
}
/**
- * pk_client_search_groups:
+ * pk_client_search_group:
* @client: a valid #PkClient instance
* @filters: a %PkBitfield such as %PK_FILTER_ENUM_GUI | %PK_FILTER_ENUM_FREE or %PK_FILTER_ENUM_NONE
* @search: a group enum to search for, for instance, "system-tools"
@@ -1794,7 +1794,7 @@ out:
* Return value: %TRUE if the daemon queued the transaction
**/
gboolean
-pk_client_search_groups (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
+pk_client_search_group (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
{
gboolean ret = FALSE;
gchar *filter_text = NULL;
@@ -1862,7 +1862,7 @@ out:
}
/**
- * pk_client_search_files:
+ * pk_client_search_file:
* @client: a valid #PkClient instance
* @filters: a %PkBitfield such as %PK_FILTER_ENUM_GUI | %PK_FILTER_ENUM_FREE or %PK_FILTER_ENUM_NONE
* @search: file to search for, for instance, "/sbin/service"
@@ -1873,7 +1873,7 @@ out:
* Return value: %TRUE if the daemon queued the transaction
**/
gboolean
-pk_client_search_files (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
+pk_client_search_file (PkClient *client, PkBitfield filters, const gchar *search, GError **error)
{
gboolean ret = FALSE;
gchar *filter_text = NULL;
@@ -4288,11 +4288,11 @@ pk_client_requeue (PkClient *client, GError **error)
else if (priv->role == PK_ROLE_ENUM_SEARCH_DETAILS)
ret = pk_client_search_details (client, priv->cached_filters, priv->cached_search, error);
else if (priv->role == PK_ROLE_ENUM_SEARCH_FILE)
- ret = pk_client_search_files (client, priv->cached_filters, priv->cached_search, error);
+ ret = pk_client_search_file (client, priv->cached_filters, priv->cached_search, error);
else if (priv->role == PK_ROLE_ENUM_SEARCH_GROUP)
- ret = pk_client_search_groups (client, priv->cached_filters, priv->cached_search, error);
+ ret = pk_client_search_group (client, priv->cached_filters, priv->cached_search, error);
else if (priv->role == PK_ROLE_ENUM_SEARCH_NAME)
- ret = pk_client_search_names (client, priv->cached_filters, priv->cached_search, error);
+ ret = pk_client_search_name (client, priv->cached_filters, priv->cached_search, error);
else if (priv->role == PK_ROLE_ENUM_INSTALL_PACKAGES)
ret = pk_client_install_packages (client, priv->cached_only_trusted, priv->cached_package_ids, error);
else if (priv->role == PK_ROLE_ENUM_INSTALL_FILES)
@@ -5355,7 +5355,7 @@ pk_client_test (EggTest *test)
egg_test_assert (test, ret);
/* run the method */
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", NULL);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", NULL);
/************************************************************/
egg_test_title (test, "we finished?");
@@ -5378,7 +5378,7 @@ pk_client_test (EggTest *test)
/************************************************************/
egg_test_title (test, "search name sync, with a reset in finalise");
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", NULL);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", NULL);
egg_test_assert (test, ret);
/************************************************************/
@@ -5443,7 +5443,7 @@ pk_client_test (EggTest *test)
/************************************************************/
egg_test_title (test, "search for power");
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", &error);
if (!ret) {
egg_test_failed (test, "failed: %s", error->message);
g_error_free (error);
@@ -5465,7 +5465,7 @@ pk_client_test (EggTest *test)
egg_test_failed (test, "failed: to reset: %s", error->message);
g_error_free (error);
}
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", &error);
if (!ret) {
egg_test_failed (test, "failed to search: %s", error->message);
g_error_free (error);
@@ -5493,7 +5493,7 @@ pk_client_test (EggTest *test)
G_CALLBACK (pk_client_test_copy_package_cb), test);
/* search with the source */
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", &error);
if (!ret) {
egg_test_failed (test, "failed: %s", error->message);
g_error_free (error);
@@ -5622,7 +5622,7 @@ pk_client_test (EggTest *test)
/************************************************************/
egg_test_title (test, "do first task (which will fail after 500ms)");
- ret = pk_client_search_names (client_copy, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client_copy, PK_FILTER_ENUM_NONE, "power", &error);
if (ret) {
egg_test_success (test, NULL);
} else {
@@ -5632,7 +5632,7 @@ pk_client_test (EggTest *test)
/************************************************************/
egg_test_title (test, "do second task which should fail outright");
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", &error);
if (!ret) {
egg_test_success (test, "failed (in a good way): %s", error->message);
g_error_free (error);
diff --git a/lib/packagekit-glib/pk-client.h b/lib/packagekit-glib/pk-client.h
index 419cbb8..4fb3b0c 100644
--- a/lib/packagekit-glib/pk-client.h
+++ b/lib/packagekit-glib/pk-client.h
@@ -223,7 +223,7 @@ gboolean pk_client_update_system (PkClient *client,
gboolean only_trusted,
GError **error)
G_GNUC_WARN_UNUSED_RESULT;
-gboolean pk_client_search_names (PkClient *client,
+gboolean pk_client_search_name (PkClient *client,
PkBitfield filters,
const gchar *search,
GError **error)
@@ -232,12 +232,12 @@ gboolean pk_client_search_details (PkClient *client,
PkBitfield filters,
const gchar *search,
GError **error);
-gboolean pk_client_search_groups (PkClient *client,
+gboolean pk_client_search_group (PkClient *client,
PkBitfield filters,
const gchar *search,
GError **error)
G_GNUC_WARN_UNUSED_RESULT;
-gboolean pk_client_search_files (PkClient *client,
+gboolean pk_client_search_file (PkClient *client,
PkBitfield filters,
const gchar *search,
GError **error)
diff --git a/lib/packagekit-glib/pk-task-list.c b/lib/packagekit-glib/pk-task-list.c
index d8ad05a..3a13211 100644
--- a/lib/packagekit-glib/pk-task-list.c
+++ b/lib/packagekit-glib/pk-task-list.c
@@ -564,7 +564,7 @@ pk_task_list_test (EggTest *test)
/************************************************************/
egg_test_title (test, "search for power");
client = pk_client_new ();
- ret = pk_client_search_names (client, PK_FILTER_ENUM_NONE, "power", &error);
+ ret = pk_client_search_name (client, PK_FILTER_ENUM_NONE, "power", &error);
if (!ret) {
egg_test_failed (test, "failed: %s", error->message);
g_error_free (error);
commit 944368e6c7a8fbf5d42d7d9d6926084d7d3ec614
Author: Daniel Nicoletti <dantti85-pk at yahoo.com.br>
Date: Mon Dec 7 12:57:48 2009 -0200
aptcc: Emit the requested package too
diff --git a/backends/aptcc/apt.cpp b/backends/aptcc/apt.cpp
index d6b7ba8..6de2b43 100644
--- a/backends/aptcc/apt.cpp
+++ b/backends/aptcc/apt.cpp
@@ -965,49 +965,32 @@ bool aptcc::TryToInstall(pkgCache::PkgIterator Pkg,
// emitChangedPackages - Show packages to newly install /*{{{*/
// ---------------------------------------------------------------------
/* */
-void aptcc::emitChangedPackages(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > &pkgs,
- pkgCacheFile &Cache)
+void aptcc::emitChangedPackages(pkgCacheFile &Cache)
{
vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > installing,
removing,
updating,
downgrading;
- // Create a set of package names to fast search if the package is in the list
- set<string> pkgNames;
- for(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> >::iterator i=pkgs.begin();
- i != pkgs.end();
- ++i) {
- pkgNames.insert(i->first.Name());
- }
-
string VersionsList;
for (pkgCache::PkgIterator pkg = Cache->PkgBegin(); ! pkg.end(); ++pkg)
{
if (Cache[pkg].NewInstall() == true) {
// installing
- if (pkgNames.find(pkg.Name()) == pkgNames.end()) {
- installing.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- }
+ installing.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
} else if (Cache[pkg].Delete() == true) {
// removing
- if (pkgNames.find(pkg.Name()) == pkgNames.end()) {
- removing.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- }
+ removing.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_ver(pkg)));
} else if (Cache[pkg].Upgrade() == true) {
// updating
- if (pkgNames.find(pkg.Name()) == pkgNames.end()) {
- updating.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- }
+ updating.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
} else if (Cache[pkg].Downgrade() == true) {
// downgrading
- if (pkgNames.find(pkg.Name()) == pkgNames.end()) {
- downgrading.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- }
+ downgrading.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
}
}
- // emit packages tha have changes
+ // emit packages that have changes
emit_packages(removing, PK_FILTER_ENUM_NONE, PK_INFO_ENUM_REMOVING);
emit_packages(downgrading, PK_FILTER_ENUM_NONE, PK_INFO_ENUM_DOWNGRADING);
emit_packages(installing, PK_FILTER_ENUM_NONE, PK_INFO_ENUM_INSTALLING);
@@ -1016,22 +999,21 @@ void aptcc::emitChangedPackages(vector<pair<pkgCache::PkgIterator, pkgCache::Ver
void aptcc::populateInternalPackages(pkgCacheFile &Cache)
{
- for (pkgCache::PkgIterator pkg = Cache->PkgBegin(); ! pkg.end(); ++pkg)
- {
- if (Cache[pkg].NewInstall() == true) {
- // installing
+ for (pkgCache::PkgIterator pkg = Cache->PkgBegin(); ! pkg.end(); ++pkg) {
+ if (Cache[pkg].NewInstall() == true) {
+ // installing
m_pkgs.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- } else if (Cache[pkg].Delete() == true) {
- // removing
+ } else if (Cache[pkg].Delete() == true) {
+ // removing
+ m_pkgs.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_ver(pkg)));
+ } else if (Cache[pkg].Upgrade() == true) {
+ // updating
m_pkgs.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- } else if (Cache[pkg].Upgrade() == true) {
- // updating
+ } else if (Cache[pkg].Downgrade() == true) {
+ // downgrading
m_pkgs.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- } else if (Cache[pkg].Downgrade() == true) {
- // downgrading
- m_pkgs.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, find_candidate_ver(pkg)));
- }
- }
+ }
+ }
}
void aptcc::emitTransactionPackage(string name, PkInfoEnum state)
@@ -1350,7 +1332,7 @@ bool aptcc::runTransaction(vector<pair<pkgCache::PkgIterator, pkgCache::VerItera
if (simulate) {
// Print out a list of packages that are going to be installed extra
- emitChangedPackages(pkgs, Cache);
+ emitChangedPackages(Cache);
return true;
} else {
// Store the packages that are going to change
diff --git a/backends/aptcc/apt.h b/backends/aptcc/apt.h
index 030a357..4f2ea4b 100644
--- a/backends/aptcc/apt.h
+++ b/backends/aptcc/apt.h
@@ -149,8 +149,7 @@ private:
*/
void updateInterface(int readFd, int writeFd);
bool DoAutomaticRemove(pkgCacheFile &Cache);
- void emitChangedPackages(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > &pkgs,
- pkgCacheFile &Cache);
+ void emitChangedPackages(pkgCacheFile &Cache);
vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > m_pkgs;
void populateInternalPackages(pkgCacheFile &Cache);
commit 7bb42d229c53c7464adf344f5c7ba0753b83a2c1
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 14:19:57 2009 +0000
When we fall back go get-depends for backend that don't support SimulateUpdatePackages, use UPDATING rather than REMOVING as the simulated enum
diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index 1d32e20..59bdf11 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -1825,7 +1825,7 @@ pk_transaction_set_running (PkTransaction *transaction)
} else {
/* we need to emit the original packages before we fall back */
for (i=0; priv->cached_package_ids[i] != NULL; i++)
- pk_backend_package (priv->backend, PK_INFO_ENUM_REMOVING, priv->cached_package_ids[i], "");
+ pk_backend_package (priv->backend, PK_INFO_ENUM_UPDATING, priv->cached_package_ids[i], "");
filters = pk_bitfield_from_enums (PK_FILTER_ENUM_NOT_INSTALLED, PK_FILTER_ENUM_NEWEST, -1);
pk_backend_get_depends (priv->backend, filters, priv->cached_package_ids, TRUE);
}
commit a6b6cd25c32f539f7fce6b0a74b251f27811702a
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 14:02:44 2009 +0000
Add a trivial debugging comment
diff --git a/src/pk-backend.c b/src/pk-backend.c
index 5465d9f..5216b63 100644
--- a/src/pk-backend.c
+++ b/src/pk-backend.c
@@ -996,6 +996,7 @@ pk_backend_package (PkBackend *backend, PkInfoEnum info, const gchar *package_id
/* we automatically set the transaction status for some PkInfoEnums if running
* in non-simultaneous transaction mode */
if (!backend->priv->simultaneous) {
+ egg_debug ("auto-setting status based on info %s", pk_info_enum_to_text (info));
if (info == PK_INFO_ENUM_DOWNLOADING)
pk_backend_set_status (backend, PK_STATUS_ENUM_DOWNLOAD);
else if (info == PK_INFO_ENUM_UPDATING)
commit 75cd81f40764e779af54fe70f252239963ef3f2d
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Mon Dec 7 10:21:28 2009 -0300
PackageKit-Qt: Properly delete transactions on daemon crash
diff --git a/lib/packagekit-qt/src/clientprivate.cpp b/lib/packagekit-qt/src/clientprivate.cpp
index df680dc..4681802 100644
--- a/lib/packagekit-qt/src/clientprivate.cpp
+++ b/lib/packagekit-qt/src/clientprivate.cpp
@@ -99,6 +99,7 @@ void ClientPrivate::serviceOwnerChanged (const QString& name, const QString& old
foreach(Transaction *t, runningTransactions.values ()) {
t->finished (Transaction::ExitFailed, 0);
+ t->deleteLater ();
}
runningTransactions.clear ();
}
commit 00916f9a2a08fa450c3a7dd9d0d5575ea857cd49
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Mon Dec 7 09:59:33 2009 -0300
PackageKit-Qt: Make running transactions emit error on daemon crash
diff --git a/lib/packagekit-qt/src/clientprivate.cpp b/lib/packagekit-qt/src/clientprivate.cpp
index af621ce..df680dc 100644
--- a/lib/packagekit-qt/src/clientprivate.cpp
+++ b/lib/packagekit-qt/src/clientprivate.cpp
@@ -96,6 +96,11 @@ void ClientPrivate::serviceOwnerChanged (const QString& name, const QString& old
error = Client::ErrorDaemonUnreachable;
c->error(error);
+
+ foreach(Transaction *t, runningTransactions.values ()) {
+ t->finished (Transaction::ExitFailed, 0);
+ }
+ runningTransactions.clear ();
}
void ClientPrivate::removeTransactionFromPool(const QString& tid)
commit 227d6329c5f2437fb707547f33c09ae838b45b76
Author: mgiri <mgiri at fedoraproject.org>
Date: Mon Dec 7 12:16:57 2009 +0000
Sending translation for Oriya
diff --git a/po/or.po b/po/or.po
index c1d96b6..b226e6e 100644
--- a/po/or.po
+++ b/po/or.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: packagekit.master.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-14 08:42+0000\n"
-"PO-Revision-Date: 2009-11-14 15:18+0530\n"
+"POT-Creation-Date: 2009-12-07 08:29+0000\n"
+"PO-Revision-Date: 2009-12-07 17:46+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri at redhat.com>\n"
"Language-Team: Oriya <oriya-it at googlegroups.com>\n"
"MIME-Version: 1.0\n"
@@ -31,125 +31,130 @@ msgstr ""
"\n"
"\n"
"\n"
+"\n"
+"\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:173
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175 ../client/pk-console.c:597
msgid "Transaction"
msgstr "à¬à¬¾à¬°à¬¬à¬¾à¬°"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:175
+#: ../client/pk-console.c:177
msgid "System time"
msgstr "ତନàତàର ସମà"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "Succeeded"
msgstr "ସଫଳ ହàà¬à¬à¬¿"
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "True"
msgstr "True (ସତàà)"
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "False"
msgstr "False (ମିଥààା)"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:179 ../src/pk-polkit-action-lookup.c:336
+#: ../client/pk-console.c:181 ../src/pk-polkit-action-lookup.c:336
msgid "Role"
msgstr "à¬àମିà¬à¬¾"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:184
+#: ../client/pk-console.c:186
msgid "Duration"
msgstr "à¬
ବଧି"
-#: ../client/pk-console.c:184
+#: ../client/pk-console.c:186
msgid "(seconds)"
msgstr "(ସàà¬à¬£àଡ)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:188 ../src/pk-polkit-action-lookup.c:350
+#: ../client/pk-console.c:190 ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
msgstr "ପାଠàà ନିରàଦàଦàଶ"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:190
+#: ../client/pk-console.c:192
msgid "User ID"
msgstr "à¬à¬¾à¬³à¬ ID"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:197
+#: ../client/pk-console.c:199
msgid "Username"
msgstr "à¬à¬¾à¬³à¬ ନାମ"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:201
+#: ../client/pk-console.c:203
msgid "Real name"
msgstr "ପàରà¬àତ ନାମ"
-#: ../client/pk-console.c:209
+#: ../client/pk-console.c:211
msgid "Affected packages:"
msgstr "ପàରà¬à¬¾à¬¬à¬¿à¬¤ ପààାà¬àà¬à¬àଡ଼ିà¬:"
-#: ../client/pk-console.c:211
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
msgstr "ପàରà¬à¬¾à¬¬à¬¿à¬¤ ପààାà¬àà¬à¬àଡ଼ିà¬: à¬à¬¿à¬à¬¿à¬¨àହà¬"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:246
+#: ../client/pk-console.c:248
msgid "Distribution"
msgstr "ବଣàà¬à¬¨"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:248
+#: ../client/pk-console.c:250
msgid "Type"
msgstr "ପàରà¬à¬¾à¬°"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:250 ../client/pk-console.c:289
+#: ../client/pk-console.c:252 ../client/pk-console.c:291
msgid "Summary"
msgstr "ସାରାà¬à¬¶"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:278
+#: ../client/pk-console.c:280
msgid "Category"
msgstr "ବିà¬à¬¾à¬"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:280
+#: ../client/pk-console.c:282
msgid "ID"
msgstr "ID"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:283
+#: ../client/pk-console.c:285
msgid "Parent"
msgstr "ମàà¬àà"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:286
+#: ../client/pk-console.c:288
msgid "Name"
msgstr "ନାମ"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:292
+#: ../client/pk-console.c:294
msgid "Icon"
msgstr "à¬à¬¿à¬¤àରସà¬à¬àତ"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:338
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "à¬
ଦààତନ ବିଷàରà ବିସàତàତ ବିବରଣà:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
#. TRANSLATORS: the package that is not signed by a known key
#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:344 ../lib/packagekit-glib2/pk-task-text.c:126
+#: ../client/pk-console.c:346 ../client/pk-console.c:616
+#: ../lib/packagekit-glib2/pk-task-text.c:126
#: ../lib/packagekit-glib2/pk-task-text.c:208
#: ../src/pk-polkit-action-lookup.c:361
msgid "Package"
@@ -158,69 +163,69 @@ msgstr[0] "ପààାà¬àà¬"
msgstr[1] "ପààାà¬àà¬à¬àଡ଼ିà¬"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:347
+#: ../client/pk-console.c:349
msgid "Updates"
msgstr "à¬
ଦààତନà¬àଡ଼ିà¬"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:351
+#: ../client/pk-console.c:353
msgid "Obsoletes"
msgstr "à¬
à¬à¬³à¬àଡ଼ିà¬"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
-#: ../client/pk-console.c:355 ../lib/packagekit-glib2/pk-task-text.c:211
+#: ../client/pk-console.c:357 ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
msgstr "ବିà¬àରàତା"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:359
+#: ../client/pk-console.c:361
msgid "Bugzilla"
msgstr "Bugzilla"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:363
+#: ../client/pk-console.c:365
msgid "CVE"
msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:367
+#: ../client/pk-console.c:369
msgid "Restart"
msgstr "ପàନà¬à¬à¬¾à¬³à¬¨"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:371
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "ପାଠàà à¬
ଦààତନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:375
+#: ../client/pk-console.c:377
msgid "Changes"
msgstr "ପରିବରàତàତନà¬àଡ଼ିà¬"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:379
+#: ../client/pk-console.c:381
msgid "State"
msgstr "à¬
ବସàଥା"
#. TRANSLATORS: details about the update, date the update was issued
-#: ../client/pk-console.c:383
+#: ../client/pk-console.c:385
msgid "Issued"
msgstr "ପàରଦତàତ"
#. TRANSLATORS: details about the update, date the update was updated
#. TRANSLATORS: The action of the package, in past tense
-#: ../client/pk-console.c:387 ../lib/packagekit-glib2/pk-console-shared.c:510
+#: ../client/pk-console.c:389 ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
msgstr "à¬
ଦààତିତ"
#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:423
+#: ../client/pk-console.c:425
msgid "Enabled"
msgstr "ସà¬àରିà"
#. TRANSLATORS: if the repo is disabled
-#: ../client/pk-console.c:426
+#: ../client/pk-console.c:428
msgid "Disabled"
msgstr "ନିଷàà¬àରିà"
@@ -250,49 +255,69 @@ msgid "Application restart required by:"
msgstr "ପାà¬à¬ ପàରààଠପàନà¬à¬à¬¾à¬³à¬¨ à¬à¬¬à¬¶ààà¬:"
#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:505
+#: ../client/pk-console.c:507
msgid "Package description"
msgstr "ପààାà¬àଠବରàଣàଣନା"
#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:536
+#: ../client/pk-console.c:538
msgid "Message:"
msgstr "ସନàଦàଶ:"
#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:557
+#: ../client/pk-console.c:559
msgid "No files"
msgstr "à¬àଣସି ଫାà¬à¬² ନାହିà¬"
#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:562
+#: ../client/pk-console.c:564
msgid "Package files"
msgstr "ପààାà¬àଠଫାà¬à¬²à¬àଡ଼ିà¬"
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "ପàରତିଶତ"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "à¬
ବସàଥିତି"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "ଫଳାଫଳ:"
+
#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
-#: ../client/pk-console.c:636
+#: ../client/pk-console.c:685
msgid "Fatal error"
msgstr "ମାରାତàମଠତàରàà¬à¬¿"
#. TRANSLATORS: the transaction failed in a way we could not expect
-#: ../client/pk-console.c:645
+#: ../client/pk-console.c:694
#: ../contrib/command-not-found/pk-command-not-found.c:432
-#: ../contrib/command-not-found/pk-command-not-found.c:599
+#: ../contrib/command-not-found/pk-command-not-found.c:603
msgid "The transaction failed"
msgstr "à¬à¬¾à¬°à¬¬à¬¾à¬° ବିଫଳ ହàà¬à¬à¬¿"
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "à¬à¬¹à¬¿ ସମàରà à¬àଣସି à¬
ଦààତନ à¬à¬ªà¬²à¬¬àଧ ନାହିà¬à¥¤"
+
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:713
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "à¬
ଦààତନà¬à ସମàପàରàଣàଣ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬à¬®àପàà¬à¬°à¬à ପàନà¬à¬à¬¾à¬³à¬¨ à¬à¬°à¬¨àତà।"
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:716
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr "à¬
ଦààତନà¬à ସମàପàରàଣàଣ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ ଦàାà¬à¬°à¬¿ ଲà¬à¬à¬à¬ à¬à¬°à¬¿à¬¸à¬¾à¬°à¬¿ ପàଣି ଲà¬à¬à¬¨ à¬à¬°à¬¨àତà।"
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:719
+#: ../client/pk-console.c:814
msgid ""
"Please restart the computer to complete the update as important security "
"updates have been installed."
@@ -301,7 +326,7 @@ msgstr ""
"ସàଥାପିତ ହàà¬à¬¸à¬¾à¬°à¬¿à¬à¬¿à¥¤"
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:722
+#: ../client/pk-console.c:817
msgid ""
"Please logout and login to complete the update as important security updates "
"have been installed."
@@ -310,19 +335,19 @@ msgstr ""
"à¬
ଦààତନà¬àଡ଼ିଠସàଥାପିତ ହàà¬à¬¸à¬¾à¬°à¬¿à¬à¬¿à¥¤"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:745
+#: ../client/pk-console.c:840
#, c-format
msgid "This tool could not find any available package: %s"
msgstr "à¬à¬¹à¬¿ ସାଧନ à¬àଣସି à¬à¬ªà¬²à¬¬àଧ ପààାà¬àà¬à¬àଡ଼ିà¬à ପାଠପାରିଲା ନାହିà¬: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:773
+#: ../client/pk-console.c:868
#, c-format
msgid "This tool could not find the installed package: %s"
msgstr "à¬à¬¹à¬¿ ସାଧନ ସàଥାପିତ ପààାà¬àà¬à¬àଡ଼ିà¬à ପାଠପାରିଲା ନାହିà¬: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:801 ../client/pk-console.c:829
+#: ../client/pk-console.c:896 ../client/pk-console.c:924
#, c-format
msgid "This tool could not find the package: %s"
msgstr "à¬à¬¹à¬¿ ସାଧନ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬à¬¿ ପାà¬à¬²à¬¾ ନାହିà¬: %s"
@@ -331,232 +356,229 @@ msgstr "à¬à¬¹à¬¿ ସାଧନ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬à
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:857 ../client/pk-console.c:885
-#: ../client/pk-console.c:913 ../client/pk-console.c:941
-#: ../client/pk-console.c:969
+#: ../client/pk-console.c:952 ../client/pk-console.c:980
+#: ../client/pk-console.c:1008 ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
msgid "This tool could not find all the packages: %s"
msgstr "à¬à¬¹à¬¿ ସାଧନ ସମସàତ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬à¬¿ ପାà¬à¬²à¬¾ ନାହିà¬: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:998
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "ଡàମନ ମଧàଯ-à¬à¬¾à¬°à¬¬à¬¾à¬°à¬à ନଷàଠà¬à¬°à¬¿à¬à¬¿!"
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:1032
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "PackageKit à¬àନସàଲ à¬
ନàତରାପàଷàଠ"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:1034
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "à¬à¬ª ନିରàଦàଦàଶà¬àଡ଼ିà¬:"
#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:1113
+#: ../client/pk-console.c:1208
msgid "Failed to get the time since this action was last completed"
msgstr "à¬à¬¹à¬¿ à¬à¬¾à¬°àଯààà¬à¬¿ ଶàଷରà ସମàପàରàଣàଣ ହàà¬à¬¥à¬¿à¬¬à¬¾ ହàତà ସମà ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
-#. TRANSLATORS: command line argument, if we should show debugging information
-#. TRANSLATORS: if we should show debugging data
-#: ../client/pk-console.c:1150 ../client/pk-generate-pack.c:223
-#: ../client/pk-monitor.c:281
-#: ../contrib/command-not-found/pk-command-not-found.c:653
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
-#: ../contrib/device-rebind/pk-device-rebind.c:293 ../src/pk-main.c:211
-msgid "Show extra debugging information"
-msgstr "à¬
ତିରିà¬àତ ତàରàà¬à¬¿ ନିବାରଣ ସàà¬à¬¨à¬¾ ଦରàଶାନàତà"
-
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:1153 ../client/pk-monitor.c:283
+#: ../client/pk-console.c:1244 ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "ପàରà¬àରାମ ସà¬à¬¸àà¬à¬°à¬£ ଦରàଶାନàତà à¬à¬¬à¬ ପàରସàଥାନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:1156
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "à¬à¬¾à¬£à¬ ସàଠà¬à¬°à¬¨àତà, ଯàପରିà¬à¬¿ ସàଥାପିତ"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:1159
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "à¬à¬¾à¬°àଯàà ସମàପàରàଣàଣ ହàବା ପରàଯààନàତ à¬
ପàà¬àଷା ନà¬à¬°à¬¿ ପàରସàଥାନ à¬à¬°à¬¨àତà"
#. command line argument, do we ask questions
-#: ../client/pk-console.c:1162
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:530
+#: ../client/pk-console.c:1253
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
msgid "Install the packages without asking for confirmation"
msgstr "ନିଶàà¬à¬¿à¬¤à¬à¬°à¬£ ବିନା ପààାà¬àà¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: command line argument, this command is not a priority
-#: ../client/pk-console.c:1165
+#: ../client/pk-console.c:1256
msgid "Run the command using idle network bandwidth and also using less power"
msgstr "ସàଥିର ନàà¬à±à¬°àଠବààାଣàଡà±à¬¿à¬¡à¬¼à¬¥ ବààବହାର à¬à¬°à¬¿ ନିରàଦàଦàଶà¬à à¬à¬²à¬¾à¬¨àତà à¬à¬¬à¬ à¬à¬® ବିଦàààତ ଶà¬àତି ବààବହାର à¬à¬°à¬¿"
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid "Print to screen a machine readable output, rather than using animated widgets"
+msgstr ""
+"à¬àବନାàନ à±à¬¿à¬àà¬à¬àଡ଼ିà¬à ବààବହାର à¬à¬°à¬¿à¬¬à¬¾ ପରିବରàତàତà ପରଦାରà à¬àà¬à¬¿à¬ ଯନàତàର ପଠନ ଯàà¬àà "
+"ଫଳାଫଳà¬à ମàଦàରଣ à¬à¬°à¬¨àତà"
+
#. TRANSLATORS: we failed to contact the daemon
-#: ../client/pk-console.c:1191
+#: ../client/pk-console.c:1281
msgid "Failed to contact PackageKit"
msgstr "PackageKit ସହିତ ଯàà¬à¬¾à¬¯àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1247
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
msgstr "à¬à¬²àଲିà¬à¬¿à¬¤ à¬à¬¾à¬£à¬à¬à¬¿ à¬
ବàଧ à¬
à¬à"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1266
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
msgstr "à¬àà¬à¬¿à¬ ସନàଧାନ ପàରà¬à¬¾à¬° à¬à¬¬à¬¶ààà¬, ଯàପରିà¬à¬¿ ନାମ"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1273 ../client/pk-console.c:1285
-#: ../client/pk-console.c:1297 ../client/pk-console.c:1309
+#: ../client/pk-console.c:1365 ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389 ../client/pk-console.c:1401
msgid "A search term is required"
msgstr "à¬àà¬à¬¿à¬ ସନàଧାନ ନିତି à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1319
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "à¬
ବàଧ ସନàଧାନ ପàରà¬à¬¾à¬°"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1325
+#: ../client/pk-console.c:1417
msgid "A package name to install is required"
msgstr "ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬àà¬à¬¿à¬ ପààାà¬àଠନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1334
+#: ../client/pk-console.c:1426
msgid "A filename to install is required"
msgstr "ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬àà¬à¬¿à¬ ଫାà¬à¬² ନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1346
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
msgstr "à¬àà¬à¬¿à¬ ପàରà¬à¬¾à¬°, key_id à¬à¬¬à¬ package_id à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1357
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
msgstr "à¬à¬¾à¬¢à¬¼à¬¿à¬¬à¬¾ ପାà¬à¬ à¬àà¬à¬¿à¬ ପààାà¬àଠନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:1366
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
msgstr "à¬àà¬à¬¿à¬ ଲà¬àଷàଯସàଥଳ ଡିରàà¬àà¬àରà à¬à¬¬à¬ à¬à¬¹à¬°à¬£ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ ପààାà¬àଠନାମà¬àଡ଼ିଠà¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:1373
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "ଡିରàà¬àà¬àରà ମିଳàନାହିà¬"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1382
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "à¬àà¬à¬¿à¬ à¬
ନàମତିପତàର ପରିà¬à¬¾àଠ(eula-id) à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1393
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
msgstr "à¬àà¬à¬¿à¬ à¬à¬¾à¬°à¬¬à¬¾à¬° ପରିà¬à¬¾àଠ(tid) à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:1414
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
msgstr "ସମାଧାନ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ à¬àà¬à¬¿à¬ ପààାà¬àଠନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:1425 ../client/pk-console.c:1436
+#: ../client/pk-console.c:1517 ../client/pk-console.c:1528
msgid "A repository name is required"
msgstr "à¬àà¬à¬¿à¬ ସà¬à¬àରହାଳà ନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:1447
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "à¬àà¬à¬¿à¬ ସà¬à¬àରହାଳà, ପàରାà¬à¬³ à¬à¬¬à¬ ମàଲàà à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:1464
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
msgstr "à¬àà¬à¬¿à¬ à¬à¬¾à¬°àଯàà, à¬à¬¦à¬¾à¬¹à¬°à¬£ ସàà±à¬°àପ 'update-system' à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:1471
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
msgstr "à¬àà¬à¬¿à¬ ସଠିଠà¬àମିà¬à¬¾ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:1481 ../client/pk-console.c:1496
-#: ../client/pk-console.c:1505 ../client/pk-console.c:1525
-#: ../client/pk-console.c:1534 ../client/pk-generate-pack.c:287
+#: ../client/pk-console.c:1573 ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597 ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626 ../client/pk-generate-pack.c:298
msgid "A package name is required"
msgstr "à¬àà¬à¬¿à¬ ପààାà¬àଠନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:1514
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
msgstr "à¬àà¬à¬¿à¬ ପààାà¬àଠପàରଦତàତ ବାà¬ààà¬à¬£àଡ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:1594
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "ବିà¬à¬³àପ '%s' à¬à¬¿ ସମରàଥିତ ନàହà¬"
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:1604
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "ନିରàଦàଦàଶ ବିଫଳ ହàà¬à¬à¬¿"
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:226
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
msgstr "ବାହାର à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ ନିରàà¬à¬°à¬¤à¬¾à¬àଡ଼ିà¬à¬° ଫାà¬à¬² ନାମà¬à ସàଠà¬à¬°à¬¨àତà"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:229
+#: ../client/pk-generate-pack.c:240
msgid "The output file or directory (the current directory is used if ommitted)"
msgstr "ନିରàà¬à¬® ଫାà¬à¬² à¬à¬¿à¬®àବା ଡିରàà¬àà¬àରà (à¬à¬¾à¬¡à¬¼à¬¿ ଯାà¬à¬¥à¬¿à¬²à ପàରà¬à¬³à¬¿à¬¤ ଡିରàà¬àà¬àରàà¬à ବààବହାର à¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:232
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
msgstr "ସରàà¬à¬¿à¬¸ ପààାଠମଧàଯରà ରà¬à¬¿à¬¬à¬¾à¬à ଥିବା ପààାà¬àà¬"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:235
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
msgstr "ସରàà¬à¬¿à¬¸ ପààାଠମଧàଯରà ସମସàତ à¬à¬ªà¬²à¬¬àଧ à¬
ଦààତନà¬àଡ଼ିà¬à ରà¬à¬¨àତà"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:271
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
msgstr "--package à¬à¬¿à¬®àବା --updates ବିà¬à¬³àପà¬à ବà¬à¬¾à¬¹àà¬à¬¨à¬¾à¬¹à¬¿à¬à¥¤"
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:279
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "à¬à¬à ବିà¬à¬³àପà¬àଡ଼ିà¬à ବà¬à¬¾à¬¹àà¬à¬à¬¿à¥¤"
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:295
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
msgstr "à¬àà¬à¬¿à¬ ନିରàà¬à¬® ଡିରàà¬àà¬àରà à¬à¬¿à¬®àବା ଫାà¬à¬² ନାମ à¬à¬¬à¬¶ààà¬"
#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
-#: ../client/pk-generate-pack.c:313
+#: ../client/pk-generate-pack.c:324
msgid "The dameon failed to startup"
msgstr "ଡàମନ à¬à¬°à¬®àଠହàବାରà ବିଫଳ ହàà¬à¬à¬¿"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:324 ../client/pk-generate-pack.c:330
+#: ../client/pk-generate-pack.c:335 ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
msgstr "ପààାà¬àଠପରିà¬à¬¾à¬³à¬ à¬à¬¹à¬¿ ପàରà¬à¬¾à¬° ପàରààà¬à¬à à¬à¬¾à¬°àଯààà¬à¬¾à¬°à à¬à¬°à¬¿à¬ªà¬¾à¬°à ନାହିà¬à¥¤"
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:337
+#: ../client/pk-generate-pack.c:348
msgid ""
"Service packs cannot be created as PackageKit was not built with libarchive "
"support."
@@ -565,64 +587,64 @@ msgstr ""
"ହàà¬à¬¨à¬¾à¬¹à¬¿à¬à¥¤"
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:348
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
msgstr "ଯଦି à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬à à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬, ତàବà ସରàà¬à¬¿à¬¸ ପààାଠନାମ à¬à¬¹à¬¾ ସହିତ ସମାପàତ ହàà¬à¬¥à¬¾à¬"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:364
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
msgstr "ସମାନ ନାମ ବିଶିଷàଠà¬àà¬à¬¿à¬ ପààାଠପàରàବରà à¬
ବସàଥିତ, à¬à¬ªà¬£ à¬à¬¹à¬¾à¬à ନବଲିà¬à¬¨ à¬à¬°à¬¿à¬¬à¬¾à¬à à¬à¬¾à¬¹àà¬à¬à¬¨àତି à¬à¬¿?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:367
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
msgstr "ପààାà¬à¬à¬¿ ନବଲିà¬à¬¨ ହàà¬à¬¨à¬¾à¬¹à¬¿à¬à¥¤"
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:380
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "ଡିରàà¬àà¬àରà ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:392
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "ପààାà¬àଠତାଲିà¬à¬¾ à¬àଲିବାରà ବିଫଳ।"
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:401
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "ପààାà¬àଠନାମ à¬àà¬àà¬
à¬à¬¿à¥¤"
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:405
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "ପààାà¬àଠ'%s'à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:413
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
msgstr "ସରàà¬à¬¿à¬¸ ପààାଠନିରàମାଣ à¬à¬°àà¬
à¬à¬¿..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:428
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
msgstr "ସରàà¬à¬¿à¬¸ ପààାଠନିରàମାଣ ହàà¬à¬
à¬à¬¿ '%s'"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:433
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "'%s'à¬à ନିରàମାଣ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
-#: ../client/pk-monitor.c:211
+#: ../client/pk-monitor.c:210
msgid "Failed to get daemon state"
msgstr "ଡàମନ ସàଥିତି ପାà¬à¬¬à¬¾à¬°à ବିଫଳ"
#. TRANSLATORS: this is a program that monitors PackageKit
-#: ../client/pk-monitor.c:299
+#: ../client/pk-monitor.c:296
msgid "PackageKit Monitor"
msgstr "PackageKit ପàରଦରàଶିà¬à¬¾"
@@ -706,17 +728,17 @@ msgid "Failed to search for file"
msgstr "ଫାà¬à¬² ସନàଧାନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:562
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
msgstr "à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ:"
#. TRANSLATORS: we failed to install the package
-#: ../contrib/command-not-found/pk-command-not-found.c:590
+#: ../contrib/command-not-found/pk-command-not-found.c:594
msgid "Failed to install packages"
msgstr "ପààାà¬àà¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾à¬°à ବିଫଳ"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:669
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
msgstr "PackageKit ନିରàଦàଦàଶ ମିଳିଲା ନାହିà¬"
@@ -786,183 +808,183 @@ msgid "Failed to find the package %s, or already installed: %s"
msgstr "ପààାà¬àଠ%s à¬à à¬àà¬à¬¿à¬ªà¬¾à¬à¬¬à¬¾à¬°à à¬
ସଫଳ, à¬
ଥବା ପàରàବରà ସàଥାପିତ ହàà¬à¬à¬¿: %s"
#. command line argument, simulate what would be done, but don't actually do it
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
msgid "Don't actually install any packages, only simulate what would be installed"
msgstr "ପàରà¬àତରà à¬àଣସି ପààାà¬àà¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°à¬¿à¬¨à¬¥à¬¾à¬, à¬àବଳ ଯାହାà¬à ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾ à¬à¬à¬¿à¬¤ ତାହାà¬à ସà¬àରିà à¬à¬°à¬¨àତà"
#. command line argument, do we skip packages that depend on the ones specified
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
msgid "Do not install dependencies of the core packages"
msgstr "ମàà¬àà ପààାà¬àà¬à¬àଡ଼ିà¬à¬° ନିରàà¬à¬°à¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°à¬¨àତà ନାହିà¬"
#. command line argument, do we operate quietly
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
msgid "Do not display information or progress"
msgstr "ସàà¬à¬¨à¬¾ à¬
ଥବା à¬à¬¨àନତିà¬à ଦରàଶାନàତà ନାହିà¬"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:545
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:542
msgid "PackageKit Debuginfo Installer"
msgstr "PackageKit ତàରàà¬à¬¿ ନିବାରଣ ସàà¬à¬¨à¬¾ ସàଥାପà¬"
#. TRANSLATORS: the use needs to specify a list of package names on the command line
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:560
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
#, c-format
msgid "ERROR: Specify package names to install."
msgstr "ତàରàà¬à¬¿: ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾à¬à ଥିବା ପààାà¬àଠନାମà¬àଡ଼ିà¬à à¬à¬²àଲàଠà¬à¬°à¬¨àତà।"
#. TRANSLATORS: we are getting the list of repositories
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:596
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:592
#, c-format
msgid "Getting sources list"
msgstr "à¬à¬¤àସà¬àଡ଼ିà¬à¬° ତାଲିà¬à¬¾ à¬àରହଣ à¬à¬°àà¬
à¬à¬¿"
#. TRANSLATORS: operation was not successful
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:606
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:681
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:809
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:876
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:920
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:602
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:677
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:805
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:872
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:916
msgid "FAILED."
msgstr "FAILED."
#. TRANSLATORS: all completed 100%
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:621
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:661
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:696
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:780
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:891
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:935
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:617
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:657
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:692
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:776
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:820
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:887
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
#, c-format
msgid "OK."
msgstr "OK."
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:624
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:620
#, c-format
msgid "Found %i enabled and %i disabled sources."
msgstr "%i ସà¬àରିà à¬à¬¬à¬ %i ନିଷàà¬àରିà à¬à¬¤àସà¬àଡ଼ିà¬à ପାà¬à¬à¬¿à¥¤"
#. TRANSLATORS: we're finding repositories that match out pattern
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:631
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:627
#, c-format
msgid "Finding debugging sources"
msgstr "ତàରàà¬à¬¿ ନିବାରଣ à¬à¬¤àସà¬àଡ଼ିà¬à ପାà¬à¬
à¬à¬¿"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:664
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:660
#, c-format
msgid "Found %i disabled debuginfo repos."
msgstr "%i ନିଷàà¬àରିà ତàରàà¬à¬¿ ନିବାରଣ à¬à¬¤àସ ସà¬à¬àରହଳà ମିଳିà¬à¬¿à¥¤"
#. TRANSLATORS: we're now enabling all the debug sources we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:671
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:667
#, c-format
msgid "Enabling debugging sources"
msgstr "ତàରàà¬à¬¿à¬¨à¬¿à¬¬à¬¾à¬°à¬£ à¬à¬¤àସà¬àଡ଼ିà¬à ସà¬àରିà à¬à¬°àà¬
à¬à¬¿"
#. TRANSLATORS: tell the user how many we enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:699
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:695
#, c-format
msgid "Enabled %i debugging sources."
msgstr "%i ତàରàà¬à¬¿à¬¨à¬¿à¬¬à¬¾à¬°à¬£ à¬à¬¤àସà¬àଡ଼ିà¬à ସà¬àରିà à¬à¬°à¬¿à¬
à¬à¬¿à¥¤"
#. TRANSLATORS: we're now finding packages that match in all the repos
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:706
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:702
#, c-format
msgid "Finding debugging packages"
msgstr "ତàରàà¬à¬¿ ନିବାରଣ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬àà¬
à¬à¬¿"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:718
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:714
#, c-format
msgid "Failed to find the package %s: %s"
msgstr "ପààାà¬àଠ%s à¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
#. TRANSLATORS: we couldn't find the debuginfo package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:741
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:737
#, c-format
msgid "Failed to find the debuginfo package %s: %s"
msgstr "ତàରàà¬à¬¿à¬¨à¬¿à¬¬à¬¾à¬°à¬£ ପààାà¬àଠ%sà¬à à¬àà¬à¬¿à¬¬à¬¾à¬°à ବିଫଳ: %s"
#. TRANSLATORS: no debuginfo packages could be found to be installed
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:769
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
#, c-format
msgid "Found no packages to install."
msgstr "ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾ à¬àଣସି ପààାà¬àଠମିଳିଲା ନାହିà¬à¥¤"
#. TRANSLATORS: tell the user we found some packages, and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:783
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:779
#, c-format
msgid "Found %i packages:"
msgstr "%i ପààାà¬àà¬à¬àଡ଼ିଠମିଳିଲା:"
#. TRANSLATORS: tell the user we are searching for deps
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:799
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
#, c-format
msgid "Finding packages that depend on these packages"
msgstr "à¬à¬¹à¬¿ ପààାà¬àà¬à¬àଡ଼ିଠà¬à¬ªà¬°à ନିରàà¬à¬° à¬à¬°àଥିବା ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬àà¬
à¬à¬¿"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:812
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:808
#, c-format
msgid "Could not find dependant packages: %s"
msgstr "ନିରàà¬à¬°à¬ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬à¬¿ ପାà¬à¬²à¬¾ ନାହିà¬: %s"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
#, c-format
msgid "Found %i extra packages."
msgstr "%i à¬
ତିରିà¬àତ ପààାà¬àà¬à¬àଡ଼ିà¬à à¬àà¬à¬¿à¬ªà¬¾à¬à¬²à¬¾à¥¤"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:832
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
#, c-format
msgid "No extra packages required."
msgstr "à¬àଣସି à¬
ତିରିà¬àତ ପààାà¬àଠà¬à¬¬à¬¶ààଠନାହିà¬à¥¤"
#. TRANSLATORS: tell the user we found some packages (and deps), and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:841
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
#, c-format
msgid "Found %i packages to install:"
msgstr "ସàଥାପନ à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ %i ପààାà¬àà¬à¬àଡ଼ିଠମିଳିଲା:"
#. TRANSLATORS: simulate mode is a testing mode where we quit before the action
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:854
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:850
#, c-format
msgid "Not installing packages in simulate mode"
msgstr "ପààାà¬àà¬à¬àଡ଼ିà¬à ସà¬àରିà à¬
ବସàଥାରà ସàଥାପନ à¬à¬°àନାହିà¬"
#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
#. TRANSLATORS: transaction state, installing packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:866
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
#: ../lib/packagekit-glib2/pk-console-shared.c:282
#, c-format
msgid "Installing packages"
msgstr "ପààାà¬àà¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°àà¬
à¬à¬¿"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:879
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:875
#, c-format
msgid "Could not install packages: %s"
msgstr "ପààାà¬àà¬à¬àଡ଼ିà¬à ସàଥାପନ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬: %s"
#. TRANSLATORS: we are now disabling all debuginfo repos we previously enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:911
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:907
#, c-format
msgid "Disabling sources previously enabled"
msgstr "ପàରàବରà ସà¬àରିà à¬à¬¤àସà¬àଡ଼ିà¬à ନିଷàà¬àରିà à¬à¬°àà¬
à¬à¬¿"
#. TRANSLATORS: no debuginfo packages could be found to be installed, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:923
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:919
#, c-format
msgid "Could not disable the debugging sources: %s"
msgstr "ତàରàà¬à¬¿ ନିବାରଣ à¬à¬¤àସà¬àଡ଼ିà¬à ନିଷàà¬àରିà à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬: %s"
#. TRANSLATORS: we disabled all the debugging repos that we enabled before
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:938
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:934
#, c-format
msgid "Disabled %i debugging sources."
msgstr "%i ତàରàà¬à¬¿ ନିବାରଣ à¬à¬¤àସà¬àଡ଼ିà¬à ନିଷàà¬àରିà à¬à¬°à¬¿à¬¥à¬¾à¬à¥¤"
@@ -1008,6 +1030,10 @@ msgstr "à¬à¬ªà¬à¬°à¬£ ପଥ ମିଳିଲା ନାହିà¬"
msgid "Incorrect device path specified"
msgstr "à¬àଲ à¬à¬ªà¬à¬°à¬£ ପଥà¬à à¬à¬²àଲàଠà¬à¬°à¬¾à¬¯à¬¾à¬à¬à¬¿"
+#: ../contrib/device-rebind/pk-device-rebind.c:293
+msgid "Show extra debugging information"
+msgstr "à¬
ତିରିà¬àତ ତàରàà¬à¬¿ ନିବାରଣ ସàà¬à¬¨à¬¾ ଦରàଶାନàତà"
+
#. command line argument, simulate what would be done, but don't actually do it
#: ../contrib/device-rebind/pk-device-rebind.c:296
msgid "Don't actually touch the hardware, only simulate what would be done"
@@ -1859,47 +1885,47 @@ msgid ""
msgstr "org.freedesktop.PackageKit.conf ଫାà¬à¬²à¬à¬¿ ତନàତàର ଡିରàà¬àà¬àରàରà ସàଥାପିତ ହàà¬à¬¨à¬¾à¬¹à¬¿à¬:"
#. TRANSLATORS: a backend is the system package tool, e.g. yum, apt
-#: ../src/pk-main.c:205
+#: ../src/pk-main.c:199
msgid "Packaging backend to use, e.g. dummy"
msgstr "ବààବହାର à¬à¬°à¬¿à¬¬à¬¾ ପାà¬à¬ ପàଷàଠà¬àମିà¬à ପààାà¬àଠà¬à¬°àà¬
à¬à¬¿, ଯàପରିà¬à¬¿ ନà¬à¬²à¬¿"
#. TRANSLATORS: if we should run in the background
-#: ../src/pk-main.c:208
+#: ../src/pk-main.c:202
msgid "Daemonize and detach from the terminal"
msgstr "à¬à¬°àମିନାଲରà ପରିସରମà à¬à¬¬à¬ ପàଥଠà¬à¬°à¬¨àତà"
#. TRANSLATORS: if we should not monitor how long we are inactive for
-#: ../src/pk-main.c:214
+#: ../src/pk-main.c:205
msgid "Disable the idle timer"
msgstr "à¬
à¬à¬³ ସମà ମାପà¬à¬à ନିଷàà¬àରିà à¬à¬°à¬¨àତà"
#. TRANSLATORS: show version
-#: ../src/pk-main.c:217
+#: ../src/pk-main.c:208
msgid "Show version and exit"
msgstr "ସà¬à¬¸àà¬à¬°à¬£ ଦରàଶାନàତà à¬à¬¬à¬ ପàରସàଥାନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: exit after we've started up, used for user profiling
-#: ../src/pk-main.c:220
+#: ../src/pk-main.c:211
msgid "Exit after a small delay"
msgstr "à¬àà¬à¬¿à¬ à¬àଠବିଳମàବ ପରà ପàରସàଥାନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: exit straight away, used for automatic profiling
-#: ../src/pk-main.c:223
+#: ../src/pk-main.c:214
msgid "Exit after the engine has loaded"
msgstr "ଯନàତàରà¬à¬¿ ଧାରଣ ହàà¬à¬¸à¬¾à¬°à¬¿à¬¬à¬¾ ପରà ପàରସàଥାନ à¬à¬°à¬¨àତà"
#. TRANSLATORS: describing the service that is running
-#: ../src/pk-main.c:238
+#: ../src/pk-main.c:229
msgid "PackageKit service"
msgstr "PackageKit ସରàà¬à¬¿à¬¸"
#. TRANSLATORS: fatal error, dbus is not running
-#: ../src/pk-main.c:275
+#: ../src/pk-main.c:266
msgid "Cannot connect to the system bus"
msgstr "ତନàତàର ବସ ସହିତ ସà¬à¬¯àଠà¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬¬à ନାହିà¬"
#. TRANSLATORS: cannot register on system bus, unknown reason -- geeky error follows
-#: ../src/pk-main.c:334
+#: ../src/pk-main.c:317
msgid "Error trying to start:"
msgstr "à¬à¬°à¬®àଠà¬à¬°à¬¿à¬¬à¬¾à¬à à¬àଷàà¬à¬¾ à¬à¬°à¬¿à¬¬à¬¾à¬°à ତàରàà¬à¬¿:"
@@ -1951,3 +1977,31 @@ msgstr "à¬
ନàଠପààାà¬àà¬à¬àଡ଼ିà¬"
msgid "Only trusted"
msgstr "à¬àବଳ ବିଶàà±à¬¸àତ"
+#. TRANSLATORS: turn on all debugging
+#: ../src/egg-debug.c:388
+msgid "Show debugging information for all files"
+msgstr "ସମସàତ ଫାà¬à¬²à¬àଡ଼ିଠପାà¬à¬ ତàରàà¬à¬¿ ନିବାରଣ ସàà¬à¬¨à¬¾ ଦରàଶାନàତà"
+
+#. TRANSLATORS: a list of modules to debug
+#: ../src/egg-debug.c:459
+msgid "Debug these specific modules"
+msgstr "à¬à¬¹à¬¿ ନିରàଦàଦିଷàଠà¬à¬à¬à¬¾à¬à¬¶à¬àଡ଼ିà¬à¬° ତàରàà¬à¬¿ ନିବାରଣ à¬à¬°à¬¨àତà"
+
+#. TRANSLATORS: a list of functions to debug
+#: ../src/egg-debug.c:462
+msgid "Debug these specific functions"
+msgstr "à¬à¬¹à¬¿ ନିରàଦàଦିଷàଠଫଳନà¬àଡ଼ିà¬à¬° ତàରàà¬à¬¿ ନିବାରଣ à¬à¬°à¬¨àତà"
+
+#. TRANSLATORS: save to a log
+#: ../src/egg-debug.c:465
+msgid "Log debugging data to a file"
+msgstr "ତàରàà¬à¬¿à¬¨à¬¿à¬¬à¬¾à¬°à¬£ ତଥààà¬à à¬àà¬à¬¿à¬ ଫାà¬à¬²à¬°à ଲଠà¬à¬°à¬¨àତà"
+
+#: ../src/egg-debug.c:469
+msgid "Debugging Options"
+msgstr "ତàରàà¬à¬¿ ନିବାରଣ ବିà¬à¬³àପà¬àଡ଼ିà¬"
+
+#: ../src/egg-debug.c:469
+msgid "Show debugging options"
+msgstr "ତàରàà¬à¬¿ ନିବାରଣ ବିà¬à¬³àପà¬àଡ଼ିà¬à ଦରàଶାନàତà"
+
commit 32f1358b8f3332c6e09e5b91c2f3da6760047607
Author: swkothar <swkothar at fedoraproject.org>
Date: Mon Dec 7 11:33:47 2009 +0000
Sending translation for Gujarati
diff --git a/po/gu.po b/po/gu.po
index 1709d24..6b63f6b 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -1,4 +1,4 @@
-# translation of Packagekit1.po to Gujarati
+# translation of Packagekit.po to Gujarati
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
@@ -6,10 +6,10 @@
# Sweta Kothari <swkothar at redhat.com>, 2009.
msgid ""
msgstr ""
-"Project-Id-Version: Packagekit1\n"
+"Project-Id-Version: Packagekit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-23 04:45+0000\n"
-"PO-Revision-Date: 2009-09-23 11:35+0530\n"
+"POT-Creation-Date: 2009-12-07 08:29+0000\n"
+"PO-Revision-Date: 2009-12-07 17:03+0530\n"
"Last-Translator: Sweta Kothari <swkothar at redhat.com>\n"
"Language-Team: Gujarati\n"
"MIME-Version: 1.0\n"
@@ -21,124 +21,127 @@ msgstr ""
"\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:142
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175 ../client/pk-console.c:597
msgid "Transaction"
msgstr "પરિવહન"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:144
+#: ../client/pk-console.c:177
msgid "System time"
msgstr "સિસà«àªàª® સમય"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:146
+#: ../client/pk-console.c:179
msgid "Succeeded"
msgstr "સફળ થયà«àª²"
-#: ../client/pk-console.c:146
+#: ../client/pk-console.c:179
msgid "True"
msgstr "True"
-#: ../client/pk-console.c:146
+#: ../client/pk-console.c:179
msgid "False"
msgstr "False"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:148 ../src/pk-polkit-action-lookup.c:336
+#: ../client/pk-console.c:181 ../src/pk-polkit-action-lookup.c:336
msgid "Role"
msgstr "àªà«àª®àª¿àªàª¾"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:153
+#: ../client/pk-console.c:186
msgid "Duration"
msgstr "àªàª¾àª³à«"
-#: ../client/pk-console.c:153
+#: ../client/pk-console.c:186
msgid "(seconds)"
msgstr "(સàªàªàª¡à«)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:157 ../src/pk-polkit-action-lookup.c:350
+#: ../client/pk-console.c:190 ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
msgstr "àªàª¦à«àª¶ વાàªà«àª¯"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:159
+#: ../client/pk-console.c:192
msgid "User ID"
msgstr "વપરાશàªàª°à«àª¤àª¾ ID"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:166
+#: ../client/pk-console.c:199
msgid "Username"
msgstr "વપરાશàªàª°à«àª¤àª¾àª¨àª¾àª®"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:170
+#: ../client/pk-console.c:203
msgid "Real name"
msgstr "સાàªà« નામ"
-#: ../client/pk-console.c:178
+#: ../client/pk-console.c:211
msgid "Affected packages:"
msgstr "àª
સર થયà«àª² પà«àªà«àªà«:"
-#: ../client/pk-console.c:180
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
msgstr "àª
સર થયà«àª² પà«àªà«àªà«: àªàªàª નહિàª"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:200
+#: ../client/pk-console.c:248
msgid "Distribution"
msgstr "વિતરણ"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:202
+#: ../client/pk-console.c:250
msgid "Type"
msgstr "પà«àª°àªàª¾àª°"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:204 ../client/pk-console.c:225
+#: ../client/pk-console.c:252 ../client/pk-console.c:291
msgid "Summary"
msgstr "સારાàªàª¶"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:214
+#: ../client/pk-console.c:280
msgid "Category"
msgstr "વરà«àª"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:216
+#: ../client/pk-console.c:282
msgid "ID"
msgstr "ID"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:219
+#: ../client/pk-console.c:285
msgid "Parent"
msgstr "પિતà«"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:222
+#: ../client/pk-console.c:288
msgid "Name"
msgstr "નામ"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:228
+#: ../client/pk-console.c:294
msgid "Icon"
msgstr "àªàª¿àª¹à«àª¨"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:242
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "સà«àª§àª¾àª°àª¾ વિશૠવિàªàª¤à«:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
#. TRANSLATORS: the package that is not signed by a known key
#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:248 ../lib/packagekit-glib2/pk-task-text.c:105
-#: ../lib/packagekit-glib2/pk-task-text.c:172
+#: ../client/pk-console.c:346 ../client/pk-console.c:616
+#: ../lib/packagekit-glib2/pk-task-text.c:126
+#: ../lib/packagekit-glib2/pk-task-text.c:208
#: ../src/pk-polkit-action-lookup.c:361
msgid "Package"
msgid_plural "Packages"
@@ -146,139 +149,161 @@ msgstr[0] "પà«àªà«àª"
msgstr[1] "પà«àªà«àªà«"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:251
+#: ../client/pk-console.c:349
msgid "Updates"
msgstr "સà«àª§àª¾àª°à«"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:255
+#: ../client/pk-console.c:353
msgid "Obsoletes"
msgstr "àª
પà«àª°àªàª²àª¿àª¤"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
-#: ../client/pk-console.c:259 ../lib/packagekit-glib2/pk-task-text.c:175
+#: ../client/pk-console.c:357 ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
msgstr "વિàªà«àª°à«àª¤àª¾"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:263
+#: ../client/pk-console.c:361
msgid "Bugzilla"
msgstr "બàªàªà«àª²àª¾"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:267
+#: ../client/pk-console.c:365
msgid "CVE"
msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:271
+#: ../client/pk-console.c:369
msgid "Restart"
msgstr "પà«àª¨:શરૠàªàª°à«"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:275
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "લàªàª¾àª£àª¨à« સà«àª§àª¾àª°à«"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:279
+#: ../client/pk-console.c:377
msgid "Changes"
msgstr "બદલાવà«"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:283
+#: ../client/pk-console.c:381
msgid "State"
msgstr "સà«àª¥àª¿àª¤àª¿"
#. TRANSLATORS: details about the update, date the update was issued
-#: ../client/pk-console.c:288
+#: ../client/pk-console.c:385
msgid "Issued"
msgstr "àª
દા àªàª°à«àª²"
#. TRANSLATORS: details about the update, date the update was updated
#. TRANSLATORS: The action of the package, in past tense
-#: ../client/pk-console.c:293 ../lib/packagekit-glib2/pk-console-shared.c:498
+#: ../client/pk-console.c:389 ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
msgstr "સà«àª§àª¾àª°à«àª²"
#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:311
+#: ../client/pk-console.c:425
msgid "Enabled"
msgstr "સàªà«àª°àª¿àª¯ થયà«àª² àªà«"
#. TRANSLATORS: if the repo is disabled
-#: ../client/pk-console.c:314
+#: ../client/pk-console.c:428
msgid "Disabled"
msgstr "નિષà«àªà«àª°àª¿àª¯ થયà«àª²"
#. TRANSLATORS: a package requires the system to be restarted
-#: ../client/pk-console.c:336
+#: ../client/pk-console.c:460
msgid "System restart required by:"
msgstr "સિસà«àªàª® àªàª°à«àª°àª¿àª¯àª¾àª¤ પà«àª°àª®àª¾àª£à« પà«àª¨:શરૠથાય àªà«:"
#. TRANSLATORS: a package requires the session to be restarted
-#: ../client/pk-console.c:339
+#: ../client/pk-console.c:463
msgid "Session restart required:"
msgstr "સતà«àª° પà«àª¨:શરૠàªàª°àªµà« àªàª°à«àª°à«:"
#. TRANSLATORS: a package requires the system to be restarted due to a security update
-#: ../client/pk-console.c:342
+#: ../client/pk-console.c:466
msgid "System restart (security) required by:"
msgstr "સિસà«àªàª® àªàª°à«àª°àª¿àª¯àª¾àª¤ પà«àª°àª®àª¾àª£à« પà«àª¨:શરૠ(સà«àª°àªà«àª·àª¾) થાય àªà«:"
#. TRANSLATORS: a package requires the session to be restarted due to a security update
-#: ../client/pk-console.c:345
+#: ../client/pk-console.c:469
msgid "Session restart (security) required:"
msgstr "સતà«àª° પà«àª¨:શરૠ(સà«àª°àªà«àª·àª¾)àªàª°àªµà« àªàª°à«àª°à«:"
#. TRANSLATORS: a package requires the application to be restarted
-#: ../client/pk-console.c:348
+#: ../client/pk-console.c:472
msgid "Application restart required by:"
msgstr "àªàª¾àª°à«àª¯àªà«àª°àª® ઠàªàª°à«àª°àª¿àª¯àª¾àª¤ પà«àª°àª®àª¾àª£à« પà«àª¨:શરૠથાય àªà«:"
#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:365
+#: ../client/pk-console.c:507
msgid "Package description"
msgstr "પà«àªà«àª વરà«àª£àª¨"
#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:383
+#: ../client/pk-console.c:538
msgid "Message:"
msgstr "સàªàª¦à«àª¶:"
#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:397
+#: ../client/pk-console.c:559
msgid "No files"
msgstr "àªà«àª ફાàªàª²à« નથà«"
#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:402
+#: ../client/pk-console.c:564
msgid "Package files"
msgstr "પà«àªà«àª ફાàªàª²à«"
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "àªàªàª¾àªµàª¾àª°à«"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "સà«àª¥àª¿àª¤àª¿"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "પરિણામà«:"
+
#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
-#: ../client/pk-console.c:474
+#: ../client/pk-console.c:685
msgid "Fatal error"
msgstr "ફà«àªàª² àªà«àª²"
#. TRANSLATORS: the transaction failed in a way we could not expect
-#: ../client/pk-console.c:483
+#: ../client/pk-console.c:694
+#: ../contrib/command-not-found/pk-command-not-found.c:432
+#: ../contrib/command-not-found/pk-command-not-found.c:603
msgid "The transaction failed"
msgstr "પરિવહન નિષà«àª«àª³"
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "ઠસમયૠàªàªªàª²à«àª¬à«àª§ સà«àª§àª¾àª°àª¾àª નથà«."
+
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:551
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "સà«àª§àª¾àª°à« સમાપà«àª¤ àªàª°àªµàª¾ માàªà« મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« àªàª®à«àªªà«àª¯à«àªàª° પà«àª¨àªàª¶àª°à« àªàª°à«."
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:554
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr "સà«àª§àª¾àª°à« સમાપà«àª¤ àªàª°àªµàª¾ માàªà« મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« બહાર નà«àªàª³à« àª
નૠપàªà« ફરૠપà«àª°àªµà«àª¶ àªàª°à«."
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:557
+#: ../client/pk-console.c:814
msgid ""
"Please restart the computer to complete the update as important security "
"updates have been installed."
@@ -287,7 +312,7 @@ msgstr ""
"સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« દà«àªµàª¾àª®àª¾àª àªàªµà«àª¯àª¾ àªà«."
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:560
+#: ../client/pk-console.c:817
msgid ""
"Please logout and login to complete the update as important security updates "
"have been installed."
@@ -296,19 +321,19 @@ msgstr ""
"àªàª°à« દà«àªµàª¾àª®àª¾àª àªàªµà«àª¯àª¾ àªà«."
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:583
+#: ../client/pk-console.c:840
#, c-format
msgid "This tool could not find any available package: %s"
msgstr "ઠસાધન àªàªªàª²à«àª¬àª§ પà«àªà«àª નૠશà«àª§à« શàªà«àª¯à« નહિàª: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:611
+#: ../client/pk-console.c:868
#, c-format
msgid "This tool could not find the installed package: %s"
msgstr "ઠસાધન સà«àª¥àª¾àªªàª¿àª¤ થયà«àª² પà«àªà«àªàª¨à« શà«àª§à« શàªà«àª¯à« નહિàª: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:639 ../client/pk-console.c:667
+#: ../client/pk-console.c:896 ../client/pk-console.c:924
#, c-format
msgid "This tool could not find the package: %s"
msgstr "ઠસાધન પà«àªà«àª નૠશà«àª§à« શàªà«àª¯à« નહિàª: %s"
@@ -317,428 +342,439 @@ msgstr "ઠસાધન પà«àªà«àª નૠશà«àª§à« શàªà«àª¯à« ન
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:695 ../client/pk-console.c:723
-#: ../client/pk-console.c:751 ../client/pk-console.c:779
-#: ../client/pk-console.c:807
+#: ../client/pk-console.c:952 ../client/pk-console.c:980
+#: ../client/pk-console.c:1008 ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
msgid "This tool could not find all the packages: %s"
msgstr "ઠસાધન બધા પà«àªà«àªà«àª¨à« શà«àª§à« શàªà«àª¯à« નહિàª: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:836
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "ડિમન મધà«àª¯-પરિવહન દરમà«àª¯àª¾àª¨ àªàª¾àªàªà« પડà«àª¯à«àª!"
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:870
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "PackageKit àªàª¨à«àª¸à«àª² àªàª¨à«àªàª°àª«à«àª¸"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:872
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "àªàªªàªàª¦à«àª¶à«:"
#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:951
+#: ../client/pk-console.c:1208
msgid "Failed to get the time since this action was last completed"
msgstr "ઠàªà«àª°àª¿àª¯àª¾ àªà«àª²à«àª²à« સમાપà«àª¤ થયà«àª² હતૠતà«àª¯àª¾àª સà«àª§à« સમયનૠમà«àª³àªµàªµàª¾àª¨à«àª નિષà«àª«àª³"
-#. TRANSLATORS: command line argument, if we should show debugging information
-#. TRANSLATORS: if we should show debugging data
-#: ../client/pk-console.c:986 ../client/pk-generate-pack.c:222
-#: ../client/pk-monitor.c:275
-#: ../contrib/command-not-found/pk-command-not-found.c:614
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:511
-#: ../contrib/device-rebind/pk-device-rebind.c:293 ../src/pk-main.c:211
-msgid "Show extra debugging information"
-msgstr "વધારાનૠડિબàªà«àªàª àªàª¾àª£àªàª¾àª°à« બતાવà«"
-
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:989 ../client/pk-monitor.c:277
+#: ../client/pk-console.c:1244 ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "àªàª¾àª°à«àª¯àªà«àª°àª® àªàªµà«àª¤à«àª¤àª¿ બતાવૠàª
નૠબહાર નà«àªàª³à«"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:992
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "àªàª¾àª³àª સà«àª¯à«àªà«àª¤ àªàª°à«, દા.ત. સà«àª¥àª¾àªªàª¿àª¤"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:995
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "àªà«àª°àª¿àª¯àª¾àª સમાપà«àª¤ થવાનૠરાહ àªà«àª¯àª¾ વિના બહાર નà«àªàª³à«"
+#. command line argument, do we ask questions
+#: ../client/pk-console.c:1253
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
+msgid "Install the packages without asking for confirmation"
+msgstr "àªàª¾àª¤àª°à« àªàª°àªµàª¾ માàªà« પà«àªà«àª¯àª¾ વàªàª° પà«àªà«àªà«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à«"
+
+#. TRANSLATORS: command line argument, this command is not a priority
+#: ../client/pk-console.c:1256
+msgid "Run the command using idle network bandwidth and also using less power"
+msgstr "નિષà«àªà«àª°àª¿àª¯ નà«àªàªµàª°à«àª બà«àª¨à«àª¡àªµàª¿àª¥ àª
નૠàªàªàª¾ પાવરનૠમદદથૠàªàª¦à«àª¶àª¨à« àªàª²àª¾àªµà«"
+
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid "Print to screen a machine readable output, rather than using animated widgets"
+msgstr "મશà«àª¨ વાàªàªà« શàªà« તà«àªµàª¾àª àªàªàªàªªà«àªàª¨à« સà«àªà«àª°à«àª¨àª¨à« àªàª¾àªªà«, àªàª¨àª¿àª®à«àª થયà«àª² વિàªà«àªà«àª¨à« વાપરà«àª¯àª¾ àªàª°àª¤àª¾"
+
#. TRANSLATORS: we failed to contact the daemon
-#: ../client/pk-console.c:1020
+#: ../client/pk-console.c:1281
msgid "Failed to contact PackageKit"
msgstr "PackageKit નૠસàªàªªàª°à«àª àªàª°àªµàª¾àª¨à«àª નિષà«àª«àª³"
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1072
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
msgstr "સà«àªªàª·à«àª થયà«àª² ફિલà«àªàª° àª
યà«àªà«àª¯ હતà«"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1091
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
msgstr "શà«àª§ પà«àª°àªàª¾àª°àª¨à« àªàª°à«àª°àª¿àª¯àª¾àª¤ àªà«, દા.ત. નામ"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1098 ../client/pk-console.c:1110
-#: ../client/pk-console.c:1122 ../client/pk-console.c:1134
+#: ../client/pk-console.c:1365 ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389 ../client/pk-console.c:1401
msgid "A search term is required"
msgstr "શà«àª§ àªàª°à«àª® àªàª°à«àª°à« àªà«"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1144
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "àª
યà«àªà«àª¯ શà«àª§ પà«àª°àªàª¾àª°"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1150
+#: ../client/pk-console.c:1417
msgid "A package name to install is required"
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« પà«àªà«àª નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1159
+#: ../client/pk-console.c:1426
msgid "A filename to install is required"
msgstr "સà«àª¥àª¾àªªàª¨ àªàª°àªµàª¾ માàªà« થવા ફાàªàª²àª¨àª¾àª® àªàª°à«àª°à« àªà«"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1171
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
msgstr "પà«àª°àªàª¾àª°, key_id àª
નૠpackage_id àªàª°à«àª°à« àªà«"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1182
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
msgstr "દà«àª° àªàª°àªµàª¾ માàªà« પà«àªà«àª નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:1191
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
msgstr "àª
àªàª¤àª¿àª® મà«àªàª¾àª® ડિરà«àªà«àªàª°à« àª
નૠપàªà« પà«àªà«àª નામૠડાàªàª¨àª²à«àª¡ àªàª°àªµàª¾ માàªà« àªàª°à«àª°à« àªà«"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:1198
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "ડિરà«àªà«àªàª°à« મળૠનહિàª"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1207
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "લાàªàª¸àª¨à«àª¸ àªàª³àªàª¨àª¾àª° (eula-id) àªàª°à«àª°à« àªà«"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1218
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
msgstr "પરિવહન àªàª³àªàª¨àª¾àª° (tid) àªàª°à«àª°à« àªà«"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:1239
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
msgstr "સà«àª§àª¾àª°àªµàª¾ માàªà« પà«àªà«àª નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:1250 ../client/pk-console.c:1261
+#: ../client/pk-console.c:1517 ../client/pk-console.c:1528
msgid "A repository name is required"
msgstr "રà«àªªà«àªà«àªàª°à« નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:1272
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "રà«àªªà« નામ, પરિમાણ àª
નૠàªàª¿àªàª®àª¤àª¨à« àªàª°à«àª° àªà«"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:1289
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
msgstr "àªà«àª°àª¿àª¯àª¾, દા.ત. 'update-system àªàª°à«àª°à« àªà«"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:1296
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
msgstr "સાàªà« àªà«àª®àª¿àªàª¾ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:1306 ../client/pk-console.c:1321
-#: ../client/pk-console.c:1330 ../client/pk-console.c:1350
-#: ../client/pk-console.c:1359 ../client/pk-generate-pack.c:285
+#: ../client/pk-console.c:1573 ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597 ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626 ../client/pk-generate-pack.c:298
msgid "A package name is required"
msgstr "પà«àªà«àª નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:1339
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
msgstr "પà«àªà«àª શબà«àª¦àª®àª¾àª³àª¾àª¨à« પà«àª°à« પાડૠàªà« તà«àª¨à« àªàª°à«àª° àªà«"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:1419
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "વિàªàª²à«àªª '%s' àªàª§àª¾àª°àªà«àª¤ નથà«"
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:1429
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "àªàª¦à«àª¶ નિષà«àª«àª³"
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:225
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
msgstr "નહિઠસમાવવાના àªàª§àª¾àª°àªà«àª¤àªªàª£àª¾àªàª¨àª¾ ફાàªàª² નામ સà«àª¯à«àªà«àª¤ àªàª°à«"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:228
+#: ../client/pk-generate-pack.c:240
msgid "The output file or directory (the current directory is used if ommitted)"
msgstr "àªàªàªàªªà«àª ફાàªàª² àª
થવા ડિરà«àªà«àªàª°à« (વરà«àª¤àª®àª¾àª¨ ડિરà«àªà«àªàª°à« વાપરવામાઠàªàªµàª¶à« àªà« àª
વàªàª£àªµàª¾àª®àª¾àª àªàªµà«)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:231
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
msgstr "સà«àªµàª¾ પà«àªàª®àª¾àª મà«àªàªµàª¾ માàªà«àª¨à«àª પà«àªà«àª"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:234
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
msgstr "સà«àªµàª¾ પà«àªàª®àª¾àª àªàªªàª²àª¬à«àª§ બધા સà«àª§àª¾àª°àª¾àª મà«àªà«"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:269
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
msgstr "ના તૠ--package àªà« --updates વિàªàª²à«àªª પસàªàª¦ થયà«àª² àªà«."
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:277
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "બàªàª¨à« વિàªàª²à«àªªà« પસàªàª¦ થયà«àª² àªà«."
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:293
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
msgstr "àªàªàªàªªà«àª ડિરà«àªà«àªàª°à« àª
થવા ફાàªàª² નામ àªàª°à«àª°à« àªà«"
#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
-#: ../client/pk-generate-pack.c:311
+#: ../client/pk-generate-pack.c:324
msgid "The dameon failed to startup"
msgstr "શરà«àªàª¤àª®àª¾àª ડિમન નિષà«àª«àª³"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:322 ../client/pk-generate-pack.c:328
+#: ../client/pk-generate-pack.c:335 ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
msgstr "પà«àªà«àª વà«àª¯àªµàª¸à«àª¥àª¾àªªàª ઠàªà«àª°àª¿àª¯àª¾àª¨àª¾àª ઠપà«àª°àªàª¾àª°àª¨à« àªàª²àª¾àªµà« શàªàª¤à« નથà«."
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:335
+#: ../client/pk-generate-pack.c:348
msgid ""
"Service packs cannot be created as PackageKit was not built with libarchive "
"support."
msgstr "PackageKit ઠlibarchive àªàª§àª¾àª° સાથૠબિલà«àª ન હતૠતૠતરà«àªà« સà«àªµàª¾ પà«àªà«àªà«àª¨à« બનાવૠશàªàª¾àª¤àª¾ નથà«."
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:346
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
msgstr "àªà« ફાàªàª²àª¨à« સà«àªªàª·à«àª àªàª°à« રહà«àª¯àª¾ હà«àª¯ તà«àª¯àª¾àª°à«, સà«àªµàª¾ પà«àªà«àª નામ àªàª¨à« સાથૠàªà«àª²à«àª²à« ઠહà«àªµà« àªà«àªàª"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:362
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
msgstr "ઠઠનામ સાથà«àª¨à«àª પà«àª પહà«àª²àª¾àª¥à« ઠહાàªàª° àªà«, શà«àª તમૠતà«àª¨àª¾ પર ફરà«àª¥à« લàªàªµàª¾ માàªàªà« àªà«?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:365
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
msgstr "પà«àª àªàªªàª° ફરà«àª¥à« લàªàª¾àª¯à«àª² નથà«."
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:378
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "ડિરà«àªà«àªàª°à« બનાવવામાઠનિષà«àª«àª³:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:390
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "પà«àªà«àª યાદૠàªà«àª²àªµàª¾àª®àª¾àª નિષà«àª«àª³."
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:399
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "પà«àªà«àª નામ શà«àª§à« રહà«àª¯àª¾ àªà«àª."
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:403
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "પà«àªà«àª '%s' શà«àª§àªµàª¾àª®àª¾àª નિષà«àª«àª³: %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:411
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
msgstr "સà«àªµàª¾ પà«àª બનાવૠરહà«àª¯àª¾ àªà«àª..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:426
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
msgstr "સà«àªµàª¾ પà«àª બનાવાયà«àª '%s'"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:431
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "'%s' બનાવવામાઠનિષà«àª«àª³: %s"
-#: ../client/pk-monitor.c:205
+#: ../client/pk-monitor.c:210
msgid "Failed to get daemon state"
msgstr "ડિમન સà«àª¥àª¿àª¤àª¿ મà«àª³àªµàªµàª¾àª®àª¾àª નિષà«àª«àª³"
#. TRANSLATORS: this is a program that monitors PackageKit
-#: ../client/pk-monitor.c:292
+#: ../client/pk-monitor.c:296
msgid "PackageKit Monitor"
msgstr "PackageKit મà«àª¨à«àªàª°"
#. TRANSLATORS: when we are getting data from the daemon
-#: ../contrib/browser-plugin/pk-plugin-install.c:491
+#: ../contrib/browser-plugin/pk-plugin-install.c:495
msgid "Getting package information..."
msgstr "પà«àªà«àª àªàª¾àª£àªàª¾àª°à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«àª..."
#. TRANSLATORS: run an applicaiton
-#: ../contrib/browser-plugin/pk-plugin-install.c:497
+#: ../contrib/browser-plugin/pk-plugin-install.c:501
#, c-format
msgid "Run %s"
msgstr "%s àªàª²àª¾àªµà«"
#. TRANSLATORS: show the installed version of a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:503
+#: ../contrib/browser-plugin/pk-plugin-install.c:507
msgid "Installed version"
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàªµà«àª¤à«àª¤àª¿"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:511
+#: ../contrib/browser-plugin/pk-plugin-install.c:515
#, c-format
msgid "Run version %s now"
msgstr "àªàªµà«àª¤à«àª¤àª¿ %s હમણાઠàªàª²àª¾àªµà«"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:517
+#: ../contrib/browser-plugin/pk-plugin-install.c:521
msgid "Run now"
msgstr "હમણાઠàªàª²àª¾àªµà«"
#. TRANSLATORS: update to a new version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:523
+#: ../contrib/browser-plugin/pk-plugin-install.c:527
#, c-format
msgid "Update to version %s"
msgstr "àªàªµà«àª¤à«àª¤àª¿ %s માઠસà«àª§àª¾àª°à«"
#. TRANSLATORS: To install a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:529
+#: ../contrib/browser-plugin/pk-plugin-install.c:533
#, c-format
msgid "Install %s now"
msgstr "%s હમણાઠસà«àª¥àª¾àªªàª¿àª¤ àªàª°à«"
#. TRANSLATORS: the version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:532
+#: ../contrib/browser-plugin/pk-plugin-install.c:536
msgid "Version"
msgstr "àªàªµà«àª¤à«àª¤àª¿"
#. TRANSLATORS: noting found, so can't install
-#: ../contrib/browser-plugin/pk-plugin-install.c:537
+#: ../contrib/browser-plugin/pk-plugin-install.c:541
msgid "No packages found for your system"
msgstr "તમારૠસિસà«àªàª® માàªà« àªà«àª પà«àªà«àªà« મળà«àª¯àª¾ નહિàª"
#. TRANSLATORS: package is being installed
-#: ../contrib/browser-plugin/pk-plugin-install.c:542
+#: ../contrib/browser-plugin/pk-plugin-install.c:546
msgid "Installing..."
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«àª..."
#. TRANSLATORS: downloading repo data so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:358
+#: ../contrib/command-not-found/pk-command-not-found.c:365
msgid "Downloading details about the software sources."
msgstr "સà«àª«à«àªàªµà«àª° સà«àª¤à«àª°à«àª¤à« વિશૠવિàªàª¤à« નૠડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«."
#. TRANSLATORS: downloading file lists so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:362
+#: ../contrib/command-not-found/pk-command-not-found.c:369
msgid "Downloading filelists (this may take some time to complete)."
msgstr "ફાàªàª² યાદà«àªàª¨à« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà« (ઠનૠસમાપà«àª¤ થવા માàªà« થà«àª¡à« સમય લાàªà« શàªà« àªà«)."
#. TRANSLATORS: waiting for native lock
-#: ../contrib/command-not-found/pk-command-not-found.c:366
+#: ../contrib/command-not-found/pk-command-not-found.c:373
msgid "Waiting for package manager lock."
msgstr "પà«àªà«àª વà«àª¯àªµàª¸à«àª¥àª¾àªªàª તાળા માàªà« રાહ àªà«àª રહà«àª¯àª¾ àªà«."
#. TRANSLATORS: loading package cache so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:370
+#: ../contrib/command-not-found/pk-command-not-found.c:377
msgid "Loading list of packages."
msgstr "પà«àªà«àªà«àª¨à« યાદà«àª¨à« લà«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«."
#. TRANSLATORS: we failed to find the package, this shouldn't happen
-#: ../contrib/command-not-found/pk-command-not-found.c:444
+#: ../contrib/command-not-found/pk-command-not-found.c:423
msgid "Failed to search for file"
msgstr "ફાàªàª² માàªà« શà«àª§àªµàª¾àª¨à«àª નિષà«àª«àª³"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:570
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
msgstr "શરૠàªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³:"
+#. TRANSLATORS: we failed to install the package
+#: ../contrib/command-not-found/pk-command-not-found.c:594
+msgid "Failed to install packages"
+msgstr "પà«àªà«àªà«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾àª®àª¾àª નિષà«àª«àª³"
+
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:630
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
msgstr "PackageKit àªàª¦à«àª¶ શà«àª§àª¾àª¯à« નહિàª"
#. TRANSLATORS: the prefix of all the output telling the user why it's not executing
-#: ../contrib/command-not-found/pk-command-not-found.c:658
+#: ../contrib/command-not-found/pk-command-not-found.c:699
msgid "Command not found."
msgstr "àªàª¦à«àª¶ શà«àª§àª¾àª¯à« નહિàª."
#. TRANSLATORS: tell the user what we think the command is
-#: ../contrib/command-not-found/pk-command-not-found.c:665
+#: ../contrib/command-not-found/pk-command-not-found.c:706
msgid "Similar command is:"
msgstr "સરàªàª¾ àªàª¦à«àª¶à« àªà«:"
#. TRANSLATORS: Ask the user if we should run the similar command
-#: ../contrib/command-not-found/pk-command-not-found.c:674
+#: ../contrib/command-not-found/pk-command-not-found.c:716
msgid "Run similar command:"
msgstr "àªàª àªàª¦à«àª¶àª¨à« àªàª²àª¾àªµà«:"
#. TRANSLATORS: show the user a list of commands that they could have meant
#. TRANSLATORS: show the user a list of commands we could run
-#: ../contrib/command-not-found/pk-command-not-found.c:686
-#: ../contrib/command-not-found/pk-command-not-found.c:695
+#: ../contrib/command-not-found/pk-command-not-found.c:730
+#: ../contrib/command-not-found/pk-command-not-found.c:739
msgid "Similar commands are:"
msgstr "સરàªàª¾ àªàª¦à«àª¶à« àªà«:"
#. TRANSLATORS: ask the user to choose a file to run
-#: ../contrib/command-not-found/pk-command-not-found.c:702
+#: ../contrib/command-not-found/pk-command-not-found.c:746
msgid "Please choose a command to run"
msgstr "મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« àªàª²àª¾àªµàªµàª¾ માàªà« àªàª¦à«àª¶àª¨à« પસàªàª¦ àªàª°à«"
#. TRANSLATORS: tell the user what package provides the command
-#: ../contrib/command-not-found/pk-command-not-found.c:721
+#: ../contrib/command-not-found/pk-command-not-found.c:766
msgid "The package providing this file is:"
msgstr "પà«àªà«àª ઠફાàªàª²àª¨à« પà«àª°à« પાડૠરહà«àª¯àª¾ àªà«:"
#. TRANSLATORS: as the user if we want to install a package to provide the command
-#: ../contrib/command-not-found/pk-command-not-found.c:726
+#: ../contrib/command-not-found/pk-command-not-found.c:771
#, c-format
msgid "Install package '%s' to provide command '%s'?"
msgstr "શà«àª àªàª¦à«àª¶ '%s' પà«àª°àª¾ પાડવા માàªà« પà«àªà«àª '%s' નૠસà«àª¥àª¾àªªàª¿àª¤ àªàª°à«?"
#. TRANSLATORS: Show the user a list of packages that provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:747
+#: ../contrib/command-not-found/pk-command-not-found.c:795
msgid "Packages providing this file are:"
msgstr "પà«àªà«àªà« ઠઠફાàªàª²àª¨à« પà«àª°à« પાડૠરહૠàªà«:"
#. TRANSLATORS: Show the user a list of packages that they can install to provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:756
+#: ../contrib/command-not-found/pk-command-not-found.c:805
msgid "Suitable packages are:"
msgstr "સà«àª¸àªàªàª¤ પà«àªà«àªà« àªà«:"
#. get selection
#. TRANSLATORS: ask the user to choose a file to install
-#: ../contrib/command-not-found/pk-command-not-found.c:764
+#: ../contrib/command-not-found/pk-command-not-found.c:814
msgid "Please choose a package to install"
msgstr "મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« પà«àªà«àªàª¨à« પસàªàª¦ àªàª°à«"
@@ -754,183 +790,183 @@ msgid "Failed to find the package %s, or already installed: %s"
msgstr "પà«àªà«àª %s નૠશà«àª§àª¤à« વàªàª¤à« નિષà«àª«àª³àª¤àª¾, àª
થવા પહà«àª²à«àª¥à« ઠસà«àª¥àª¾àªªàª¿àª¤ થયà«àª² àªà«: %s"
#. command line argument, simulate what would be done, but don't actually do it
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:514
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
msgid "Don't actually install any packages, only simulate what would be installed"
msgstr "àªà«àªàªªàª£ પà«àªà«àªà«àª¨à« વાસà«àª¤àªµàª®àª¾àª સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« નહિàª, ફàªà«àª¤ દà«àªàª¾àªµ àªàª°à« àªà«àª¯à« સà«àª¥àª¾àªªàª¿àª¤ થયà«àª² àªà«"
#. command line argument, do we skip packages that depend on the ones specified
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:517
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
msgid "Do not install dependencies of the core packages"
msgstr "àªà«àª° પà«àªà«àªà«àª¨àª¾àª àªàª§àª¾àª°à«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« નહિàª"
#. command line argument, do we operate quietly
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:520
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
msgid "Do not display information or progress"
msgstr "àªàª¾àª£àªàª¾àª°à« àª
થવા પà«àª°àªàª¤àª¿àª¨à« દરà«àª¶àª¾àªµà« નહિàª"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:535
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:542
msgid "PackageKit Debuginfo Installer"
msgstr "PackageKit Debuginfo Installer"
#. TRANSLATORS: the use needs to specify a list of package names on the command line
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:550
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
#, c-format
msgid "ERROR: Specify package names to install."
msgstr "àªà«àª²: સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« પà«àªà«àª નામૠનૠસà«àªªàª·à«àª àªàª°à«."
#. TRANSLATORS: we are getting the list of repositories
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:579
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:592
#, c-format
msgid "Getting sources list"
msgstr "સà«àª¤à«àª°à«àª¤ યાદà«àª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: operation was not successful
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:589
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:664
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:748
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:792
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:859
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:903
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:602
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:677
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:805
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:872
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:916
msgid "FAILED."
msgstr "FAILED."
#. TRANSLATORS: all completed 100%
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:604
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:644
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:679
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:763
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:807
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:874
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:918
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:617
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:657
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:692
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:776
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:820
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:887
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
#, c-format
msgid "OK."
msgstr "OK."
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:607
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:620
#, c-format
msgid "Found %i enabled and %i disabled sources."
msgstr "%i સàªà«àª°àª¿àª¯ થયà«àª² àª
નૠ%i નિષà«àªà«àª°àª¿àª¯ થયà«àª² સà«àª¤à«àª°à«àª¤à« મળà«àª¯àª¾."
#. TRANSLATORS: we're finding repositories that match out pattern
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:614
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:627
#, c-format
msgid "Finding debugging sources"
msgstr "ડિબàªà«àªàª સà«àª¤à«àª°à«àª¤à«àª¨à« શà«àª§à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:647
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:660
#, c-format
msgid "Found %i disabled debuginfo repos."
msgstr "%i નિષà«àªà«àª°àª¿àª¯ થયà«àª² debuginfo repos મળà«àª¯à«."
#. TRANSLATORS: we're now enabling all the debug sources we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:654
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:667
#, c-format
msgid "Enabling debugging sources"
msgstr "ડિબàªà«àªàª સà«àª¤à«àª°à«àª¤à«àª¨à« સàªà«àª°àª¿àª¯ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: tell the user how many we enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:682
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:695
#, c-format
msgid "Enabled %i debugging sources."
msgstr "સàªà«àª°àª¿àª¯ થયà«àª² %i ડિબàªà«àªàª સà«àª¤à«àª°à«àª¤à«."
#. TRANSLATORS: we're now finding packages that match in all the repos
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:689
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:702
#, c-format
msgid "Finding debugging packages"
msgstr "ડિબàªà«àªàª પà«àªà«àªà«àª¨à« શà«àª§à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:701
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:714
#, c-format
msgid "Failed to find the package %s: %s"
msgstr "પà«àªà«àª %s નૠશà«àª§àª¤à« વàªàª¤à« નિષà«àª«àª³àª¤àª¾: %s"
#. TRANSLATORS: we couldn't find the debuginfo package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:724
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:737
#, c-format
msgid "Failed to find the debuginfo package %s: %s"
msgstr "debuginfo પà«àªà«àª શà«àª§àª¤à« વàªàª¤à« નિષà«àª«àª³àª¤àª¾ %s: %s"
#. TRANSLATORS: no debuginfo packages could be found to be installed
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:752
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
#, c-format
msgid "Found no packages to install."
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« પà«àªà«àªà«àª¨à« મળà«àª¯àª¾ નહિàª."
#. TRANSLATORS: tell the user we found some packages, and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:766
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:779
#, c-format
msgid "Found %i packages:"
msgstr "%i પà«àªà«àªà« મળà«àª¯àª¾:"
#. TRANSLATORS: tell the user we are searching for deps
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:782
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
#, c-format
msgid "Finding packages that depend on these packages"
msgstr "પà«àªà«àªà«àª¨à« શà«àª§à« રહà«àª¯àª¾ àªà« àªà« àªà« ઠપà«àªà«àªà« પર àªàª§àª¾àª° રાàªà« àªà«"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:808
#, c-format
msgid "Could not find dependant packages: %s"
msgstr "àªàª§àª¾àª°àª¿àª¤ પà«àªà«àªà« નૠશà«àª§à« શàªà«àª¯àª¾ નહિàª: %s"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:811
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
#, c-format
msgid "Found %i extra packages."
msgstr "%i બહારનાઠપà«àªà«àªà« મળà«àª¯àª¾."
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:815
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
#, c-format
msgid "No extra packages required."
msgstr "વધારાનાઠપà«àªà«àªà« àªàª°à«àª°à« નથà«."
#. TRANSLATORS: tell the user we found some packages (and deps), and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
#, c-format
msgid "Found %i packages to install:"
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« %i પà«àªà«àªà« મળà«àª¯àª¾:"
#. TRANSLATORS: simulate mode is a testing mode where we quit before the action
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:850
#, c-format
msgid "Not installing packages in simulate mode"
msgstr "simulate સà«àª¥àª¿àª¤àª¿àª®àª¾àª પà«àªà«àªà«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ નથà«"
#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
#. TRANSLATORS: transaction state, installing packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:849
-#: ../lib/packagekit-glib2/pk-console-shared.c:270
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
+#: ../lib/packagekit-glib2/pk-console-shared.c:282
#, c-format
msgid "Installing packages"
msgstr "પà«àªà«àªà«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:875
#, c-format
msgid "Could not install packages: %s"
msgstr "પà«àªà«àªà«àª¨à«àª સà«àª¥àª¾àªªàª¨ àªàª°à« શàªà«àª¯àª¾ નહિàª: %s"
#. TRANSLATORS: we are now disabling all debuginfo repos we previously enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:894
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:907
#, c-format
msgid "Disabling sources previously enabled"
msgstr "પહà«àª²àª¾àª¨àª¾àª સàªà«àª°àª¿àª¯ થયà«àª² સà«àª¤à«àª°à«àª¤à«àª¨à« નિષà«àªà«àª°àª¿àª¯ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: no debuginfo packages could be found to be installed, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:906
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:919
#, c-format
msgid "Could not disable the debugging sources: %s"
msgstr "ડિબàªà«àªàª સà«àª¤à«àª°à«àª¤à« નૠનિષà«àªà«àª°àª¿àª¯ àªàª°à« શàªà«àª¯àª¾ નહિàª: %s"
#. TRANSLATORS: we disabled all the debugging repos that we enabled before
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:921
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:934
#, c-format
msgid "Disabled %i debugging sources."
msgstr "નિષà«àªà«àª°àª¿àª¯ થયà«àª² %i ડિબàªà«àªàª સà«àª¤à«àª°à«àª¤à«."
@@ -976,6 +1012,10 @@ msgstr "àªàªªàªàª°àª£ પાથ મળà«àª¯à« નહિàª"
msgid "Incorrect device path specified"
msgstr "àª
યà«àªà«àª¯ àªàªªàªàª°àª£ પાથ સà«àªªàª·à«àª થયà«àª² àªà«"
+#: ../contrib/device-rebind/pk-device-rebind.c:293
+msgid "Show extra debugging information"
+msgstr "વધારાનૠડિબàªà«àªàª àªàª¾àª£àªàª¾àª°à« બતાવà«"
+
#. command line argument, simulate what would be done, but don't actually do it
#: ../contrib/device-rebind/pk-device-rebind.c:296
msgid "Don't actually touch the hardware, only simulate what would be done"
@@ -1033,604 +1073,604 @@ msgstr "PackageKit પà«àªà«àª યાદà«"
msgid "PackageKit Service Pack"
msgstr "PackageKit સà«àªµàª¾ પà«àª"
-#: ../lib/packagekit-glib2/pk-console-shared.c:55
+#: ../lib/packagekit-glib2/pk-console-shared.c:59
#, c-format
msgid "Please enter a number from 1 to %i: "
msgstr "મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« ૧ થૠ%i સà«àª§à«àª¨à« નàªàª¬àª° દાàªàª² àªàª°à«: "
#. TRANSLATORS: more than one package could be found that matched, to follow is a list of possible packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:177
+#: ../lib/packagekit-glib2/pk-console-shared.c:183
msgid "More than one package matches:"
msgstr "àªàª પà«àªà«àª àªàª°àª¤àª¾àª વધૠàªà«àª¡àª£à«àª:"
#. TRANSLATORS: This finds out which package in the list to use
-#: ../lib/packagekit-glib2/pk-console-shared.c:186
+#: ../lib/packagekit-glib2/pk-console-shared.c:196
msgid "Please choose the correct package: "
msgstr "મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« યà«àªà«àª¯ પà«àªà«àª પસàªàª¦ àªàª°à«: "
#. TRANSLATORS: This is when the transaction status is not known
-#: ../lib/packagekit-glib2/pk-console-shared.c:238
+#: ../lib/packagekit-glib2/pk-console-shared.c:250
msgid "Unknown state"
msgstr "àª
àªà«àªàª¾àª¤ સà«àª¥àª¿àª¤àª¿"
#. TRANSLATORS: transaction state, the daemon is in the process of starting
-#: ../lib/packagekit-glib2/pk-console-shared.c:242
+#: ../lib/packagekit-glib2/pk-console-shared.c:254
msgid "Starting"
msgstr "શરૠàªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, the transaction is waiting for another to complete
-#: ../lib/packagekit-glib2/pk-console-shared.c:246
+#: ../lib/packagekit-glib2/pk-console-shared.c:258
msgid "Waiting in queue"
msgstr "àªàª¤àª¾àª°àª®àª¾àª રાહ àªà«àª રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, just started
-#: ../lib/packagekit-glib2/pk-console-shared.c:250
+#: ../lib/packagekit-glib2/pk-console-shared.c:262
msgid "Running"
msgstr "àªàª¾àª²à« રહà«àª¯à« àªà«"
#. TRANSLATORS: transaction state, is querying data
-#: ../lib/packagekit-glib2/pk-console-shared.c:254
+#: ../lib/packagekit-glib2/pk-console-shared.c:266
msgid "Querying"
msgstr "પà«àª°àª¶à«àª°à«àª¨ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, getting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:258
+#: ../lib/packagekit-glib2/pk-console-shared.c:270
msgid "Getting information"
msgstr "àªàª¾àª£àªàª¾àª°à«àª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, removing packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:262
+#: ../lib/packagekit-glib2/pk-console-shared.c:274
msgid "Removing packages"
msgstr "પà«àªà«àªà«àª¨à« દà«àª° àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, downloading package files
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:266
-#: ../lib/packagekit-glib2/pk-console-shared.c:644
+#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:656
msgid "Downloading packages"
msgstr "પà«àªà«àªà« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: transaction state, refreshing internal lists
-#: ../lib/packagekit-glib2/pk-console-shared.c:274
+#: ../lib/packagekit-glib2/pk-console-shared.c:286
msgid "Refreshing software list"
msgstr "સà«àª«à«àªàªµà«àª° યાદà«àª¨à« તાàªà« àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, installing updates
-#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:290
msgid "Installing updates"
msgstr "સà«àª§àª¾àª°àª¾àªàª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, removing old packages, and cleaning config files
-#: ../lib/packagekit-glib2/pk-console-shared.c:282
+#: ../lib/packagekit-glib2/pk-console-shared.c:294
msgid "Cleaning up packages"
msgstr "પà«àªà«àªà«àª¨à« સાફ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, obsoleting old packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:286
+#: ../lib/packagekit-glib2/pk-console-shared.c:298
msgid "Obsoleting packages"
msgstr "પà«àªà«àªà« નૠàª
પà«àª°àªàª²àª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, checking the transaction before we do it
-#: ../lib/packagekit-glib2/pk-console-shared.c:290
+#: ../lib/packagekit-glib2/pk-console-shared.c:302
msgid "Resolving dependencies"
msgstr "àªàª§àª¾àª°àªà«àª¤àªªàª£àª¾àªàª¨à« સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, checking if we have all the security keys for the operation
-#: ../lib/packagekit-glib2/pk-console-shared.c:294
+#: ../lib/packagekit-glib2/pk-console-shared.c:306
msgid "Checking signatures"
msgstr "હસà«àª¤àª¾àªà«àª·àª°à«àª¨à« àªàªàª¾àª¸à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, when we return to a previous system state
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:298
-#: ../lib/packagekit-glib2/pk-console-shared.c:604
+#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:616
msgid "Rolling back"
msgstr "પાàªà« લાવૠરહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, when we're doing a test transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:302
+#: ../lib/packagekit-glib2/pk-console-shared.c:314
msgid "Testing changes"
msgstr "બદલાવà«àª¨à« àªàªàª¾àª¸à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, when we're writing to the system package database
-#: ../lib/packagekit-glib2/pk-console-shared.c:306
+#: ../lib/packagekit-glib2/pk-console-shared.c:318
msgid "Committing changes"
msgstr "બદલાવà«àª¨à« મà«àªàª²à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, requesting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:322
msgid "Requesting data"
msgstr "માહિતà«àª¨à« માàªàªàª£à« àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, all done!
-#: ../lib/packagekit-glib2/pk-console-shared.c:314
+#: ../lib/packagekit-glib2/pk-console-shared.c:326
msgid "Finished"
msgstr "સમાપà«àª¤"
#. TRANSLATORS: transaction state, in the process of cancelling
-#: ../lib/packagekit-glib2/pk-console-shared.c:318
+#: ../lib/packagekit-glib2/pk-console-shared.c:330
msgid "Cancelling"
msgstr "રદ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:322
+#: ../lib/packagekit-glib2/pk-console-shared.c:334
msgid "Downloading repository information"
msgstr "રિપà«àªàª¿àªàª°à«àª¨à« àªàª¾àª£àªàª¾àª°à«àª¨à« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:326
+#: ../lib/packagekit-glib2/pk-console-shared.c:338
msgid "Downloading list of packages"
msgstr "પà«àªà«àªà«àª¨à« યાદà«àª¨à« લà«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:330
+#: ../lib/packagekit-glib2/pk-console-shared.c:342
msgid "Downloading file lists"
msgstr "ફાàªàª² યાદà«àªàª¨à« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:334
+#: ../lib/packagekit-glib2/pk-console-shared.c:346
msgid "Downloading lists of changes"
msgstr "બદલાવà«àª¨à« યાદà«àª¨à« લà«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:338
+#: ../lib/packagekit-glib2/pk-console-shared.c:350
msgid "Downloading groups"
msgstr "àªà«àª¥à« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:342
+#: ../lib/packagekit-glib2/pk-console-shared.c:354
msgid "Downloading update information"
msgstr "સà«àª§àª¾àª°àª¾ àªàª¾àª£àªàª¾àª°à«àª¨à« ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, repackaging delta files
-#: ../lib/packagekit-glib2/pk-console-shared.c:346
+#: ../lib/packagekit-glib2/pk-console-shared.c:358
msgid "Repackaging files"
msgstr "ફાàªàª²à«àª¨à«àª પà«àª¨:પà«àªà«àª àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, loading databases
-#: ../lib/packagekit-glib2/pk-console-shared.c:350
+#: ../lib/packagekit-glib2/pk-console-shared.c:362
msgid "Loading cache"
msgstr "àªà«àª¶ ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: transaction state, scanning for running processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:354
+#: ../lib/packagekit-glib2/pk-console-shared.c:366
msgid "Scanning applications"
msgstr "àªàª¾àª°à«àª¯àªà«àª°àª®à«àª¨à«àª સà«àªà«àª¨ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, generating a list of packages installed on the system
-#: ../lib/packagekit-glib2/pk-console-shared.c:358
+#: ../lib/packagekit-glib2/pk-console-shared.c:370
msgid "Generating package lists"
msgstr "પà«àªà«àª યાદà«àªàª¨à« àªàª¤à«àªªàª¨à«àª¨ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, when we're waiting for the native tools to exit
-#: ../lib/packagekit-glib2/pk-console-shared.c:362
+#: ../lib/packagekit-glib2/pk-console-shared.c:374
msgid "Waiting for package manager lock"
msgstr "પà«àªà«àª વà«àª¯àªµàª¸à«àª¥àª¾àªªàª તાળા માàªà« રાહ àªà«àª રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, waiting for user to type in a password
-#: ../lib/packagekit-glib2/pk-console-shared.c:366
+#: ../lib/packagekit-glib2/pk-console-shared.c:378
msgid "Waiting for authentication"
msgstr "સતà«àª¤àª¾àª§àª¿àªàª°àª£ માàªà« રાહ àªà«àª રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, we are updating the list of processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:370
+#: ../lib/packagekit-glib2/pk-console-shared.c:382
msgid "Updating running applications"
msgstr "àªàª¾àª²àª¤àª¾ àªàª¾àª°à«àª¯àªà«àª°àª®à«àª¨à« સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, we are checking executable files currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:374
+#: ../lib/packagekit-glib2/pk-console-shared.c:386
msgid "Checking applications in use"
msgstr "વપરાશમાઠàªàª¾àª°à«àª¯àªà«àª°àª®à«àª¨à« àªàªàª¾àª¸à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, we are checking for libraries currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:378
+#: ../lib/packagekit-glib2/pk-console-shared.c:390
msgid "Checking libraries in use"
msgstr "વપરાશમાઠલાàªàª¬à«àª°à«àª°à«àªàª¨à« àªàªàª¾àª¸à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: transaction state, we are copying package files before or after the transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:382
+#: ../lib/packagekit-glib2/pk-console-shared.c:394
msgid "Copying files"
msgstr "ફાàªàª²à«àª¨à« નàªàª² àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:400
+#: ../lib/packagekit-glib2/pk-console-shared.c:412
msgid "Trivial"
msgstr "Trivial"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:404
+#: ../lib/packagekit-glib2/pk-console-shared.c:416
msgid "Normal"
msgstr "સામાનà«àª¯"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:408
+#: ../lib/packagekit-glib2/pk-console-shared.c:420
msgid "Important"
msgstr "મહતà«àªµàª¨à«àª"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:412
+#: ../lib/packagekit-glib2/pk-console-shared.c:424
msgid "Security"
msgstr "સà«àª°àªà«àª·àª¾"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:416
+#: ../lib/packagekit-glib2/pk-console-shared.c:428
msgid "Bug fix "
msgstr "àªà«àª² સà«àª§àª¾àª°à«"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:420
+#: ../lib/packagekit-glib2/pk-console-shared.c:432
msgid "Enhancement"
msgstr "વધારà«"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:424
+#: ../lib/packagekit-glib2/pk-console-shared.c:436
msgid "Blocked"
msgstr "બà«àª²à«àª થયà«àª²"
#. TRANSLATORS: The state of a package
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:429
-#: ../lib/packagekit-glib2/pk-console-shared.c:502
+#: ../lib/packagekit-glib2/pk-console-shared.c:441
+#: ../lib/packagekit-glib2/pk-console-shared.c:514
msgid "Installed"
msgstr "સà«àª¥àª¾àªªàª¿àª¤ થયà«àª²"
#. TRANSLATORS: The state of a package, i.e. not installed
-#: ../lib/packagekit-glib2/pk-console-shared.c:434
+#: ../lib/packagekit-glib2/pk-console-shared.c:446
msgid "Available"
msgstr "àªàªªàª²à«àª¬àª§"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:452
+#: ../lib/packagekit-glib2/pk-console-shared.c:464
msgid "Downloading"
msgstr "ડાàªàª¨àª²à«àª¡ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:456
+#: ../lib/packagekit-glib2/pk-console-shared.c:468
msgid "Updating"
msgstr "સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:460
-#: ../lib/packagekit-glib2/pk-console-shared.c:580
+#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:592
msgid "Installing"
msgstr "સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:464
-#: ../lib/packagekit-glib2/pk-console-shared.c:576
+#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:588
msgid "Removing"
msgstr "દà«àª° àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:468
+#: ../lib/packagekit-glib2/pk-console-shared.c:480
msgid "Cleaning up"
msgstr "સાફ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:484
msgid "Obsoleting"
msgstr "àª
પà«àª°àªàª²àª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:488
msgid "Reinstalling"
msgstr "પà«àª¨:સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«àª"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:494
+#: ../lib/packagekit-glib2/pk-console-shared.c:506
msgid "Downloaded"
msgstr "ડાàªàª¨àª²à«àª¡ થયà«àª²"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:506
+#: ../lib/packagekit-glib2/pk-console-shared.c:518
msgid "Removed"
msgstr "દà«àª° àªàª°à«àª²"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:510
+#: ../lib/packagekit-glib2/pk-console-shared.c:522
msgid "Cleaned up"
msgstr "સાફ àªàª°à«àª²"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:514
+#: ../lib/packagekit-glib2/pk-console-shared.c:526
msgid "Obsoleted"
msgstr "àª
પà«àª°àªàª²àª¿àª¤ થયà«àª²"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:518
+#: ../lib/packagekit-glib2/pk-console-shared.c:530
msgid "Reinstalled"
msgstr "પà«àª¨:સà«àª¥àª¾àªªàª¿àª¤ થયà«àª²"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:536
+#: ../lib/packagekit-glib2/pk-console-shared.c:548
msgid "Unknown role type"
msgstr "àª
àªà«àªàª¾àª¤ àªà«àª®àª¿àªàª¾ પà«àª°àªàª¾àª°"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:540
+#: ../lib/packagekit-glib2/pk-console-shared.c:552
msgid "Getting dependencies"
msgstr "àªàª§àª¾àª°àªà«àª¤àªªàª£àª¾àªàª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:544
+#: ../lib/packagekit-glib2/pk-console-shared.c:556
msgid "Getting update details"
msgstr "સà«àª§àª¾àª°à« વિàªàª¤à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:548
+#: ../lib/packagekit-glib2/pk-console-shared.c:560
msgid "Getting details"
msgstr "વિàªàª¤à« નૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:552
+#: ../lib/packagekit-glib2/pk-console-shared.c:564
msgid "Getting requires"
msgstr "àªàª°à«àª°àª¿àª¯àª¾àª¤à« નૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:556
+#: ../lib/packagekit-glib2/pk-console-shared.c:568
msgid "Getting updates"
msgstr "સà«àª§àª¾àª°àª¾àªàª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:560
+#: ../lib/packagekit-glib2/pk-console-shared.c:572
msgid "Searching by details"
msgstr "વિàªàª¤à« દà«àª¦àª¾àª°àª¾ શà«àª§à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:564
+#: ../lib/packagekit-glib2/pk-console-shared.c:576
msgid "Searching by file"
msgstr "ફાàªàª² દà«àª¦àª¾àª°àª¾ શà«àª§à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:568
+#: ../lib/packagekit-glib2/pk-console-shared.c:580
msgid "Searching groups"
msgstr "àªà«àª¥à«àª¨à« શà«àª§à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:572
+#: ../lib/packagekit-glib2/pk-console-shared.c:584
msgid "Searching by name"
msgstr "નામ દà«àª¦àª¾àª°àª¾ શà«àª§à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:584
+#: ../lib/packagekit-glib2/pk-console-shared.c:596
msgid "Installing files"
msgstr "ફાàªàª²à«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:588
+#: ../lib/packagekit-glib2/pk-console-shared.c:600
msgid "Refreshing cache"
msgstr "àªà«àª¶ નૠતાàªà« àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:592
+#: ../lib/packagekit-glib2/pk-console-shared.c:604
msgid "Updating packages"
msgstr "પà«àªà«àªà«àª¨à« સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:596
+#: ../lib/packagekit-glib2/pk-console-shared.c:608
msgid "Updating system"
msgstr "સિસà«àªàª®àª¨à« સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:600
+#: ../lib/packagekit-glib2/pk-console-shared.c:612
msgid "Canceling"
msgstr "રદ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:608
+#: ../lib/packagekit-glib2/pk-console-shared.c:620
msgid "Getting repositories"
msgstr "રિપà«àªà«àªàª°à«àªàª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:612
+#: ../lib/packagekit-glib2/pk-console-shared.c:624
msgid "Enabling repository"
msgstr "રિપà«àªàª¿àªàª°à«àª¨à« સàªà«àª°àª¿àª¯ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:616
+#: ../lib/packagekit-glib2/pk-console-shared.c:628
msgid "Setting data"
msgstr "માહિતà«àª¨à« સà«àª¯à«àªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:620
+#: ../lib/packagekit-glib2/pk-console-shared.c:632
msgid "Resolving"
msgstr "સà«àª§àª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:624
+#: ../lib/packagekit-glib2/pk-console-shared.c:636
msgid "Getting file list"
msgstr "ફાàªàª² યાદà«àª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:628
+#: ../lib/packagekit-glib2/pk-console-shared.c:640
msgid "Getting provides"
msgstr "પà«àª°àª¾ પાડવા નૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:632
+#: ../lib/packagekit-glib2/pk-console-shared.c:644
msgid "Installing signature"
msgstr "હસà«àª¤àª¾àªà«àª·àª°à«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:636
+#: ../lib/packagekit-glib2/pk-console-shared.c:648
msgid "Getting packages"
msgstr "પà«àªà«àªà« નૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:640
+#: ../lib/packagekit-glib2/pk-console-shared.c:652
msgid "Accepting EULA"
msgstr "EULA નૠસà«àªµà«àªàª¾àª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:648
+#: ../lib/packagekit-glib2/pk-console-shared.c:660
msgid "Getting upgrades"
msgstr "સà«àª§àª¾àª°à«àªàª¨à« મà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:652
+#: ../lib/packagekit-glib2/pk-console-shared.c:664
msgid "Getting categories"
msgstr "વરà«àªà« નૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:656
+#: ../lib/packagekit-glib2/pk-console-shared.c:668
msgid "Getting transactions"
msgstr "પરિવહનનૠમà«àª³àªµà« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:660
-#: ../lib/packagekit-glib2/pk-console-shared.c:664
+#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:676
msgid "Simulating install"
msgstr "સà«àª¥àª¾àªªàª¨àª¨àª¨à« નàªàª² àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:668
+#: ../lib/packagekit-glib2/pk-console-shared.c:680
msgid "Simulating remove"
msgstr "દà«àª àªàª°àªµàª¾àª¨à« નàªàª² àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:684
msgid "Simulating update"
msgstr "સà«àª§àª¾àª°àª¾àªàª¨à« નàªàª² àªàª°à« રહà«àª¯àª¾ àªà«"
#. TRANSLATORS: ask the user if they are comfortable installing insecure packages
-#: ../lib/packagekit-glib2/pk-task-text.c:64
+#: ../lib/packagekit-glib2/pk-task-text.c:69
msgid "Do you want to allow installing of unsigned software?"
msgstr "શà«àª તમૠહસà«àª¤àª¾àªà«àª·àª° ન થયà«àª² સà«àª«à«àªàªµà«àª°àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµàª¾ માàªà« પરવાનàªà« àªàªªàªµàª¾ માàªàªà« àªà«?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:69
+#: ../lib/packagekit-glib2/pk-task-text.c:74
msgid "The unsigned software will not be installed."
msgstr "હસà«àª¤àª¾àªà«àª·àª° ન થયà«àª² સà«àª«à«àªàªµà«àª° સà«àª¥àª¾àªªàª¿àª¤ થયà«àª² હશૠનહિàª."
#. TRANSLATORS: the package repository is signed by a key that is not recognised
-#: ../lib/packagekit-glib2/pk-task-text.c:102
+#: ../lib/packagekit-glib2/pk-task-text.c:123
msgid "Software source signature required"
msgstr "સà«àª«à«àªàªµà«àª° સà«àª¤à«àª°à«àª¤ સહૠàªàª°à«àª°à«"
#. TRANSLATORS: the package repository name
-#: ../lib/packagekit-glib2/pk-task-text.c:108
+#: ../lib/packagekit-glib2/pk-task-text.c:129
msgid "Software source name"
msgstr "સà«àª«à«àªàªµà«àª° સà«àª¤à«àª°à«àª¤ નામ"
#. TRANSLATORS: the key URL
-#: ../lib/packagekit-glib2/pk-task-text.c:111
+#: ../lib/packagekit-glib2/pk-task-text.c:132
msgid "Key URL"
msgstr "àªà« URL"
#. TRANSLATORS: the username of the key
-#: ../lib/packagekit-glib2/pk-task-text.c:114
+#: ../lib/packagekit-glib2/pk-task-text.c:135
msgid "Key user"
msgstr "àªà« વપરાશàªàª°à«àª¤àª¾"
#. TRANSLATORS: the key ID, usually a few hex digits
-#: ../lib/packagekit-glib2/pk-task-text.c:117
+#: ../lib/packagekit-glib2/pk-task-text.c:138
msgid "Key ID"
msgstr "àªà« ID"
#. TRANSLATORS: the key fingerprint, again, yet more hex
-#: ../lib/packagekit-glib2/pk-task-text.c:120
+#: ../lib/packagekit-glib2/pk-task-text.c:141
msgid "Key fingerprint"
msgstr "àªà« àªàªàªàª³à«-àªàª¿àª¹à«àª¨"
#. TRANSLATORS: the timestamp (a bit like a machine readable time)
-#: ../lib/packagekit-glib2/pk-task-text.c:123
+#: ../lib/packagekit-glib2/pk-task-text.c:144
msgid "Key Timestamp"
msgstr "àªà« àªàª¾àªàª®àª¸à«àªà«àª®à«àªª"
#. TRANSLATORS: ask the user if they want to import
-#: ../lib/packagekit-glib2/pk-task-text.c:129
+#: ../lib/packagekit-glib2/pk-task-text.c:157
msgid "Do you accept this signature?"
msgstr "શà«àª તમૠઠસહૠસà«àªµà«àªàª¾àª°àª¶à«?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:134
+#: ../lib/packagekit-glib2/pk-task-text.c:162
msgid "The signature was not accepted."
msgstr "સહૠસà«àªµà«àªàª¾àª°àª¾àª¯à«àª² ન હતà«."
#. TRANSLATORS: this is another name for a software licence that has to be read before installing
-#: ../lib/packagekit-glib2/pk-task-text.c:169
+#: ../lib/packagekit-glib2/pk-task-text.c:205
msgid "End user licence agreement required"
msgstr "àª
àªàª¤àª¿àª® વપરાશàªàª°à«àª¤àª¾ લાàªàª¸àª¨à«àª¸ મàªàªà«àª°à«àªªàª¤à«àª°àª àªàª°à«àª°à«"
#. TRANSLATORS: the EULA text itself (long and boring)
-#: ../lib/packagekit-glib2/pk-task-text.c:178
+#: ../lib/packagekit-glib2/pk-task-text.c:214
msgid "Agreement"
msgstr "મàªàªà«àª°à«àªªàª¤à«àª°àª"
#. TRANSLATORS: ask the user if they've read and accepted the EULA
-#: ../lib/packagekit-glib2/pk-task-text.c:184
+#: ../lib/packagekit-glib2/pk-task-text.c:223
msgid "Do you accept this agreement?"
msgstr "શà«àª તમૠઠમàªàªà«àª°à«àªªàª¤à«àª°àª સà«àªµà«àªàª¾àª°àª¶à«?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:189
+#: ../lib/packagekit-glib2/pk-task-text.c:228
msgid "The agreement was not accepted."
msgstr "મàªàªà«àª°à«àªªàª¤à«àª°àª સà«àªµà«àªàª¾àª°àª¾àª¯à«àª² ન હતà«."
#. TRANSLATORS: the user needs to change media inserted into the computer
-#: ../lib/packagekit-glib2/pk-task-text.c:219
+#: ../lib/packagekit-glib2/pk-task-text.c:267
msgid "Media change required"
msgstr "મà«àª¡àª¿àª¯àª¾ બદલાવ àªàª°à«àª°à«"
#. TRANSLATORS: the type, e.g. DVD, CD, etc
-#: ../lib/packagekit-glib2/pk-task-text.c:222
+#: ../lib/packagekit-glib2/pk-task-text.c:270
msgid "Media type"
msgstr "મà«àª¡àª¿àª¯àª¾ પà«àª°àªàª¾àª°"
#. TRANSLATORS: the media label, usually like 'disk-1of3'
-#: ../lib/packagekit-glib2/pk-task-text.c:225
+#: ../lib/packagekit-glib2/pk-task-text.c:273
msgid "Media label"
msgstr "મà«àª¡àª¿àª¯àª¾ લà«àª¬àª²"
#. TRANSLATORS: the media description, usually like 'Fedora 12 disk 5'
-#: ../lib/packagekit-glib2/pk-task-text.c:228
+#: ../lib/packagekit-glib2/pk-task-text.c:276
msgid "Text"
msgstr "લàªàª¾àª£"
#. TRANSLATORS: ask the user to insert the media
-#: ../lib/packagekit-glib2/pk-task-text.c:232
+#: ../lib/packagekit-glib2/pk-task-text.c:282
msgid "Please insert the correct media"
msgstr "મહà«àª°àª¬àª¾àª¨à« àªàª°à«àª¨à« યà«àªà«àª¯ મà«àª¡àª¿àª¯àª¾àª¨à« દાàªàª² àªàª°à«"
#. TRANSLATORS: tell the user we've not done anything as they are lazy
-#: ../lib/packagekit-glib2/pk-task-text.c:237
+#: ../lib/packagekit-glib2/pk-task-text.c:287
msgid "The correct media was not inserted."
msgstr "યà«àªà«àª¯ મà«àª¡àª¿àª¯àª¾ દાàªàª² થયલૠન હતà«."
#. TRANSLATORS: When processing, we might have to remove other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:252
+#: ../lib/packagekit-glib2/pk-task-text.c:302
msgid "The following packages have to be removed:"
msgstr "નà«àªà«àª¨àª¾ પà«àªà«àªà« દà«àª° àªàª°àªµàª¾àª®àª¾àª àªàªµàªµàª¾ àªà«àªàª:"
#. TRANSLATORS: When processing, we might have to install other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:257
+#: ../lib/packagekit-glib2/pk-task-text.c:307
msgid "The following packages have to be installed:"
msgstr "નà«àªà«àª¨àª¾àª પà«àªà«àªà«àª¨à« સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµà« ઠપડશà«:"
#. TRANSLATORS: When processing, we might have to update other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:262
+#: ../lib/packagekit-glib2/pk-task-text.c:312
msgid "The following packages have to be updated:"
msgstr "નà«àªà«àª¨àª¾àª પà«àªà«àªà«àª¨à« સà«àª§àª¾àª°àªµà« ઠપડશà«:"
#. TRANSLATORS: When processing, we might have to reinstall other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:267
+#: ../lib/packagekit-glib2/pk-task-text.c:317
msgid "The following packages have to be reinstalled:"
msgstr "નà«àªà«àª¨àª¾àª પà«àªà«àªà«àª¨à« પà«àª¨:સà«àª¥àª¾àªªàª¿àª¤ àªàª°àªµà« ઠપડશà«:"
#. TRANSLATORS: When processing, we might have to downgrade other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:272
+#: ../lib/packagekit-glib2/pk-task-text.c:322
msgid "The following packages have to be downgraded:"
msgstr "નà«àªà«àª¨àª¾àª પà«àªà«àªà«àª¨à« નà«àªà« àªàª¤àª¾àª°àªµàª¾ ઠપડશà«:"
#. TRANSLATORS: ask the user if the proposed changes are okay
-#: ../lib/packagekit-glib2/pk-task-text.c:331
+#: ../lib/packagekit-glib2/pk-task-text.c:382
msgid "Proceed with changes?"
msgstr "બદલાવૠસાથૠàªàªàª³ વધà«?"
#. TRANSLATORS: tell the user we didn't do anything
-#: ../lib/packagekit-glib2/pk-task-text.c:336
+#: ../lib/packagekit-glib2/pk-task-text.c:387
msgid "The transaction did not proceed."
msgstr "પરિવહનનૠપà«àª°àªà«àª°àª¿àª¯àª¾ àªàª°àª¾àª નહિàª."
@@ -1829,47 +1869,47 @@ msgid ""
msgstr "org.freedesktop.PackageKit.conf ફાàªàª² સિસà«àªàª® ડિરà«àªà«àªàª°à«àª®àª¾àª સà«àª¥àª¾àªªàª¿àª¤ થયà«àª² નથà«:"
#. TRANSLATORS: a backend is the system package tool, e.g. yum, apt
-#: ../src/pk-main.c:205
+#: ../src/pk-main.c:199
msgid "Packaging backend to use, e.g. dummy"
msgstr "વાપરવા માàªà« બà«àªà«àª¨à«àª¡ પà«àªà«àª àªàª°à« રહà«àª¯àª¾ àªà«àª, દા.ત. dummy"
#. TRANSLATORS: if we should run in the background
-#: ../src/pk-main.c:208
+#: ../src/pk-main.c:202
msgid "Daemonize and detach from the terminal"
msgstr "ડિમનવાળà«àª àªàª°à« àª
નૠàªàª°à«àª®àª¿àª¨àª²àª®àª¾àªàª¥à« àªà«àª¡à«"
#. TRANSLATORS: if we should not monitor how long we are inactive for
-#: ../src/pk-main.c:214
+#: ../src/pk-main.c:205
msgid "Disable the idle timer"
msgstr "ફાàªàª² સમય નિષà«àªà«àª°àª¿àª¯ àªàª°à«"
#. TRANSLATORS: show version
-#: ../src/pk-main.c:217
+#: ../src/pk-main.c:208
msgid "Show version and exit"
msgstr "àªàªµà«àª¤à«àª¤àª¿ બતાવૠàª
નૠબહાર નà«àªàª³à«"
#. TRANSLATORS: exit after we've started up, used for user profiling
-#: ../src/pk-main.c:220
+#: ../src/pk-main.c:211
msgid "Exit after a small delay"
msgstr "નાના વિલàªàª¬ પàªà« બહાર નà«àªàª³à«"
#. TRANSLATORS: exit straight away, used for automatic profiling
-#: ../src/pk-main.c:223
+#: ../src/pk-main.c:214
msgid "Exit after the engine has loaded"
msgstr "àªàªàªà«àª¨ લવાઠàªàª¾àª¯ પàªà« બહાર નà«àªàª³à«"
#. TRANSLATORS: describing the service that is running
-#: ../src/pk-main.c:238
+#: ../src/pk-main.c:229
msgid "PackageKit service"
msgstr "PackageKit સà«àªµàª¾"
#. TRANSLATORS: fatal error, dbus is not running
-#: ../src/pk-main.c:275
+#: ../src/pk-main.c:266
msgid "Cannot connect to the system bus"
msgstr "સિસà«àªàª® બસ સાથૠàªà«àª¡àª¾àª શàªàª¤àª¾ નથà«"
#. TRANSLATORS: cannot register on system bus, unknown reason -- geeky error follows
-#: ../src/pk-main.c:334
+#: ../src/pk-main.c:317
msgid "Error trying to start:"
msgstr "શરૠàªàª°àªµàª¾àª¨à« પà«àª°àª¯àª¾àª¸ àªàª°àªµàª¾àª®àª¾àª àªà«àª²:"
@@ -1915,3 +1955,31 @@ msgstr "àªàª£àª¾àª¬àª§àª¾ પà«àªà«àªà«"
msgid "Only trusted"
msgstr "માતà«àª° વિશà«àª°à«àªµàª¾àª¸àªªàª¾àª¤à«àª°"
+#. TRANSLATORS: turn on all debugging
+#: ../src/egg-debug.c:388
+msgid "Show debugging information for all files"
+msgstr "બધૠફાàªàª²à« માàªà« ડિબàªà«àªàª àªàª¾àª£àªàª¾àª°à«àª¨à« બતાવà«"
+
+#. TRANSLATORS: a list of modules to debug
+#: ../src/egg-debug.c:459
+msgid "Debug these specific modules"
+msgstr "ઠàªà«àªà«àªàª¸ મà«àª¡à«àª¯à«àª²à«àª¨à« ડિબઠàªàª°à«"
+
+#. TRANSLATORS: a list of functions to debug
+#: ../src/egg-debug.c:462
+msgid "Debug these specific functions"
+msgstr "ઠàªà«àªà«àªàª¸ વિધà«àª¯à«àª¨à« ડિબઠàªàª°à«"
+
+#. TRANSLATORS: save to a log
+#: ../src/egg-debug.c:465
+msgid "Log debugging data to a file"
+msgstr "ફાàªàª²àª®àª¾àª ડિબàªà«àªàª માહિતà«àª¨à« લà«àª àªàª°à«"
+
+#: ../src/egg-debug.c:469
+msgid "Debugging Options"
+msgstr "ડિબàªà«àªàª વિàªàª²à«àªªà«"
+
+#: ../src/egg-debug.c:469
+msgid "Show debugging options"
+msgstr "ડિબàªà«àªàª વિàªàª²à«àªªà«àª¨à« બતાવà«"
+
commit 2a78d01df596d6992a00b73766b62d7dc7f8d7aa
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 09:19:56 2009 +0000
bugfix: remove the two-line title in the custom PolicyKit dialog for install
diff --git a/src/pk-polkit-action-lookup.c b/src/pk-polkit-action-lookup.c
index 5636474..0f260bd 100644
--- a/src/pk-polkit-action-lookup.c
+++ b/src/pk-polkit-action-lookup.c
@@ -196,10 +196,6 @@ pk_action_lookup_get_message (PolkitBackendActionLookup *lookup, const gchar *ac
N_("Do not install these packages unless you are sure it is safe to do so."),
len);
g_string_append (string, text);
- g_string_append (string, "\n\n");
-
- /* TRANSLATORS: warn the user that all bets are off */
- g_string_append (string, g_dgettext (GETTEXT_PACKAGE, N_("Malicious software can damage your computer or cause other harm.")));
message = g_string_free (string, FALSE);
goto out;
commit 6bdd7348ccc00b2a649d68dc3d01d47a39888ed9
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Dec 7 09:19:03 2009 +0000
bugfix: do not abort the daemon if the desktop database is invalid or corrupt
diff --git a/src/pk-transaction-extra.c b/src/pk-transaction-extra.c
index 3a1dd7a..ea01255 100644
--- a/src/pk-transaction-extra.c
+++ b/src/pk-transaction-extra.c
@@ -393,8 +393,14 @@ pk_transaction_extra_import_desktop_files (PkTransactionExtra *extra)
guint i;
g_return_val_if_fail (PK_IS_POST_TRANS (extra), FALSE);
- g_return_val_if_fail (extra->priv->db != NULL, FALSE);
+ /* no database */
+ if (extra->priv->db == NULL) {
+ egg_debug ("unable to import: no database");
+ return FALSE;
+ }
+
+ /* no support */
if (!pk_backend_is_implemented (extra->priv->backend, PK_ROLE_ENUM_SEARCH_FILE)) {
egg_debug ("cannot search files");
return FALSE;
commit 08813d8e8fcab778dcd793551c9730cd5de15992
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Sun Dec 6 19:55:05 2009 -0300
PackageKit-Qt: Watch DBus signal NameOwnerChanged to detect in flight PK crashes
diff --git a/lib/packagekit-qt/src/client.cpp b/lib/packagekit-qt/src/client.cpp
index dc0b028..bfd7303 100644
--- a/lib/packagekit-qt/src/client.cpp
+++ b/lib/packagekit-qt/src/client.cpp
@@ -91,6 +91,9 @@ Client::Client(QObject* parent) : QObject(parent)
if (!db.open()) {
qDebug() << "Failed to initialize the desktop files database";
}
+
+ // Set up a watch on DBus so that we know if the daemon disappears
+ connect (QDBusConnection::systemBus ().interface (), SIGNAL(serviceOwnerChanged (const QString&, const QString&, const QString&)), d, SLOT (serviceOwnerChanged (const QString&, const QString&, const QString&)));
}
Client::~Client()
diff --git a/lib/packagekit-qt/src/clientprivate.cpp b/lib/packagekit-qt/src/clientprivate.cpp
index 71cc403..af621ce 100644
--- a/lib/packagekit-qt/src/clientprivate.cpp
+++ b/lib/packagekit-qt/src/clientprivate.cpp
@@ -23,6 +23,7 @@
#include "daemonproxy.h"
#include "transaction.h"
#include "util.h"
+#include "common.h"
using namespace PackageKit;
@@ -86,6 +87,17 @@ void ClientPrivate::networkStateChanged(const QString& state)
c->networkStateChanged((Client::NetworkState)value);
}
+void ClientPrivate::serviceOwnerChanged (const QString& name, const QString& oldOnwer, const QString& newOwner)
+{
+ if (name != PK_NAME)
+ return;
+ if (!newOwner.isEmpty ())
+ return;
+
+ error = Client::ErrorDaemonUnreachable;
+ c->error(error);
+}
+
void ClientPrivate::removeTransactionFromPool(const QString& tid)
{
qDebug() << "removing transaction from pool : " << tid;
diff --git a/lib/packagekit-qt/src/clientprivate.h b/lib/packagekit-qt/src/clientprivate.h
index d299f91..220d124 100644
--- a/lib/packagekit-qt/src/clientprivate.h
+++ b/lib/packagekit-qt/src/clientprivate.h
@@ -60,6 +60,7 @@ public slots:
// restartScheduled
// repoListChanged
// updatesChanged
+ void serviceOwnerChanged (const QString&, const QString&, const QString&);
private:
friend class Client;
commit be2a2644c9c3f1e6b1e928413fe771eeecd5dcf7
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Sun Dec 6 20:19:39 2009 -0300
PackageKit-Qt: Make error message more informative
diff --git a/lib/packagekit-qt/test/transactiontest.cpp b/lib/packagekit-qt/test/transactiontest.cpp
index 8e1a556..dddbbdf 100644
--- a/lib/packagekit-qt/test/transactiontest.cpp
+++ b/lib/packagekit-qt/test/transactiontest.cpp
@@ -129,9 +129,9 @@ void TransactionTest::getRepos_cb(const QString& repoName, const QString& repoDe
success = TRUE;
}
-void TransactionTest::error ()
+void TransactionTest::error (PackageKit::Client::DaemonError e)
{
- qDebug() << "Aieeeeee";
+ qDebug() << "Aieeeeee, daemon error!" << e;
}
CPPUNIT_TEST_SUITE_REGISTRATION(TransactionTest);
diff --git a/lib/packagekit-qt/test/transactiontest.h b/lib/packagekit-qt/test/transactiontest.h
index f517918..b7ebd60 100644
--- a/lib/packagekit-qt/test/transactiontest.h
+++ b/lib/packagekit-qt/test/transactiontest.h
@@ -37,7 +37,7 @@ public slots:
void getDistroUpgrades_cb();
void getRepos_cb(const QString& repoName, const QString& repoDetail, bool enabled);
- void error();
+ void error(PackageKit::Client::DaemonError e);
private:
bool success;
commit 37eed9cc8a090094a286859677695e9ec746aa90
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Sun Dec 6 20:19:22 2009 -0300
PackageKit-Qt: Fix signal signature in Transaction test
diff --git a/lib/packagekit-qt/test/transactiontest.cpp b/lib/packagekit-qt/test/transactiontest.cpp
index ff97129..8e1a556 100644
--- a/lib/packagekit-qt/test/transactiontest.cpp
+++ b/lib/packagekit-qt/test/transactiontest.cpp
@@ -5,7 +5,7 @@ using namespace PackageKit;
TransactionTest::TransactionTest(QObject* parent) : QObject(parent)
{
currentPackage = NULL;
- connect (PackageKit::Client::instance(), SIGNAL(daemonError(PackageKit::Client::DaemonError)), this, SLOT(error()));
+ connect (PackageKit::Client::instance(), SIGNAL(error(PackageKit::Client::DaemonError)), this, SLOT(error(PackageKit::Client::DaemonError)));
}
TransactionTest::~TransactionTest()
commit 67d9c97c8e953aee8960d1ff00197a97ce9ea246
Author: Adrien Bustany <madcat at mymadcat.com>
Date: Sun Dec 6 20:18:34 2009 -0300
PackageKit-Qt: Refuse to run tests if backend != dummy
diff --git a/lib/packagekit-qt/test/main.cpp b/lib/packagekit-qt/test/main.cpp
index 27d800d..8d31930 100644
--- a/lib/packagekit-qt/test/main.cpp
+++ b/lib/packagekit-qt/test/main.cpp
@@ -10,9 +10,8 @@ int main(int argc, char **argv)
{
// Check that we are using the dummy backend for testing (I'm sometimes absent minded)
PackageKit::Client::BackendDetail d = PackageKit::Client::instance()->getBackendDetail();
- if(d.name != "Dummy") {
- qWarning("Please use the dummy backend for testing");
- //return 0;
+ if(d.name != "dummy") {
+ qFatal("Please use the dummy backend for testing");
}
CppUnit::TextUi::TestRunner runner;
commit 141df63d3ef2f13802d62943ba36a20b289c307d
Author: kmilos <kmilos at fedoraproject.org>
Date: Sun Dec 6 22:36:16 2009 +0000
Sending translation for Serbian (Latin)
diff --git a/po/sr at latin.po b/po/sr at latin.po
index 199f06a..afc120b 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-30 10:08+0000\n"
-"PO-Revision-Date: 2009-10-30 21:28+0100\n"
+"POT-Creation-Date: 2009-12-06 20:02+0000\n"
+"PO-Revision-Date: 2009-11-28 20:48-0000\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
-"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
+"Language-Team: Serbian <fedora-trans-sr at redhat.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,124 +22,127 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:143
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175 ../client/pk-console.c:597
msgid "Transaction"
msgstr "Transakcija"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:145
+#: ../client/pk-console.c:177
msgid "System time"
msgstr "Sistemsko vreme"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "Succeeded"
msgstr "Uspela"
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "True"
msgstr "TaÄno"
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "False"
msgstr "NetaÄno"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:149 ../src/pk-polkit-action-lookup.c:336
+#: ../client/pk-console.c:181 ../src/pk-polkit-action-lookup.c:336
msgid "Role"
msgstr "Radnja"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:154
+#: ../client/pk-console.c:186
msgid "Duration"
msgstr "Trajanje"
-#: ../client/pk-console.c:154
+#: ../client/pk-console.c:186
msgid "(seconds)"
msgstr "(sekundi)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:158 ../src/pk-polkit-action-lookup.c:350
+#: ../client/pk-console.c:190 ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
msgstr "Komandna linija"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:160
+#: ../client/pk-console.c:192
msgid "User ID"
msgstr "KorisniÄki IB"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:167
+#: ../client/pk-console.c:199
msgid "Username"
msgstr "KorisniÄko ime"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:171
+#: ../client/pk-console.c:203
msgid "Real name"
msgstr "Stvarno ime"
-#: ../client/pk-console.c:179
+#: ../client/pk-console.c:211
msgid "Affected packages:"
msgstr "ObuhvaÄeni paketi:"
-#: ../client/pk-console.c:181
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
msgstr "ObuhvaÄeni paketi: ni jedan"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:201
+#: ../client/pk-console.c:248
msgid "Distribution"
msgstr "Distribucija"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:203
+#: ../client/pk-console.c:250
msgid "Type"
msgstr "Vrsta"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:205 ../client/pk-console.c:226
+#: ../client/pk-console.c:252 ../client/pk-console.c:291
msgid "Summary"
msgstr "Sažetak"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:215
+#: ../client/pk-console.c:280
msgid "Category"
msgstr "Kategorija"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:217
+#: ../client/pk-console.c:282
msgid "ID"
msgstr "Identifikator"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:220
+#: ../client/pk-console.c:285
msgid "Parent"
msgstr "Roditelj"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:223
+#: ../client/pk-console.c:288
msgid "Name"
msgstr "Naziv"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:229
+#: ../client/pk-console.c:294
msgid "Icon"
msgstr "Ikona"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:243
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "Više o nadgradnji:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
#. TRANSLATORS: the package that is not signed by a known key
#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:249 ../lib/packagekit-glib2/pk-task-text.c:107
-#: ../lib/packagekit-glib2/pk-task-text.c:174
+#: ../client/pk-console.c:346 ../client/pk-console.c:616
+#: ../lib/packagekit-glib2/pk-task-text.c:126
+#: ../lib/packagekit-glib2/pk-task-text.c:208
#: ../src/pk-polkit-action-lookup.c:361
msgid "Package"
msgid_plural "Packages"
@@ -148,142 +151,162 @@ msgstr[1] "Paketa"
msgstr[2] "Paketa"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:252
+#: ../client/pk-console.c:349
msgid "Updates"
msgstr "Ažurira"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:256
+#: ../client/pk-console.c:353
msgid "Obsoletes"
msgstr "Prevazilazi"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
-#: ../client/pk-console.c:260 ../lib/packagekit-glib2/pk-task-text.c:177
+#: ../client/pk-console.c:357 ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
msgstr "IzdavaÄ"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:264
+#: ../client/pk-console.c:361
msgid "Bugzilla"
msgstr "Bugzilla"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:268
+#: ../client/pk-console.c:365
msgid "CVE"
msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:272
+#: ../client/pk-console.c:369
msgid "Restart"
msgstr "Ponovno pokretanje"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:276
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "Opis ažuriranja"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:280
+#: ../client/pk-console.c:377
msgid "Changes"
msgstr "Promene"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:284
+#: ../client/pk-console.c:381
msgid "State"
msgstr "Stanje"
#. TRANSLATORS: details about the update, date the update was issued
-#: ../client/pk-console.c:289
+#: ../client/pk-console.c:385
msgid "Issued"
msgstr "Izdato"
#. TRANSLATORS: details about the update, date the update was updated
#. TRANSLATORS: The action of the package, in past tense
-#: ../client/pk-console.c:294 ../lib/packagekit-glib2/pk-console-shared.c:502
+#: ../client/pk-console.c:389 ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
msgstr "Datum ažuriranja"
#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:312
+#: ../client/pk-console.c:425
msgid "Enabled"
msgstr "UkljuÄena"
#. TRANSLATORS: if the repo is disabled
-#: ../client/pk-console.c:315
+#: ../client/pk-console.c:428
msgid "Disabled"
msgstr "IskljuÄena"
#. TRANSLATORS: a package requires the system to be restarted
-#: ../client/pk-console.c:337
+#: ../client/pk-console.c:460
msgid "System restart required by:"
msgstr "Ponovno pokretanje sistema zahteva paket:"
#. TRANSLATORS: a package requires the session to be restarted
-#: ../client/pk-console.c:340
+#: ../client/pk-console.c:463
msgid "Session restart required:"
msgstr "Neophodno je ponovno pokretanje sesije:"
#. TRANSLATORS: a package requires the system to be restarted due to a security update
-#: ../client/pk-console.c:343
+#: ../client/pk-console.c:466
msgid "System restart (security) required by:"
msgstr "Ponovno pokretanje sistema (bezbednosno) zahteva:"
#. TRANSLATORS: a package requires the session to be restarted due to a security update
-#: ../client/pk-console.c:346
+#: ../client/pk-console.c:469
msgid "Session restart (security) required:"
msgstr "Neophodno je ponovno pokretanje sesije (bezbednosno):"
#. TRANSLATORS: a package requires the application to be restarted
-#: ../client/pk-console.c:349
+#: ../client/pk-console.c:472
msgid "Application restart required by:"
msgstr "Ponovno pokretanje programa zahteva paket:"
#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:366
+#: ../client/pk-console.c:507
msgid "Package description"
msgstr "Opis paketa"
#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:384
+#: ../client/pk-console.c:538
msgid "Message:"
msgstr "Poruka:"
#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:398
+#: ../client/pk-console.c:559
msgid "No files"
msgstr "Nema datoteka"
#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:403
+#: ../client/pk-console.c:564
msgid "Package files"
msgstr "Spisak datoteka"
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "Procenat"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "Status"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "Rezultati:"
+
#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
-#: ../client/pk-console.c:475
+#: ../client/pk-console.c:685
msgid "Fatal error"
msgstr "Kobna greška"
#. TRANSLATORS: the transaction failed in a way we could not expect
-#: ../client/pk-console.c:484
-#: ../contrib/command-not-found/pk-command-not-found.c:430
-#: ../contrib/command-not-found/pk-command-not-found.c:597
+#: ../client/pk-console.c:694
+#: ../contrib/command-not-found/pk-command-not-found.c:432
+#: ../contrib/command-not-found/pk-command-not-found.c:603
msgid "The transaction failed"
msgstr "Transakcija nije uspela"
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "Trenutno nema dostupnih ažuriranja."
+
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:552
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "Neophodno je ponovno pokretanje sistema radi završetka ažuriranja."
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:555
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr ""
"Neophodno je odjavljivanje i ponovna prijava radi završetka ažuriranja."
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:558
+#: ../client/pk-console.c:814
msgid ""
"Please restart the computer to complete the update as important security "
"updates have been installed."
@@ -292,7 +315,7 @@ msgstr ""
"instalirana važna bezbednosna ažuriranja."
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:561
+#: ../client/pk-console.c:817
msgid ""
"Please logout and login to complete the update as important security updates "
"have been installed."
@@ -301,19 +324,19 @@ msgstr ""
"su instalirana važna bezbednosna ažuriranja."
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:584
+#: ../client/pk-console.c:840
#, c-format
msgid "This tool could not find any available package: %s"
msgstr "Ova alatka nije mogla pronaÄi nikakve dostupne pakete: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:612
+#: ../client/pk-console.c:868
#, c-format
msgid "This tool could not find the installed package: %s"
msgstr "Ova alatka nije mogla pronaÄi instalirani paket: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:640 ../client/pk-console.c:668
+#: ../client/pk-console.c:896 ../client/pk-console.c:924
#, c-format
msgid "This tool could not find the package: %s"
msgstr "Ova alatka nije mogla pronaÄi paket: %s"
@@ -322,193 +345,190 @@ msgstr "Ova alatka nije mogla pronaÄi paket: %s"
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:696 ../client/pk-console.c:724
-#: ../client/pk-console.c:752 ../client/pk-console.c:780
-#: ../client/pk-console.c:808
+#: ../client/pk-console.c:952 ../client/pk-console.c:980
+#: ../client/pk-console.c:1008 ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
msgid "This tool could not find all the packages: %s"
msgstr "Ova alatka nije pronašla sve pakete: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:837
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "Uslužni program se iznenada prekinuo!"
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:871
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "Tekstualno suÄelje programa PaketKit"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:873
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "Naredbe:"
#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:952
+#: ../client/pk-console.c:1208
msgid "Failed to get the time since this action was last completed"
msgstr "Datum poslednjeg izvrÅ¡avanja ove radnje nije pronaÄen"
-#. TRANSLATORS: command line argument, if we should show debugging information
-#. TRANSLATORS: if we should show debugging data
-#: ../client/pk-console.c:989 ../client/pk-generate-pack.c:223
-#: ../client/pk-monitor.c:281
-#: ../contrib/command-not-found/pk-command-not-found.c:651
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:512
-#: ../contrib/device-rebind/pk-device-rebind.c:293 ../src/pk-main.c:211
-msgid "Show extra debugging information"
-msgstr "Prikaži dodatne podatke za otklon grešaka"
-
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:992 ../client/pk-monitor.c:283
+#: ../client/pk-console.c:1244 ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "Prikaži verziju programa i završi rad"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:995
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "Namesti filter, npr. instalirani"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:998
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "ZavrÅ¡i rad bez Äekanja da se poslovi zavrÅ¡e"
#. command line argument, do we ask questions
-#: ../client/pk-console.c:1001
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
+#: ../client/pk-console.c:1253
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
msgid "Install the packages without asking for confirmation"
msgstr "Instaliraj pakete bez pitanja za potvrdu"
#. TRANSLATORS: command line argument, this command is not a priority
-#: ../client/pk-console.c:1004
+#: ../client/pk-console.c:1256
msgid "Run the command using idle network bandwidth and also using less power"
msgstr ""
"IzvrÅ¡i naredbu koristeÄi neiskoriÅ¡Äeni mrežni opseg i takoÄe troÅ¡eÄi manje "
"energije"
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid ""
+"Print to screen a machine readable output, rather than using animated widgets"
+msgstr ""
+"Å tampaj izlaz Äitljiv maÅ¡ini na ekranu, umesto upotrebe animiranih vidžeta"
+
#. TRANSLATORS: we failed to contact the daemon
-#: ../client/pk-console.c:1030
+#: ../client/pk-console.c:1281
msgid "Failed to contact PackageKit"
msgstr "Neuspešno kontaktiranje PaketKita."
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1086
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
msgstr "Navedeni filter nije ispravan"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1105
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
msgstr "Morate navesti vrstu pretrage, npr. po imenu"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1112 ../client/pk-console.c:1124
-#: ../client/pk-console.c:1136 ../client/pk-console.c:1148
+#: ../client/pk-console.c:1365 ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389 ../client/pk-console.c:1401
msgid "A search term is required"
msgstr "Morate navesti termin za pretragu"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1158
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "Neispravna vrsta pretrage"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1164
+#: ../client/pk-console.c:1417
msgid "A package name to install is required"
msgstr "Neophodno je ime paketa za instalaciju"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1173
+#: ../client/pk-console.c:1426
msgid "A filename to install is required"
msgstr "Neophodno je ime datoteke za instalaciju"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1185
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
msgstr "Morate navesti vrstu, IB kljuÄa i IB paketa (key_id i package_id)"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1196
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
msgstr "Morate navesti naziv paketa za uklanjanje"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:1205
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
msgstr "Neophodni su odredišni direktorijum i imena paketa za preuzimanje"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:1212
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "Direktorijum nije naÄen"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1221
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "Morete navesti identifikator licence (eula-id)"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1232
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
msgstr "Morate navesti identifikator transakcije (tid)"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:1253
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
msgstr "Morate navesti ime paketa za razrešavanje"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:1264 ../client/pk-console.c:1275
+#: ../client/pk-console.c:1517 ../client/pk-console.c:1528
msgid "A repository name is required"
msgstr "Morate navesti ime riznice"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:1286
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "Morate navesti ime, parametar i vrednost riznice"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:1303
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
msgstr "Morate navesti radnju, npr. âupdate-systemâ (ažuriranje sistema)"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:1310
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
msgstr "Morate navesti važeÄu radnju"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:1320 ../client/pk-console.c:1335
-#: ../client/pk-console.c:1344 ../client/pk-console.c:1364
-#: ../client/pk-console.c:1373 ../client/pk-generate-pack.c:287
+#: ../client/pk-console.c:1573 ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597 ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626 ../client/pk-generate-pack.c:298
msgid "A package name is required"
msgstr "Morate navesti ime paketa"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:1353
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
msgstr "Morate navesti âprovideâ niz (Å¡ta paket pruža)"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:1433
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "Opcija â%sâ nije podržana"
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:1443
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "Naredba nije uspela"
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:226
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
msgstr "Postavite ime datoteke za meÄuzavisnosti koje Äe biti izostavljene"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:229
+#: ../client/pk-generate-pack.c:240
msgid ""
"The output file or directory (the current directory is used if ommitted)"
msgstr ""
@@ -516,43 +536,43 @@ msgstr ""
"naveden)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:232
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
msgstr "Paketi koji Äe biti stavljeni u servisni skup"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:235
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
msgstr "Stavi sva ažuriranja u servisni skup"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:271
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
msgstr "Ni jedna od opcija --package ili --updates nije izabrana."
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:279
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "Obe opcije izabrane."
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:295
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
msgstr "Morate navesti ime izlazne datoteke ili direktorijuma"
#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
-#: ../client/pk-generate-pack.c:313
+#: ../client/pk-generate-pack.c:324
msgid "The dameon failed to startup"
msgstr "Demon nije uspeo da se pokrene"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:324 ../client/pk-generate-pack.c:330
+#: ../client/pk-generate-pack.c:335 ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
msgstr "Upravnik paketa ne može izvršiti ovu vrstu radnje."
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:337
+#: ../client/pk-generate-pack.c:348
msgid ""
"Service packs cannot be created as PackageKit was not built with libarchive "
"support."
@@ -561,118 +581,118 @@ msgstr ""
"sa podrškom za libarchive."
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:348
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
msgstr "Ako navodite datoteku, naziv servisnog paketa se mora završiti sa"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:364
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
msgstr "Skup sa istim nazivom veÄ postoji, da li ga želite presnimiti?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:367
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
msgstr "Skup nije presnimljen."
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:380
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "Neuspelo pravljenje direktorijuma:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:392
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "Neuspešno otvaranje spiska paketa."
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:401
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "Pronalaženje imena paketa."
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:405
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "Nisam mogao da pronaÄem paket â%sâ: %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:413
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
msgstr "Pravim servisnu grupu..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:428
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
msgstr "Servisna grupa je napravljena â%sâ"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:433
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Neuspelo pravljenje â%sâ: %s"
-#: ../client/pk-monitor.c:211
+#: ../client/pk-monitor.c:210
msgid "Failed to get daemon state"
msgstr "Neuspeo pokušaj dobavljanja stanja demona"
#. TRANSLATORS: this is a program that monitors PackageKit
-#: ../client/pk-monitor.c:299
+#: ../client/pk-monitor.c:296
msgid "PackageKit Monitor"
msgstr "PaketKit redar"
#. TRANSLATORS: when we are getting data from the daemon
-#: ../contrib/browser-plugin/pk-plugin-install.c:491
+#: ../contrib/browser-plugin/pk-plugin-install.c:495
msgid "Getting package information..."
msgstr "Dobavljam podatke o paketu...."
#. TRANSLATORS: run an applicaiton
-#: ../contrib/browser-plugin/pk-plugin-install.c:497
+#: ../contrib/browser-plugin/pk-plugin-install.c:501
#, c-format
msgid "Run %s"
msgstr "Pokreni %s"
#. TRANSLATORS: show the installed version of a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:503
+#: ../contrib/browser-plugin/pk-plugin-install.c:507
msgid "Installed version"
msgstr "Instalirana verzija"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:511
+#: ../contrib/browser-plugin/pk-plugin-install.c:515
#, c-format
msgid "Run version %s now"
msgstr "Pokreni verziju %s sada"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:517
+#: ../contrib/browser-plugin/pk-plugin-install.c:521
msgid "Run now"
msgstr "Pokreni sada"
#. TRANSLATORS: update to a new version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:523
+#: ../contrib/browser-plugin/pk-plugin-install.c:527
#, c-format
msgid "Update to version %s"
msgstr "Ažuriraj na verziju %s"
#. TRANSLATORS: To install a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:529
+#: ../contrib/browser-plugin/pk-plugin-install.c:533
#, c-format
msgid "Install %s now"
msgstr "Instaliraj %s sada"
#. TRANSLATORS: the version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:532
+#: ../contrib/browser-plugin/pk-plugin-install.c:536
msgid "Version"
msgstr "Verzija"
#. TRANSLATORS: noting found, so can't install
-#: ../contrib/browser-plugin/pk-plugin-install.c:537
+#: ../contrib/browser-plugin/pk-plugin-install.c:541
msgid "No packages found for your system"
msgstr "Nije pronaÄen nijedan paket za vaÅ¡ sistem"
#. TRANSLATORS: package is being installed
-#: ../contrib/browser-plugin/pk-plugin-install.c:542
+#: ../contrib/browser-plugin/pk-plugin-install.c:546
msgid "Installing..."
msgstr "Instaliram..."
@@ -697,76 +717,76 @@ msgid "Loading list of packages."
msgstr "UÄitavam spisak paketa."
#. TRANSLATORS: we failed to find the package, this shouldn't happen
-#: ../contrib/command-not-found/pk-command-not-found.c:421
+#: ../contrib/command-not-found/pk-command-not-found.c:423
msgid "Failed to search for file"
msgstr "Datoteka nije pronaÄena"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:560
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
msgstr "Neuspešno pokretanje:"
#. TRANSLATORS: we failed to install the package
-#: ../contrib/command-not-found/pk-command-not-found.c:588
+#: ../contrib/command-not-found/pk-command-not-found.c:594
msgid "Failed to install packages"
msgstr "Neuspešna instalacija paketa"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:667
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
msgstr "PaketKit naredba nije naÄena"
#. TRANSLATORS: the prefix of all the output telling the user why it's not executing
-#: ../contrib/command-not-found/pk-command-not-found.c:697
+#: ../contrib/command-not-found/pk-command-not-found.c:699
msgid "Command not found."
msgstr "Naredba nije naÄena."
#. TRANSLATORS: tell the user what we think the command is
-#: ../contrib/command-not-found/pk-command-not-found.c:704
+#: ../contrib/command-not-found/pk-command-not-found.c:706
msgid "Similar command is:"
msgstr "SliÄna naredba je:"
#. TRANSLATORS: Ask the user if we should run the similar command
-#: ../contrib/command-not-found/pk-command-not-found.c:714
+#: ../contrib/command-not-found/pk-command-not-found.c:716
msgid "Run similar command:"
msgstr "Pokreni sliÄnu naredbu:"
#. TRANSLATORS: show the user a list of commands that they could have meant
#. TRANSLATORS: show the user a list of commands we could run
-#: ../contrib/command-not-found/pk-command-not-found.c:728
-#: ../contrib/command-not-found/pk-command-not-found.c:737
+#: ../contrib/command-not-found/pk-command-not-found.c:730
+#: ../contrib/command-not-found/pk-command-not-found.c:739
msgid "Similar commands are:"
msgstr "SliÄne naredbe su:"
#. TRANSLATORS: ask the user to choose a file to run
-#: ../contrib/command-not-found/pk-command-not-found.c:744
+#: ../contrib/command-not-found/pk-command-not-found.c:746
msgid "Please choose a command to run"
msgstr "Izaberite naredbu za pokretanje"
#. TRANSLATORS: tell the user what package provides the command
-#: ../contrib/command-not-found/pk-command-not-found.c:760
+#: ../contrib/command-not-found/pk-command-not-found.c:766
msgid "The package providing this file is:"
msgstr "Paket koji pruža ovu datoteku je:"
#. TRANSLATORS: as the user if we want to install a package to provide the command
-#: ../contrib/command-not-found/pk-command-not-found.c:765
+#: ../contrib/command-not-found/pk-command-not-found.c:771
#, c-format
msgid "Install package '%s' to provide command '%s'?"
msgstr "Da instaliram paket â%sâ koji pruža naredbu â%sâ?"
#. TRANSLATORS: Show the user a list of packages that provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:789
+#: ../contrib/command-not-found/pk-command-not-found.c:795
msgid "Packages providing this file are:"
msgstr "Paketi koji pružaju ovu datoteku su:"
#. TRANSLATORS: Show the user a list of packages that they can install to provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:799
+#: ../contrib/command-not-found/pk-command-not-found.c:805
msgid "Suitable packages are:"
msgstr "Prikladni paketi su:"
#. get selection
#. TRANSLATORS: ask the user to choose a file to install
-#: ../contrib/command-not-found/pk-command-not-found.c:808
+#: ../contrib/command-not-found/pk-command-not-found.c:814
msgid "Please choose a package to install"
msgstr "Izaberite paket za instalaciju"
@@ -782,185 +802,185 @@ msgid "Failed to find the package %s, or already installed: %s"
msgstr "Neuspelo pronalaženje paketa %s, ili je veÄ instaliran: %s"
#. command line argument, simulate what would be done, but don't actually do it
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:515
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
msgid ""
"Don't actually install any packages, only simulate what would be installed"
msgstr ""
"Nemoj u stvari da instaliraš pakete, samo simuliraj šta bi bilo instalirano"
#. command line argument, do we skip packages that depend on the ones specified
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
msgid "Do not install dependencies of the core packages"
msgstr "Nemoj da instaliraš zavisnosti za osnovne pakete"
#. command line argument, do we operate quietly
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
msgid "Do not display information or progress"
msgstr "Ne prikazuj informacije ili napredak"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:539
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:542
msgid "PackageKit Debuginfo Installer"
msgstr "PaketKit debuginfo instalater"
#. TRANSLATORS: the use needs to specify a list of package names on the command line
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:554
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
#, c-format
msgid "ERROR: Specify package names to install."
msgstr "GREÅ KA: Navedite imena paketa za instalaciju."
#. TRANSLATORS: we are getting the list of repositories
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:590
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:592
#, c-format
msgid "Getting sources list"
msgstr "Dobavljam spisak izvora"
#. TRANSLATORS: operation was not successful
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:600
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:675
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:759
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:803
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:870
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:914
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:602
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:677
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:805
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:872
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:916
msgid "FAILED."
msgstr "NEUSPELA."
#. TRANSLATORS: all completed 100%
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:615
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:655
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:690
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:774
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:818
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:885
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:929
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:617
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:657
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:692
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:776
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:820
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:887
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
#, c-format
msgid "OK."
msgstr "U REDU."
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:618
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:620
#, c-format
msgid "Found %i enabled and %i disabled sources."
msgstr "PronaÄeno je %i ukljuÄenih i %i iskljuÄenih izvora."
#. TRANSLATORS: we're finding repositories that match out pattern
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:625
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:627
#, c-format
msgid "Finding debugging sources"
msgstr "Pronalaženje izvora za otklon grešaka"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:658
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:660
#, c-format
msgid "Found %i disabled debuginfo repos."
msgstr "PronaÄeno je %i iskljuÄenih debuginfo riznica."
#. TRANSLATORS: we're now enabling all the debug sources we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:665
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:667
#, c-format
msgid "Enabling debugging sources"
msgstr "UkljuÄujem izvore za otklon greÅ¡aka"
#. TRANSLATORS: tell the user how many we enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:693
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:695
#, c-format
msgid "Enabled %i debugging sources."
msgstr "UkljuÄeno je %i izvora za otklon greÅ¡aka."
#. TRANSLATORS: we're now finding packages that match in all the repos
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:700
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:702
#, c-format
msgid "Finding debugging packages"
msgstr "Pronalaženje paketa za otklon grešaka"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:712
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:714
#, c-format
msgid "Failed to find the package %s: %s"
msgstr "Neuspelo pronalaženje paketa %s: %s"
#. TRANSLATORS: we couldn't find the debuginfo package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:735
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:737
#, c-format
msgid "Failed to find the debuginfo package %s: %s"
msgstr "Neuspelo pronalaženje debuginfo paketa %s: %s"
#. TRANSLATORS: no debuginfo packages could be found to be installed
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:763
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
#, c-format
msgid "Found no packages to install."
msgstr "Nisu pronaÄeni paketi za instalaciju."
#. TRANSLATORS: tell the user we found some packages, and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:777
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:779
#, c-format
msgid "Found %i packages:"
msgstr "PronaÄeno je %i paketa:"
#. TRANSLATORS: tell the user we are searching for deps
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:793
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
#, c-format
msgid "Finding packages that depend on these packages"
msgstr "Pronalaženje paketa koji zavise od ovih paketa"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:806
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:808
#, c-format
msgid "Could not find dependant packages: %s"
msgstr "Ne mogu da pronaÄem zavisan paket: %s"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:822
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
#, c-format
msgid "Found %i extra packages."
msgstr "PronaÄeno je %i dodatnih paketa."
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:826
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
#, c-format
msgid "No extra packages required."
msgstr "Nisu neophodni dodatni paketi."
#. TRANSLATORS: tell the user we found some packages (and deps), and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:835
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
#, c-format
msgid "Found %i packages to install:"
msgstr "PronaÄeno je %i paketa za instalaciju:"
#. TRANSLATORS: simulate mode is a testing mode where we quit before the action
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:848
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:850
#, c-format
msgid "Not installing packages in simulate mode"
msgstr "Ne instaliram pakete u režimu simulacije"
#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
#. TRANSLATORS: transaction state, installing packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:860
-#: ../lib/packagekit-glib2/pk-console-shared.c:274
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
+#: ../lib/packagekit-glib2/pk-console-shared.c:282
#, c-format
msgid "Installing packages"
msgstr "Instaliram pakete"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:873
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:875
#, c-format
msgid "Could not install packages: %s"
msgstr "Ne mogu da instaliram pakete: %s"
#. TRANSLATORS: we are now disabling all debuginfo repos we previously enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:905
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:907
#, c-format
msgid "Disabling sources previously enabled"
msgstr "IskljuÄujem prethodno ukljuÄene izvore"
#. TRANSLATORS: no debuginfo packages could be found to be installed, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:917
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:919
#, c-format
msgid "Could not disable the debugging sources: %s"
msgstr "Ne mogu da iskljuÄim izvore za otklon greÅ¡aka: %s"
#. TRANSLATORS: we disabled all the debugging repos that we enabled before
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:932
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:934
#, c-format
msgid "Disabled %i debugging sources."
msgstr "IskljuÄeno je %i izvora za otklon greÅ¡aka."
@@ -1006,6 +1026,10 @@ msgstr "Putanja ureÄaja nije naÄena"
msgid "Incorrect device path specified"
msgstr "Navedena je neispravna putanja ureÄaja"
+#: ../contrib/device-rebind/pk-device-rebind.c:293
+msgid "Show extra debugging information"
+msgstr "Prikaži dodatne podatke za otklon grešaka"
+
#. command line argument, simulate what would be done, but don't actually do it
#: ../contrib/device-rebind/pk-device-rebind.c:296
msgid "Don't actually touch the hardware, only simulate what would be done"
@@ -1069,598 +1093,598 @@ msgid "Please enter a number from 1 to %i: "
msgstr "Unesite broj izmeÄu 1 i %i: "
#. TRANSLATORS: more than one package could be found that matched, to follow is a list of possible packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:181
+#: ../lib/packagekit-glib2/pk-console-shared.c:183
msgid "More than one package matches:"
msgstr "Postoji više paketa koji odgovaraju upitu:"
#. TRANSLATORS: This finds out which package in the list to use
-#: ../lib/packagekit-glib2/pk-console-shared.c:190
+#: ../lib/packagekit-glib2/pk-console-shared.c:196
msgid "Please choose the correct package: "
msgstr "Izaberite željeni paket: "
#. TRANSLATORS: This is when the transaction status is not known
-#: ../lib/packagekit-glib2/pk-console-shared.c:242
+#: ../lib/packagekit-glib2/pk-console-shared.c:250
msgid "Unknown state"
msgstr "Nepoznato stanje"
#. TRANSLATORS: transaction state, the daemon is in the process of starting
-#: ../lib/packagekit-glib2/pk-console-shared.c:246
+#: ../lib/packagekit-glib2/pk-console-shared.c:254
msgid "Starting"
msgstr "Pokretanje"
#. TRANSLATORS: transaction state, the transaction is waiting for another to complete
-#: ../lib/packagekit-glib2/pk-console-shared.c:250
+#: ../lib/packagekit-glib2/pk-console-shared.c:258
msgid "Waiting in queue"
msgstr "Äekanje u redu"
#. TRANSLATORS: transaction state, just started
-#: ../lib/packagekit-glib2/pk-console-shared.c:254
+#: ../lib/packagekit-glib2/pk-console-shared.c:262
msgid "Running"
msgstr "Izvršavanje"
#. TRANSLATORS: transaction state, is querying data
-#: ../lib/packagekit-glib2/pk-console-shared.c:258
+#: ../lib/packagekit-glib2/pk-console-shared.c:266
msgid "Querying"
msgstr "Ispitivanje"
#. TRANSLATORS: transaction state, getting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:262
+#: ../lib/packagekit-glib2/pk-console-shared.c:270
msgid "Getting information"
msgstr "Dobavljanje podataka"
#. TRANSLATORS: transaction state, removing packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:266
+#: ../lib/packagekit-glib2/pk-console-shared.c:274
msgid "Removing packages"
msgstr "Uklanjanje paketa"
#. TRANSLATORS: transaction state, downloading package files
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:270
-#: ../lib/packagekit-glib2/pk-console-shared.c:648
+#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:656
msgid "Downloading packages"
msgstr "Preuzimanje paketa"
#. TRANSLATORS: transaction state, refreshing internal lists
-#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:286
msgid "Refreshing software list"
msgstr "Osvežavanje spiska softvera"
#. TRANSLATORS: transaction state, installing updates
-#: ../lib/packagekit-glib2/pk-console-shared.c:282
+#: ../lib/packagekit-glib2/pk-console-shared.c:290
msgid "Installing updates"
msgstr "Instaliranje ažuriranja"
#. TRANSLATORS: transaction state, removing old packages, and cleaning config files
-#: ../lib/packagekit-glib2/pk-console-shared.c:286
+#: ../lib/packagekit-glib2/pk-console-shared.c:294
msgid "Cleaning up packages"
msgstr "ÄiÅ¡Äenje paketa"
#. TRANSLATORS: transaction state, obsoleting old packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:290
+#: ../lib/packagekit-glib2/pk-console-shared.c:298
msgid "Obsoleting packages"
msgstr "Prevazilazim pakete"
#. TRANSLATORS: transaction state, checking the transaction before we do it
-#: ../lib/packagekit-glib2/pk-console-shared.c:294
+#: ../lib/packagekit-glib2/pk-console-shared.c:302
msgid "Resolving dependencies"
msgstr "Razrešavanje zavisnosti"
#. TRANSLATORS: transaction state, checking if we have all the security keys for the operation
-#: ../lib/packagekit-glib2/pk-console-shared.c:298
+#: ../lib/packagekit-glib2/pk-console-shared.c:306
msgid "Checking signatures"
msgstr "Provera potpisa"
#. TRANSLATORS: transaction state, when we return to a previous system state
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:302
-#: ../lib/packagekit-glib2/pk-console-shared.c:608
+#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:616
msgid "Rolling back"
msgstr "VraÄanje unazad"
#. TRANSLATORS: transaction state, when we're doing a test transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:306
+#: ../lib/packagekit-glib2/pk-console-shared.c:314
msgid "Testing changes"
msgstr "Isprobavanje promena"
#. TRANSLATORS: transaction state, when we're writing to the system package database
-#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:318
msgid "Committing changes"
msgstr "Å aljem promene"
#. TRANSLATORS: transaction state, requesting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:314
+#: ../lib/packagekit-glib2/pk-console-shared.c:322
msgid "Requesting data"
msgstr "Zahtevam podatke"
#. TRANSLATORS: transaction state, all done!
-#: ../lib/packagekit-glib2/pk-console-shared.c:318
+#: ../lib/packagekit-glib2/pk-console-shared.c:326
msgid "Finished"
msgstr "Završeno"
#. TRANSLATORS: transaction state, in the process of cancelling
-#: ../lib/packagekit-glib2/pk-console-shared.c:322
+#: ../lib/packagekit-glib2/pk-console-shared.c:330
msgid "Cancelling"
msgstr "Otkazivanje"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:326
+#: ../lib/packagekit-glib2/pk-console-shared.c:334
msgid "Downloading repository information"
msgstr "Preuzimam podatke o riznici"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:330
+#: ../lib/packagekit-glib2/pk-console-shared.c:338
msgid "Downloading list of packages"
msgstr "Preuzimanje spiska paketa"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:334
+#: ../lib/packagekit-glib2/pk-console-shared.c:342
msgid "Downloading file lists"
msgstr "Preuzimanje spiskova datoteka"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:338
+#: ../lib/packagekit-glib2/pk-console-shared.c:346
msgid "Downloading lists of changes"
msgstr "Preuzimanje spiskova promena"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:342
+#: ../lib/packagekit-glib2/pk-console-shared.c:350
msgid "Downloading groups"
msgstr "Preuzimanje grupa"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:346
+#: ../lib/packagekit-glib2/pk-console-shared.c:354
msgid "Downloading update information"
msgstr "Preuzimanje podataka o ažuriranju"
#. TRANSLATORS: transaction state, repackaging delta files
-#: ../lib/packagekit-glib2/pk-console-shared.c:350
+#: ../lib/packagekit-glib2/pk-console-shared.c:358
msgid "Repackaging files"
msgstr "Prepakivanje datoteka"
#. TRANSLATORS: transaction state, loading databases
-#: ../lib/packagekit-glib2/pk-console-shared.c:354
+#: ../lib/packagekit-glib2/pk-console-shared.c:362
msgid "Loading cache"
msgstr "UÄitavanje keÅ¡a"
#. TRANSLATORS: transaction state, scanning for running processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:358
+#: ../lib/packagekit-glib2/pk-console-shared.c:366
msgid "Scanning applications"
msgstr "Pretražujem programe"
#. TRANSLATORS: transaction state, generating a list of packages installed on the system
-#: ../lib/packagekit-glib2/pk-console-shared.c:362
+#: ../lib/packagekit-glib2/pk-console-shared.c:370
msgid "Generating package lists"
msgstr "Pravljenje spiskova paketa"
#. TRANSLATORS: transaction state, when we're waiting for the native tools to exit
-#: ../lib/packagekit-glib2/pk-console-shared.c:366
+#: ../lib/packagekit-glib2/pk-console-shared.c:374
msgid "Waiting for package manager lock"
msgstr "Äekanje na zakljuÄavanje upravnika paketa"
#. TRANSLATORS: transaction state, waiting for user to type in a password
-#: ../lib/packagekit-glib2/pk-console-shared.c:370
+#: ../lib/packagekit-glib2/pk-console-shared.c:378
msgid "Waiting for authentication"
msgstr "Äekanje na autentifikaciju"
#. TRANSLATORS: transaction state, we are updating the list of processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:374
+#: ../lib/packagekit-glib2/pk-console-shared.c:382
msgid "Updating running applications"
msgstr "Ažuriram pokrenute programe"
#. TRANSLATORS: transaction state, we are checking executable files currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:378
+#: ../lib/packagekit-glib2/pk-console-shared.c:386
msgid "Checking applications in use"
msgstr "Proveravam programe u upotrebi"
#. TRANSLATORS: transaction state, we are checking for libraries currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:382
+#: ../lib/packagekit-glib2/pk-console-shared.c:390
msgid "Checking libraries in use"
msgstr "Proveravam biblioteke u upotrebi"
#. TRANSLATORS: transaction state, we are copying package files before or after the transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:386
+#: ../lib/packagekit-glib2/pk-console-shared.c:394
msgid "Copying files"
msgstr "Umnožavanje datoteka"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:404
+#: ../lib/packagekit-glib2/pk-console-shared.c:412
msgid "Trivial"
msgstr "Trivijalno"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:408
+#: ../lib/packagekit-glib2/pk-console-shared.c:416
msgid "Normal"
msgstr "ObiÄno"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:412
+#: ../lib/packagekit-glib2/pk-console-shared.c:420
msgid "Important"
msgstr "Važno"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:416
+#: ../lib/packagekit-glib2/pk-console-shared.c:424
msgid "Security"
msgstr "Bezbednosno"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:420
+#: ../lib/packagekit-glib2/pk-console-shared.c:428
msgid "Bug fix "
msgstr "Ispravka greške"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:424
+#: ../lib/packagekit-glib2/pk-console-shared.c:432
msgid "Enhancement"
msgstr "Poboljšanje"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:428
+#: ../lib/packagekit-glib2/pk-console-shared.c:436
msgid "Blocked"
msgstr "Blokirano"
#. TRANSLATORS: The state of a package
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:433
-#: ../lib/packagekit-glib2/pk-console-shared.c:506
+#: ../lib/packagekit-glib2/pk-console-shared.c:441
+#: ../lib/packagekit-glib2/pk-console-shared.c:514
msgid "Installed"
msgstr "Instaliran"
#. TRANSLATORS: The state of a package, i.e. not installed
-#: ../lib/packagekit-glib2/pk-console-shared.c:438
+#: ../lib/packagekit-glib2/pk-console-shared.c:446
msgid "Available"
msgstr "Dostupan"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:456
+#: ../lib/packagekit-glib2/pk-console-shared.c:464
msgid "Downloading"
msgstr "Preuzimanje"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:460
+#: ../lib/packagekit-glib2/pk-console-shared.c:468
msgid "Updating"
msgstr "Ažuriranje"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:464
-#: ../lib/packagekit-glib2/pk-console-shared.c:584
+#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:592
msgid "Installing"
msgstr "Instalacija"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:468
-#: ../lib/packagekit-glib2/pk-console-shared.c:580
+#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:588
msgid "Removing"
msgstr "Uklanjanje"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:480
msgid "Cleaning up"
msgstr "ÄiÅ¡Äenje"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:484
msgid "Obsoleting"
msgstr "Prevazilaženje"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:480
+#: ../lib/packagekit-glib2/pk-console-shared.c:488
msgid "Reinstalling"
msgstr "Ponovna instalacija"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:498
+#: ../lib/packagekit-glib2/pk-console-shared.c:506
msgid "Downloaded"
msgstr "Preuzet"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:510
+#: ../lib/packagekit-glib2/pk-console-shared.c:518
msgid "Removed"
msgstr "Uklonjen"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:514
+#: ../lib/packagekit-glib2/pk-console-shared.c:522
msgid "Cleaned up"
msgstr "OÄiÅ¡Äen"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:518
+#: ../lib/packagekit-glib2/pk-console-shared.c:526
msgid "Obsoleted"
msgstr "PrevaziÄen"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:522
+#: ../lib/packagekit-glib2/pk-console-shared.c:530
msgid "Reinstalled"
msgstr "Ponovo instaliran"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:540
+#: ../lib/packagekit-glib2/pk-console-shared.c:548
msgid "Unknown role type"
msgstr "Nepoznata vrsta radnje"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:544
+#: ../lib/packagekit-glib2/pk-console-shared.c:552
msgid "Getting dependencies"
msgstr "Dobavljanje zavisnosti"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:548
+#: ../lib/packagekit-glib2/pk-console-shared.c:556
msgid "Getting update details"
msgstr "Dobavljanje detalja o ažuriranju"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:552
+#: ../lib/packagekit-glib2/pk-console-shared.c:560
msgid "Getting details"
msgstr "Dobavljanje detalja"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:556
+#: ../lib/packagekit-glib2/pk-console-shared.c:564
msgid "Getting requires"
msgstr "Dobavljam zahtevanja"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:560
+#: ../lib/packagekit-glib2/pk-console-shared.c:568
msgid "Getting updates"
msgstr "Dobavljam ažuriranja"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:564
+#: ../lib/packagekit-glib2/pk-console-shared.c:572
msgid "Searching by details"
msgstr "Pretražujem po detaljima"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:568
+#: ../lib/packagekit-glib2/pk-console-shared.c:576
msgid "Searching by file"
msgstr "Pretražujem po datotekama"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:572
+#: ../lib/packagekit-glib2/pk-console-shared.c:580
msgid "Searching groups"
msgstr "Pretražujem po grupama"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:576
+#: ../lib/packagekit-glib2/pk-console-shared.c:584
msgid "Searching by name"
msgstr "Pretražujem po imenu"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:588
+#: ../lib/packagekit-glib2/pk-console-shared.c:596
msgid "Installing files"
msgstr "Instaliram datoteke"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:592
+#: ../lib/packagekit-glib2/pk-console-shared.c:600
msgid "Refreshing cache"
msgstr "Osvežavam keš"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:596
+#: ../lib/packagekit-glib2/pk-console-shared.c:604
msgid "Updating packages"
msgstr "Ažuriranje paketa"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:600
+#: ../lib/packagekit-glib2/pk-console-shared.c:608
msgid "Updating system"
msgstr "Ažuriranje sistema"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:604
+#: ../lib/packagekit-glib2/pk-console-shared.c:612
msgid "Canceling"
msgstr "Otkazivanje"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:612
+#: ../lib/packagekit-glib2/pk-console-shared.c:620
msgid "Getting repositories"
msgstr "Dobavljanje riznica"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:616
+#: ../lib/packagekit-glib2/pk-console-shared.c:624
msgid "Enabling repository"
msgstr "UkljuÄivanje riznice"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:620
+#: ../lib/packagekit-glib2/pk-console-shared.c:628
msgid "Setting data"
msgstr "Postavljanje podataka"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:624
+#: ../lib/packagekit-glib2/pk-console-shared.c:632
msgid "Resolving"
msgstr "Razrešavanje"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:628
+#: ../lib/packagekit-glib2/pk-console-shared.c:636
msgid "Getting file list"
msgstr "Dobavljanje spiska datoteka"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:632
+#: ../lib/packagekit-glib2/pk-console-shared.c:640
msgid "Getting provides"
msgstr "Dobavljanje pružanja"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:636
+#: ../lib/packagekit-glib2/pk-console-shared.c:644
msgid "Installing signature"
msgstr "Instaliranje potpisa"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:640
+#: ../lib/packagekit-glib2/pk-console-shared.c:648
msgid "Getting packages"
msgstr "Dobavljanje paketa"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:644
+#: ../lib/packagekit-glib2/pk-console-shared.c:652
msgid "Accepting EULA"
msgstr "Prihvatanje licence"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:652
+#: ../lib/packagekit-glib2/pk-console-shared.c:660
msgid "Getting upgrades"
msgstr "Dobavljanje nadgradnji"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:656
+#: ../lib/packagekit-glib2/pk-console-shared.c:664
msgid "Getting categories"
msgstr "Dobavljanje kategorija"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:660
+#: ../lib/packagekit-glib2/pk-console-shared.c:668
msgid "Getting transactions"
msgstr "Dobavljanje transakcija"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:664
-#: ../lib/packagekit-glib2/pk-console-shared.c:668
+#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:676
msgid "Simulating install"
msgstr "Simuliranje instalacije"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:680
msgid "Simulating remove"
msgstr "Simuliranje uklanjanja"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:676
+#: ../lib/packagekit-glib2/pk-console-shared.c:684
msgid "Simulating update"
msgstr "Simuliranje ažuriranja"
#. TRANSLATORS: ask the user if they are comfortable installing insecure packages
-#: ../lib/packagekit-glib2/pk-task-text.c:66
+#: ../lib/packagekit-glib2/pk-task-text.c:69
msgid "Do you want to allow installing of unsigned software?"
msgstr "Želite li da dozvolite instalaciju nepotpisanog softvera?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:71
+#: ../lib/packagekit-glib2/pk-task-text.c:74
msgid "The unsigned software will not be installed."
msgstr "Nepotpisani softver neÄe biti instaliran."
#. TRANSLATORS: the package repository is signed by a key that is not recognised
-#: ../lib/packagekit-glib2/pk-task-text.c:104
+#: ../lib/packagekit-glib2/pk-task-text.c:123
msgid "Software source signature required"
msgstr "Neophodan je potpis izvora softvera"
#. TRANSLATORS: the package repository name
-#: ../lib/packagekit-glib2/pk-task-text.c:110
+#: ../lib/packagekit-glib2/pk-task-text.c:129
msgid "Software source name"
msgstr "Ime izvora softvera"
#. TRANSLATORS: the key URL
-#: ../lib/packagekit-glib2/pk-task-text.c:113
+#: ../lib/packagekit-glib2/pk-task-text.c:132
msgid "Key URL"
msgstr "URL kljuÄa"
#. TRANSLATORS: the username of the key
-#: ../lib/packagekit-glib2/pk-task-text.c:116
+#: ../lib/packagekit-glib2/pk-task-text.c:135
msgid "Key user"
msgstr "Korisnik kljuÄa"
#. TRANSLATORS: the key ID, usually a few hex digits
-#: ../lib/packagekit-glib2/pk-task-text.c:119
+#: ../lib/packagekit-glib2/pk-task-text.c:138
msgid "Key ID"
msgstr "IB kljuÄa"
#. TRANSLATORS: the key fingerprint, again, yet more hex
-#: ../lib/packagekit-glib2/pk-task-text.c:122
+#: ../lib/packagekit-glib2/pk-task-text.c:141
msgid "Key fingerprint"
msgstr "Otisak kljuÄa"
#. TRANSLATORS: the timestamp (a bit like a machine readable time)
-#: ../lib/packagekit-glib2/pk-task-text.c:125
+#: ../lib/packagekit-glib2/pk-task-text.c:144
msgid "Key Timestamp"
msgstr "Vremenska oznaka kljuÄa"
#. TRANSLATORS: ask the user if they want to import
-#: ../lib/packagekit-glib2/pk-task-text.c:131
+#: ../lib/packagekit-glib2/pk-task-text.c:157
msgid "Do you accept this signature?"
msgstr "Prihvatate li ovaj potpis?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:136
+#: ../lib/packagekit-glib2/pk-task-text.c:162
msgid "The signature was not accepted."
msgstr "Ovaj potpis nije prihvaÄen."
#. TRANSLATORS: this is another name for a software licence that has to be read before installing
-#: ../lib/packagekit-glib2/pk-task-text.c:171
+#: ../lib/packagekit-glib2/pk-task-text.c:205
msgid "End user licence agreement required"
msgstr "Neophodan je Licenci sporazum sa krajnjim korisnikom"
#. TRANSLATORS: the EULA text itself (long and boring)
-#: ../lib/packagekit-glib2/pk-task-text.c:180
+#: ../lib/packagekit-glib2/pk-task-text.c:214
msgid "Agreement"
msgstr "Sporazum"
#. TRANSLATORS: ask the user if they've read and accepted the EULA
-#: ../lib/packagekit-glib2/pk-task-text.c:186
+#: ../lib/packagekit-glib2/pk-task-text.c:223
msgid "Do you accept this agreement?"
msgstr "Prihvatate li ovaj sporazum?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:191
+#: ../lib/packagekit-glib2/pk-task-text.c:228
msgid "The agreement was not accepted."
msgstr "Sporazum nije prihvaÄen."
#. TRANSLATORS: the user needs to change media inserted into the computer
-#: ../lib/packagekit-glib2/pk-task-text.c:221
+#: ../lib/packagekit-glib2/pk-task-text.c:267
msgid "Media change required"
msgstr "Neophodna je promena medijuma"
#. TRANSLATORS: the type, e.g. DVD, CD, etc
-#: ../lib/packagekit-glib2/pk-task-text.c:224
+#: ../lib/packagekit-glib2/pk-task-text.c:270
msgid "Media type"
msgstr "Vrsta medijuma"
#. TRANSLATORS: the media label, usually like 'disk-1of3'
-#: ../lib/packagekit-glib2/pk-task-text.c:227
+#: ../lib/packagekit-glib2/pk-task-text.c:273
msgid "Media label"
msgstr "Oznaka medijuma"
#. TRANSLATORS: the media description, usually like 'Fedora 12 disk 5'
-#: ../lib/packagekit-glib2/pk-task-text.c:230
+#: ../lib/packagekit-glib2/pk-task-text.c:276
msgid "Text"
msgstr "Tekst"
#. TRANSLATORS: ask the user to insert the media
-#: ../lib/packagekit-glib2/pk-task-text.c:234
+#: ../lib/packagekit-glib2/pk-task-text.c:282
msgid "Please insert the correct media"
msgstr "Umetnite taÄan medijum"
#. TRANSLATORS: tell the user we've not done anything as they are lazy
-#: ../lib/packagekit-glib2/pk-task-text.c:239
+#: ../lib/packagekit-glib2/pk-task-text.c:287
msgid "The correct media was not inserted."
msgstr "Nije umetnut taÄan medijum."
#. TRANSLATORS: When processing, we might have to remove other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:254
+#: ../lib/packagekit-glib2/pk-task-text.c:302
msgid "The following packages have to be removed:"
msgstr "SledeÄi paketi Äe biti uklonjeni:"
#. TRANSLATORS: When processing, we might have to install other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:259
+#: ../lib/packagekit-glib2/pk-task-text.c:307
msgid "The following packages have to be installed:"
msgstr "SledeÄi paketi moraju biti instalirani:"
#. TRANSLATORS: When processing, we might have to update other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:264
+#: ../lib/packagekit-glib2/pk-task-text.c:312
msgid "The following packages have to be updated:"
msgstr "SledeÄi paketi moraju biti ažurirani:"
#. TRANSLATORS: When processing, we might have to reinstall other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:269
+#: ../lib/packagekit-glib2/pk-task-text.c:317
msgid "The following packages have to be reinstalled:"
msgstr "SledeÄi paketi moraju biti ponovo instalirani:"
#. TRANSLATORS: When processing, we might have to downgrade other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:274
+#: ../lib/packagekit-glib2/pk-task-text.c:322
msgid "The following packages have to be downgraded:"
msgstr "SledeÄi paketi moraju biti unazaÄeni:"
#. TRANSLATORS: ask the user if the proposed changes are okay
-#: ../lib/packagekit-glib2/pk-task-text.c:324
+#: ../lib/packagekit-glib2/pk-task-text.c:382
msgid "Proceed with changes?"
msgstr "Nastaviti sa promenama?"
#. TRANSLATORS: tell the user we didn't do anything
-#: ../lib/packagekit-glib2/pk-task-text.c:329
+#: ../lib/packagekit-glib2/pk-task-text.c:387
msgid "The transaction did not proceed."
msgstr "Transakcija nije nastavljena."
@@ -1868,47 +1892,47 @@ msgstr ""
"direktorijum:"
#. TRANSLATORS: a backend is the system package tool, e.g. yum, apt
-#: ../src/pk-main.c:205
+#: ../src/pk-main.c:199
msgid "Packaging backend to use, e.g. dummy"
msgstr "Pozadinski sistem u upotrebi, npr. âdummyâ (probni)"
#. TRANSLATORS: if we should run in the background
-#: ../src/pk-main.c:208
+#: ../src/pk-main.c:202
msgid "Daemonize and detach from the terminal"
msgstr "Odvoji od terminala i nastavi rad kao uslužni program"
#. TRANSLATORS: if we should not monitor how long we are inactive for
-#: ../src/pk-main.c:214
+#: ../src/pk-main.c:205
msgid "Disable the idle timer"
msgstr "OnemoguÄi meraÄ Äekanja"
#. TRANSLATORS: show version
-#: ../src/pk-main.c:217
+#: ../src/pk-main.c:208
msgid "Show version and exit"
msgstr "Prikaži verziju i završi rad"
#. TRANSLATORS: exit after we've started up, used for user profiling
-#: ../src/pk-main.c:220
+#: ../src/pk-main.c:211
msgid "Exit after a small delay"
msgstr "IzaÄi posle kratke zadrÅ¡ke"
#. TRANSLATORS: exit straight away, used for automatic profiling
-#: ../src/pk-main.c:223
+#: ../src/pk-main.c:214
msgid "Exit after the engine has loaded"
msgstr "ZavrÅ¡i rad nakon Å¡to se uÄita pozadinski sistem"
#. TRANSLATORS: describing the service that is running
-#: ../src/pk-main.c:238
+#: ../src/pk-main.c:229
msgid "PackageKit service"
msgstr "Servis PaketKita"
#. TRANSLATORS: fatal error, dbus is not running
-#: ../src/pk-main.c:275
+#: ../src/pk-main.c:266
msgid "Cannot connect to the system bus"
msgstr "Ne mogu da se povežem na sistemsku magistralu"
#. TRANSLATORS: cannot register on system bus, unknown reason -- geeky error follows
-#: ../src/pk-main.c:334
+#: ../src/pk-main.c:317
msgid "Error trying to start:"
msgstr "Greška pri pokretanju:"
@@ -1956,8 +1980,33 @@ msgstr "Mnogo paketa"
msgid "Only trusted"
msgstr "Samo poverljive"
-#~ msgid "Percentage"
-#~ msgstr "Procenat"
+#. TRANSLATORS: turn on all debugging
+#: ../src/egg-debug.c:388
+msgid "Show debugging information for all files"
+msgstr "Prikaži informacije o otklonu grešaka za sve datoteke"
+
+#. TRANSLATORS: a list of modules to debug
+#: ../src/egg-debug.c:459
+msgid "Debug these specific modules"
+msgstr "Otklon greÅ¡aka ovih izriÄitih modula"
+
+#. TRANSLATORS: a list of functions to debug
+#: ../src/egg-debug.c:462
+msgid "Debug these specific functions"
+msgstr "Otklon greÅ¡aka ovih izriÄitih funkcija"
+
+#. TRANSLATORS: save to a log
+#: ../src/egg-debug.c:465
+msgid "Log debugging data to a file"
+msgstr "Zapiši podatke o otklonu grešaka u datoteku"
+
+#: ../src/egg-debug.c:469
+msgid "Debugging Options"
+msgstr "Opcije za otklon grešaka"
+
+#: ../src/egg-debug.c:469
+msgid "Show debugging options"
+msgstr "Prikaži opcije za otklon grešaka"
#~ msgid "Please restart the application as it is being used."
#~ msgstr "Neophodno je ponovno pokretanje programa pošto je u upotrebi."
commit 33163f44db9830ad861ef260b14502b8003786a3
Author: kmilos <kmilos at fedoraproject.org>
Date: Sun Dec 6 22:35:48 2009 +0000
Sending translation for Serbian
diff --git a/po/sr.po b/po/sr.po
index d0d61da..a242215 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-30 10:08+0000\n"
-"PO-Revision-Date: 2009-10-30 21:28+0100\n"
+"POT-Creation-Date: 2009-12-06 20:02+0000\n"
+"PO-Revision-Date: 2009-11-28 20:48-0000\n"
"Last-Translator: MiloÅ¡ KomarÄeviÄ <kmilos at gmail.com>\n"
-"Language-Team: Serbian (sr) <fedora-trans-sr at redhat.com>\n"
+"Language-Team: Serbian <fedora-trans-sr at redhat.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,124 +22,127 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:143
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175 ../client/pk-console.c:597
msgid "Transaction"
msgstr "ТÑанÑакÑиÑа"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:145
+#: ../client/pk-console.c:177
msgid "System time"
msgstr "СиÑÑемÑко вÑеме"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "Succeeded"
msgstr "УÑпела"
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "True"
msgstr "ТаÑно"
-#: ../client/pk-console.c:147
+#: ../client/pk-console.c:179
msgid "False"
msgstr "ÐеÑаÑно"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:149 ../src/pk-polkit-action-lookup.c:336
+#: ../client/pk-console.c:181 ../src/pk-polkit-action-lookup.c:336
msgid "Role"
msgstr "РадÑа"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:154
+#: ../client/pk-console.c:186
msgid "Duration"
msgstr "ТÑаÑаÑе"
-#: ../client/pk-console.c:154
+#: ../client/pk-console.c:186
msgid "(seconds)"
msgstr "(ÑекÑнди)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:158 ../src/pk-polkit-action-lookup.c:350
+#: ../client/pk-console.c:190 ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
msgstr "Ðомандна линиÑа"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:160
+#: ../client/pk-console.c:192
msgid "User ID"
msgstr "ÐоÑиÑниÑки ÐÐ"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:167
+#: ../client/pk-console.c:199
msgid "Username"
msgstr "ÐоÑиÑниÑко име"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:171
+#: ../client/pk-console.c:203
msgid "Real name"
msgstr "СÑваÑно име"
-#: ../client/pk-console.c:179
+#: ../client/pk-console.c:211
msgid "Affected packages:"
msgstr "ÐбÑÑ
ваÑени пакеÑи:"
-#: ../client/pk-console.c:181
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
msgstr "ÐбÑÑ
ваÑени пакеÑи: ни Ñедан"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:201
+#: ../client/pk-console.c:248
msgid "Distribution"
msgstr "ÐиÑÑÑибÑÑиÑа"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:203
+#: ../client/pk-console.c:250
msgid "Type"
msgstr "ÐÑÑÑа"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:205 ../client/pk-console.c:226
+#: ../client/pk-console.c:252 ../client/pk-console.c:291
msgid "Summary"
msgstr "СажеÑак"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:215
+#: ../client/pk-console.c:280
msgid "Category"
msgstr "ÐаÑегоÑиÑа"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:217
+#: ../client/pk-console.c:282
msgid "ID"
msgstr "ÐденÑиÑикаÑоÑ"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:220
+#: ../client/pk-console.c:285
msgid "Parent"
msgstr "РодиÑеÑ"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:223
+#: ../client/pk-console.c:288
msgid "Name"
msgstr "Ðазив"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:229
+#: ../client/pk-console.c:294
msgid "Icon"
msgstr "Ðкона"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:243
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "ÐиÑе о надгÑадÑи:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
#. TRANSLATORS: the package that is not signed by a known key
#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:249 ../lib/packagekit-glib2/pk-task-text.c:107
-#: ../lib/packagekit-glib2/pk-task-text.c:174
+#: ../client/pk-console.c:346 ../client/pk-console.c:616
+#: ../lib/packagekit-glib2/pk-task-text.c:126
+#: ../lib/packagekit-glib2/pk-task-text.c:208
#: ../src/pk-polkit-action-lookup.c:361
msgid "Package"
msgid_plural "Packages"
@@ -148,141 +151,161 @@ msgstr[1] "ÐакеÑа"
msgstr[2] "ÐакеÑа"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:252
+#: ../client/pk-console.c:349
msgid "Updates"
msgstr "ÐжÑÑиÑа"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:256
+#: ../client/pk-console.c:353
msgid "Obsoletes"
msgstr "ÐÑевазилази"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
-#: ../client/pk-console.c:260 ../lib/packagekit-glib2/pk-task-text.c:177
+#: ../client/pk-console.c:357 ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
msgstr "ÐздаваÑ"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:264
+#: ../client/pk-console.c:361
msgid "Bugzilla"
msgstr "Bugzilla"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:268
+#: ../client/pk-console.c:365
msgid "CVE"
msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:272
+#: ../client/pk-console.c:369
msgid "Restart"
msgstr "Ðоновно покÑеÑаÑе"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:276
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "ÐÐ¿Ð¸Ñ Ð°Ð¶ÑÑиÑаÑа"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:280
+#: ../client/pk-console.c:377
msgid "Changes"
msgstr "ÐÑомене"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:284
+#: ../client/pk-console.c:381
msgid "State"
msgstr "СÑаÑе"
#. TRANSLATORS: details about the update, date the update was issued
-#: ../client/pk-console.c:289
+#: ../client/pk-console.c:385
msgid "Issued"
msgstr "ÐздаÑо"
#. TRANSLATORS: details about the update, date the update was updated
#. TRANSLATORS: The action of the package, in past tense
-#: ../client/pk-console.c:294 ../lib/packagekit-glib2/pk-console-shared.c:502
+#: ../client/pk-console.c:389 ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
msgstr "ÐаÑÑм ажÑÑиÑаÑа"
#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:312
+#: ../client/pk-console.c:425
msgid "Enabled"
msgstr "УкÑÑÑена"
#. TRANSLATORS: if the repo is disabled
-#: ../client/pk-console.c:315
+#: ../client/pk-console.c:428
msgid "Disabled"
msgstr "ÐÑкÑÑÑена"
#. TRANSLATORS: a package requires the system to be restarted
-#: ../client/pk-console.c:337
+#: ../client/pk-console.c:460
msgid "System restart required by:"
msgstr "Ðоновно покÑеÑаÑе ÑиÑÑема заÑ
Ñева пакеÑ:"
#. TRANSLATORS: a package requires the session to be restarted
-#: ../client/pk-console.c:340
+#: ../client/pk-console.c:463
msgid "Session restart required:"
msgstr "ÐеопÑ
одно Ñе поновно покÑеÑаÑе ÑеÑиÑе:"
#. TRANSLATORS: a package requires the system to be restarted due to a security update
-#: ../client/pk-console.c:343
+#: ../client/pk-console.c:466
msgid "System restart (security) required by:"
msgstr "Ðоновно покÑеÑаÑе ÑиÑÑема (безбедноÑно) заÑ
Ñева:"
#. TRANSLATORS: a package requires the session to be restarted due to a security update
-#: ../client/pk-console.c:346
+#: ../client/pk-console.c:469
msgid "Session restart (security) required:"
msgstr "ÐеопÑ
одно Ñе поновно покÑеÑаÑе ÑеÑиÑе (безбедноÑно):"
#. TRANSLATORS: a package requires the application to be restarted
-#: ../client/pk-console.c:349
+#: ../client/pk-console.c:472
msgid "Application restart required by:"
msgstr "Ðоновно покÑеÑаÑе пÑогÑама заÑ
Ñева пакеÑ:"
#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:366
+#: ../client/pk-console.c:507
msgid "Package description"
msgstr "ÐÐ¿Ð¸Ñ Ð¿Ð°ÐºÐµÑа"
#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:384
+#: ../client/pk-console.c:538
msgid "Message:"
msgstr "ÐоÑÑка:"
#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:398
+#: ../client/pk-console.c:559
msgid "No files"
msgstr "Ðема даÑоÑека"
#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:403
+#: ../client/pk-console.c:564
msgid "Package files"
msgstr "СпиÑак даÑоÑека"
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "ÐÑоÑенаÑ"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "СÑаÑÑÑ"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "РезÑлÑаÑи:"
+
#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
-#: ../client/pk-console.c:475
+#: ../client/pk-console.c:685
msgid "Fatal error"
msgstr "Ðобна гÑеÑка"
#. TRANSLATORS: the transaction failed in a way we could not expect
-#: ../client/pk-console.c:484
-#: ../contrib/command-not-found/pk-command-not-found.c:430
-#: ../contrib/command-not-found/pk-command-not-found.c:597
+#: ../client/pk-console.c:694
+#: ../contrib/command-not-found/pk-command-not-found.c:432
+#: ../contrib/command-not-found/pk-command-not-found.c:603
msgid "The transaction failed"
msgstr "ТÑанÑакÑиÑа ниÑе ÑÑпела"
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "ТÑенÑÑно нема доÑÑÑпниÑ
ажÑÑиÑаÑа."
+
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:552
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "ÐеопÑ
одно Ñе поновно покÑеÑаÑе ÑиÑÑема Ñади завÑÑеÑка ажÑÑиÑаÑа."
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:555
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr "ÐеопÑ
одно Ñе одÑавÑиваÑе и поновна пÑиÑава Ñади завÑÑеÑка ажÑÑиÑаÑа."
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:558
+#: ../client/pk-console.c:814
msgid ""
"Please restart the computer to complete the update as important security "
"updates have been installed."
@@ -291,7 +314,7 @@ msgstr ""
"инÑÑалиÑана важна безбедноÑна ажÑÑиÑаÑа."
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:561
+#: ../client/pk-console.c:817
msgid ""
"Please logout and login to complete the update as important security updates "
"have been installed."
@@ -300,19 +323,19 @@ msgstr ""
"инÑÑалиÑана важна безбедноÑна ажÑÑиÑаÑа."
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:584
+#: ../client/pk-console.c:840
#, c-format
msgid "This tool could not find any available package: %s"
msgstr "Ðва алаÑка ниÑе могла пÑонаÑи никакве доÑÑÑпне пакеÑе: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:612
+#: ../client/pk-console.c:868
#, c-format
msgid "This tool could not find the installed package: %s"
msgstr "Ðва алаÑка ниÑе могла пÑонаÑи инÑÑалиÑани пакеÑ: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:640 ../client/pk-console.c:668
+#: ../client/pk-console.c:896 ../client/pk-console.c:924
#, c-format
msgid "This tool could not find the package: %s"
msgstr "Ðва алаÑка ниÑе могла пÑонаÑи пакеÑ: %s"
@@ -321,193 +344,190 @@ msgstr "Ðва алаÑка ниÑе могла пÑонаÑи пакеÑ: %s"
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:696 ../client/pk-console.c:724
-#: ../client/pk-console.c:752 ../client/pk-console.c:780
-#: ../client/pk-console.c:808
+#: ../client/pk-console.c:952 ../client/pk-console.c:980
+#: ../client/pk-console.c:1008 ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
msgid "This tool could not find all the packages: %s"
msgstr "Ðва алаÑка ниÑе пÑонаÑла Ñве пакеÑе: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:837
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "УÑлÑжни пÑогÑам Ñе изненада пÑекинÑо!"
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:871
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "ТекÑÑÑално ÑÑÑеÑе пÑогÑама ÐакеÑÐиÑ"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:873
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "ÐаÑедбе:"
#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:952
+#: ../client/pk-console.c:1208
msgid "Failed to get the time since this action was last completed"
msgstr "ÐаÑÑм поÑледÑег извÑÑаваÑа ове ÑадÑе ниÑе пÑонаÑен"
-#. TRANSLATORS: command line argument, if we should show debugging information
-#. TRANSLATORS: if we should show debugging data
-#: ../client/pk-console.c:989 ../client/pk-generate-pack.c:223
-#: ../client/pk-monitor.c:281
-#: ../contrib/command-not-found/pk-command-not-found.c:651
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:512
-#: ../contrib/device-rebind/pk-device-rebind.c:293 ../src/pk-main.c:211
-msgid "Show extra debugging information"
-msgstr "ÐÑикажи додаÑне подаÑке за оÑклон гÑеÑака"
-
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:992 ../client/pk-monitor.c:283
+#: ../client/pk-console.c:1244 ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "ÐÑикажи веÑзиÑÑ Ð¿ÑогÑама и завÑÑи Ñад"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:995
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "ÐамеÑÑи ÑилÑеÑ, нпÑ. инÑÑалиÑани"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:998
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "ÐавÑÑи Ñад без ÑекаÑа да Ñе поÑлови завÑÑе"
#. command line argument, do we ask questions
-#: ../client/pk-console.c:1001
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
+#: ../client/pk-console.c:1253
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
msgid "Install the packages without asking for confirmation"
msgstr "ÐнÑÑалиÑÐ°Ñ Ð¿Ð°ÐºÐµÑе без пиÑаÑа за поÑвÑдÑ"
#. TRANSLATORS: command line argument, this command is not a priority
-#: ../client/pk-console.c:1004
+#: ../client/pk-console.c:1256
msgid "Run the command using idle network bandwidth and also using less power"
msgstr ""
"ÐзвÑÑи наÑÐµÐ´Ð±Ñ ÐºÐ¾ÑиÑÑеÑи неиÑкоÑиÑÑени мÑежни опÑег и ÑакоÑе ÑÑоÑеÑи маÑе "
"енеÑгиÑе"
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid ""
+"Print to screen a machine readable output, rather than using animated widgets"
+msgstr ""
+"ШÑÐ°Ð¼Ð¿Ð°Ñ Ð¸Ð·Ð»Ð°Ð· ÑиÑÑив маÑини на екÑанÑ, ÑмеÑÑо ÑпоÑÑебе анимиÑаниÑ
виÑеÑа"
+
#. TRANSLATORS: we failed to contact the daemon
-#: ../client/pk-console.c:1030
+#: ../client/pk-console.c:1281
msgid "Failed to contact PackageKit"
msgstr "ÐеÑÑпеÑно конÑакÑиÑаÑе ÐакеÑÐиÑа."
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1086
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
msgstr "Ðаведени ÑилÑÐµÑ Ð½Ð¸Ñе иÑпÑаван"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1105
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
msgstr "ÐоÑаÑе навеÑÑи вÑÑÑÑ Ð¿ÑеÑÑаге, нпÑ. по именÑ"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1112 ../client/pk-console.c:1124
-#: ../client/pk-console.c:1136 ../client/pk-console.c:1148
+#: ../client/pk-console.c:1365 ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389 ../client/pk-console.c:1401
msgid "A search term is required"
msgstr "ÐоÑаÑе навеÑÑи ÑеÑмин за пÑеÑÑагÑ"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1158
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "ÐеиÑпÑавна вÑÑÑа пÑеÑÑаге"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1164
+#: ../client/pk-console.c:1417
msgid "A package name to install is required"
msgstr "ÐеопÑ
одно Ñе име пакеÑа за инÑÑалаÑиÑÑ"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1173
+#: ../client/pk-console.c:1426
msgid "A filename to install is required"
msgstr "ÐеопÑ
одно Ñе име даÑоÑеке за инÑÑалаÑиÑÑ"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1185
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
msgstr "ÐоÑаÑе навеÑÑи вÑÑÑÑ, ÐРкÑÑÑа и ÐРпакеÑа (key_id и package_id)"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1196
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
msgstr "ÐоÑаÑе навеÑÑи назив пакеÑа за ÑклаÑаÑе"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:1205
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
msgstr "ÐеопÑ
одни ÑÑ Ð¾Ð´ÑедиÑни диÑекÑоÑиÑÑм и имена пакеÑа за пÑеÑзимаÑе"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:1212
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "ÐиÑекÑоÑиÑÑм ниÑе наÑен"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1221
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "ÐоÑеÑе навеÑÑи иденÑиÑикаÑÐ¾Ñ Ð»Ð¸ÑенÑе (eula-id)"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1232
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
msgstr "ÐоÑаÑе навеÑÑи иденÑиÑикаÑÐ¾Ñ ÑÑанÑакÑиÑе (tid)"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:1253
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
msgstr "ÐоÑаÑе навеÑÑи име пакеÑа за ÑазÑеÑаваÑе"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:1264 ../client/pk-console.c:1275
+#: ../client/pk-console.c:1517 ../client/pk-console.c:1528
msgid "A repository name is required"
msgstr "ÐоÑаÑе навеÑÑи име ÑизниÑе"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:1286
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "ÐоÑаÑе навеÑÑи име, паÑамеÑÐ°Ñ Ð¸ вÑедноÑÑ ÑизниÑе"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:1303
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
msgstr "ÐоÑаÑе навеÑÑи ÑадÑÑ, нпÑ. âupdate-systemâ (ажÑÑиÑаÑе ÑиÑÑема)"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:1310
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
msgstr "ÐоÑаÑе навеÑÑи важеÑÑ ÑадÑÑ"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:1320 ../client/pk-console.c:1335
-#: ../client/pk-console.c:1344 ../client/pk-console.c:1364
-#: ../client/pk-console.c:1373 ../client/pk-generate-pack.c:287
+#: ../client/pk-console.c:1573 ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597 ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626 ../client/pk-generate-pack.c:298
msgid "A package name is required"
msgstr "ÐоÑаÑе навеÑÑи име пакеÑа"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:1353
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
msgstr "ÐоÑаÑе навеÑÑи âprovideâ низ (ÑÑа Ð¿Ð°ÐºÐµÑ Ð¿ÑÑжа)"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:1433
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "ÐпÑиÑа â%sâ ниÑе подÑжана"
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:1443
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "ÐаÑедба ниÑе ÑÑпела"
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:226
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
msgstr "ÐоÑÑавиÑе име даÑоÑеке за меÑÑзавиÑноÑÑи коÑе Ñе биÑи изоÑÑавÑене"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:229
+#: ../client/pk-generate-pack.c:240
msgid ""
"The output file or directory (the current directory is used if ommitted)"
msgstr ""
@@ -515,43 +535,43 @@ msgstr ""
"наведен)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:232
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
msgstr "ÐакеÑи коÑи Ñе биÑи ÑÑавÑени Ñ ÑеÑвиÑни ÑкÑп"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:235
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
msgstr "СÑави Ñва ажÑÑиÑаÑа Ñ ÑеÑвиÑни ÑкÑп"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:271
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
msgstr "Ðи Ñедна од опÑиÑа --package или --updates ниÑе изабÑана."
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:279
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "Ðбе опÑиÑе изабÑане."
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:295
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
msgstr "ÐоÑаÑе навеÑÑи име излазне даÑоÑеке или диÑекÑоÑиÑÑма"
#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
-#: ../client/pk-generate-pack.c:313
+#: ../client/pk-generate-pack.c:324
msgid "The dameon failed to startup"
msgstr "Ðемон ниÑе ÑÑпео да Ñе покÑене"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:324 ../client/pk-generate-pack.c:330
+#: ../client/pk-generate-pack.c:335 ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
msgstr "УпÑавник пакеÑа не може извÑÑиÑи Ð¾Ð²Ñ Ð²ÑÑÑÑ ÑадÑе."
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:337
+#: ../client/pk-generate-pack.c:348
msgid ""
"Service packs cannot be created as PackageKit was not built with libarchive "
"support."
@@ -560,118 +580,118 @@ msgstr ""
"подÑÑком за libarchive."
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:348
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
msgstr "Ðко наводиÑе даÑоÑекÑ, назив ÑеÑвиÑног пакеÑа Ñе моÑа завÑÑиÑи Ñа"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:364
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
msgstr "СкÑп Ñа иÑÑим називом Ð²ÐµÑ Ð¿Ð¾ÑÑоÑи, да ли га желиÑе пÑеÑнимиÑи?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:367
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
msgstr "СкÑп ниÑе пÑеÑнимÑен."
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:380
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "ÐеÑÑпело пÑавÑеÑе диÑекÑоÑиÑÑма:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:392
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "ÐеÑÑпеÑно оÑваÑаÑе ÑпиÑка пакеÑа."
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:401
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "ÐÑоналажеÑе имена пакеÑа."
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:405
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "ÐиÑам могао да пÑонаÑем Ð¿Ð°ÐºÐµÑ â%sâ: %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:413
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
msgstr "ÐÑавим ÑеÑвиÑÐ½Ñ Ð³ÑÑпÑ..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:428
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
msgstr "СеÑвиÑна гÑÑпа Ñе напÑавÑена â%sâ"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:433
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "ÐеÑÑпело пÑавÑеÑе â%sâ: %s"
-#: ../client/pk-monitor.c:211
+#: ../client/pk-monitor.c:210
msgid "Failed to get daemon state"
msgstr "ÐеÑÑпео покÑÑÐ°Ñ Ð´Ð¾Ð±Ð°Ð²ÑаÑа ÑÑаÑа демона"
#. TRANSLATORS: this is a program that monitors PackageKit
-#: ../client/pk-monitor.c:299
+#: ../client/pk-monitor.c:296
msgid "PackageKit Monitor"
msgstr "ÐакеÑÐÐ¸Ñ ÑедаÑ"
#. TRANSLATORS: when we are getting data from the daemon
-#: ../contrib/browser-plugin/pk-plugin-install.c:491
+#: ../contrib/browser-plugin/pk-plugin-install.c:495
msgid "Getting package information..."
msgstr "ÐобавÑам подаÑке о пакеÑÑ...."
#. TRANSLATORS: run an applicaiton
-#: ../contrib/browser-plugin/pk-plugin-install.c:497
+#: ../contrib/browser-plugin/pk-plugin-install.c:501
#, c-format
msgid "Run %s"
msgstr "ÐокÑени %s"
#. TRANSLATORS: show the installed version of a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:503
+#: ../contrib/browser-plugin/pk-plugin-install.c:507
msgid "Installed version"
msgstr "ÐнÑÑалиÑана веÑзиÑа"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:511
+#: ../contrib/browser-plugin/pk-plugin-install.c:515
#, c-format
msgid "Run version %s now"
msgstr "ÐокÑени веÑзиÑÑ %s Ñада"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:517
+#: ../contrib/browser-plugin/pk-plugin-install.c:521
msgid "Run now"
msgstr "ÐокÑени Ñада"
#. TRANSLATORS: update to a new version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:523
+#: ../contrib/browser-plugin/pk-plugin-install.c:527
#, c-format
msgid "Update to version %s"
msgstr "ÐжÑÑиÑÐ°Ñ Ð½Ð° веÑзиÑÑ %s"
#. TRANSLATORS: To install a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:529
+#: ../contrib/browser-plugin/pk-plugin-install.c:533
#, c-format
msgid "Install %s now"
msgstr "ÐнÑÑалиÑÐ°Ñ %s Ñада"
#. TRANSLATORS: the version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:532
+#: ../contrib/browser-plugin/pk-plugin-install.c:536
msgid "Version"
msgstr "ÐеÑзиÑа"
#. TRANSLATORS: noting found, so can't install
-#: ../contrib/browser-plugin/pk-plugin-install.c:537
+#: ../contrib/browser-plugin/pk-plugin-install.c:541
msgid "No packages found for your system"
msgstr "ÐиÑе пÑонаÑен ниÑедан Ð¿Ð°ÐºÐµÑ Ð·Ð° Ð²Ð°Ñ ÑиÑÑем"
#. TRANSLATORS: package is being installed
-#: ../contrib/browser-plugin/pk-plugin-install.c:542
+#: ../contrib/browser-plugin/pk-plugin-install.c:546
msgid "Installing..."
msgstr "ÐнÑÑалиÑам..."
@@ -696,76 +716,76 @@ msgid "Loading list of packages."
msgstr "УÑиÑавам ÑпиÑак пакеÑа."
#. TRANSLATORS: we failed to find the package, this shouldn't happen
-#: ../contrib/command-not-found/pk-command-not-found.c:421
+#: ../contrib/command-not-found/pk-command-not-found.c:423
msgid "Failed to search for file"
msgstr "ÐаÑоÑека ниÑе пÑонаÑена"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:560
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
msgstr "ÐеÑÑпеÑно покÑеÑаÑе:"
#. TRANSLATORS: we failed to install the package
-#: ../contrib/command-not-found/pk-command-not-found.c:588
+#: ../contrib/command-not-found/pk-command-not-found.c:594
msgid "Failed to install packages"
msgstr "ÐеÑÑпеÑна инÑÑалаÑиÑа пакеÑа"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:667
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
msgstr "ÐакеÑÐÐ¸Ñ Ð½Ð°Ñедба ниÑе наÑена"
#. TRANSLATORS: the prefix of all the output telling the user why it's not executing
-#: ../contrib/command-not-found/pk-command-not-found.c:697
+#: ../contrib/command-not-found/pk-command-not-found.c:699
msgid "Command not found."
msgstr "ÐаÑедба ниÑе наÑена."
#. TRANSLATORS: tell the user what we think the command is
-#: ../contrib/command-not-found/pk-command-not-found.c:704
+#: ../contrib/command-not-found/pk-command-not-found.c:706
msgid "Similar command is:"
msgstr "СлиÑна наÑедба Ñе:"
#. TRANSLATORS: Ask the user if we should run the similar command
-#: ../contrib/command-not-found/pk-command-not-found.c:714
+#: ../contrib/command-not-found/pk-command-not-found.c:716
msgid "Run similar command:"
msgstr "ÐокÑени ÑлиÑÐ½Ñ Ð½Ð°ÑедбÑ:"
#. TRANSLATORS: show the user a list of commands that they could have meant
#. TRANSLATORS: show the user a list of commands we could run
-#: ../contrib/command-not-found/pk-command-not-found.c:728
-#: ../contrib/command-not-found/pk-command-not-found.c:737
+#: ../contrib/command-not-found/pk-command-not-found.c:730
+#: ../contrib/command-not-found/pk-command-not-found.c:739
msgid "Similar commands are:"
msgstr "СлиÑне наÑедбе ÑÑ:"
#. TRANSLATORS: ask the user to choose a file to run
-#: ../contrib/command-not-found/pk-command-not-found.c:744
+#: ../contrib/command-not-found/pk-command-not-found.c:746
msgid "Please choose a command to run"
msgstr "ÐзабеÑиÑе наÑÐµÐ´Ð±Ñ Ð·Ð° покÑеÑаÑе"
#. TRANSLATORS: tell the user what package provides the command
-#: ../contrib/command-not-found/pk-command-not-found.c:760
+#: ../contrib/command-not-found/pk-command-not-found.c:766
msgid "The package providing this file is:"
msgstr "ÐÐ°ÐºÐµÑ ÐºÐ¾Ñи пÑÑжа Ð¾Ð²Ñ Ð´Ð°ÑоÑÐµÐºÑ Ñе:"
#. TRANSLATORS: as the user if we want to install a package to provide the command
-#: ../contrib/command-not-found/pk-command-not-found.c:765
+#: ../contrib/command-not-found/pk-command-not-found.c:771
#, c-format
msgid "Install package '%s' to provide command '%s'?"
msgstr "Ðа инÑÑалиÑам Ð¿Ð°ÐºÐµÑ â%sâ коÑи пÑÑжа наÑÐµÐ´Ð±Ñ â%sâ?"
#. TRANSLATORS: Show the user a list of packages that provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:789
+#: ../contrib/command-not-found/pk-command-not-found.c:795
msgid "Packages providing this file are:"
msgstr "ÐакеÑи коÑи пÑÑжаÑÑ Ð¾Ð²Ñ Ð´Ð°ÑоÑÐµÐºÑ ÑÑ:"
#. TRANSLATORS: Show the user a list of packages that they can install to provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:799
+#: ../contrib/command-not-found/pk-command-not-found.c:805
msgid "Suitable packages are:"
msgstr "ÐÑикладни пакеÑи ÑÑ:"
#. get selection
#. TRANSLATORS: ask the user to choose a file to install
-#: ../contrib/command-not-found/pk-command-not-found.c:808
+#: ../contrib/command-not-found/pk-command-not-found.c:814
msgid "Please choose a package to install"
msgstr "ÐзабеÑиÑе Ð¿Ð°ÐºÐµÑ Ð·Ð° инÑÑалаÑиÑÑ"
@@ -781,185 +801,185 @@ msgid "Failed to find the package %s, or already installed: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе пакеÑа %s, или Ñе Ð²ÐµÑ Ð¸Ð½ÑÑалиÑан: %s"
#. command line argument, simulate what would be done, but don't actually do it
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:515
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
msgid ""
"Don't actually install any packages, only simulate what would be installed"
msgstr ""
"ÐÐµÐ¼Ð¾Ñ Ñ ÑÑваÑи да инÑÑалиÑÐ°Ñ Ð¿Ð°ÐºÐµÑе, Ñамо ÑимÑлиÑÐ°Ñ ÑÑа би било инÑÑалиÑано"
#. command line argument, do we skip packages that depend on the ones specified
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
msgid "Do not install dependencies of the core packages"
msgstr "ÐÐµÐ¼Ð¾Ñ Ð´Ð° инÑÑалиÑÐ°Ñ Ð·Ð°Ð²Ð¸ÑноÑÑи за оÑновне пакеÑе"
#. command line argument, do we operate quietly
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
msgid "Do not display information or progress"
msgstr "Ðе пÑиказÑÑ Ð¸Ð½ÑоÑмаÑиÑе или напÑедак"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:539
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:542
msgid "PackageKit Debuginfo Installer"
msgstr "ÐакеÑÐÐ¸Ñ debuginfo инÑÑалаÑеÑ"
#. TRANSLATORS: the use needs to specify a list of package names on the command line
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:554
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
#, c-format
msgid "ERROR: Specify package names to install."
msgstr "ÐÐ ÐШÐÐ: ÐаведиÑе имена пакеÑа за инÑÑалаÑиÑÑ."
#. TRANSLATORS: we are getting the list of repositories
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:590
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:592
#, c-format
msgid "Getting sources list"
msgstr "ÐобавÑам ÑпиÑак извоÑа"
#. TRANSLATORS: operation was not successful
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:600
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:675
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:759
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:803
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:870
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:914
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:602
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:677
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:805
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:872
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:916
msgid "FAILED."
msgstr "ÐÐУСÐÐÐÐ."
#. TRANSLATORS: all completed 100%
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:615
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:655
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:690
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:774
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:818
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:885
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:929
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:617
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:657
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:692
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:776
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:820
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:887
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
#, c-format
msgid "OK."
msgstr "У Ð ÐÐУ."
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:618
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:620
#, c-format
msgid "Found %i enabled and %i disabled sources."
msgstr "ÐÑонаÑено Ñе %i ÑкÑÑÑениÑ
и %i иÑкÑÑÑениÑ
извоÑа."
#. TRANSLATORS: we're finding repositories that match out pattern
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:625
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:627
#, c-format
msgid "Finding debugging sources"
msgstr "ÐÑоналажеÑе извоÑа за оÑклон гÑеÑака"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:658
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:660
#, c-format
msgid "Found %i disabled debuginfo repos."
msgstr "ÐÑонаÑено Ñе %i иÑкÑÑÑениÑ
debuginfo ÑизниÑа."
#. TRANSLATORS: we're now enabling all the debug sources we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:665
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:667
#, c-format
msgid "Enabling debugging sources"
msgstr "УкÑÑÑÑÑем извоÑе за оÑклон гÑеÑака"
#. TRANSLATORS: tell the user how many we enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:693
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:695
#, c-format
msgid "Enabled %i debugging sources."
msgstr "УкÑÑÑено Ñе %i извоÑа за оÑклон гÑеÑака."
#. TRANSLATORS: we're now finding packages that match in all the repos
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:700
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:702
#, c-format
msgid "Finding debugging packages"
msgstr "ÐÑоналажеÑе пакеÑа за оÑклон гÑеÑака"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:712
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:714
#, c-format
msgid "Failed to find the package %s: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе пакеÑа %s: %s"
#. TRANSLATORS: we couldn't find the debuginfo package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:735
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:737
#, c-format
msgid "Failed to find the debuginfo package %s: %s"
msgstr "ÐеÑÑпело пÑоналажеÑе debuginfo пакеÑа %s: %s"
#. TRANSLATORS: no debuginfo packages could be found to be installed
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:763
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
#, c-format
msgid "Found no packages to install."
msgstr "ÐиÑÑ Ð¿ÑонаÑени пакеÑи за инÑÑалаÑиÑÑ."
#. TRANSLATORS: tell the user we found some packages, and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:777
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:779
#, c-format
msgid "Found %i packages:"
msgstr "ÐÑонаÑено Ñе %i пакеÑа:"
#. TRANSLATORS: tell the user we are searching for deps
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:793
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
#, c-format
msgid "Finding packages that depend on these packages"
msgstr "ÐÑоналажеÑе пакеÑа коÑи завиÑе од овиÑ
пакеÑа"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:806
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:808
#, c-format
msgid "Could not find dependant packages: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° пÑонаÑем завиÑан пакеÑ: %s"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:822
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
#, c-format
msgid "Found %i extra packages."
msgstr "ÐÑонаÑено Ñе %i додаÑниÑ
пакеÑа."
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:826
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
#, c-format
msgid "No extra packages required."
msgstr "ÐиÑÑ Ð½ÐµÐ¾Ð¿Ñ
одни додаÑни пакеÑи."
#. TRANSLATORS: tell the user we found some packages (and deps), and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:835
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
#, c-format
msgid "Found %i packages to install:"
msgstr "ÐÑонаÑено Ñе %i пакеÑа за инÑÑалаÑиÑÑ:"
#. TRANSLATORS: simulate mode is a testing mode where we quit before the action
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:848
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:850
#, c-format
msgid "Not installing packages in simulate mode"
msgstr "Ðе инÑÑалиÑам пакеÑе Ñ ÑÐµÐ¶Ð¸Ð¼Ñ ÑимÑлаÑиÑе"
#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
#. TRANSLATORS: transaction state, installing packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:860
-#: ../lib/packagekit-glib2/pk-console-shared.c:274
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
+#: ../lib/packagekit-glib2/pk-console-shared.c:282
#, c-format
msgid "Installing packages"
msgstr "ÐнÑÑалиÑам пакеÑе"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:873
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:875
#, c-format
msgid "Could not install packages: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° инÑÑалиÑам пакеÑе: %s"
#. TRANSLATORS: we are now disabling all debuginfo repos we previously enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:905
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:907
#, c-format
msgid "Disabling sources previously enabled"
msgstr "ÐÑкÑÑÑÑÑем пÑеÑÑ
одно ÑкÑÑÑене извоÑе"
#. TRANSLATORS: no debuginfo packages could be found to be installed, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:917
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:919
#, c-format
msgid "Could not disable the debugging sources: %s"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° иÑкÑÑÑим извоÑе за оÑклон гÑеÑака: %s"
#. TRANSLATORS: we disabled all the debugging repos that we enabled before
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:932
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:934
#, c-format
msgid "Disabled %i debugging sources."
msgstr "ÐÑкÑÑÑено Ñе %i извоÑа за оÑклон гÑеÑака."
@@ -1005,6 +1025,10 @@ msgstr "ÐÑÑаÑа ÑÑеÑаÑа ниÑе наÑена"
msgid "Incorrect device path specified"
msgstr "Ðаведена Ñе неиÑпÑавна пÑÑаÑа ÑÑеÑаÑа"
+#: ../contrib/device-rebind/pk-device-rebind.c:293
+msgid "Show extra debugging information"
+msgstr "ÐÑикажи додаÑне подаÑке за оÑклон гÑеÑака"
+
#. command line argument, simulate what would be done, but don't actually do it
#: ../contrib/device-rebind/pk-device-rebind.c:296
msgid "Don't actually touch the hardware, only simulate what would be done"
@@ -1068,598 +1092,598 @@ msgid "Please enter a number from 1 to %i: "
msgstr "УнеÑиÑе бÑÐ¾Ñ Ð¸Ð·Ð¼ÐµÑÑ 1 и %i: "
#. TRANSLATORS: more than one package could be found that matched, to follow is a list of possible packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:181
+#: ../lib/packagekit-glib2/pk-console-shared.c:183
msgid "More than one package matches:"
msgstr "ÐоÑÑоÑи виÑе пакеÑа коÑи одговаÑаÑÑ ÑпиÑÑ:"
#. TRANSLATORS: This finds out which package in the list to use
-#: ../lib/packagekit-glib2/pk-console-shared.c:190
+#: ../lib/packagekit-glib2/pk-console-shared.c:196
msgid "Please choose the correct package: "
msgstr "ÐзабеÑиÑе жеÑени пакеÑ: "
#. TRANSLATORS: This is when the transaction status is not known
-#: ../lib/packagekit-glib2/pk-console-shared.c:242
+#: ../lib/packagekit-glib2/pk-console-shared.c:250
msgid "Unknown state"
msgstr "ÐепознаÑо ÑÑаÑе"
#. TRANSLATORS: transaction state, the daemon is in the process of starting
-#: ../lib/packagekit-glib2/pk-console-shared.c:246
+#: ../lib/packagekit-glib2/pk-console-shared.c:254
msgid "Starting"
msgstr "ÐокÑеÑаÑе"
#. TRANSLATORS: transaction state, the transaction is waiting for another to complete
-#: ../lib/packagekit-glib2/pk-console-shared.c:250
+#: ../lib/packagekit-glib2/pk-console-shared.c:258
msgid "Waiting in queue"
msgstr "ЧекаÑе Ñ ÑедÑ"
#. TRANSLATORS: transaction state, just started
-#: ../lib/packagekit-glib2/pk-console-shared.c:254
+#: ../lib/packagekit-glib2/pk-console-shared.c:262
msgid "Running"
msgstr "ÐзвÑÑаваÑе"
#. TRANSLATORS: transaction state, is querying data
-#: ../lib/packagekit-glib2/pk-console-shared.c:258
+#: ../lib/packagekit-glib2/pk-console-shared.c:266
msgid "Querying"
msgstr "ÐÑпиÑиваÑе"
#. TRANSLATORS: transaction state, getting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:262
+#: ../lib/packagekit-glib2/pk-console-shared.c:270
msgid "Getting information"
msgstr "ÐобавÑаÑе подаÑака"
#. TRANSLATORS: transaction state, removing packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:266
+#: ../lib/packagekit-glib2/pk-console-shared.c:274
msgid "Removing packages"
msgstr "УклаÑаÑе пакеÑа"
#. TRANSLATORS: transaction state, downloading package files
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:270
-#: ../lib/packagekit-glib2/pk-console-shared.c:648
+#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:656
msgid "Downloading packages"
msgstr "ÐÑеÑзимаÑе пакеÑа"
#. TRANSLATORS: transaction state, refreshing internal lists
-#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:286
msgid "Refreshing software list"
msgstr "ÐÑвежаваÑе ÑпиÑка ÑоÑÑвеÑа"
#. TRANSLATORS: transaction state, installing updates
-#: ../lib/packagekit-glib2/pk-console-shared.c:282
+#: ../lib/packagekit-glib2/pk-console-shared.c:290
msgid "Installing updates"
msgstr "ÐнÑÑалиÑаÑе ажÑÑиÑаÑа"
#. TRANSLATORS: transaction state, removing old packages, and cleaning config files
-#: ../lib/packagekit-glib2/pk-console-shared.c:286
+#: ../lib/packagekit-glib2/pk-console-shared.c:294
msgid "Cleaning up packages"
msgstr "ЧиÑÑеÑе пакеÑа"
#. TRANSLATORS: transaction state, obsoleting old packages
-#: ../lib/packagekit-glib2/pk-console-shared.c:290
+#: ../lib/packagekit-glib2/pk-console-shared.c:298
msgid "Obsoleting packages"
msgstr "ÐÑевазилазим пакеÑе"
#. TRANSLATORS: transaction state, checking the transaction before we do it
-#: ../lib/packagekit-glib2/pk-console-shared.c:294
+#: ../lib/packagekit-glib2/pk-console-shared.c:302
msgid "Resolving dependencies"
msgstr "РазÑеÑаваÑе завиÑноÑÑи"
#. TRANSLATORS: transaction state, checking if we have all the security keys for the operation
-#: ../lib/packagekit-glib2/pk-console-shared.c:298
+#: ../lib/packagekit-glib2/pk-console-shared.c:306
msgid "Checking signatures"
msgstr "ÐÑовеÑа поÑпиÑа"
#. TRANSLATORS: transaction state, when we return to a previous system state
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:302
-#: ../lib/packagekit-glib2/pk-console-shared.c:608
+#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:616
msgid "Rolling back"
msgstr "ÐÑаÑаÑе Ñназад"
#. TRANSLATORS: transaction state, when we're doing a test transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:306
+#: ../lib/packagekit-glib2/pk-console-shared.c:314
msgid "Testing changes"
msgstr "ÐÑпÑобаваÑе пÑомена"
#. TRANSLATORS: transaction state, when we're writing to the system package database
-#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:318
msgid "Committing changes"
msgstr "ШаÑем пÑомене"
#. TRANSLATORS: transaction state, requesting data from a server
-#: ../lib/packagekit-glib2/pk-console-shared.c:314
+#: ../lib/packagekit-glib2/pk-console-shared.c:322
msgid "Requesting data"
msgstr "ÐаÑ
Ñевам подаÑке"
#. TRANSLATORS: transaction state, all done!
-#: ../lib/packagekit-glib2/pk-console-shared.c:318
+#: ../lib/packagekit-glib2/pk-console-shared.c:326
msgid "Finished"
msgstr "ÐавÑÑено"
#. TRANSLATORS: transaction state, in the process of cancelling
-#: ../lib/packagekit-glib2/pk-console-shared.c:322
+#: ../lib/packagekit-glib2/pk-console-shared.c:330
msgid "Cancelling"
msgstr "ÐÑказиваÑе"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:326
+#: ../lib/packagekit-glib2/pk-console-shared.c:334
msgid "Downloading repository information"
msgstr "ÐÑеÑзимам подаÑке о ÑизниÑи"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:330
+#: ../lib/packagekit-glib2/pk-console-shared.c:338
msgid "Downloading list of packages"
msgstr "ÐÑеÑзимаÑе ÑпиÑка пакеÑа"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:334
+#: ../lib/packagekit-glib2/pk-console-shared.c:342
msgid "Downloading file lists"
msgstr "ÐÑеÑзимаÑе ÑпиÑкова даÑоÑека"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:338
+#: ../lib/packagekit-glib2/pk-console-shared.c:346
msgid "Downloading lists of changes"
msgstr "ÐÑеÑзимаÑе ÑпиÑкова пÑомена"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:342
+#: ../lib/packagekit-glib2/pk-console-shared.c:350
msgid "Downloading groups"
msgstr "ÐÑеÑзимаÑе гÑÑпа"
#. TRANSLATORS: transaction state, downloading metadata
-#: ../lib/packagekit-glib2/pk-console-shared.c:346
+#: ../lib/packagekit-glib2/pk-console-shared.c:354
msgid "Downloading update information"
msgstr "ÐÑеÑзимаÑе подаÑака о ажÑÑиÑаÑÑ"
#. TRANSLATORS: transaction state, repackaging delta files
-#: ../lib/packagekit-glib2/pk-console-shared.c:350
+#: ../lib/packagekit-glib2/pk-console-shared.c:358
msgid "Repackaging files"
msgstr "ÐÑепакиваÑе даÑоÑека"
#. TRANSLATORS: transaction state, loading databases
-#: ../lib/packagekit-glib2/pk-console-shared.c:354
+#: ../lib/packagekit-glib2/pk-console-shared.c:362
msgid "Loading cache"
msgstr "УÑиÑаваÑе кеÑа"
#. TRANSLATORS: transaction state, scanning for running processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:358
+#: ../lib/packagekit-glib2/pk-console-shared.c:366
msgid "Scanning applications"
msgstr "ÐÑеÑÑажÑÑем пÑогÑаме"
#. TRANSLATORS: transaction state, generating a list of packages installed on the system
-#: ../lib/packagekit-glib2/pk-console-shared.c:362
+#: ../lib/packagekit-glib2/pk-console-shared.c:370
msgid "Generating package lists"
msgstr "ÐÑавÑеÑе ÑпиÑкова пакеÑа"
#. TRANSLATORS: transaction state, when we're waiting for the native tools to exit
-#: ../lib/packagekit-glib2/pk-console-shared.c:366
+#: ../lib/packagekit-glib2/pk-console-shared.c:374
msgid "Waiting for package manager lock"
msgstr "ЧекаÑе на закÑÑÑаваÑе ÑпÑавника пакеÑа"
#. TRANSLATORS: transaction state, waiting for user to type in a password
-#: ../lib/packagekit-glib2/pk-console-shared.c:370
+#: ../lib/packagekit-glib2/pk-console-shared.c:378
msgid "Waiting for authentication"
msgstr "ЧекаÑе на аÑÑенÑиÑикаÑиÑÑ"
#. TRANSLATORS: transaction state, we are updating the list of processes
-#: ../lib/packagekit-glib2/pk-console-shared.c:374
+#: ../lib/packagekit-glib2/pk-console-shared.c:382
msgid "Updating running applications"
msgstr "ÐжÑÑиÑам покÑенÑÑе пÑогÑаме"
#. TRANSLATORS: transaction state, we are checking executable files currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:378
+#: ../lib/packagekit-glib2/pk-console-shared.c:386
msgid "Checking applications in use"
msgstr "ÐÑовеÑавам пÑогÑаме Ñ ÑпоÑÑеби"
#. TRANSLATORS: transaction state, we are checking for libraries currently in use
-#: ../lib/packagekit-glib2/pk-console-shared.c:382
+#: ../lib/packagekit-glib2/pk-console-shared.c:390
msgid "Checking libraries in use"
msgstr "ÐÑовеÑавам библиоÑеке Ñ ÑпоÑÑеби"
#. TRANSLATORS: transaction state, we are copying package files before or after the transaction
-#: ../lib/packagekit-glib2/pk-console-shared.c:386
+#: ../lib/packagekit-glib2/pk-console-shared.c:394
msgid "Copying files"
msgstr "УмножаваÑе даÑоÑека"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:404
+#: ../lib/packagekit-glib2/pk-console-shared.c:412
msgid "Trivial"
msgstr "ТÑивиÑално"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:408
+#: ../lib/packagekit-glib2/pk-console-shared.c:416
msgid "Normal"
msgstr "ÐбиÑно"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:412
+#: ../lib/packagekit-glib2/pk-console-shared.c:420
msgid "Important"
msgstr "Ðажно"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:416
+#: ../lib/packagekit-glib2/pk-console-shared.c:424
msgid "Security"
msgstr "ÐезбедноÑно"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:420
+#: ../lib/packagekit-glib2/pk-console-shared.c:428
msgid "Bug fix "
msgstr "ÐÑпÑавка гÑеÑке"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:424
+#: ../lib/packagekit-glib2/pk-console-shared.c:432
msgid "Enhancement"
msgstr "ÐобоÑÑаÑе"
#. TRANSLATORS: The type of update
-#: ../lib/packagekit-glib2/pk-console-shared.c:428
+#: ../lib/packagekit-glib2/pk-console-shared.c:436
msgid "Blocked"
msgstr "ÐлокиÑано"
#. TRANSLATORS: The state of a package
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:433
-#: ../lib/packagekit-glib2/pk-console-shared.c:506
+#: ../lib/packagekit-glib2/pk-console-shared.c:441
+#: ../lib/packagekit-glib2/pk-console-shared.c:514
msgid "Installed"
msgstr "ÐнÑÑалиÑан"
#. TRANSLATORS: The state of a package, i.e. not installed
-#: ../lib/packagekit-glib2/pk-console-shared.c:438
+#: ../lib/packagekit-glib2/pk-console-shared.c:446
msgid "Available"
msgstr "ÐоÑÑÑпан"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:456
+#: ../lib/packagekit-glib2/pk-console-shared.c:464
msgid "Downloading"
msgstr "ÐÑеÑзимаÑе"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:460
+#: ../lib/packagekit-glib2/pk-console-shared.c:468
msgid "Updating"
msgstr "ÐжÑÑиÑаÑе"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:464
-#: ../lib/packagekit-glib2/pk-console-shared.c:584
+#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:592
msgid "Installing"
msgstr "ÐнÑÑалаÑиÑа"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:468
-#: ../lib/packagekit-glib2/pk-console-shared.c:580
+#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:588
msgid "Removing"
msgstr "УклаÑаÑе"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:480
msgid "Cleaning up"
msgstr "ЧиÑÑеÑе"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:484
msgid "Obsoleting"
msgstr "ÐÑевазилажеÑе"
#. TRANSLATORS: The action of the package, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:480
+#: ../lib/packagekit-glib2/pk-console-shared.c:488
msgid "Reinstalling"
msgstr "Ðоновна инÑÑалаÑиÑа"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:498
+#: ../lib/packagekit-glib2/pk-console-shared.c:506
msgid "Downloaded"
msgstr "ÐÑеÑзеÑ"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:510
+#: ../lib/packagekit-glib2/pk-console-shared.c:518
msgid "Removed"
msgstr "УклоÑен"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:514
+#: ../lib/packagekit-glib2/pk-console-shared.c:522
msgid "Cleaned up"
msgstr "ÐÑиÑÑен"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:518
+#: ../lib/packagekit-glib2/pk-console-shared.c:526
msgid "Obsoleted"
msgstr "ÐÑевазиÑен"
#. TRANSLATORS: The action of the package, in past tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:522
+#: ../lib/packagekit-glib2/pk-console-shared.c:530
msgid "Reinstalled"
msgstr "Ðоново инÑÑалиÑан"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:540
+#: ../lib/packagekit-glib2/pk-console-shared.c:548
msgid "Unknown role type"
msgstr "ÐепознаÑа вÑÑÑа ÑадÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:544
+#: ../lib/packagekit-glib2/pk-console-shared.c:552
msgid "Getting dependencies"
msgstr "ÐобавÑаÑе завиÑноÑÑи"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:548
+#: ../lib/packagekit-glib2/pk-console-shared.c:556
msgid "Getting update details"
msgstr "ÐобавÑаÑе деÑаÑа о ажÑÑиÑаÑÑ"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:552
+#: ../lib/packagekit-glib2/pk-console-shared.c:560
msgid "Getting details"
msgstr "ÐобавÑаÑе деÑаÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:556
+#: ../lib/packagekit-glib2/pk-console-shared.c:564
msgid "Getting requires"
msgstr "ÐобавÑам заÑ
ÑеваÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:560
+#: ../lib/packagekit-glib2/pk-console-shared.c:568
msgid "Getting updates"
msgstr "ÐобавÑам ажÑÑиÑаÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:564
+#: ../lib/packagekit-glib2/pk-console-shared.c:572
msgid "Searching by details"
msgstr "ÐÑеÑÑажÑÑем по деÑаÑима"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:568
+#: ../lib/packagekit-glib2/pk-console-shared.c:576
msgid "Searching by file"
msgstr "ÐÑеÑÑажÑÑем по даÑоÑекама"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:572
+#: ../lib/packagekit-glib2/pk-console-shared.c:580
msgid "Searching groups"
msgstr "ÐÑеÑÑажÑÑем по гÑÑпама"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:576
+#: ../lib/packagekit-glib2/pk-console-shared.c:584
msgid "Searching by name"
msgstr "ÐÑеÑÑажÑÑем по именÑ"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:588
+#: ../lib/packagekit-glib2/pk-console-shared.c:596
msgid "Installing files"
msgstr "ÐнÑÑалиÑам даÑоÑеке"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:592
+#: ../lib/packagekit-glib2/pk-console-shared.c:600
msgid "Refreshing cache"
msgstr "ÐÑвежавам кеÑ"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:596
+#: ../lib/packagekit-glib2/pk-console-shared.c:604
msgid "Updating packages"
msgstr "ÐжÑÑиÑаÑе пакеÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:600
+#: ../lib/packagekit-glib2/pk-console-shared.c:608
msgid "Updating system"
msgstr "ÐжÑÑиÑаÑе ÑиÑÑема"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:604
+#: ../lib/packagekit-glib2/pk-console-shared.c:612
msgid "Canceling"
msgstr "ÐÑказиваÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:612
+#: ../lib/packagekit-glib2/pk-console-shared.c:620
msgid "Getting repositories"
msgstr "ÐобавÑаÑе ÑизниÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:616
+#: ../lib/packagekit-glib2/pk-console-shared.c:624
msgid "Enabling repository"
msgstr "УкÑÑÑиваÑе ÑизниÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:620
+#: ../lib/packagekit-glib2/pk-console-shared.c:628
msgid "Setting data"
msgstr "ÐоÑÑавÑаÑе подаÑака"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:624
+#: ../lib/packagekit-glib2/pk-console-shared.c:632
msgid "Resolving"
msgstr "РазÑеÑаваÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:628
+#: ../lib/packagekit-glib2/pk-console-shared.c:636
msgid "Getting file list"
msgstr "ÐобавÑаÑе ÑпиÑка даÑоÑека"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:632
+#: ../lib/packagekit-glib2/pk-console-shared.c:640
msgid "Getting provides"
msgstr "ÐобавÑаÑе пÑÑжаÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:636
+#: ../lib/packagekit-glib2/pk-console-shared.c:644
msgid "Installing signature"
msgstr "ÐнÑÑалиÑаÑе поÑпиÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:640
+#: ../lib/packagekit-glib2/pk-console-shared.c:648
msgid "Getting packages"
msgstr "ÐобавÑаÑе пакеÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:644
+#: ../lib/packagekit-glib2/pk-console-shared.c:652
msgid "Accepting EULA"
msgstr "ÐÑиÑ
ваÑаÑе лиÑенÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:652
+#: ../lib/packagekit-glib2/pk-console-shared.c:660
msgid "Getting upgrades"
msgstr "ÐобавÑаÑе надгÑадÑи"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:656
+#: ../lib/packagekit-glib2/pk-console-shared.c:664
msgid "Getting categories"
msgstr "ÐобавÑаÑе каÑегоÑиÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:660
+#: ../lib/packagekit-glib2/pk-console-shared.c:668
msgid "Getting transactions"
msgstr "ÐобавÑаÑе ÑÑанÑакÑиÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:664
-#: ../lib/packagekit-glib2/pk-console-shared.c:668
+#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:676
msgid "Simulating install"
msgstr "СимÑлиÑаÑе инÑÑалаÑиÑе"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:680
msgid "Simulating remove"
msgstr "СимÑлиÑаÑе ÑклаÑаÑа"
#. TRANSLATORS: The role of the transaction, in present tense
-#: ../lib/packagekit-glib2/pk-console-shared.c:676
+#: ../lib/packagekit-glib2/pk-console-shared.c:684
msgid "Simulating update"
msgstr "СимÑлиÑаÑе ажÑÑиÑаÑа"
#. TRANSLATORS: ask the user if they are comfortable installing insecure packages
-#: ../lib/packagekit-glib2/pk-task-text.c:66
+#: ../lib/packagekit-glib2/pk-task-text.c:69
msgid "Do you want to allow installing of unsigned software?"
msgstr "ÐелиÑе ли да дозволиÑе инÑÑалаÑиÑÑ Ð½ÐµÐ¿Ð¾ÑпиÑаног ÑоÑÑвеÑа?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:71
+#: ../lib/packagekit-glib2/pk-task-text.c:74
msgid "The unsigned software will not be installed."
msgstr "ÐепоÑпиÑани ÑоÑÑÐ²ÐµÑ Ð½ÐµÑе биÑи инÑÑалиÑан."
#. TRANSLATORS: the package repository is signed by a key that is not recognised
-#: ../lib/packagekit-glib2/pk-task-text.c:104
+#: ../lib/packagekit-glib2/pk-task-text.c:123
msgid "Software source signature required"
msgstr "ÐеопÑ
одан Ñе поÑÐ¿Ð¸Ñ Ð¸Ð·Ð²Ð¾Ñа ÑоÑÑвеÑа"
#. TRANSLATORS: the package repository name
-#: ../lib/packagekit-glib2/pk-task-text.c:110
+#: ../lib/packagekit-glib2/pk-task-text.c:129
msgid "Software source name"
msgstr "Ðме извоÑа ÑоÑÑвеÑа"
#. TRANSLATORS: the key URL
-#: ../lib/packagekit-glib2/pk-task-text.c:113
+#: ../lib/packagekit-glib2/pk-task-text.c:132
msgid "Key URL"
msgstr "УРРкÑÑÑа"
#. TRANSLATORS: the username of the key
-#: ../lib/packagekit-glib2/pk-task-text.c:116
+#: ../lib/packagekit-glib2/pk-task-text.c:135
msgid "Key user"
msgstr "ÐоÑиÑник кÑÑÑа"
#. TRANSLATORS: the key ID, usually a few hex digits
-#: ../lib/packagekit-glib2/pk-task-text.c:119
+#: ../lib/packagekit-glib2/pk-task-text.c:138
msgid "Key ID"
msgstr "ÐРкÑÑÑа"
#. TRANSLATORS: the key fingerprint, again, yet more hex
-#: ../lib/packagekit-glib2/pk-task-text.c:122
+#: ../lib/packagekit-glib2/pk-task-text.c:141
msgid "Key fingerprint"
msgstr "ÐÑиÑак кÑÑÑа"
#. TRANSLATORS: the timestamp (a bit like a machine readable time)
-#: ../lib/packagekit-glib2/pk-task-text.c:125
+#: ../lib/packagekit-glib2/pk-task-text.c:144
msgid "Key Timestamp"
msgstr "ÐÑеменÑка ознака кÑÑÑа"
#. TRANSLATORS: ask the user if they want to import
-#: ../lib/packagekit-glib2/pk-task-text.c:131
+#: ../lib/packagekit-glib2/pk-task-text.c:157
msgid "Do you accept this signature?"
msgstr "ÐÑиÑ
ваÑаÑе ли Ð¾Ð²Ð°Ñ Ð¿Ð¾ÑпиÑ?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:136
+#: ../lib/packagekit-glib2/pk-task-text.c:162
msgid "The signature was not accepted."
msgstr "ÐÐ²Ð°Ñ Ð¿Ð¾ÑÐ¿Ð¸Ñ Ð½Ð¸Ñе пÑиÑ
ваÑен."
#. TRANSLATORS: this is another name for a software licence that has to be read before installing
-#: ../lib/packagekit-glib2/pk-task-text.c:171
+#: ../lib/packagekit-glib2/pk-task-text.c:205
msgid "End user licence agreement required"
msgstr "ÐеопÑ
одан Ñе ÐиÑенÑи ÑпоÑазÑм Ñа кÑаÑÑим коÑиÑником"
#. TRANSLATORS: the EULA text itself (long and boring)
-#: ../lib/packagekit-glib2/pk-task-text.c:180
+#: ../lib/packagekit-glib2/pk-task-text.c:214
msgid "Agreement"
msgstr "СпоÑазÑм"
#. TRANSLATORS: ask the user if they've read and accepted the EULA
-#: ../lib/packagekit-glib2/pk-task-text.c:186
+#: ../lib/packagekit-glib2/pk-task-text.c:223
msgid "Do you accept this agreement?"
msgstr "ÐÑиÑ
ваÑаÑе ли Ð¾Ð²Ð°Ñ ÑпоÑазÑм?"
#. TRANSLATORS: tell the user we've not done anything
-#: ../lib/packagekit-glib2/pk-task-text.c:191
+#: ../lib/packagekit-glib2/pk-task-text.c:228
msgid "The agreement was not accepted."
msgstr "СпоÑазÑм ниÑе пÑиÑ
ваÑен."
#. TRANSLATORS: the user needs to change media inserted into the computer
-#: ../lib/packagekit-glib2/pk-task-text.c:221
+#: ../lib/packagekit-glib2/pk-task-text.c:267
msgid "Media change required"
msgstr "ÐеопÑ
одна Ñе пÑомена медиÑÑма"
#. TRANSLATORS: the type, e.g. DVD, CD, etc
-#: ../lib/packagekit-glib2/pk-task-text.c:224
+#: ../lib/packagekit-glib2/pk-task-text.c:270
msgid "Media type"
msgstr "ÐÑÑÑа медиÑÑма"
#. TRANSLATORS: the media label, usually like 'disk-1of3'
-#: ../lib/packagekit-glib2/pk-task-text.c:227
+#: ../lib/packagekit-glib2/pk-task-text.c:273
msgid "Media label"
msgstr "Ðзнака медиÑÑма"
#. TRANSLATORS: the media description, usually like 'Fedora 12 disk 5'
-#: ../lib/packagekit-glib2/pk-task-text.c:230
+#: ../lib/packagekit-glib2/pk-task-text.c:276
msgid "Text"
msgstr "ТекÑÑ"
#. TRANSLATORS: ask the user to insert the media
-#: ../lib/packagekit-glib2/pk-task-text.c:234
+#: ../lib/packagekit-glib2/pk-task-text.c:282
msgid "Please insert the correct media"
msgstr "УмеÑниÑе ÑаÑан медиÑÑм"
#. TRANSLATORS: tell the user we've not done anything as they are lazy
-#: ../lib/packagekit-glib2/pk-task-text.c:239
+#: ../lib/packagekit-glib2/pk-task-text.c:287
msgid "The correct media was not inserted."
msgstr "ÐиÑе ÑмеÑнÑÑ ÑаÑан медиÑÑм."
#. TRANSLATORS: When processing, we might have to remove other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:254
+#: ../lib/packagekit-glib2/pk-task-text.c:302
msgid "The following packages have to be removed:"
msgstr "СледеÑи пакеÑи Ñе биÑи ÑклоÑени:"
#. TRANSLATORS: When processing, we might have to install other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:259
+#: ../lib/packagekit-glib2/pk-task-text.c:307
msgid "The following packages have to be installed:"
msgstr "СледеÑи пакеÑи моÑаÑÑ Ð±Ð¸Ñи инÑÑалиÑани:"
#. TRANSLATORS: When processing, we might have to update other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:264
+#: ../lib/packagekit-glib2/pk-task-text.c:312
msgid "The following packages have to be updated:"
msgstr "СледеÑи пакеÑи моÑаÑÑ Ð±Ð¸Ñи ажÑÑиÑани:"
#. TRANSLATORS: When processing, we might have to reinstall other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:269
+#: ../lib/packagekit-glib2/pk-task-text.c:317
msgid "The following packages have to be reinstalled:"
msgstr "СледеÑи пакеÑи моÑаÑÑ Ð±Ð¸Ñи поново инÑÑалиÑани:"
#. TRANSLATORS: When processing, we might have to downgrade other dependencies
-#: ../lib/packagekit-glib2/pk-task-text.c:274
+#: ../lib/packagekit-glib2/pk-task-text.c:322
msgid "The following packages have to be downgraded:"
msgstr "СледеÑи пакеÑи моÑаÑÑ Ð±Ð¸Ñи ÑназаÑени:"
#. TRANSLATORS: ask the user if the proposed changes are okay
-#: ../lib/packagekit-glib2/pk-task-text.c:324
+#: ../lib/packagekit-glib2/pk-task-text.c:382
msgid "Proceed with changes?"
msgstr "ÐаÑÑавиÑи Ñа пÑоменама?"
#. TRANSLATORS: tell the user we didn't do anything
-#: ../lib/packagekit-glib2/pk-task-text.c:329
+#: ../lib/packagekit-glib2/pk-task-text.c:387
msgid "The transaction did not proceed."
msgstr "ТÑанÑакÑиÑа ниÑе наÑÑавÑена."
@@ -1867,47 +1891,47 @@ msgstr ""
"диÑекÑоÑиÑÑм:"
#. TRANSLATORS: a backend is the system package tool, e.g. yum, apt
-#: ../src/pk-main.c:205
+#: ../src/pk-main.c:199
msgid "Packaging backend to use, e.g. dummy"
msgstr "ÐозадинÑки ÑиÑÑем Ñ ÑпоÑÑеби, нпÑ. âdummyâ (пÑобни)"
#. TRANSLATORS: if we should run in the background
-#: ../src/pk-main.c:208
+#: ../src/pk-main.c:202
msgid "Daemonize and detach from the terminal"
msgstr "ÐдвоÑи од ÑеÑминала и наÑÑави Ñад као ÑÑлÑжни пÑогÑам"
#. TRANSLATORS: if we should not monitor how long we are inactive for
-#: ../src/pk-main.c:214
+#: ../src/pk-main.c:205
msgid "Disable the idle timer"
msgstr "ÐнемогÑÑи меÑÐ°Ñ ÑекаÑа"
#. TRANSLATORS: show version
-#: ../src/pk-main.c:217
+#: ../src/pk-main.c:208
msgid "Show version and exit"
msgstr "ÐÑикажи веÑзиÑÑ Ð¸ завÑÑи Ñад"
#. TRANSLATORS: exit after we've started up, used for user profiling
-#: ../src/pk-main.c:220
+#: ../src/pk-main.c:211
msgid "Exit after a small delay"
msgstr "ÐзаÑи поÑле кÑаÑке задÑÑке"
#. TRANSLATORS: exit straight away, used for automatic profiling
-#: ../src/pk-main.c:223
+#: ../src/pk-main.c:214
msgid "Exit after the engine has loaded"
msgstr "ÐавÑÑи Ñад након ÑÑо Ñе ÑÑиÑа позадинÑки ÑиÑÑем"
#. TRANSLATORS: describing the service that is running
-#: ../src/pk-main.c:238
+#: ../src/pk-main.c:229
msgid "PackageKit service"
msgstr "СеÑÐ²Ð¸Ñ ÐакеÑÐиÑа"
#. TRANSLATORS: fatal error, dbus is not running
-#: ../src/pk-main.c:275
+#: ../src/pk-main.c:266
msgid "Cannot connect to the system bus"
msgstr "Ðе Ð¼Ð¾Ð³Ñ Ð´Ð° Ñе повежем на ÑиÑÑемÑÐºÑ Ð¼Ð°Ð³Ð¸ÑÑÑалÑ"
#. TRANSLATORS: cannot register on system bus, unknown reason -- geeky error follows
-#: ../src/pk-main.c:334
+#: ../src/pk-main.c:317
msgid "Error trying to start:"
msgstr "ÐÑеÑка пÑи покÑеÑаÑÑ:"
@@ -1955,8 +1979,33 @@ msgstr "Ðного пакеÑа"
msgid "Only trusted"
msgstr "Само повеÑÑиве"
-#~ msgid "Percentage"
-#~ msgstr "ÐÑоÑенаÑ"
+#. TRANSLATORS: turn on all debugging
+#: ../src/egg-debug.c:388
+msgid "Show debugging information for all files"
+msgstr "ÐÑикажи инÑоÑмаÑиÑе о оÑÐºÐ»Ð¾Ð½Ñ Ð³ÑеÑака за Ñве даÑоÑеке"
+
+#. TRANSLATORS: a list of modules to debug
+#: ../src/egg-debug.c:459
+msgid "Debug these specific modules"
+msgstr "ÐÑклон гÑеÑака овиÑ
изÑиÑиÑиÑ
модÑла"
+
+#. TRANSLATORS: a list of functions to debug
+#: ../src/egg-debug.c:462
+msgid "Debug these specific functions"
+msgstr "ÐÑклон гÑеÑака овиÑ
изÑиÑиÑиÑ
ÑÑнкÑиÑа"
+
+#. TRANSLATORS: save to a log
+#: ../src/egg-debug.c:465
+msgid "Log debugging data to a file"
+msgstr "ÐапиÑи подаÑке о оÑÐºÐ»Ð¾Ð½Ñ Ð³ÑеÑака Ñ Ð´Ð°ÑоÑекÑ"
+
+#: ../src/egg-debug.c:469
+msgid "Debugging Options"
+msgstr "ÐпÑиÑе за оÑклон гÑеÑака"
+
+#: ../src/egg-debug.c:469
+msgid "Show debugging options"
+msgstr "ÐÑикажи опÑиÑе за оÑклон гÑеÑака"
#~ msgid "Please restart the application as it is being used."
#~ msgstr "ÐеопÑ
одно Ñе поновно покÑеÑаÑе пÑогÑама поÑÑо Ñе Ñ ÑпоÑÑеби."
commit 49d74b04a5fcf2c920249c1acce09014d8c783bf
Author: beckerde <beckerde at fedoraproject.org>
Date: Sun Dec 6 15:15:22 2009 +0000
Sending translation for Spanish
diff --git a/po/es.po b/po/es.po
index db9e268..c029790 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: packagekit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-23 14:30+0000\n"
-"PO-Revision-Date: 2009-11-23 14:28-0300\n"
-"Last-Translator: Héctor Daniel Cabrera <logan at fedoraproject.org>\n"
+"POT-Creation-Date: 2009-12-06 14:34+0000\n"
+"PO-Revision-Date: 2009-12-06 11:47-0300\n"
+"Last-Translator: Domingo Becker <domingobecker at gmail.com>\n"
"Language-Team: Fedora Spanish <fedora-trans-es at redhat.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,126 +21,130 @@ msgstr ""
"X-Poedit-Country: ARGENTINA\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:173
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175
+#: ../client/pk-console.c:597
msgid "Transaction"
msgstr "Transacción"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:175
+#: ../client/pk-console.c:177
msgid "System time"
msgstr "Hora del sistema"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "Succeeded"
msgstr "Existosa"
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "True"
msgstr "Verdadero"
-#: ../client/pk-console.c:177
+#: ../client/pk-console.c:179
msgid "False"
msgstr "Falso"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:179
+#: ../client/pk-console.c:181
#: ../src/pk-polkit-action-lookup.c:336
msgid "Role"
msgstr "Rol"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:184
+#: ../client/pk-console.c:186
msgid "Duration"
msgstr "Duración"
-#: ../client/pk-console.c:184
+#: ../client/pk-console.c:186
msgid "(seconds)"
msgstr "(segundos)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:188
+#: ../client/pk-console.c:190
#: ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
msgstr "LÃnea de comandos"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:190
+#: ../client/pk-console.c:192
msgid "User ID"
msgstr "ID del usuario"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:197
+#: ../client/pk-console.c:199
msgid "Username"
msgstr "Nombre de usuario"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:201
+#: ../client/pk-console.c:203
msgid "Real name"
msgstr "Nombre real"
-#: ../client/pk-console.c:209
+#: ../client/pk-console.c:211
msgid "Affected packages:"
msgstr "Paquete afectados:"
-#: ../client/pk-console.c:211
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
msgstr "Paquetes afectados: Ninguno"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:246
+#: ../client/pk-console.c:248
msgid "Distribution"
msgstr "Distribución"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:248
+#: ../client/pk-console.c:250
msgid "Type"
msgstr "Tipo"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:250
-#: ../client/pk-console.c:289
+#: ../client/pk-console.c:252
+#: ../client/pk-console.c:291
msgid "Summary"
msgstr "Resúmen"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:278
+#: ../client/pk-console.c:280
msgid "Category"
msgstr "CategorÃa"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:280
+#: ../client/pk-console.c:282
msgid "ID"
msgstr "ID"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:283
+#: ../client/pk-console.c:285
msgid "Parent"
msgstr "Padre"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:286
+#: ../client/pk-console.c:288
msgid "Name"
msgstr "Nombre"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:292
+#: ../client/pk-console.c:294
msgid "Icon"
msgstr "Icono"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:338
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "Detalles acerca de la actualización:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
#. TRANSLATORS: the package that is not signed by a known key
#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:344
+#: ../client/pk-console.c:346
+#: ../client/pk-console.c:616
#: ../lib/packagekit-glib2/pk-task-text.c:126
#: ../lib/packagekit-glib2/pk-task-text.c:208
#: ../src/pk-polkit-action-lookup.c:361
@@ -150,71 +154,71 @@ msgstr[0] "Paquete"
msgstr[1] "Paquetes"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:347
+#: ../client/pk-console.c:349
msgid "Updates"
msgstr "Actualizaciones"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:351
+#: ../client/pk-console.c:353
msgid "Obsoletes"
msgstr "Sustituye"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
-#: ../client/pk-console.c:355
+#: ../client/pk-console.c:357
#: ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
msgstr "Fabricante"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:359
+#: ../client/pk-console.c:361
msgid "Bugzilla"
msgstr "Bugzilla"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:363
+#: ../client/pk-console.c:365
msgid "CVE"
msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:367
+#: ../client/pk-console.c:369
msgid "Restart"
msgstr "Reiniciar"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:371
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "Texto de actualización"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:375
+#: ../client/pk-console.c:377
msgid "Changes"
msgstr "Cambios"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:379
+#: ../client/pk-console.c:381
msgid "State"
msgstr "Estado"
#. TRANSLATORS: details about the update, date the update was issued
-#: ../client/pk-console.c:383
+#: ../client/pk-console.c:385
msgid "Issued"
msgstr "Emitido"
#. TRANSLATORS: details about the update, date the update was updated
#. TRANSLATORS: The action of the package, in past tense
-#: ../client/pk-console.c:387
+#: ../client/pk-console.c:389
#: ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
msgstr "Actualizado"
#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:423
+#: ../client/pk-console.c:425
msgid "Enabled"
msgstr "Habilitado"
#. TRANSLATORS: if the repo is disabled
-#: ../client/pk-console.c:426
+#: ../client/pk-console.c:428
msgid "Disabled"
msgstr "Deshabilitado"
@@ -244,72 +248,92 @@ msgid "Application restart required by:"
msgstr "Se necesita reiniciar una aplicación debido a:"
#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:505
+#: ../client/pk-console.c:507
msgid "Package description"
msgstr "Descripción del paquete"
#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:536
+#: ../client/pk-console.c:538
msgid "Message:"
msgstr "Mensaje:"
#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:557
+#: ../client/pk-console.c:559
msgid "No files"
msgstr "No hay archivos"
#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:562
+#: ../client/pk-console.c:564
msgid "Package files"
msgstr "Archivos del paquete"
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "Porcentaje"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "Estado"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "Resultados:"
+
#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
-#: ../client/pk-console.c:636
+#: ../client/pk-console.c:685
msgid "Fatal error"
msgstr "Error fatal"
#. TRANSLATORS: the transaction failed in a way we could not expect
-#: ../client/pk-console.c:645
+#: ../client/pk-console.c:694
#: ../contrib/command-not-found/pk-command-not-found.c:432
-#: ../contrib/command-not-found/pk-command-not-found.c:599
+#: ../contrib/command-not-found/pk-command-not-found.c:603
msgid "The transaction failed"
msgstr "La transacción no pudo realizarse"
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "No hay actualizaciones disponibles en este momento."
+
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:713
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "Reinicie el equipo para completar la actualización."
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:716
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr "Cierre la sesión y vuelva a entrar para completar la actualización."
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:719
+#: ../client/pk-console.c:814
msgid "Please restart the computer to complete the update as important security updates have been installed."
msgstr "Por favor, reinicie el equipo para completar la actualización, ya que se han instalado actualizaciones de seguridad importantes."
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:722
+#: ../client/pk-console.c:817
msgid "Please logout and login to complete the update as important security updates have been installed."
msgstr "Por favor, cierre la sesión y vuelva a registrarse para completar la actualización, ya que se han instalado actualizaciones de seguridad importantes."
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:745
+#: ../client/pk-console.c:840
#, c-format
msgid "This tool could not find any available package: %s"
msgstr "Esta herramienta no pudo encontrar ningún paquete disponible: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:773
+#: ../client/pk-console.c:868
#, c-format
msgid "This tool could not find the installed package: %s"
msgstr "Esta herramienta no pudo encontrar el paquete instalado: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:801
-#: ../client/pk-console.c:829
+#: ../client/pk-console.c:896
+#: ../client/pk-console.c:924
#, c-format
msgid "This tool could not find the package: %s"
msgstr "Esta herramienta no pudo encontrar el paquete: %s"
@@ -318,284 +342,289 @@ msgstr "Esta herramienta no pudo encontrar el paquete: %s"
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:857
-#: ../client/pk-console.c:885
-#: ../client/pk-console.c:913
-#: ../client/pk-console.c:941
-#: ../client/pk-console.c:969
+#: ../client/pk-console.c:952
+#: ../client/pk-console.c:980
+#: ../client/pk-console.c:1008
+#: ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
msgid "This tool could not find all the packages: %s"
msgstr "Esta herramienta no pudo encontrar todos los paquetes: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:998
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "El demonio se colgó en medio de una transacción."
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:1032
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "Interfaz de consola de PackageKit"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:1034
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "Subcomandos:"
#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:1113
+#: ../client/pk-console.c:1208
msgid "Failed to get the time since this action was last completed"
msgstr "Falló al obtener la hora de la última vez que se completó esta acción"
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:1149
+#: ../client/pk-console.c:1244
#: ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "Mostrar la versión del programa y salir"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:1152
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "Establecer el filtro, ej. instalado"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:1155
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "Salir sin esperar que las acciones se completen"
#. command line argument, do we ask questions
-#: ../client/pk-console.c:1158
+#: ../client/pk-console.c:1253
#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
msgid "Install the packages without asking for confirmation"
msgstr "Instalar los paquetes sin confirmación"
#. TRANSLATORS: command line argument, this command is not a priority
-#: ../client/pk-console.c:1161
+#: ../client/pk-console.c:1256
msgid "Run the command using idle network bandwidth and also using less power"
msgstr "Corra el comando usando ancho de bando libre y también usando menos potencia"
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid "Print to screen a machine readable output, rather than using animated widgets"
+msgstr "Imprimir en la pantalla una salida legible por una máquina, en vez de usar controles animados"
+
#. TRANSLATORS: we failed to contact the daemon
-#: ../client/pk-console.c:1187
+#: ../client/pk-console.c:1281
msgid "Failed to contact PackageKit"
msgstr "Falló al contactar con PackageKit"
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1241
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
msgstr "El filtro especificado fue inválido"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1260
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
msgstr "Se necesita un tipo de búsqueda, por ejemplo, nombre"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1267
-#: ../client/pk-console.c:1279
-#: ../client/pk-console.c:1291
-#: ../client/pk-console.c:1303
+#: ../client/pk-console.c:1365
+#: ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389
+#: ../client/pk-console.c:1401
msgid "A search term is required"
msgstr "Se necesita un término de búsqueda"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1313
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "Tipo de búsqueda inválido"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1319
+#: ../client/pk-console.c:1417
msgid "A package name to install is required"
msgstr "Se necesita un nombre de paquete a instalar"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1328
+#: ../client/pk-console.c:1426
msgid "A filename to install is required"
msgstr "Se requiere un nombre de archivo a instalar"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1340
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
msgstr "Se necesita un tipo, key_id y package_id"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1351
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
msgstr "Necesita un nombre de paquete para eliminar"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:1360
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
msgstr "Se necesita un directorio de destino y los nombres de los paquetes a descargar"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:1367
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "Directorio no encontrado"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1376
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "Se necesita un identificador de licencia (eula-id)"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1387
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
msgstr "Se necesita un identificador de transacción (tid)"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:1408
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
msgstr "Se necesita un nombre de paquete para resolver"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:1419
-#: ../client/pk-console.c:1430
+#: ../client/pk-console.c:1517
+#: ../client/pk-console.c:1528
msgid "A repository name is required"
msgstr "Se necesita un nombre de repositorio"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:1441
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "Debe especificar un nombre de repositorio, parámetro y valor"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:1458
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
msgstr "Debe especificar una acción, por ejemplo, «update-system»"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:1465
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
msgstr "Se necesita un rol correcto"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:1475
-#: ../client/pk-console.c:1490
-#: ../client/pk-console.c:1499
-#: ../client/pk-console.c:1519
-#: ../client/pk-console.c:1528
-#: ../client/pk-generate-pack.c:283
+#: ../client/pk-console.c:1573
+#: ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597
+#: ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626
+#: ../client/pk-generate-pack.c:298
msgid "A package name is required"
msgstr "Se necesita un nombre de paquete"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:1508
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
msgstr "Se necesita la cadena de lo que proporciona el paquete"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:1588
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "La opción «%s» no está soportada"
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:1598
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "Falló el comando"
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:222
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
msgstr "Establezca el nombre del archivo de dependencias para excluir"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:225
+#: ../client/pk-generate-pack.c:240
msgid "The output file or directory (the current directory is used if ommitted)"
msgstr "El directorio o archivo de salida (se usará si se omite el directorio actual)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:228
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
msgstr "El paquete será puesto en el paquete de servicio"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:231
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
msgstr "Poner todas las actualizaciones disponibles en el paquete de servicio"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:267
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
msgstr "No se seleccionó ni la opción --package o --updates."
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:275
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "Se seleccionaron ambas opciones."
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:291
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
msgstr "Se necesita un directorio o nombre de archivo de salida"
#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
-#: ../client/pk-generate-pack.c:309
+#: ../client/pk-generate-pack.c:324
msgid "The dameon failed to startup"
msgstr "Fallo del demonio en el inicio"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:320
-#: ../client/pk-generate-pack.c:326
+#: ../client/pk-generate-pack.c:335
+#: ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
msgstr "El gestor de paquetes no puede realizar este tipo de operación."
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:333
+#: ../client/pk-generate-pack.c:348
msgid "Service packs cannot be created as PackageKit was not built with libarchive support."
msgstr "No se pueden crear paquetes de servicio ya que PackageKit no se construyó con soporte para libarchive."
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:344
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
msgstr "Si especifica un archivo, el nombre del paquete de servicio debe finalizar con"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:360
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
msgstr "Ya existe un paquete con ese nombre, ¿desea sobreescribirlo?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:363
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
msgstr "No se sobreescribió el paquete."
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:376
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "Falló al crear el directorio:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:388
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "Falló al abrir la lista de paquetes."
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:397
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "Buscando el nombre de paquete."
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:401
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "Falló al buscar el paquete «%s»: %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:409
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
msgstr "Creando el paquete de servicio..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:424
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
msgstr "Paquete de servicio «%s» creado"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:429
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Falló al crear «%s»: %s"
@@ -689,71 +718,71 @@ msgid "Failed to search for file"
msgstr "Falló al buscar el archivo"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:562
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
msgstr "Falló al iniciar:"
#. TRANSLATORS: we failed to install the package
-#: ../contrib/command-not-found/pk-command-not-found.c:590
+#: ../contrib/command-not-found/pk-command-not-found.c:594
msgid "Failed to install packages"
msgstr "No se han podido instalar los paquetes"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:666
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
msgstr "No se encontró el comando PackageKit"
#. TRANSLATORS: the prefix of all the output telling the user why it's not executing
-#: ../contrib/command-not-found/pk-command-not-found.c:695
+#: ../contrib/command-not-found/pk-command-not-found.c:699
msgid "Command not found."
msgstr "Comando no encontrado."
#. TRANSLATORS: tell the user what we think the command is
-#: ../contrib/command-not-found/pk-command-not-found.c:702
+#: ../contrib/command-not-found/pk-command-not-found.c:706
msgid "Similar command is:"
msgstr "Un comando similar es:"
#. TRANSLATORS: Ask the user if we should run the similar command
-#: ../contrib/command-not-found/pk-command-not-found.c:712
+#: ../contrib/command-not-found/pk-command-not-found.c:716
msgid "Run similar command:"
msgstr "Ejecutar un comando similar:"
#. TRANSLATORS: show the user a list of commands that they could have meant
#. TRANSLATORS: show the user a list of commands we could run
-#: ../contrib/command-not-found/pk-command-not-found.c:726
-#: ../contrib/command-not-found/pk-command-not-found.c:735
+#: ../contrib/command-not-found/pk-command-not-found.c:730
+#: ../contrib/command-not-found/pk-command-not-found.c:739
msgid "Similar commands are:"
msgstr "Los comandos similares son:"
#. TRANSLATORS: ask the user to choose a file to run
-#: ../contrib/command-not-found/pk-command-not-found.c:742
+#: ../contrib/command-not-found/pk-command-not-found.c:746
msgid "Please choose a command to run"
msgstr "Elija un comando para ejecutar"
#. TRANSLATORS: tell the user what package provides the command
-#: ../contrib/command-not-found/pk-command-not-found.c:762
+#: ../contrib/command-not-found/pk-command-not-found.c:766
msgid "The package providing this file is:"
msgstr "El paquete que proporciona este archivo es:"
#. TRANSLATORS: as the user if we want to install a package to provide the command
-#: ../contrib/command-not-found/pk-command-not-found.c:767
+#: ../contrib/command-not-found/pk-command-not-found.c:771
#, c-format
msgid "Install package '%s' to provide command '%s'?"
msgstr "¿Instalar el paquete «%s» para proporcionar el comando «%s»?"
#. TRANSLATORS: Show the user a list of packages that provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:791
+#: ../contrib/command-not-found/pk-command-not-found.c:795
msgid "Packages providing this file are:"
msgstr "Los paquetes que proporcionan este archivo son:"
#. TRANSLATORS: Show the user a list of packages that they can install to provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:801
+#: ../contrib/command-not-found/pk-command-not-found.c:805
msgid "Suitable packages are:"
msgstr "Los posibles paquetes son:"
#. get selection
#. TRANSLATORS: ask the user to choose a file to install
-#: ../contrib/command-not-found/pk-command-not-found.c:810
+#: ../contrib/command-not-found/pk-command-not-found.c:814
msgid "Please choose a package to install"
msgstr "Elija un paquete para instalar"
@@ -1926,30 +1955,30 @@ msgid "Only trusted"
msgstr "Solo confiable"
#. TRANSLATORS: turn on all debugging
-#: ../src/egg-debug.c:364
+#: ../src/egg-debug.c:388
msgid "Show debugging information for all files"
msgstr "Mostrar información de depuración para todos los archivos"
#. TRANSLATORS: a list of modules to debug
-#: ../src/egg-debug.c:440
+#: ../src/egg-debug.c:459
msgid "Debug these specific modules"
msgstr "Depurar estos módulos especÃficos"
#. TRANSLATORS: a list of functions to debug
-#: ../src/egg-debug.c:443
+#: ../src/egg-debug.c:462
msgid "Debug these specific functions"
msgstr "Depurar estas funciones especÃficas"
#. TRANSLATORS: save to a log
-#: ../src/egg-debug.c:446
+#: ../src/egg-debug.c:465
msgid "Log debugging data to a file"
msgstr "Registrar en un archivo los datos de la depuración "
-#: ../src/egg-debug.c:450
+#: ../src/egg-debug.c:469
msgid "Debugging Options"
msgstr "Opciones de depuración"
-#: ../src/egg-debug.c:450
+#: ../src/egg-debug.c:469
msgid "Show debugging options"
msgstr "Mostrar información extra de depuración"
@@ -1957,8 +1986,6 @@ msgstr "Mostrar información extra de depuración"
#~ msgstr "La transacción fallida sin error"
#~ msgid "Failed to get transaction list"
#~ msgstr "Falló al obtener la lista de transacciones"
-#~ msgid "Percentage"
-#~ msgstr "Porcentaje"
#~ msgid "Please restart the application as it is being used."
#~ msgstr "Reinicie la aplicación que está usando."
#~ msgid "The package %s is already installed"
commit 7cf84a52193a615d652408555eacad2fb6e45887
Author: elad <elad at fedoraproject.org>
Date: Sun Dec 6 12:54:56 2009 +0000
Sending translation for Hebrew
diff --git a/po/he.po b/po/he.po
index ea352c7..62653f9 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,15 +1,10 @@
-# translation of packagekit.master.po to Hebrew
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
msgid ""
msgstr ""
"Project-Id-Version: packagekit.master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-24 11:06+0100\n"
-"PO-Revision-Date: 2008-10-20 22:15GMT\n"
-"Last-Translator: Oron Peled <oron at actcom.co.il>\n"
+"POT-Creation-Date: 2009-12-06 08:30+0000\n"
+"PO-Revision-Date: 2009-12-06 14:53+0200\n"
+"Last-Translator: Elad <el.il at doom.co.il>\n"
"Language-Team: Hebrew\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,1282 +13,1053 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. TRANSLATORS: this is an atomic transaction
-#: ../client/pk-console.c:235
+#. TRANSLATORS: the role is the point of the transaction, e.g. update-system
+#: ../client/pk-console.c:175
+#: ../client/pk-console.c:597
msgid "Transaction"
-msgstr ""
+msgstr "פע×××"
#. TRANSLATORS: this is the time the transaction was started in system timezone
-#: ../client/pk-console.c:237
+#: ../client/pk-console.c:177
msgid "System time"
-msgstr ""
+msgstr "שעת ××ער×ת"
#. TRANSLATORS: this is if the transaction succeeded or not
-#: ../client/pk-console.c:239
+#: ../client/pk-console.c:179
msgid "Succeeded"
-msgstr ""
+msgstr "×צ×××"
-#. TRANSLATORS: if the repo is enabled
-#: ../client/pk-console.c:239 ../client/pk-console.c:406
+#: ../client/pk-console.c:179
msgid "True"
-msgstr ""
+msgstr "××ת"
-#: ../client/pk-console.c:239 ../client/pk-console.c:406
+#: ../client/pk-console.c:179
msgid "False"
-msgstr ""
+msgstr "שקר"
#. TRANSLATORS: this is the transactions role, e.g. "update-system"
#. TRANSLATORS: the trasaction role, e.g. update-system
-#: ../client/pk-console.c:241 ../src/pk-polkit-action-lookup.c:327
+#: ../client/pk-console.c:181
+#: ../src/pk-polkit-action-lookup.c:336
msgid "Role"
-msgstr ""
+msgstr "תפק××"
#. TRANSLATORS: this is The duration of the transaction
-#: ../client/pk-console.c:246
+#: ../client/pk-console.c:186
msgid "Duration"
-msgstr ""
+msgstr "×ש×"
-#: ../client/pk-console.c:246
+#: ../client/pk-console.c:186
msgid "(seconds)"
-msgstr ""
+msgstr "(×©× ××ת)"
#. TRANSLATORS: this is The command line used to do the action
#. TRANSLATORS: the command line of the thing that wants the authentication
-#: ../client/pk-console.c:250 ../src/pk-polkit-action-lookup.c:341
-#, fuzzy
+#: ../client/pk-console.c:190
+#: ../src/pk-polkit-action-lookup.c:350
msgid "Command line"
-msgstr "פע××× × ×ש××"
+msgstr "ש×רת פק×××"
#. TRANSLATORS: this is the user ID of the user that started the action
-#: ../client/pk-console.c:252
+#: ../client/pk-console.c:192
msgid "User ID"
-msgstr ""
+msgstr "××××× ×שת×ש"
#. TRANSLATORS: this is the username, e.g. hughsie
-#: ../client/pk-console.c:259
+#: ../client/pk-console.c:199
msgid "Username"
-msgstr ""
+msgstr "×©× ×שת×ש"
#. TRANSLATORS: this is the users real name, e.g. "Richard Hughes"
-#: ../client/pk-console.c:263
+#: ../client/pk-console.c:203
msgid "Real name"
-msgstr ""
+msgstr "×©× ×××ת×"
-#: ../client/pk-console.c:271
-#, fuzzy
+#: ../client/pk-console.c:211
msgid "Affected packages:"
-msgstr "×¢××× ×××××"
+msgstr "×××××ת ××שפע×ת:"
-#: ../client/pk-console.c:273
+#: ../client/pk-console.c:213
msgid "Affected packages: None"
-msgstr ""
+msgstr "×××××ת ש××שפע×: ×××"
#. TRANSLATORS: this is the distro, e.g. Fedora 10
-#: ../client/pk-console.c:298
+#: ../client/pk-console.c:248
msgid "Distribution"
-msgstr ""
+msgstr "×פצ×"
#. TRANSLATORS: this is type of update, stable or testing
-#: ../client/pk-console.c:300
+#: ../client/pk-console.c:250
msgid "Type"
-msgstr ""
+msgstr "ס××"
#. TRANSLATORS: this is any summary text describing the upgrade
#. TRANSLATORS: this is the summary of the group
-#: ../client/pk-console.c:302 ../client/pk-console.c:325
+#: ../client/pk-console.c:252
+#: ../client/pk-console.c:291
msgid "Summary"
-msgstr ""
+msgstr "ת×××ר"
#. TRANSLATORS: this is the group category name
-#: ../client/pk-console.c:314
+#: ../client/pk-console.c:280
msgid "Category"
-msgstr ""
+msgstr "ק×××ר××"
#. TRANSLATORS: this is group identifier
-#: ../client/pk-console.c:316
+#: ../client/pk-console.c:282
msgid "ID"
-msgstr ""
+msgstr "×××× ×§××צ×"
#. TRANSLATORS: this is the parent group
-#: ../client/pk-console.c:319
+#: ../client/pk-console.c:285
msgid "Parent"
-msgstr ""
+msgstr "ק××צ×"
#. TRANSLATORS: this is the name of the parent group
-#: ../client/pk-console.c:322
+#: ../client/pk-console.c:288
msgid "Name"
-msgstr ""
+msgstr "ש×"
#. TRANSLATORS: this is preferred icon for the group
-#: ../client/pk-console.c:328
+#: ../client/pk-console.c:294
msgid "Icon"
-msgstr ""
+msgstr "ס××××"
#. TRANSLATORS: this is a header for the package that can be updated
-#: ../client/pk-console.c:343
+#: ../client/pk-console.c:340
msgid "Details about the update:"
msgstr "פר×× ××¢××××:"
#. TRANSLATORS: details about the update, package name and version
+#. TRANSLATORS: the package that is being processed
+#. TRANSLATORS: the package that is not signed by a known key
+#. TRANSLATORS: the package name that was trying to be installed
#. TRANSLATORS: title, the names of the packages that the method is processing
-#: ../client/pk-console.c:345 ../src/pk-polkit-action-lookup.c:352
-#, fuzzy
+#: ../client/pk-console.c:346
+#: ../client/pk-console.c:616
+#: ../lib/packagekit-glib2/pk-task-text.c:126
+#: ../lib/packagekit-glib2/pk-task-text.c:208
+#: ../src/pk-polkit-action-lookup.c:361
msgid "Package"
msgid_plural "Packages"
-msgstr[0] "ק××¦× ××××××"
-msgstr[1] "ק××¦× ××××××"
+msgstr[0] "×××××"
+msgstr[1] "×××××ת"
#. TRANSLATORS: details about the update, any packages that this update updates
-#: ../client/pk-console.c:348
-#, fuzzy
+#: ../client/pk-console.c:349
msgid "Updates"
-msgstr "×¢××× ×××××"
+msgstr "×¢×××× ××"
#. TRANSLATORS: details about the update, any packages that this update obsoletes
-#: ../client/pk-console.c:352
+#: ../client/pk-console.c:353
msgid "Obsoletes"
-msgstr ""
+msgstr "×××ש×"
#. TRANSLATORS: details about the update, the vendor URLs
-#: ../client/pk-console.c:356
+#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
+#: ../client/pk-console.c:357
+#: ../lib/packagekit-glib2/pk-task-text.c:211
msgid "Vendor"
-msgstr ""
+msgstr "ספק"
#. TRANSLATORS: details about the update, the bugzilla URLs
-#: ../client/pk-console.c:360
+#: ../client/pk-console.c:361
msgid "Bugzilla"
-msgstr ""
+msgstr "×××××××"
#. TRANSLATORS: details about the update, the CVE URLs
-#: ../client/pk-console.c:364
+#: ../client/pk-console.c:365
msgid "CVE"
-msgstr ""
+msgstr "CVE"
#. TRANSLATORS: details about the update, if the package requires a restart
-#: ../client/pk-console.c:368
+#: ../client/pk-console.c:369
msgid "Restart"
-msgstr ""
+msgstr "××¤×¢× ×××ש"
#. TRANSLATORS: details about the update, any description of the update
-#: ../client/pk-console.c:372
-#, fuzzy
+#: ../client/pk-console.c:373
msgid "Update text"
msgstr "פר×× ×¢××××"
#. TRANSLATORS: details about the update, the changelog for the package
-#: ../client/pk-console.c:376
+#: ../client/pk-console.c:377
msgid "Changes"
-msgstr ""
+msgstr "ש×× ××××"
#. TRANSLATORS: details about the update, the ongoing state of the update
-#: ../client/pk-console.c:380
+#: ../client/pk-console.c:381
msgid "State"
-msgstr ""
+msgstr "×צ×"
#. TRANSLATORS: details about the update, date the update was issued
#: ../client/pk-console.c:385
msgid "Issued"
-msgstr ""
+msgstr "××× ×¤×§"
#. TRANSLATORS: details about the update, date the update was updated
-#: ../client/pk-console.c:390
-#, fuzzy
+#. TRANSLATORS: The action of the package, in past tense
+#: ../client/pk-console.c:389
+#: ../lib/packagekit-glib2/pk-console-shared.c:510
msgid "Updated"
-msgstr "פר×× ×¢××××"
+msgstr "×¢××××"
-#: ../client/pk-console.c:477 ../client/pk-console.c:479
-msgid "Percentage"
-msgstr ""
+#. TRANSLATORS: if the repo is enabled
+#: ../client/pk-console.c:425
+msgid "Enabled"
+msgstr "פע××"
-#: ../client/pk-console.c:479
-msgid "Unknown"
-msgstr ""
+#. TRANSLATORS: if the repo is disabled
+#: ../client/pk-console.c:428
+msgid "Disabled"
+msgstr "×× ×¤×¢××"
#. TRANSLATORS: a package requires the system to be restarted
-#: ../client/pk-console.c:521
-#, fuzzy
+#: ../client/pk-console.c:460
msgid "System restart required by:"
-msgstr "× ×רש ×ת××× ×××ש ×©× ××ער×ת"
+msgstr "× ×רש ×ת××× ×××ש ×©× ××ער×ת ×¢\"×:"
#. TRANSLATORS: a package requires the session to be restarted
-#: ../client/pk-console.c:524
-#, fuzzy
+#: ../client/pk-console.c:463
msgid "Session restart required:"
-msgstr "× ×רש ×ת××× ×××ש ×©× ××ער×ת"
+msgstr "× ×רשת ×ת××ר×ת ×××ש ×¢\"×:"
#. TRANSLATORS: a package requires the system to be restarted due to a security update
-#: ../client/pk-console.c:527
-#, fuzzy
+#: ../client/pk-console.c:466
msgid "System restart (security) required by:"
-msgstr "× ×רש ×ת××× ×××ש ×©× ××ער×ת"
+msgstr "× ×רש ×ת××× ×©× ××ער×ת ×¢\"×:"
#. TRANSLATORS: a package requires the session to be restarted due to a security update
-#: ../client/pk-console.c:530
-#, fuzzy
+#: ../client/pk-console.c:469
msgid "Session restart (security) required:"
-msgstr "× ×רש ×ת××× ×××ש ×©× ××ער×ת"
+msgstr "× ×רשת ×ת××ר×ת ×××ש ×¢\"×:"
#. TRANSLATORS: a package requires the application to be restarted
-#: ../client/pk-console.c:533
-#, fuzzy
+#: ../client/pk-console.c:472
msgid "Application restart required by:"
-msgstr "× ×רשת ×פע×× ×××ש ×©× ×ª××× ×"
+msgstr "× ×רשת ×פע×× ×××ש ×©× ×ª××× × ×¢\"×:"
+
+#. TRANSLATORS: This a list of details about the package
+#: ../client/pk-console.c:507
+msgid "Package description"
+msgstr "ת×××ר ×××××"
+
+#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
+#: ../client/pk-console.c:538
+msgid "Message:"
+msgstr "××××¢×:"
+
+#. TRANSLATORS: This where the package has no files
+#: ../client/pk-console.c:559
+msgid "No files"
+msgstr "××× ×§×צ××"
+
+#. TRANSLATORS: This a list files contained in the package
+#: ../client/pk-console.c:564
+msgid "Package files"
+msgstr "ק××¦× ××××××"
+
+#. TRANSLATORS: the percentage complete of the transaction
+#: ../client/pk-console.c:632
+msgid "Percentage"
+msgstr "××××××"
+
+#. TRANSLATORS: the status of the transaction (e.g. downloading)
+#: ../client/pk-console.c:650
+msgid "Status"
+msgstr "×צ×"
+
+#. TRANSLATORS: the results from the transaction
+#: ../client/pk-console.c:678
+msgid "Results:"
+msgstr "ת×צ××ת:"
+
+#. TRANSLATORS: we failed to get any results, which is pretty fatal in my book
+#: ../client/pk-console.c:685
+msgid "Fatal error"
+msgstr "ש×××× ×¤××××ת"
+
+#. TRANSLATORS: the transaction failed in a way we could not expect
+#: ../client/pk-console.c:694
+#: ../contrib/command-not-found/pk-command-not-found.c:432
+#: ../contrib/command-not-found/pk-command-not-found.c:603
+msgid "The transaction failed"
+msgstr "×רצת ×פע××× × ×ש××"
+
+#. TRANSLATORS: print a message when there are no updates
+#: ../client/pk-console.c:721
+msgid "There are no updates available at this time."
+msgstr "××× ×¢×××× ×× ×××× ×× ×ר××¢"
#. TRANSLATORS: a package needs to restart their system
-#: ../client/pk-console.c:588
+#: ../client/pk-console.c:808
msgid "Please restart the computer to complete the update."
msgstr "× × ××פע×× ×ת ××××©× ×××ש ×צ××¨× ×ש××ת ××¢××××."
#. TRANSLATORS: a package needs to restart the session
-#: ../client/pk-console.c:591
+#: ../client/pk-console.c:811
msgid "Please logout and login to complete the update."
msgstr "× × ×צ×ת (logout) ×××××©× ×צ××¨× ×ש××ת ××¢××××."
-#. TRANSLATORS: a package needs to restart the application
-#: ../client/pk-console.c:594
-msgid "Please restart the application as it is being used."
-msgstr "× × ××פע×× ×ת ×××ש×× ×××ש, ×××××× ×©××× ×ש×××ש."
-
#. TRANSLATORS: a package needs to restart their system (due to security)
-#: ../client/pk-console.c:597
-#, fuzzy
-msgid ""
-"Please restart the computer to complete the update as important security "
-"updates have been installed."
-msgstr "× × ××פע×× ×ת ××××©× ×××ש ×צ××¨× ×ש××ת ××¢××××."
+#: ../client/pk-console.c:814
+msgid "Please restart the computer to complete the update as important security updates have been installed."
+msgstr "× × ××פע×× ×ת ××××©× ×××ש ×צ××¨× ×ש××ת ××¢××××, ×××××× ×©×¢×××× × ××××× ×ש×××× ×ת××§× ×."
#. TRANSLATORS: a package needs to restart the session (due to security)
-#: ../client/pk-console.c:600
-#, fuzzy
-msgid ""
-"Please logout and login to complete the update as important security updates "
-"have been installed."
-msgstr "× × ×צ×ת (logout) ×××××©× ×צ××¨× ×ש××ת ××¢××××."
-
-#. TRANSLATORS: The package is already installed on the system
-#: ../client/pk-console.c:727
-#, fuzzy, c-format
-msgid "The package %s is already installed"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+#: ../client/pk-console.c:817
+msgid "Please logout and login to complete the update as important security updates have been installed."
+msgstr "× × ×צ×ת (logout) ×××××©× ×צ××¨× ×ש××ת ××¢××××, ×××××× ×©×××ª×§× × ×¢×××× × ××××× ×ש××××."
-#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:735
-#, fuzzy, c-format
-msgid "The package %s could not be installed: %s"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
-
-#. TRANSLATORS: There was a programming error that shouldn't happen. The detailed error follows
-#: ../client/pk-console.c:760 ../client/pk-console.c:783
-#: ../client/pk-console.c:879 ../client/pk-console.c:996
-#: ../client/pk-tools-common.c:62 ../client/pk-tools-common.c:81
-#: ../client/pk-tools-common.c:89
-#, c-format
-msgid "Internal error: %s"
-msgstr "ש×××× ×¤× ×××ת: %s"
-
-#. TRANSLATORS: There was an error installing the packages. The detailed error follows
-#: ../client/pk-console.c:768 ../client/pk-console.c:1392
-#, c-format
-msgid "This tool could not install the packages: %s"
-msgstr "××ש××× ×××ª×§× ×ª ××××××ת: %s"
-
-#. TRANSLATORS: There was an error installing the files. The detailed error follows
-#: ../client/pk-console.c:791
-#, c-format
-msgid "This tool could not install the files: %s"
-msgstr "××ש××× ×××ª×§× ×ª ×ק×צ××: %s"
-
-#. TRANSLATORS: The package name was not found in the installed list. The detailed error follows
-#: ../client/pk-console.c:847
-#, fuzzy, c-format
-msgid "This tool could not remove %s: %s"
-msgstr "××ש××× ××סרת '%s':â %ss"
-
-#. TRANSLATORS: There was an error removing the packages. The detailed error follows
-#: ../client/pk-console.c:870 ../client/pk-console.c:908
-#: ../client/pk-console.c:941
+#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
+#: ../client/pk-console.c:840
#, c-format
-msgid "This tool could not remove the packages: %s"
-msgstr "××ש××× ××סרת ××××××ת: %s"
+msgid "This tool could not find any available package: %s"
+msgstr "×××× ××× ×× ×צ××× ××צ×× ××£ ××××× ×××× ×: %s"
-#. TRANSLATORS: When removing, we might have to remove other dependencies
-#: ../client/pk-console.c:920
-msgid "The following packages have to be removed:"
-msgstr "×ש ××ס×ר ×ת ××××××ת ××××ת:"
-
-#. TRANSLATORS: We are checking if it's okay to remove a list of packages
-#: ../client/pk-console.c:927
-msgid "Proceed removing additional packages?"
-msgstr "××× ×××ש×× ××סרת ×××××ת × ×ספ×ת?"
-
-#. TRANSLATORS: We did not remove any packages
-#: ../client/pk-console.c:932
-msgid "The package removal was canceled!"
-msgstr "×סרת ×××××× ×××××!"
-
-#. TRANSLATORS: The package name was not found in any software sources
-#: ../client/pk-console.c:973
-#, fuzzy, c-format
-msgid "This tool could not download the package %s as it could not be found"
-msgstr "××ש××× ×××ר×× ××××× ××¨× × ×©× ×××××× '%s' ×××××× ×©××× ×× × ×צ××"
-
-#. TRANSLATORS: Could not download the packages for some reason. The detailed error follows
-#: ../client/pk-console.c:1004
+#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
+#: ../client/pk-console.c:868
#, c-format
-msgid "This tool could not download the packages: %s"
-msgstr "××ש××× ×××ר×× ××××× ××¨× × ×©× ××××××ת: %s"
+msgid "This tool could not find the installed package: %s"
+msgstr "×××× ××× ×× ×צ××× ××צ×× ×ת ×××××× ××××ª×§× ×ª: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:1031 ../client/pk-console.c:1040
-#, fuzzy, c-format
-msgid "This tool could not update %s: %s"
-msgstr "××ש××× ××¢×××× ×©× '%s':ââ %s"
+#: ../client/pk-console.c:896
+#: ../client/pk-console.c:924
+#, c-format
+msgid "This tool could not find the package: %s"
+msgstr "×××× ××× ×× ×צ××× ××צ×× ×ת ××××××: %s"
#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:1062 ../client/pk-console.c:1070
-#, fuzzy, c-format
-msgid "This tool could not get the requirements for %s: %s"
-msgstr "××ש××× ××ש×ת ××ר×ש×ת ××ק××××ת ×¢××ר '%s':ââ %s"
-
#. TRANSLATORS: There was an error getting the dependencies for the package. The detailed error follows
-#: ../client/pk-console.c:1092 ../client/pk-console.c:1100
-#, fuzzy, c-format
-msgid "This tool could not get the dependencies for %s: %s"
-msgstr "××ש××× ××ש×ת ×ת××××ת ×¢××ר '%s':ââ %s"
-
#. TRANSLATORS: There was an error getting the details about the package. The detailed error follows
-#: ../client/pk-console.c:1122 ../client/pk-console.c:1130
-#, fuzzy, c-format
-msgid "This tool could not get package details for %s: %s"
-msgstr "××ש××× ××ש×ת פר×× ×××××× '%s':ââ %s"
-
#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:1152
-#, fuzzy, c-format
-msgid "This tool could not find the files for %s: %s"
-msgstr "××ש××× ×××ת×ר ×ק×צ×× ×¢××ר '%s':ââ %s"
-
-#. TRANSLATORS: There was an error getting the list of files for the package. The detailed error follows
-#: ../client/pk-console.c:1160
-#, fuzzy, c-format
-msgid "This tool could not get the file list for %s: %s"
-msgstr "××ש××× ××ש×ת רש××ת ×ק×צ×× ×¢××ר '%s':ââ %s"
-
-#. TRANSLATORS: There was an error getting the list of packages. The filename follows
-#: ../client/pk-console.c:1182
+#: ../client/pk-console.c:952
+#: ../client/pk-console.c:980
+#: ../client/pk-console.c:1008
+#: ../client/pk-console.c:1036
+#: ../client/pk-console.c:1064
#, c-format
-msgid "File already exists: %s"
-msgstr ""
-
-#. TRANSLATORS: follows a list of packages to install
-#: ../client/pk-console.c:1187 ../client/pk-console.c:1243
-#: ../client/pk-console.c:1318
-#, fuzzy
-msgid "Getting package list"
-msgstr "ק××¨× ××××¢ ××××ת ××××××..."
-
-#. TRANSLATORS: There was an error getting the list of packages. The detailed error follows
-#: ../client/pk-console.c:1193 ../client/pk-console.c:1249
-#: ../client/pk-console.c:1324
-#, fuzzy, c-format
-msgid "This tool could not get package list: %s"
-msgstr "××ש××× ××סרת ××××××ת: %s"
-
-#. TRANSLATORS: There was an error saving the list
-#: ../client/pk-console.c:1204
-#, fuzzy, c-format
-msgid "Failed to save to disk"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
-
-#. TRANSLATORS: There was an error getting the list. The filename follows
-#: ../client/pk-console.c:1238 ../client/pk-console.c:1313
-#, c-format
-msgid "File does not exist: %s"
-msgstr ""
-
-#. TRANSLATORS: header to a list of packages newly added
-#: ../client/pk-console.c:1270
-#, fuzzy
-msgid "Packages to add"
-msgstr "××× ×××ר PackageKit"
-
-#. TRANSLATORS: header to a list of packages removed
-#: ../client/pk-console.c:1278
-#, fuzzy
-msgid "Packages to remove"
-msgstr "ש×ר×ת PackageKit"
-
-#. TRANSLATORS: We didn't find any differences
-#: ../client/pk-console.c:1346
-#, fuzzy, c-format
-msgid "No new packages need to be installed"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
-
-#. TRANSLATORS: follows a list of packages to install
-#: ../client/pk-console.c:1352
-msgid "To install"
-msgstr ""
-
-#. TRANSLATORS: searching takes some time....
-#: ../client/pk-console.c:1364
-msgid "Searching for package: "
-msgstr ""
-
-#. TRANSLATORS: package was not found -- this is the end of a string ended in ...
-#: ../client/pk-console.c:1368
-#, fuzzy
-msgid "not found."
-msgstr "ת×ק××× ×× × ×צ××"
-
-#. TRANSLATORS: We didn't find any packages to install
-#: ../client/pk-console.c:1379
-#, fuzzy, c-format
-msgid "No packages can be found to install"
-msgstr "×× × ×צ×× ×××××ת ×¢××ר ××ער×ת ש××"
-
-#. TRANSLATORS: installing new packages from package list
-#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
-#: ../client/pk-console.c:1385
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:886
-#, fuzzy, c-format
-msgid "Installing packages"
-msgstr "××ª×§× ×××××"
-
-#. TRANSLATORS: The package name was not found in any software sources. The detailed error follows
-#: ../client/pk-console.c:1421
-#, fuzzy, c-format
-msgid "This tool could not find the update details for %s: %s"
-msgstr "××ש××× ××ש×ת פר×× ××¢×××× ×¢××ר '%s':ââ %s"
-
-#. TRANSLATORS: There was an error getting the details about the update for the package. The detailed error follows
-#: ../client/pk-console.c:1429
-#, fuzzy, c-format
-msgid "This tool could not get the update details for %s: %s"
-msgstr "××ש××× ××ש×ת פר×× ××¢×××× ×¢××ר '%s':ââ %s"
-
-#. TRANSLATORS: This was an unhandled error, and we don't have _any_ context
-#: ../client/pk-console.c:1460
-msgid "Error:"
-msgstr "ש××××:"
-
-#. TRANSLATORS: This a list of details about the package
-#: ../client/pk-console.c:1474
-msgid "Package description"
-msgstr "ת×××ר ×××××"
-
-#. TRANSLATORS: This a message (like a little note that may be of interest) from the transaction
-#: ../client/pk-console.c:1490
-msgid "Message:"
-msgstr ""
-
-#. TRANSLATORS: This a list files contained in the package
-#: ../client/pk-console.c:1518
-msgid "Package files"
-msgstr "ק××¦× ××××××"
-
-#. TRANSLATORS: This where the package has no files
-#: ../client/pk-console.c:1526
-msgid "No files"
-msgstr "××× ×§×צ××"
-
-#. TRANSLATORS: This a request for a GPG key signature from the backend, which the client will prompt for later
-#: ../client/pk-console.c:1549
-msgid "Repository signature required"
-msgstr "× ×רשת ×ת××× ×©× ×××ר ×ת×× ×"
-
-#. TRANSLATORS: This a prompt asking the user to import the security key
-#: ../client/pk-console.c:1559
-#, fuzzy
-msgid "Do you accept this signature?"
-msgstr "××× ×תת ×××× ××ת××× ××?"
-
-#. TRANSLATORS: This is where the user declined the security key
-#: ../client/pk-console.c:1563
-msgid "The signature was not accepted."
-msgstr "××ת××× × ××ת×."
-
-#. TRANSLATORS: This a request for a EULA
-#: ../client/pk-console.c:1597
-msgid "End user license agreement required"
-msgstr "× ×רש ×ס×× ×שת×ש ×§×¦× (EULA)"
-
-#. TRANSLATORS: This a prompt asking the user to agree to the license
-#: ../client/pk-console.c:1604
-msgid "Do you agree to this license?"
-msgstr "××× ×רש××× ×ק××× ×¢×××?"
-
-#. TRANSLATORS: This is where the user declined the license
-#: ../client/pk-console.c:1608
-msgid "The license was refused."
-msgstr "××× ×ס××× ×רש×××."
+msgid "This tool could not find all the packages: %s"
+msgstr "×××× ××× ×× ×צ××× ××צ×× ×ת ×× ××××××ת: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up shit creek without a paddle
-#: ../client/pk-console.c:1637
+#: ../client/pk-console.c:1093
msgid "The daemon crashed mid-transaction!"
msgstr "ת×× ×ת ×ש×ר×ת (daemon) ××ª×¨×¡×§× ×××צע ×ר×× ×קצ××!"
#. TRANSLATORS: This is the header to the --help menu
-#: ../client/pk-console.c:1690
+#: ../client/pk-console.c:1127
msgid "PackageKit Console Interface"
msgstr "×× ×©×§ ש×רת פק××× ×©× PackageKit"
#. these are commands we can use with pkcon
-#: ../client/pk-console.c:1692
+#: ../client/pk-console.c:1129
msgid "Subcommands:"
msgstr "תת-פק×××ת:"
-#. TRANSLATORS: command line argument, if we should show debugging information
-#. TRANSLATORS: if we should show debugging data
-#: ../client/pk-console.c:1785 ../client/pk-generate-pack.c:185
-#: ../client/pk-monitor.c:128
-#: ../contrib/command-not-found/pk-command-not-found.c:616
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:550
-#: ../contrib/device-rebind/pk-device-rebind.c:293 ../src/pk-main.c:211
-msgid "Show extra debugging information"
-msgstr "××¦× ××××¢ × ×סף ×צ××¨× ××ת×ר ש××××ת"
+#. TRANSLATORS: we keep a database updated with the time that an action was last executed
+#: ../client/pk-console.c:1208
+msgid "Failed to get the time since this action was last completed"
+msgstr "× ××©× ×ק××ת ×××× ×©×¢×ר ××× ×©×פע××× ××ש×××"
#. TRANSLATORS: command line argument, just show the version string
-#: ../client/pk-console.c:1788 ../client/pk-monitor.c:130
+#: ../client/pk-console.c:1244
+#: ../client/pk-monitor.c:280
msgid "Show the program version and exit"
msgstr "××¦× ×ת ×רסת ×ת××× × ×ס×××"
#. TRANSLATORS: command line argument, use a filter to narrow down results
-#: ../client/pk-console.c:1791
+#: ../client/pk-console.c:1247
msgid "Set the filter, e.g. installed"
msgstr "ק××¢ ×ת ×××¡× ×, ××ש×, ×××ª×§× ×ת"
#. TRANSLATORS: command line argument, work asynchronously
-#: ../client/pk-console.c:1794
+#: ../client/pk-console.c:1250
msgid "Exit without waiting for actions to complete"
msgstr "×¦× ××× ×××ª× × ×ס××× ×פע×××ת"
-#. TRANSLATORS: This is when we could not connect to the system bus, and is fatal
-#: ../client/pk-console.c:1821
-msgid "This tool could not connect to system DBUS."
-msgstr "×ת××ר×ת ×-DBUS ×××× ×ער××ª× × ×ש××."
+#. command line argument, do we ask questions
+#: ../client/pk-console.c:1253
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:527
+msgid "Install the packages without asking for confirmation"
+msgstr "××ª×§× ×ת ×××××× ×××ת ×××× ××קש ××ש×ר"
+
+#. TRANSLATORS: command line argument, this command is not a priority
+#: ../client/pk-console.c:1256
+msgid "Run the command using idle network bandwidth and also using less power"
+msgstr "×רץ ×ת ×פק××× ×××ת ת×× ×©×××ש ×ר××× ×¤×¡ סרק ××× ×שת×ש ×פ××ת ×××"
+
+#. TRANSLATORS: command line argument, just output without fancy formatting
+#: ../client/pk-console.c:1259
+msgid "Print to screen a machine readable output, rather than using animated widgets"
+msgstr "××פס ×××¡× ×¤×× ×קר××× ×¢\"× ×××× × ××ק×× ×××××'××× ××× ×¤×©××"
+
+#. TRANSLATORS: we failed to contact the daemon
+#: ../client/pk-console.c:1281
+msgid "Failed to contact PackageKit"
+msgstr "× ××©× ××צ×רת קשר ×¢× ×©×ר×ת ×רקע ×©× Packagekit"
#. TRANSLATORS: The user specified an incorrect filter
-#: ../client/pk-console.c:1911
+#: ../client/pk-console.c:1339
msgid "The filter specified was invalid"
-msgstr ""
+msgstr "××¡× × ×××פ×ש ×× ×ª×§××"
#. TRANSLATORS: a search type can be name, details, file, etc
-#: ../client/pk-console.c:1930
+#: ../client/pk-console.c:1358
msgid "A search type is required, e.g. name"
-msgstr ""
+msgstr "ס×× ××פ×ש ×ר×ש, ×××©× name"
#. TRANSLATORS: the user needs to provide a search term
-#: ../client/pk-console.c:1937 ../client/pk-console.c:1946
-#: ../client/pk-console.c:1955 ../client/pk-console.c:1964
+#: ../client/pk-console.c:1365
+#: ../client/pk-console.c:1377
+#: ../client/pk-console.c:1389
+#: ../client/pk-console.c:1401
msgid "A search term is required"
-msgstr ""
+msgstr "× ×רשת ××ר××ת ×××פ×ש"
#. TRANSLATORS: the search type was provided, but invalid
-#: ../client/pk-console.c:1971
+#: ../client/pk-console.c:1411
msgid "Invalid search type"
msgstr "ס×× ××פ×ש ×× ×ª×§××"
#. TRANSLATORS: the user did not specify what they wanted to install
-#: ../client/pk-console.c:1977
-msgid "A package name or filename to install is required"
-msgstr ""
+#: ../client/pk-console.c:1417
+msgid "A package name to install is required"
+msgstr "×©× ××××× ×××ª×§× × × ×רש"
+
+#. TRANSLATORS: the user did not specify what they wanted to install
+#: ../client/pk-console.c:1426
+msgid "A filename to install is required"
+msgstr "×©× ×§×××¥ ×××ª×§× × × ×רש"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:1986
-#, fuzzy
+#: ../client/pk-console.c:1438
msgid "A type, key_id and package_id are required"
-msgstr "×ש ×ק×××¢ ס××, ××××× ××¤×ª× ×××××× ×××××"
+msgstr "ס××, ××××× ××¤×ª× ×××××× ××××× × ×רש××"
#. TRANSLATORS: the user did not specify what they wanted to remove
-#: ../client/pk-console.c:1995
-#, fuzzy
+#: ../client/pk-console.c:1449
msgid "A package name to remove is required"
-msgstr "×ש ××ס×ר ×ת ××××××ת ××××ת"
+msgstr "×©× ××××× ×××¡×¨× × ×רש"
#. TRANSLATORS: the user did not specify anything about what to download or where
-#: ../client/pk-console.c:2003
-#, fuzzy
+#: ../client/pk-console.c:1458
msgid "A destination directory and the package names to download are required"
-msgstr "×ש ×ק×××¢ ת×ק××ת ××¢× ××× ×ת ××××××ת ×××ר××"
+msgstr "×ש ×ק×××¢ ת×ק××ת ××¢× ××××××ת ×××ר××"
#. TRANSLATORS: the directory does not exist, so we can't continue
-#: ../client/pk-console.c:2010
+#: ../client/pk-console.c:1465
msgid "Directory not found"
msgstr "ת×ק××× ×× × ×צ××"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:2018
-#, fuzzy
+#: ../client/pk-console.c:1474
msgid "A licence identifier (eula-id) is required"
msgstr "×ש ×צ××× ××××× ×©× ×ס×× ×שת×ש ××§×¦× (eula-id)"
#. TRANSLATORS: geeky error, 99.9999% of users won't see this
-#: ../client/pk-console.c:2028
+#: ../client/pk-console.c:1485
msgid "A transaction identifier (tid) is required"
-msgstr ""
+msgstr "×××× ×¤×¢××× (tid) × ×רש"
#. TRANSLATORS: The user did not specify a package name
-#: ../client/pk-console.c:2045
-#, fuzzy
+#: ../client/pk-console.c:1506
msgid "A package name to resolve is required"
-msgstr "×ש ××ס×ר ×ת ××××××ת ××××ת"
+msgstr "×©× ××××× ××צ×ת ×ת××××ת ש××"
#. TRANSLATORS: The user did not specify a repository (software source) name
-#: ../client/pk-console.c:2054 ../client/pk-console.c:2063
-#, fuzzy
+#: ../client/pk-console.c:1517
+#: ../client/pk-console.c:1528
msgid "A repository name is required"
-msgstr "× ×רשת ×ת××× ×©× ×××ר ×ת×× ×"
+msgstr "× ×רש ×©× ×××ר"
#. TRANSLATORS: The user didn't provide any data
-#: ../client/pk-console.c:2072
-#, fuzzy
+#: ../client/pk-console.c:1539
msgid "A repo name, parameter and value are required"
msgstr "×ש ×צ××× ×©× ×××ר ת×× × ×× ×¤×¨××ר ×ער×"
#. TRANSLATORS: The user didn't specify what action to use
-#: ../client/pk-console.c:2086
-#, fuzzy
+#: ../client/pk-console.c:1556
msgid "An action, e.g. 'update-system' is required"
-msgstr "×ש ×צ××× ×ת ×פע×××, ×××©× '×¢×××× ×ער×ת'"
+msgstr "×ש ×צ××× ×ת ×פע×××, ×××©× 'update-system'"
#. TRANSLATORS: The user specified an invalid action
-#: ../client/pk-console.c:2093
-#, fuzzy
+#: ../client/pk-console.c:1563
msgid "A correct role is required"
-msgstr "× ×רשת ×צ××× ×××שת×ש ××× ××¡× ×××ש"
-
-#. TRANSLATORS: we keep a database updated with the time that an action was last executed
-#: ../client/pk-console.c:2100
-msgid "Failed to get the time since this action was last completed"
-msgstr ""
+msgstr "תפק×× × ×××× × ×רש"
#. TRANSLATORS: The user did not provide a package name
#. TRANSLATORS: This is when the user fails to supply the package name
-#: ../client/pk-console.c:2110 ../client/pk-console.c:2122
-#: ../client/pk-console.c:2131 ../client/pk-console.c:2149
-#: ../client/pk-console.c:2158 ../client/pk-generate-pack.c:241
-#, fuzzy
+#: ../client/pk-console.c:1573
+#: ../client/pk-console.c:1588
+#: ../client/pk-console.c:1597
+#: ../client/pk-console.c:1617
+#: ../client/pk-console.c:1626
+#: ../client/pk-generate-pack.c:298
msgid "A package name is required"
-msgstr "× ×רשת ×צ××× ×××שת×ש ××× ××¡× ×××ש"
+msgstr "× ×¨×© ×©× ×××××"
#. TRANSLATORS: each package "provides" certain things, e.g. mime(gstreamer-decoder-mp3), the user didn't specify it
-#: ../client/pk-console.c:2140
-#, fuzzy
+#: ../client/pk-console.c:1606
msgid "A package provide string is required"
-msgstr "× ×רשת ×צ××× ×××שת×ש ××× ××¡× ×××ש"
-
-#. TRANSLATORS: The user didn't specify a filename to create as a list
-#: ../client/pk-console.c:2167
-msgid "A list file name to create is required"
-msgstr ""
-
-#. TRANSLATORS: The user didn't specify a filename to open as a list
-#: ../client/pk-console.c:2177 ../client/pk-console.c:2187
-#, fuzzy
-msgid "A list file to open is required"
-msgstr "× ×רשת ×צ××× ×××שת×ש ××× ××¡× ×××ש"
+msgstr "××ר××ת '×ספק ×ת' ×©× ××××× × ×רשת"
#. TRANSLATORS: The user tried to use an unsupported option on the command line
-#: ../client/pk-console.c:2241
+#: ../client/pk-console.c:1686
#, c-format
msgid "Option '%s' is not supported"
msgstr "×פשר×ת '%s' ×× × ×ª××ת"
-#. TRANSLATORS: User does not have permission to do this
-#: ../client/pk-console.c:2254
-#, fuzzy
-msgid "Incorrect privileges for this operation"
-msgstr "××× ×× ××רש××ת ×× ×רש×ת ×פע××× ××"
-
#. TRANSLATORS: Generic failure of what they asked to do
-#: ../client/pk-console.c:2257
+#: ../client/pk-console.c:1696
msgid "Command failed"
msgstr "פע××× × ×ש××"
-#. TRANSLATORS: This is the state of the transaction
-#: ../client/pk-generate-pack.c:101
-msgid "Downloading"
-msgstr "××ר×× ××××× ××¨× ×"
-
-#. TRANSLATORS: This is when the main packages are being downloaded
-#: ../client/pk-generate-pack.c:121
-#, fuzzy
-msgid "Downloading packages"
-msgstr "××ר×× ××××× ××¨× ×"
-
-#. TRANSLATORS: This is when the dependency packages are being downloaded
-#: ../client/pk-generate-pack.c:126
-#, fuzzy
-msgid "Downloading dependencies"
-msgstr "××ר×× ××××× ××¨× ×"
-
#. TRANSLATORS: we can exclude certain packages (glibc) when we know they'll exist on the target
-#: ../client/pk-generate-pack.c:188
+#: ../client/pk-generate-pack.c:237
msgid "Set the file name of dependencies to be excluded"
-msgstr ""
+msgstr "ק××¢ ש××ת ק×××¥ ×©× ×ª××××ת ש×× ×××××"
#. TRANSLATORS: the output location
-#: ../client/pk-generate-pack.c:191
-#, fuzzy
-msgid ""
-"The output file or directory (the current directory is used if ommitted)"
-msgstr "ת×ק××ת ×פ×× (×× ×ש××××× ×ª×××ר ×ת×ק××× ×× ××××ת)"
+#: ../client/pk-generate-pack.c:240
+msgid "The output file or directory (the current directory is used if ommitted)"
+msgstr "ת×ק××× ×× ×§×××¥ ×פ×× (×× ×ש××××× ×ª×××ר ×ת×ק××× ×× ××××ת)"
#. TRANSLATORS: put a list of packages in the pack
-#: ../client/pk-generate-pack.c:194
+#: ../client/pk-generate-pack.c:243
msgid "The package to be put into the service pack"
-msgstr ""
+msgstr "×××××× ×©×ª×ª××סף ×××××ת ×ש×ר×ת"
#. TRANSLATORS: put all pending updates in the pack
-#: ../client/pk-generate-pack.c:197
+#: ../client/pk-generate-pack.c:246
msgid "Put all updates available in the service pack"
-msgstr ""
+msgstr "ש×× ×ת ×× ××¢×××× ×× ××××× ×× ×××××ת ש×ר×ת"
#. TRANSLATORS: This is when the user fails to supply the correct arguments
-#: ../client/pk-generate-pack.c:225
+#: ../client/pk-generate-pack.c:282
msgid "Neither --package or --updates option selected."
-msgstr ""
+msgstr "××פשר×ת --package ×× ××פשר×ת --updates × ××ר×"
#. TRANSLATORS: This is when the user fails to supply just one argument
-#: ../client/pk-generate-pack.c:233
+#: ../client/pk-generate-pack.c:290
msgid "Both options selected."
msgstr "×©×ª× ××פשר×××ת × ××ר×."
#. TRANSLATORS: This is when the user fails to supply the output
-#: ../client/pk-generate-pack.c:249
-#, fuzzy
+#: ../client/pk-generate-pack.c:306
msgid "A output directory or file name is required"
-msgstr "× ×רשת ×צ××× ×××שת×ש ××× ××¡× ×××ש"
+msgstr "ת×ק××ת פ×× ×× ×©× ×§×××¥ × ×רש××"
+
+#. TRANSLATORS: This is when the dameon is not-installed/broken and fails to startup
+#: ../client/pk-generate-pack.c:324
+msgid "The dameon failed to startup"
+msgstr "××ש××× ××פע×ת ת×××× ×רקע"
#. TRANSLATORS: This is when the backend doesn't have the capability to get-depends
#. TRANSLATORS: This is when the backend doesn't have the capability to download
-#: ../client/pk-generate-pack.c:267 ../client/pk-generate-pack.c:273
+#: ../client/pk-generate-pack.c:335
+#: ../client/pk-generate-pack.c:341
msgid "The package manager cannot perform this type of operation."
-msgstr ""
+msgstr "×× ××¢ × ×××× ××××××ת ×× ×××× ××צע ס×× ×× ×©× ×¤×¢×××"
#. TRANSLATORS: This is when the distro didn't include libarchive support into PK
-#: ../client/pk-generate-pack.c:280
-msgid ""
-"Service packs cannot be created as PackageKit was not built with libarchive "
-"support."
-msgstr ""
+#: ../client/pk-generate-pack.c:348
+msgid "Service packs cannot be created as PackageKit was not built with libarchive support."
+msgstr "×× × ××ª× ××צ×ר ×××××ת ש×ר×ת ×××××× ×©PackageKit ×× ×××ר ×¢× ×ª×××× ×libarchive."
#. TRANSLATORS: the user specified an absolute path, but didn't get the extension correct
-#: ../client/pk-generate-pack.c:291
+#: ../client/pk-generate-pack.c:359
msgid "If specifying a file, the service pack name must end with"
-msgstr ""
+msgstr "×× ××ª× ×צ××× ×§×××¥, ×©× ××××ת ×ש×ר×ת ×××× ××סת××× ×¢×"
#. TRANSLATORS: This is when file already exists
-#: ../client/pk-generate-pack.c:307
+#: ../client/pk-generate-pack.c:375
msgid "A pack with the same name already exists, do you want to overwrite it?"
-msgstr ""
+msgstr "××××× ×¢× ×©× ××× ××ר ק×××ת, ××× ××ª× ×¨××¦× ××××××£ ××ת×?"
#. TRANSLATORS: This is when the pack was not overwritten
-#: ../client/pk-generate-pack.c:310
+#: ../client/pk-generate-pack.c:378
msgid "The pack was not overwritten."
-msgstr ""
+msgstr "×××××× ×× ××××פ×."
#. TRANSLATORS: This is when the temporary directory cannot be created, the directory name follows
-#: ../client/pk-generate-pack.c:323
+#: ../client/pk-generate-pack.c:391
msgid "Failed to create directory:"
msgstr "××ש××× ××צ×רת ת×ק×××:"
#. TRANSLATORS: This is when the list of packages from the remote computer cannot be opened
-#: ../client/pk-generate-pack.c:333
+#: ../client/pk-generate-pack.c:403
msgid "Failed to open package list."
msgstr "××ש××× ×פת××ת רש××ת ××××××ת."
#. TRANSLATORS: The package name is being matched up to available packages
-#: ../client/pk-generate-pack.c:344
+#: ../client/pk-generate-pack.c:412
msgid "Finding package name."
msgstr "××ת×ר ×©× ××××××."
#. TRANSLATORS: This is when the package cannot be found in any software source. The detailed error follows
-#: ../client/pk-generate-pack.c:348
+#: ../client/pk-generate-pack.c:416
#, c-format
msgid "Failed to find package '%s': %s"
msgstr "×× × ×צ×× ×××××× '%s':â %s"
#. TRANSLATORS: This is telling the user we are in the process of making the pack
-#: ../client/pk-generate-pack.c:365
+#: ../client/pk-generate-pack.c:424
msgid "Creating service pack..."
-msgstr ""
+msgstr "××צר ××××ת ש×ר×ת..."
#. TRANSLATORS: we succeeded in making the file
-#: ../client/pk-generate-pack.c:372
+#: ../client/pk-generate-pack.c:439
#, c-format
msgid "Service pack created '%s'"
-msgstr ""
+msgstr "××××ת ש×ר×ת × ××¦×¨× '%s'"
#. TRANSLATORS: we failed to make te file
-#: ../client/pk-generate-pack.c:377
+#: ../client/pk-generate-pack.c:444
#, c-format
msgid "Failed to create '%s': %s"
msgstr "××ש××× ××צ×רת '%s':â %s"
+#: ../client/pk-monitor.c:210
+msgid "Failed to get daemon state"
+msgstr "×× × ××ª× ×ק×× ××¦× ×©×ר×ת ×רקע"
+
#. TRANSLATORS: this is a program that monitors PackageKit
-#: ../client/pk-monitor.c:146
+#: ../client/pk-monitor.c:296
msgid "PackageKit Monitor"
msgstr "××× ×××ר PackageKit"
-#: ../client/pk-monitor.c:183
-msgid "Cannot show the list of transactions"
-msgstr ""
-
-#. TRANSLATORS: The package was not found in any software sources
-#: ../client/pk-tools-common.c:118
-#, c-format
-msgid "The package could not be found"
-msgstr "×××××× ×× × ×צ××"
-
-#. TRANSLATORS: more than one package could be found that matched, to follow is a list of possible packages
-#: ../client/pk-tools-common.c:130
-msgid "More than one package matches:"
-msgstr "×ש ××תר ×××××× ×ת×××× ××ת:"
-
-#. TRANSLATORS: This finds out which package in the list to use
-#: ../client/pk-tools-common.c:137
-msgid "Please choose the correct package: "
-msgstr "× × ××××ר ×ת ×××××× ×× ××× ×: "
-
-#: ../client/pk-tools-common.c:162
-#, c-format
-msgid "Please enter a number from 1 to %i: "
-msgstr "× × ××××× ×ספר ××× 1 ×-%i: "
-
#. TRANSLATORS: when we are getting data from the daemon
-#: ../contrib/browser-plugin/pk-plugin-install.c:466
+#: ../contrib/browser-plugin/pk-plugin-install.c:495
msgid "Getting package information..."
msgstr "ק××¨× ××××¢ ××××ת ××××××..."
#. TRANSLATORS: run an applicaiton
-#: ../contrib/browser-plugin/pk-plugin-install.c:472
+#: ../contrib/browser-plugin/pk-plugin-install.c:501
#, c-format
msgid "Run %s"
msgstr "×פע×× %s"
#. TRANSLATORS: show the installed version of a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:478
+#: ../contrib/browser-plugin/pk-plugin-install.c:507
msgid "Installed version"
msgstr "××¨×¡× ×××ª×§× ×ª"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:486
+#: ../contrib/browser-plugin/pk-plugin-install.c:515
#, c-format
msgid "Run version %s now"
msgstr "××¤×¢× ××¨×¡× %s ×עת"
#. TRANSLATORS: run the application now
-#: ../contrib/browser-plugin/pk-plugin-install.c:492
+#: ../contrib/browser-plugin/pk-plugin-install.c:521
msgid "Run now"
msgstr "××¤×¢× ×עת"
#. TRANSLATORS: update to a new version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:498
+#: ../contrib/browser-plugin/pk-plugin-install.c:527
#, c-format
msgid "Update to version %s"
msgstr "×¢××× ×××¨×¡× %s"
#. TRANSLATORS: To install a package
-#: ../contrib/browser-plugin/pk-plugin-install.c:504
+#: ../contrib/browser-plugin/pk-plugin-install.c:533
#, c-format
msgid "Install %s now"
msgstr "××ª×§× %s ×עת"
#. TRANSLATORS: the version of the package
-#: ../contrib/browser-plugin/pk-plugin-install.c:507
+#: ../contrib/browser-plugin/pk-plugin-install.c:536
msgid "Version"
msgstr "×רס×"
#. TRANSLATORS: noting found, so can't install
-#: ../contrib/browser-plugin/pk-plugin-install.c:512
+#: ../contrib/browser-plugin/pk-plugin-install.c:541
msgid "No packages found for your system"
msgstr "×× × ×צ×× ×××××ת ×¢××ר ××ער×ת ש××"
#. TRANSLATORS: package is being installed
-#: ../contrib/browser-plugin/pk-plugin-install.c:517
+#: ../contrib/browser-plugin/pk-plugin-install.c:546
msgid "Installing..."
msgstr "×תק××..."
#. TRANSLATORS: downloading repo data so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:349
+#: ../contrib/command-not-found/pk-command-not-found.c:365
msgid "Downloading details about the software sources."
-msgstr ""
+msgstr "××ר×× ×¤×¨××× ×¢× ×ק×ר×ת ת××× ×."
#. TRANSLATORS: downloading file lists so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:353
+#: ../contrib/command-not-found/pk-command-not-found.c:369
msgid "Downloading filelists (this may take some time to complete)."
-msgstr ""
+msgstr "××ר×× ×¨×©××ת ק×צ×× (×× ×¢××× ×ק×ת קצת ×××)"
#. TRANSLATORS: waiting for native lock
-#: ../contrib/command-not-found/pk-command-not-found.c:357
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:373
msgid "Waiting for package manager lock."
-msgstr "××ת×ר ×©× ××××××."
+msgstr "××ת×× ×× ×¢××× ×¢× ×× ××¢ × ×××× ××××××ת"
#. TRANSLATORS: loading package cache so we can search
-#: ../contrib/command-not-found/pk-command-not-found.c:361
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:377
msgid "Loading list of packages."
-msgstr "××ר×× ××××× ××¨× ×"
+msgstr "×××¢× ×¨×©××ת ×××××ת"
#. TRANSLATORS: we failed to find the package, this shouldn't happen
-#: ../contrib/command-not-found/pk-command-not-found.c:420
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:423
msgid "Failed to search for file"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "× ××©× ×××פ×ש ק×××¥"
#. TRANSLATORS: we failed to launch the executable, the error follows
-#: ../contrib/command-not-found/pk-command-not-found.c:557
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:566
msgid "Failed to launch:"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "×× × ××ª× ××פע××: %s"
+
+#. TRANSLATORS: we failed to install the package
+#: ../contrib/command-not-found/pk-command-not-found.c:594
+msgid "Failed to install packages"
+msgstr "××ש××× ×××ª×§× ×ª ××××××ת: %s"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/command-not-found/pk-command-not-found.c:632
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:670
msgid "PackageKit Command Not Found"
-msgstr "××× ×××ר PackageKit"
+msgstr "××× ×¤×§××× ×× × ×צ×× ×©× PackageKit"
#. TRANSLATORS: the prefix of all the output telling the user why it's not executing
-#: ../contrib/command-not-found/pk-command-not-found.c:658
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:699
msgid "Command not found."
-msgstr "ת×ק××× ×× × ×צ××"
+msgstr "פק××× ×× × ×צ××."
#. TRANSLATORS: tell the user what we think the command is
-#: ../contrib/command-not-found/pk-command-not-found.c:665
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:706
msgid "Similar command is:"
-msgstr "תת-פק×××ת:"
+msgstr "פק××× ××××:"
#. TRANSLATORS: Ask the user if we should run the similar command
-#: ../contrib/command-not-found/pk-command-not-found.c:674
+#: ../contrib/command-not-found/pk-command-not-found.c:716
msgid "Run similar command:"
-msgstr ""
+msgstr "×רץ פק××× ××××:"
#. TRANSLATORS: show the user a list of commands that they could have meant
#. TRANSLATORS: show the user a list of commands we could run
-#: ../contrib/command-not-found/pk-command-not-found.c:686
-#: ../contrib/command-not-found/pk-command-not-found.c:695
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:730
+#: ../contrib/command-not-found/pk-command-not-found.c:739
msgid "Similar commands are:"
-msgstr "תת-פק×××ת:"
+msgstr "פק×××ת ××××ת:"
#. TRANSLATORS: ask the user to choose a file to run
-#: ../contrib/command-not-found/pk-command-not-found.c:702
+#: ../contrib/command-not-found/pk-command-not-found.c:746
msgid "Please choose a command to run"
-msgstr ""
+msgstr "×× × ××ר פק××× ××רצ×"
#. TRANSLATORS: tell the user what package provides the command
-#: ../contrib/command-not-found/pk-command-not-found.c:721
+#: ../contrib/command-not-found/pk-command-not-found.c:766
msgid "The package providing this file is:"
-msgstr ""
+msgstr "×××××× ××ספקת ×ת ×ק×××¥ ×××:"
#. TRANSLATORS: as the user if we want to install a package to provide the command
-#: ../contrib/command-not-found/pk-command-not-found.c:726
+#: ../contrib/command-not-found/pk-command-not-found.c:771
#, c-format
msgid "Install package '%s' to provide command '%s'?"
-msgstr ""
+msgstr "××תק×× ×ת ×××××× '%s' ××× ×ספק ×ת ×פק××× '%s'?"
#. TRANSLATORS: Show the user a list of packages that provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:747
+#: ../contrib/command-not-found/pk-command-not-found.c:795
msgid "Packages providing this file are:"
-msgstr ""
+msgstr "×××××ת ש×ספק×ת ×ת ×ק×××¥ ×××:"
#. TRANSLATORS: Show the user a list of packages that they can install to provide this command
-#: ../contrib/command-not-found/pk-command-not-found.c:756
+#: ../contrib/command-not-found/pk-command-not-found.c:805
msgid "Suitable packages are:"
-msgstr ""
+msgstr "×××××ת ×ת××××ת:"
#. get selection
#. TRANSLATORS: ask the user to choose a file to install
-#: ../contrib/command-not-found/pk-command-not-found.c:764
-#, fuzzy
+#: ../contrib/command-not-found/pk-command-not-found.c:814
msgid "Please choose a package to install"
-msgstr "×× × ×צ×× ××××× ×ª×××ת"
+msgstr "×× × ××ר ××××× ×××ª×§× ×"
#. TRANSLATORS: we are starting to install the packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:187
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:197
msgid "Starting install"
-msgstr ""
+msgstr "×ת××× ××ª×§× ×"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:397
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:409
+#, c-format
msgid "Failed to find the package %s, or already installed: %s"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+msgstr "×× × ××ª× ××צ×× ×ת ×××××× %s, ×× ×©××× ××ר ×××ª×§× ×ª: %s"
#. command line argument, simulate what would be done, but don't actually do it
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:553
-msgid ""
-"Don't actually install any packages, only simulate what would be installed"
-msgstr ""
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:518
+msgid "Don't actually install any packages, only simulate what would be installed"
+msgstr "×× ×ª×ª×§×× ×ת ××××××ת ×××ת, רק ת××× ×ת ×ת××××"
#. command line argument, do we skip packages that depend on the ones specified
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:521
msgid "Do not install dependencies of the core packages"
-msgstr ""
+msgstr "×× ×ª×ª×§×× ×ª××××ת ××××××ת ×××××"
#. command line argument, do we operate quietly
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:559
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:524
msgid "Do not display information or progress"
-msgstr ""
+msgstr "×× ×ª×¦×× ××××¢ ×× ×תק×××ת"
#. TRANSLATORS: tool that gets called when the command is not found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:577
-#, fuzzy
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:542
msgid "PackageKit Debuginfo Installer"
-msgstr "×× ×©×§ ש×רת פק××× ×©× PackageKit"
+msgstr "×תק×× ××××¢ × ×פ×× ×ש××××ת ×©× PackageKit"
#. TRANSLATORS: the use needs to specify a list of package names on the command line
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:589
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:556
+#, c-format
msgid "ERROR: Specify package names to install."
-msgstr "×ש ×ק×××¢ ××××× ×× ×§×××¥ ×××ª×§× ×"
+msgstr "ש××××: ספק ×©× ××××× ×××ª×§× ×"
#. TRANSLATORS: we are getting the list of repositories
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:623
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:592
+#, c-format
msgid "Getting sources list"
-msgstr "ק××¨× ××××¢ ××××ת ××××××..."
+msgstr "×ק×× ×¨×©××ת ×ק×ר×ת"
+
+#. TRANSLATORS: operation was not successful
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:602
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:677
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:805
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:872
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:916
+msgid "FAILED."
+msgstr "× ×ש×."
#. TRANSLATORS: all completed 100%
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:641
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:681
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:716
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:800
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:844
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:911
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:955
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:617
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:657
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:692
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:776
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:820
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:887
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
#, c-format
msgid "OK."
-msgstr ""
+msgstr "×צ×××"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:644
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:620
#, c-format
msgid "Found %i enabled and %i disabled sources."
-msgstr ""
+msgstr "× ×צ×× %i ×ק×ר×ת פע×××× ×-%i ×ק×ר×ת ×× ××ר×××"
#. TRANSLATORS: we're finding repositories that match out pattern
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:651
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:627
#, c-format
msgid "Finding debugging sources"
-msgstr ""
+msgstr "××פש ×ק×ר×ת × ×פ×× ×©××××ת"
#. TRANSLATORS: tell the user what we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:684
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:660
#, c-format
msgid "Found %i disabled debuginfo repos."
-msgstr ""
+msgstr "× ×צ×× %i ×ק×ר×ת × ×פ×× ×©××××ת ×× ××ר×××"
#. TRANSLATORS: we're now enabling all the debug sources we found
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:691
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:667
#, c-format
msgid "Enabling debugging sources"
-msgstr ""
-
-#. TRANSLATORS: operation was not successful
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:701
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:785
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:829
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:896
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:940
-msgid "FAILED."
-msgstr ""
+msgstr "××פשר ×ק×ר×ת × ×פ×× ×©××××ת"
#. TRANSLATORS: tell the user how many we enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:719
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:695
#, c-format
msgid "Enabled %i debugging sources."
-msgstr ""
+msgstr "××פשר %i ×ק×ר×ת × ×פ×× ×©××××ת."
#. TRANSLATORS: we're now finding packages that match in all the repos
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:726
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:702
+#, c-format
msgid "Finding debugging packages"
-msgstr "××ת×ר ×©× ××××××."
+msgstr "××פש ×××××ת × ×פ×× ×©××××ת"
#. TRANSLATORS: we couldn't find the package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:738
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:714
+#, c-format
msgid "Failed to find the package %s: %s"
-msgstr "×× × ×צ×× ×××××× '%s':â %s"
+msgstr "×× × ×צ×× ×××××× %s:â %s"
#. TRANSLATORS: we couldn't find the debuginfo package name, non-fatal
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:761
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:737
+#, c-format
msgid "Failed to find the debuginfo package %s: %s"
-msgstr "×× × ×צ×× ×××××× '%s':â %s"
+msgstr "×× × ×צ×× ××××ת × ×פ×× ×ש××××ת %s:â %s"
#. TRANSLATORS: no debuginfo packages could be found to be installed
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:789
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:765
+#, c-format
msgid "Found no packages to install."
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+msgstr "×× × ×צ×× ×××××ת ×××ª×§× ×."
#. TRANSLATORS: tell the user we found some packages, and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:803
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:779
+#, c-format
msgid "Found %i packages:"
-msgstr "××ר×× ××××× ××¨× ×"
+msgstr "× ×צ×× %i ×××××ת:"
#. TRANSLATORS: tell the user we are searching for deps
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:819
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:795
#, c-format
msgid "Finding packages that depend on these packages"
-msgstr ""
+msgstr "××פש ×××××ת שת××××ת ××××××ת ×××"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:832
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:808
+#, c-format
msgid "Could not find dependant packages: %s"
-msgstr "×× × ×צ×× ××××× ×ª×××ת"
+msgstr "×× × ××ª× ××צ×× ×××××: %s"
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:848
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:824
#, c-format
msgid "Found %i extra packages."
-msgstr ""
+msgstr "×צ×× %i ×××××ת × ×ספ×ת."
#. TRANSLATORS: tell the user we found some more packages
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:852
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:828
+#, c-format
msgid "No extra packages required."
-msgstr "×× × ××ª× ××צ×× ×××× ×××××ת × ×קק×ת ×××××× ××"
+msgstr "×× × ×רש×ת ×××××ת × ×ספ×ת"
#. TRANSLATORS: tell the user we found some packages (and deps), and then list them
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:861
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:837
+#, c-format
msgid "Found %i packages to install:"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+msgstr "× ×צ×× %i ×××××ת ×××ª×§× ×"
#. TRANSLATORS: simulate mode is a testing mode where we quit before the action
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:874
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:850
+#, c-format
msgid "Not installing packages in simulate mode"
-msgstr "××ª×§× ×××××"
+msgstr "×× ×תק×× ×××××ת ×××¦× ××××××"
+
+#. TRANSLATORS: we are now installing the debuginfo packages we found earlier
+#. TRANSLATORS: transaction state, installing packages
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:862
+#: ../lib/packagekit-glib2/pk-console-shared.c:282
+#, c-format
+msgid "Installing packages"
+msgstr "×תק×× ×××××ת"
#. TRANSLATORS: could not install, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:899
-#, fuzzy, c-format
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:875
+#, c-format
msgid "Could not install packages: %s"
msgstr "××ש××× ×××ª×§× ×ª ××××××ת: %s"
#. TRANSLATORS: we are now disabling all debuginfo repos we previously enabled
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:931
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:907
#, c-format
msgid "Disabling sources previously enabled"
-msgstr ""
+msgstr "×× ××¨× ×ק×ר×ת ש××פע×× ×§×××"
#. TRANSLATORS: no debuginfo packages could be found to be installed, detailed error follows
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:943
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:919
#, c-format
msgid "Could not disable the debugging sources: %s"
-msgstr ""
+msgstr "×× × ××ª× ×× ××¨× ×ק×ר×ת × ×פ×× ×©××××ת: %s"
#. TRANSLATORS: we disabled all the debugging repos that we enabled before
-#: ../contrib/debuginfo-install/pk-debuginfo-install.c:958
+#: ../contrib/debuginfo-install/pk-debuginfo-install.c:934
#, c-format
msgid "Disabled %i debugging sources."
-msgstr ""
+msgstr "× ×××¨× %i ×ק×ר×ת × ×פ×× ×©××××ת"
#. TRANSLATORS: couldn't open device to write
#: ../contrib/device-rebind/pk-device-rebind.c:61
-#, fuzzy
msgid "Failed to open file"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "× ××©× ×פת××ת ק×××¥"
#. TRANSLATORS: could not write to the device
#: ../contrib/device-rebind/pk-device-rebind.c:70
-#, fuzzy
msgid "Failed to write to the file"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "× ××©× ××ת××× ×ק×××¥"
#. TRANSLATORS: we failed to release the current driver
#: ../contrib/device-rebind/pk-device-rebind.c:110
#: ../contrib/device-rebind/pk-device-rebind.c:147
-#, fuzzy
msgid "Failed to write to device"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "× ××©× ××ת××× ××תק×"
#. TRANSLATORS: the device could not be found in sysfs
#: ../contrib/device-rebind/pk-device-rebind.c:175
-#, fuzzy
msgid "Device could not be found"
-msgstr "×××××× ×× × ×צ××"
+msgstr "×××ª×§× ×× × ×צ×"
#. TRANSLATORS: we failed to release the current driver
#: ../contrib/device-rebind/pk-device-rebind.c:202
-#, fuzzy
msgid "Failed to unregister driver"
-msgstr "××ש××× ××צ×רת ת×ק×××:"
+msgstr "× ××©× ××סרת ×× ×× ×××ª×§× ×רש××ת ×× ××× ×××ª×§× ×רש××××"
#. TRANSLATORS: we failed to bind the old driver
#: ../contrib/device-rebind/pk-device-rebind.c:211
-#, fuzzy
msgid "Failed to register driver"
-msgstr "××ש××× ××צ×רת ת×ק×××:"
+msgstr "× ××©× ×ר×ש×× ×× ×× ××תק×"
#. TRANSLATORS: user did not specify a device sysfs path that exists
#: ../contrib/device-rebind/pk-device-rebind.c:260
-#, fuzzy
msgid "Device path not found"
-msgstr "ת×ק××× ×× × ×צ××"
+msgstr "× ×ª×× ×××ª×§× ×× × ×צ×"
#. TRANSLATORS: user did not specify a valid device sysfs path
#: ../contrib/device-rebind/pk-device-rebind.c:268
msgid "Incorrect device path specified"
-msgstr ""
+msgstr "× ×ª×× ××ª×§× ×©××× ×¡×פק"
+
+#: ../contrib/device-rebind/pk-device-rebind.c:293
+msgid "Show extra debugging information"
+msgstr "××¦× ××××¢ × ×סף ×צ××¨× ××ת×ר ש××××ת"
#. command line argument, simulate what would be done, but don't actually do it
#: ../contrib/device-rebind/pk-device-rebind.c:296
msgid "Don't actually touch the hardware, only simulate what would be done"
-msgstr ""
+msgstr "×× ×ª×××¢ ×××ת ××××ר×, רק ת××× ×ת ×× ×©××ª× ×¢××× ×עש×ת"
#. TRANSLATORS: command line option: a list of files to install
#: ../contrib/device-rebind/pk-device-rebind.c:299
msgid "Device paths"
-msgstr ""
+msgstr "× ×ª×× ××תק×"
#. TRANSLATORS: tool that gets called when the device needs reloading after installing firmware
#: ../contrib/device-rebind/pk-device-rebind.c:314
-#, fuzzy
msgid "PackageKit Device Reloader"
-msgstr "××××ת ש×ר×ת PackageKit"
+msgstr "×××¢× ×××ª×§× ×× ×××ש ×©× PackageKit"
#. TRANSLATORS: user did not specify a valid device sysfs path
#: ../contrib/device-rebind/pk-device-rebind.c:322
-#, fuzzy
msgid "You need to specify at least one valid device path"
-msgstr "×ש ×צ××× ×¤×¨×× ×××"
+msgstr "××ª× ×¦×¨×× ×צ××× ×פ××ת × ×ª×× ××× ×ª×§×× ××תק×"
#. TRANSLATORS: user did not specify a valid device sysfs path
#: ../contrib/device-rebind/pk-device-rebind.c:332
msgid "This script can only be used by the root user"
-msgstr ""
+msgstr "×תסר×× ××××××× ××××ת ××רץ ×¢\"× ×שת×ש root ××× ×שת×ש ר×××"
#. TRANSLATORS: we're going to verify the path first
#: ../contrib/device-rebind/pk-device-rebind.c:341
msgid "Verifying device path"
-msgstr ""
+msgstr "××××× × ×ª×× ×תק×"
#. TRANSLATORS: user did not specify a device sysfs path that exists
#: ../contrib/device-rebind/pk-device-rebind.c:346
-#, fuzzy
msgid "Failed to verify device path"
-msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+msgstr "× ××©× ××××קת × ×ª×× ×××ª×§× "
#. TRANSLATORS: we're going to try
#: ../contrib/device-rebind/pk-device-rebind.c:360
msgid "Attempting to rebind device"
-msgstr ""
+msgstr "×× ×¡× ×ש××× ×××ש ×ת ××תק×"
#. TRANSLATORS: we failed to release the current driver
#: ../contrib/device-rebind/pk-device-rebind.c:365
-#, fuzzy
msgid "Failed to rebind device"
-msgstr "××ש××× ××צ×רת ת×ק×××:"
+msgstr "× ××©× ×ש×ר×ר ××תק×"
#: ../data/packagekit-catalog.xml.in.h:1
msgid "PackageKit Catalog"
@@ -1307,6 +1073,607 @@ msgstr "רש××ת ×××××ת PackageKit"
msgid "PackageKit Service Pack"
msgstr "××××ת ש×ר×ת PackageKit"
+#: ../lib/packagekit-glib2/pk-console-shared.c:59
+#, c-format
+msgid "Please enter a number from 1 to %i: "
+msgstr "× × ××××× ×ספר ××× 1 ×-%i: "
+
+#. TRANSLATORS: more than one package could be found that matched, to follow is a list of possible packages
+#: ../lib/packagekit-glib2/pk-console-shared.c:183
+msgid "More than one package matches:"
+msgstr "×ש ××תר ×××××× ×ת×××× ××ת:"
+
+#. TRANSLATORS: This finds out which package in the list to use
+#: ../lib/packagekit-glib2/pk-console-shared.c:196
+msgid "Please choose the correct package: "
+msgstr "× × ××××ר ×ת ×××××× ×× ××× ×: "
+
+#. TRANSLATORS: This is when the transaction status is not known
+#: ../lib/packagekit-glib2/pk-console-shared.c:250
+msgid "Unknown state"
+msgstr "××¦× ×× ××××¢"
+
+#. TRANSLATORS: transaction state, the daemon is in the process of starting
+#: ../lib/packagekit-glib2/pk-console-shared.c:254
+msgid "Starting"
+msgstr "×ת×××"
+
+#. TRANSLATORS: transaction state, the transaction is waiting for another to complete
+#: ../lib/packagekit-glib2/pk-console-shared.c:258
+msgid "Waiting in queue"
+msgstr "××ת×× ×ת×ר"
+
+#. TRANSLATORS: transaction state, just started
+#: ../lib/packagekit-glib2/pk-console-shared.c:262
+msgid "Running"
+msgstr "פ××¢×"
+
+#. TRANSLATORS: transaction state, is querying data
+#: ../lib/packagekit-glib2/pk-console-shared.c:266
+msgid "Querying"
+msgstr "××¢××× ×× ×ª×× ××"
+
+#. TRANSLATORS: transaction state, getting data from a server
+#: ../lib/packagekit-glib2/pk-console-shared.c:270
+msgid "Getting information"
+msgstr "×ק×× × ×ª×× ××"
+
+#. TRANSLATORS: transaction state, removing packages
+#: ../lib/packagekit-glib2/pk-console-shared.c:274
+msgid "Removing packages"
+msgstr "×ס×ר ×××××ת"
+
+#. TRANSLATORS: transaction state, downloading package files
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:278
+#: ../lib/packagekit-glib2/pk-console-shared.c:656
+msgid "Downloading packages"
+msgstr "××ר×× ×××××ת"
+
+#. TRANSLATORS: transaction state, refreshing internal lists
+#: ../lib/packagekit-glib2/pk-console-shared.c:286
+msgid "Refreshing software list"
+msgstr "××¨×¢× × ×¨×©×××ת ×××××ת"
+
+#. TRANSLATORS: transaction state, installing updates
+#: ../lib/packagekit-glib2/pk-console-shared.c:290
+msgid "Installing updates"
+msgstr "×תק×× ×¢×××× ××"
+
+#. TRANSLATORS: transaction state, removing old packages, and cleaning config files
+#: ../lib/packagekit-glib2/pk-console-shared.c:294
+msgid "Cleaning up packages"
+msgstr "×× ×§× ×××××ת"
+
+#. TRANSLATORS: transaction state, obsoleting old packages
+#: ../lib/packagekit-glib2/pk-console-shared.c:298
+msgid "Obsoleting packages"
+msgstr "××××©× ×××××ת"
+
+#. TRANSLATORS: transaction state, checking the transaction before we do it
+#: ../lib/packagekit-glib2/pk-console-shared.c:302
+msgid "Resolving dependencies"
+msgstr "×××¤× ×ת××××ת"
+
+#. TRANSLATORS: transaction state, checking if we have all the security keys for the operation
+#: ../lib/packagekit-glib2/pk-console-shared.c:306
+msgid "Checking signatures"
+msgstr "×××ק ×ת×××ת"
+
+#. TRANSLATORS: transaction state, when we return to a previous system state
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:310
+#: ../lib/packagekit-glib2/pk-console-shared.c:616
+msgid "Rolling back"
+msgstr "××××ר ×××ר×"
+
+#. TRANSLATORS: transaction state, when we're doing a test transaction
+#: ../lib/packagekit-glib2/pk-console-shared.c:314
+msgid "Testing changes"
+msgstr "×××ק ש×× ××××"
+
+#. TRANSLATORS: transaction state, when we're writing to the system package database
+#: ../lib/packagekit-glib2/pk-console-shared.c:318
+msgid "Committing changes"
+msgstr "××צע ש×× ××××"
+
+#. TRANSLATORS: transaction state, requesting data from a server
+#: ../lib/packagekit-glib2/pk-console-shared.c:322
+msgid "Requesting data"
+msgstr "××קש × ×ª×× ××"
+
+#. TRANSLATORS: transaction state, all done!
+#: ../lib/packagekit-glib2/pk-console-shared.c:326
+msgid "Finished"
+msgstr "×סת×××"
+
+#. TRANSLATORS: transaction state, in the process of cancelling
+#: ../lib/packagekit-glib2/pk-console-shared.c:330
+msgid "Cancelling"
+msgstr "××××"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:334
+msgid "Downloading repository information"
+msgstr "××ר×× × ×ª×× × ×××ר"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:338
+msgid "Downloading list of packages"
+msgstr "××ר×× ×¨×©××ת ×××××ת"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:342
+msgid "Downloading file lists"
+msgstr "××ר×× ×¨×©×××ת ק×צ××"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:346
+msgid "Downloading lists of changes"
+msgstr "××ר×× ×¨×©××ת ש×× ××××"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:350
+msgid "Downloading groups"
+msgstr "××ר×× ×§××צ×ת"
+
+#. TRANSLATORS: transaction state, downloading metadata
+#: ../lib/packagekit-glib2/pk-console-shared.c:354
+msgid "Downloading update information"
+msgstr "××ר×× ××××¢ ×¢××××"
+
+#. TRANSLATORS: transaction state, repackaging delta files
+#: ../lib/packagekit-glib2/pk-console-shared.c:358
+msgid "Repackaging files"
+msgstr "×××¨× ×§×צ×× ×××ש"
+
+#. TRANSLATORS: transaction state, loading databases
+#: ../lib/packagekit-glib2/pk-console-shared.c:362
+msgid "Loading cache"
+msgstr "×××¢× ×××××"
+
+#. TRANSLATORS: transaction state, scanning for running processes
+#: ../lib/packagekit-glib2/pk-console-shared.c:366
+msgid "Scanning applications"
+msgstr "ס×רק ××ש×××× ×××ª×§× ××"
+
+#. TRANSLATORS: transaction state, generating a list of packages installed on the system
+#: ../lib/packagekit-glib2/pk-console-shared.c:370
+msgid "Generating package lists"
+msgstr "×××צר רש××ת ×××××ת"
+
+#. TRANSLATORS: transaction state, when we're waiting for the native tools to exit
+#: ../lib/packagekit-glib2/pk-console-shared.c:374
+msgid "Waiting for package manager lock"
+msgstr "××× ×ת ×× ×¢××× ×¢× ×× ××¢ × ×××× ××××××ת"
+
+#. TRANSLATORS: transaction state, waiting for user to type in a password
+#: ../lib/packagekit-glib2/pk-console-shared.c:378
+msgid "Waiting for authentication"
+msgstr "××ת×× ×××××ת"
+
+#. TRANSLATORS: transaction state, we are updating the list of processes
+#: ../lib/packagekit-glib2/pk-console-shared.c:382
+msgid "Updating running applications"
+msgstr "××¢××× ×ת רש××ת ×××ש×××× ×פע××××"
+
+#. TRANSLATORS: transaction state, we are checking executable files currently in use
+#: ../lib/packagekit-glib2/pk-console-shared.c:386
+msgid "Checking applications in use"
+msgstr "×××ק ××ר ××ש×××× ×©×ר××¢ ×ש×××ש"
+
+#. TRANSLATORS: transaction state, we are checking for libraries currently in use
+#: ../lib/packagekit-glib2/pk-console-shared.c:390
+msgid "Checking libraries in use"
+msgstr "×××ק ××ר ספר××ת ת××× × ×©×ר××¢ ×ש×××ש"
+
+#. TRANSLATORS: transaction state, we are copying package files before or after the transaction
+#: ../lib/packagekit-glib2/pk-console-shared.c:394
+msgid "Copying files"
+msgstr "×עת×ק ק×צ××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:412
+msgid "Trivial"
+msgstr "×¢×××× ×©×××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:416
+msgid "Normal"
+msgstr "ר×××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:420
+msgid "Important"
+msgstr "×ש××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:424
+msgid "Security"
+msgstr "×××××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:428
+msgid "Bug fix "
+msgstr "ת×ק×× ×××"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:432
+msgid "Enhancement"
+msgstr "ש×פ×ר"
+
+#. TRANSLATORS: The type of update
+#: ../lib/packagekit-glib2/pk-console-shared.c:436
+msgid "Blocked"
+msgstr "×ס××"
+
+#. TRANSLATORS: The state of a package
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:441
+#: ../lib/packagekit-glib2/pk-console-shared.c:514
+msgid "Installed"
+msgstr "××תק×"
+
+#. TRANSLATORS: The state of a package, i.e. not installed
+#: ../lib/packagekit-glib2/pk-console-shared.c:446
+msgid "Available"
+msgstr "××××"
+
+#. TRANSLATORS: The action of the package, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:464
+msgid "Downloading"
+msgstr "××ר×× ××××× ××¨× ×"
+
+#. TRANSLATORS: The action of the package, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:468
+msgid "Updating"
+msgstr "××¢×××"
+
+#. TRANSLATORS: The action of the package, in present tense
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:472
+#: ../lib/packagekit-glib2/pk-console-shared.c:592
+msgid "Installing"
+msgstr "×תק××"
+
+#. TRANSLATORS: The action of the package, in present tense
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:476
+#: ../lib/packagekit-glib2/pk-console-shared.c:588
+msgid "Removing"
+msgstr "×ס×ר"
+
+#. TRANSLATORS: The action of the package, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:480
+msgid "Cleaning up"
+msgstr "×× ×§×"
+
+#. TRANSLATORS: The action of the package, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:484
+msgid "Obsoleting"
+msgstr "×××ש×"
+
+#. TRANSLATORS: The action of the package, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:488
+msgid "Reinstalling"
+msgstr "×תק×× ×××ש"
+
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:506
+msgid "Downloaded"
+msgstr "×ר×"
+
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:518
+msgid "Removed"
+msgstr "××סר"
+
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:522
+msgid "Cleaned up"
+msgstr "× ×ק×"
+
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:526
+msgid "Obsoleted"
+msgstr "××ש×"
+
+#. TRANSLATORS: The action of the package, in past tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:530
+msgid "Reinstalled"
+msgstr "×××ª×§× ×××ש"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:548
+msgid "Unknown role type"
+msgstr "ס×× ×ª×¤×§×× ×× ××××¢"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:552
+msgid "Getting dependencies"
+msgstr "×ק×× ×ª××××ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:556
+msgid "Getting update details"
+msgstr "×ק×× ×¤×¨×× ×¢××××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:560
+msgid "Getting details"
+msgstr "×ק×× ×¤×¨×××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:564
+msgid "Getting requires"
+msgstr "×ק×× ×ר×ש×ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:568
+msgid "Getting updates"
+msgstr "×ק×× ×¢×××× ××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:572
+msgid "Searching by details"
+msgstr "××פש ××¤× ×¤×¨×××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:576
+msgid "Searching by file"
+msgstr "××פש ××¤× ×§×××¥"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:580
+msgid "Searching groups"
+msgstr "××פש ק××צ×ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:584
+msgid "Searching by name"
+msgstr "××פש ××¤× ×©×"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:596
+msgid "Installing files"
+msgstr "×תק×× ×§×צ××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:600
+msgid "Refreshing cache"
+msgstr "××¨×¢× × ×××××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:604
+msgid "Updating packages"
+msgstr "××¢××× ×××××ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:608
+msgid "Updating system"
+msgstr "××¢××× ×ער×ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:612
+msgid "Canceling"
+msgstr "××××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:620
+msgid "Getting repositories"
+msgstr "×ק×× ×××ר××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:624
+msgid "Enabling repository"
+msgstr "××פשר ×××ר"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:628
+msgid "Setting data"
+msgstr "××××ר ××××¢"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:632
+msgid "Resolving"
+msgstr "פ×תר"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:636
+msgid "Getting file list"
+msgstr "×ק×× ×¨×©××ת ק×צ××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:640
+msgid "Getting provides"
+msgstr "×ק×× '×× ×ספק'"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:644
+msgid "Installing signature"
+msgstr "×תק×× ×ת×××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:648
+msgid "Getting packages"
+msgstr "×ק×× ×××××ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:652
+msgid "Accepting EULA"
+msgstr "××שר רש××× ×שת×ש ××§×¦× (EULA)"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:660
+msgid "Getting upgrades"
+msgstr "×ק×× ×©×ר××××"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:664
+msgid "Getting categories"
+msgstr "×ק×× ×§×××ר××ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:668
+msgid "Getting transactions"
+msgstr "×ק×× ×¤×¢×××ת ××©× ×ת"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:672
+#: ../lib/packagekit-glib2/pk-console-shared.c:676
+msgid "Simulating install"
+msgstr "×××× ××ª×§× ×"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:680
+msgid "Simulating remove"
+msgstr "×××× ×סר×"
+
+#. TRANSLATORS: The role of the transaction, in present tense
+#: ../lib/packagekit-glib2/pk-console-shared.c:684
+msgid "Simulating update"
+msgstr "×××× ×¢××××"
+
+#. TRANSLATORS: ask the user if they are comfortable installing insecure packages
+#: ../lib/packagekit-glib2/pk-task-text.c:69
+msgid "Do you want to allow installing of unsigned software?"
+msgstr "××ª× ×¨××¦× ××פשר ××ª×§× × ×©× ×ª××× × ×× ×ת×××"
+
+#. TRANSLATORS: tell the user we've not done anything
+#: ../lib/packagekit-glib2/pk-task-text.c:74
+msgid "The unsigned software will not be installed."
+msgstr "×ת××× × ××× ×ת××× ×× ×ª×תק×"
+
+#. TRANSLATORS: the package repository is signed by a key that is not recognised
+#: ../lib/packagekit-glib2/pk-task-text.c:123
+msgid "Software source signature required"
+msgstr "× ×רשת ×ת××× ×©× ×××ר ×ת×× ×"
+
+#. TRANSLATORS: the package repository name
+#: ../lib/packagekit-glib2/pk-task-text.c:129
+msgid "Software source name"
+msgstr "×©× ×ק×ר ×ת××× ×"
+
+#. TRANSLATORS: the key URL
+#: ../lib/packagekit-glib2/pk-task-text.c:132
+msgid "Key URL"
+msgstr "×ת××ת ×פת×"
+
+#. TRANSLATORS: the username of the key
+#: ../lib/packagekit-glib2/pk-task-text.c:135
+msgid "Key user"
+msgstr "×©× ×שת×ש ×©× ×פת×"
+
+#. TRANSLATORS: the key ID, usually a few hex digits
+#: ../lib/packagekit-glib2/pk-task-text.c:138
+msgid "Key ID"
+msgstr "××××× ×פת×"
+
+#. TRANSLATORS: the key fingerprint, again, yet more hex
+#: ../lib/packagekit-glib2/pk-task-text.c:141
+msgid "Key fingerprint"
+msgstr "×××עת ××צ××¢ ×©× ××פת×"
+
+#. TRANSLATORS: the timestamp (a bit like a machine readable time)
+#: ../lib/packagekit-glib2/pk-task-text.c:144
+msgid "Key Timestamp"
+msgstr "××ת×ת ×××× ×©× ××פת×"
+
+#. TRANSLATORS: ask the user if they want to import
+#: ../lib/packagekit-glib2/pk-task-text.c:157
+msgid "Do you accept this signature?"
+msgstr "××× ×תת ×××× ××ת××× ××?"
+
+#. TRANSLATORS: tell the user we've not done anything
+#: ../lib/packagekit-glib2/pk-task-text.c:162
+msgid "The signature was not accepted."
+msgstr "××ת××× × ××ת×."
+
+#. TRANSLATORS: this is another name for a software licence that has to be read before installing
+#: ../lib/packagekit-glib2/pk-task-text.c:205
+msgid "End user licence agreement required"
+msgstr "× ×רש ×ס×× ×¨×ש××× ×שת×ש ×§×¦× (EULA)"
+
+#. TRANSLATORS: the EULA text itself (long and boring)
+#: ../lib/packagekit-glib2/pk-task-text.c:214
+msgid "Agreement"
+msgstr "×ס××"
+
+#. TRANSLATORS: ask the user if they've read and accepted the EULA
+#: ../lib/packagekit-glib2/pk-task-text.c:223
+msgid "Do you accept this agreement?"
+msgstr "××× ××ª× ×ס××× ××ס×× ××?"
+
+#. TRANSLATORS: tell the user we've not done anything
+#: ../lib/packagekit-glib2/pk-task-text.c:228
+msgid "The agreement was not accepted."
+msgstr "××ס×× ×× ××שר."
+
+#. TRANSLATORS: the user needs to change media inserted into the computer
+#: ../lib/packagekit-glib2/pk-task-text.c:267
+msgid "Media change required"
+msgstr "ש×× ×× ×××× × ×רש"
+
+#. TRANSLATORS: the type, e.g. DVD, CD, etc
+#: ../lib/packagekit-glib2/pk-task-text.c:270
+msgid "Media type"
+msgstr "ס×× ×××××"
+
+#. TRANSLATORS: the media label, usually like 'disk-1of3'
+#: ../lib/packagekit-glib2/pk-task-text.c:273
+msgid "Media label"
+msgstr "ת×××ת ×××××"
+
+#. TRANSLATORS: the media description, usually like 'Fedora 12 disk 5'
+#: ../lib/packagekit-glib2/pk-task-text.c:276
+msgid "Text"
+msgstr "×קס×"
+
+#. TRANSLATORS: ask the user to insert the media
+#: ../lib/packagekit-glib2/pk-task-text.c:282
+msgid "Please insert the correct media"
+msgstr "× × ×××× ×ס ×ת ××××× ×× ××× ×"
+
+#. TRANSLATORS: tell the user we've not done anything as they are lazy
+#: ../lib/packagekit-glib2/pk-task-text.c:287
+msgid "The correct media was not inserted."
+msgstr "××××× ×× ××××ת ×× ×××× ×¡×."
+
+#. TRANSLATORS: When processing, we might have to remove other dependencies
+#: ../lib/packagekit-glib2/pk-task-text.c:302
+msgid "The following packages have to be removed:"
+msgstr "×ש ××ס×ר ×ת ××××××ת ××××ת:"
+
+#. TRANSLATORS: When processing, we might have to install other dependencies
+#: ../lib/packagekit-glib2/pk-task-text.c:307
+msgid "The following packages have to be installed:"
+msgstr "×ש ××תק×× ×ת ××××××ת ××××ת:"
+
+#. TRANSLATORS: When processing, we might have to update other dependencies
+#: ../lib/packagekit-glib2/pk-task-text.c:312
+msgid "The following packages have to be updated:"
+msgstr "×ש ××¢××× ×ת ××××××ת ××××ת:"
+
+#. TRANSLATORS: When processing, we might have to reinstall other dependencies
+#: ../lib/packagekit-glib2/pk-task-text.c:317
+msgid "The following packages have to be reinstalled:"
+msgstr "×ש ××תק××× ×××ש ×ת ××××××ת ××××ת:"
+
+#. TRANSLATORS: When processing, we might have to downgrade other dependencies
+#: ../lib/packagekit-glib2/pk-task-text.c:322
+msgid "The following packages have to be downgraded:"
+msgstr "×ש ××©× ×× (×ש××¨× ××××ר) ×ת ××××××ת ××××ת:"
+
+#. TRANSLATORS: ask the user if the proposed changes are okay
+#: ../lib/packagekit-glib2/pk-task-text.c:382
+msgid "Proceed with changes?"
+msgstr "×××ש×× ×¢× ×ש×× ××××?"
+
+#. TRANSLATORS: tell the user we didn't do anything
+#: ../lib/packagekit-glib2/pk-task-text.c:387
+msgid "The transaction did not proceed."
+msgstr "×פע××× ×× ××ש×××."
+
#. SECURITY:
#. - Normal users do not require admin authentication to accept new
#. licence agreements.
@@ -1322,41 +1689,32 @@ msgid "Authentication is required to accept a EULA"
msgstr "××××ת × ×רש ××× ×ק×× ×¨×©××× ×שת×ש ××§×¦× (EULA)"
#: ../policy/org.freedesktop.packagekit.policy.in.h:9
-#, fuzzy
-msgid ""
-"Authentication is required to cancel a task that was not started by yourself"
-msgstr "××××ת × ×רש ××× ××©× ×ת פר××ר×× ×©× ×ק×ר×ת ת××× ×"
+msgid "Authentication is required to cancel a task that was not started by yourself"
+msgstr "××××ת × ×רש ××× ×××× ×ש××× ×©×× ×ת××ת ×עצ××"
#: ../policy/org.freedesktop.packagekit.policy.in.h:10
msgid "Authentication is required to change software source parameters"
msgstr "××××ת × ×רש ××× ××©× ×ת פר××ר×× ×©× ×ק×ר×ת ת××× ×"
#: ../policy/org.freedesktop.packagekit.policy.in.h:11
-#, fuzzy
-msgid ""
-"Authentication is required to consider a key used for signing packages as "
-"trusted"
-msgstr "××××ת × ×רש ××× ××¨×¢× × ×ת רש×××ת ××××××ת"
+msgid "Authentication is required to consider a key used for signing packages as trusted"
+msgstr "××××ת × ×רש ××× ×ס×× ××¤×ª× ××שת×ש ××ת××× ×¢× ×××××ת ××××××"
#: ../policy/org.freedesktop.packagekit.policy.in.h:12
-#, fuzzy
msgid "Authentication is required to install a signed package"
-msgstr "××××ת × ×רש ××× ××תק×× ×××××"
+msgstr "××××ת × ×רש ××× ××תק×× ××××× ×ת×××"
#: ../policy/org.freedesktop.packagekit.policy.in.h:13
-#, fuzzy
msgid "Authentication is required to install an untrusted package"
-msgstr "××××ת × ×רש ××× ××תק×× ×××××"
+msgstr "××××ת × ×רש ××× ××תק×× ××××× ×× ××××× ×"
#: ../policy/org.freedesktop.packagekit.policy.in.h:14
-#, fuzzy
msgid "Authentication is required to refresh the system sources"
-msgstr "××××ת × ×רש ××× ××¨×¢× × ×ת רש×××ת ××××××ת"
+msgstr "××××ת × ×רש ××× ××¨×¢× × ×ת ×ק×ר×ת ××ער×ת"
#: ../policy/org.freedesktop.packagekit.policy.in.h:15
-#, fuzzy
msgid "Authentication is required to reload the device with a new driver"
-msgstr "××××ת × ×רש ××× ××¨×¢× × ×ת רש×××ת ××××××ת"
+msgstr "××××ת × ×רש ××× ×××¢×× ×××ש ××ª×§× ×¢× ×× ×× ××ª×§× ××ש"
#: ../policy/org.freedesktop.packagekit.policy.in.h:16
msgid "Authentication is required to remove packages"
@@ -1367,11 +1725,8 @@ msgid "Authentication is required to rollback a transaction"
msgstr "××××ת × ×רש ××× ××××× ××××¨× ×ת ××¨× ×¡×קצ××"
#: ../policy/org.freedesktop.packagekit.policy.in.h:18
-#, fuzzy
-msgid ""
-"Authentication is required to set the network proxy used for downloading "
-"packages"
-msgstr "××××ת × ×רש ××× ××ס×ר ×××××ת"
+msgid "Authentication is required to set the network proxy used for downloading packages"
+msgstr "××××ת × ×רש ××× ×××××ר ×ת שרת ×proxy ××ש×ש ×××ר×ת ××××××ת"
#: ../policy/org.freedesktop.packagekit.policy.in.h:19
msgid "Authentication is required to update packages"
@@ -1384,7 +1739,7 @@ msgstr "××××ת × ×רש ××× ××¢××× ×××××ת"
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:25
msgid "Cancel foreign task"
-msgstr ""
+msgstr "××× ×ש××× ×ר×"
#. SECURITY:
#. - Normal users require admin authentication to enable or disable
@@ -1402,9 +1757,8 @@ msgstr "×©× × ×¤×¨××ר×× ×©× ×ק×ר×ת ת××× ×"
#. 'auth_admin_keep'.
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:38
-#, fuzzy
msgid "Install signed package"
-msgstr "××ª×§× ×××××"
+msgstr "××ª×§× ××××× ×ת×××"
#. SECURITY:
#. - Normal users require admin authentication to install untrusted or
@@ -1413,9 +1767,8 @@ msgstr "××ª×§× ×××××"
#. - This is not retained as each package should be authenticated.
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:45
-#, fuzzy
msgid "Install untrusted local file"
-msgstr "××ª×§× ×§×××¥ ×ק×××"
+msgstr "××ª×§× ×§×××¥ ×ק××× ×× ×××××"
#. SECURITY:
#. - Normal users do not require admin authentication to refresh the
@@ -1423,7 +1776,7 @@ msgstr "××ª×§× ×§×××¥ ×ק×××"
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:50
msgid "Refresh system sources"
-msgstr ""
+msgstr "×¨×¢× × ×ת ×ק×××ת ××ער×ת"
#. SECURITY:
#. - Normal users require admin authentication to rebind a driver
@@ -1434,7 +1787,7 @@ msgstr ""
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:58
msgid "Reload a device"
-msgstr ""
+msgstr "××¢× ××ª×§× ×××ש"
#. SECURITY:
#. - Normal users require admin authentication to remove packages as
@@ -1464,7 +1817,7 @@ msgstr "×××× ××ר×× ×ת ××ר×ס×קצ×× ×§×××ת"
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:79
msgid "Set network proxy"
-msgstr ""
+msgstr "×××ר שרת proxy"
#. SECURITY:
#. - Normal users require admin authentication to add signing keys.
@@ -1474,7 +1827,7 @@ msgstr ""
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:86
msgid "Trust a key used for signing packages"
-msgstr ""
+msgstr "×ª× ×××× ×××¤×ª× ××שת×ש ××ת××ת ×××××ת"
#. SECURITY:
#. - Normal users do not require admin authentication to update the
@@ -1484,9 +1837,8 @@ msgstr ""
#. updates.
#.
#: ../policy/org.freedesktop.packagekit.policy.in.h:94
-#, fuzzy
msgid "Update packages"
-msgstr "×¢××× ×××××"
+msgstr "×¢××× ×××××ת"
#. TRANSLATORS: failed due to DBus security
#: ../src/pk-main.c:87
@@ -1505,141 +1857,249 @@ msgstr "×ת×× × ××פע×ת ×× ×¢× ××× ××שת×ש ×× ××× (××ר
#. TRANSLATORS: or we are installed in a prefix
#: ../src/pk-main.c:93
-msgid ""
-"The org.freedesktop.PackageKit.conf file is not installed in the system "
-"directory:"
+msgid "The org.freedesktop.PackageKit.conf file is not installed in the system directory:"
msgstr "×ק×××¥ org.freedesktop.PackageKit.conf ×× ×××ª×§× ×ת×ק××ת ××ער×ת:"
#. TRANSLATORS: a backend is the system package tool, e.g. yum, apt
-#: ../src/pk-main.c:205
+#: ../src/pk-main.c:199
msgid "Packaging backend to use, e.g. dummy"
msgstr "×ער×ת × ×××× ×××××ת × ××רת, ×××©× dummy"
#. TRANSLATORS: if we should run in the background
-#: ../src/pk-main.c:208
+#: ../src/pk-main.c:202
msgid "Daemonize and detach from the terminal"
msgstr "×פ×× ×ש×ר×ת ×ער×ת (daemon) ×××ª× ×ª×§ ×××ס××£"
#. TRANSLATORS: if we should not monitor how long we are inactive for
-#: ../src/pk-main.c:214
+#: ../src/pk-main.c:205
msgid "Disable the idle timer"
msgstr "××× ×ת ×× ×××× ×××סר פע×××ת"
#. TRANSLATORS: show version
-#: ../src/pk-main.c:217
+#: ../src/pk-main.c:208
msgid "Show version and exit"
msgstr "××¦× ××¨×¡× ×ס×××"
#. TRANSLATORS: exit after we've started up, used for user profiling
-#: ../src/pk-main.c:220
+#: ../src/pk-main.c:211
msgid "Exit after a small delay"
msgstr "×¦× ×××¨× ×××ª× × ×§×¦×¨×"
#. TRANSLATORS: exit straight away, used for automatic profiling
-#: ../src/pk-main.c:223
+#: ../src/pk-main.c:214
msgid "Exit after the engine has loaded"
msgstr "×¦× ×××¨× ×©××× ××¢ × ××¢×"
#. TRANSLATORS: describing the service that is running
-#: ../src/pk-main.c:238
+#: ../src/pk-main.c:229
msgid "PackageKit service"
msgstr "ש×ר×ת PackageKit"
#. TRANSLATORS: fatal error, dbus is not running
-#: ../src/pk-main.c:275
+#: ../src/pk-main.c:266
msgid "Cannot connect to the system bus"
msgstr "×× ×××× ××ת××ר ×-system bus"
#. TRANSLATORS: cannot register on system bus, unknown reason -- geeky error follows
-#: ../src/pk-main.c:334
+#: ../src/pk-main.c:317
msgid "Error trying to start:"
msgstr "××ש××× ××פע×ת:"
-#: ../src/pk-polkit-action-lookup.c:147
-#, fuzzy
+#: ../src/pk-polkit-action-lookup.c:150
msgid "To install debugging packages, extra sources need to be enabled"
-msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+msgstr "×¢× ×× ×ª ××תק×× ×××××ת × ×פ×× ×××××, ×ק×ר×ת × ×ספ×× ×¦×¨×××× ××××ת פע××××"
#. TRANSLATORS: is not GPG signed
-#: ../src/pk-polkit-action-lookup.c:168 ../src/pk-polkit-action-lookup.c:187
+#: ../src/pk-polkit-action-lookup.c:171
+#: ../src/pk-polkit-action-lookup.c:190
msgid "The software is not from a trusted source."
-msgstr ""
+msgstr "×ת××× × ×××ת ×× ××××¢× ××ק×ר ×××××"
-#: ../src/pk-polkit-action-lookup.c:173
+#: ../src/pk-polkit-action-lookup.c:176
msgid "Do not update this package unless you are sure it is safe to do so."
-msgstr ""
+msgstr "×× ×ª×¢××× ×ת ×××××× ×××ת ××× ×× ××ª× ×××× ×©×× ×××× ×עש×ת ××ת"
-#: ../src/pk-polkit-action-lookup.c:174
+#: ../src/pk-polkit-action-lookup.c:177
msgid "Do not update these packages unless you are sure it is safe to do so."
-msgstr ""
+msgstr "×× ×ª×¢××× ×ת ××××××ת ×××× ××× ×× ××ª× ×××× ×©×× ×××× ×עש×ת ××ת"
-#: ../src/pk-polkit-action-lookup.c:192
+#: ../src/pk-polkit-action-lookup.c:195
msgid "Do not install this package unless you are sure it is safe to do so."
-msgstr ""
+msgstr "×× ×ª×ª×ª×§×× ×ת ×××××× ×××ת ××× ×× ××ª× ×××× ×©×× ×××× ×עש×ת ××ת"
-#: ../src/pk-polkit-action-lookup.c:193
+#: ../src/pk-polkit-action-lookup.c:196
msgid "Do not install these packages unless you are sure it is safe to do so."
-msgstr ""
+msgstr "×× ×ª×ª×ª×§×× ×ת ××××××ת ×××ת ×××× ××× ×× ××ª× ×××× ×©×× ×××× ×עש×ת ××ת"
#. TRANSLATORS: warn the user that all bets are off
-#: ../src/pk-polkit-action-lookup.c:199
+#: ../src/pk-polkit-action-lookup.c:202
msgid "Malicious software can damage your computer or cause other harm."
-msgstr ""
+msgstr "ת××× × ×××× ×ת ××××× ××ר×× × ×ק ××××©× ×©×× ×× ×פ×××¢ ×××¨× ××רת"
#. TRANSLATORS: too many packages to list each one
-#: ../src/pk-polkit-action-lookup.c:274
-#, fuzzy
+#: ../src/pk-polkit-action-lookup.c:277
msgid "Many packages"
-msgstr "×¢××× ×××××"
+msgstr "×ר×× ×××××ת"
#. TRANSLATORS: if the transaction is forced to install only trusted packages
-#: ../src/pk-polkit-action-lookup.c:334
+#: ../src/pk-polkit-action-lookup.c:343
msgid "Only trusted"
-msgstr ""
+msgstr "רק ×××××"
+
+#. TRANSLATORS: turn on all debugging
+#: ../src/egg-debug.c:388
+msgid "Show debugging information for all files"
+msgstr "××¦× ××××¢ × ×פ×× ××××× ×¢××ר ×× ×ק×צ××"
+
+#. TRANSLATORS: a list of modules to debug
+#: ../src/egg-debug.c:459
+msgid "Debug these specific modules"
+msgstr "× ×¤× ×©××××ת ××××××××× ××ס××××× ××××"
+
+#. TRANSLATORS: a list of functions to debug
+#: ../src/egg-debug.c:462
+msgid "Debug these specific functions"
+msgstr "× ×¤× ×©××××ת ××פ×× ×§×¦××ת ××ס××××ת ××××"
+
+#. TRANSLATORS: save to a log
+#: ../src/egg-debug.c:465
+msgid "Log debugging data to a file"
+msgstr "ש××ר ×ת ××××¢ × ×פ×× ×ש××××ת ×ק×××¥"
+
+#: ../src/egg-debug.c:469
+msgid "Debugging Options"
+msgstr "××××¢ × ×פ×× ×©××××ת"
+#: ../src/egg-debug.c:469
+msgid "Show debugging options"
+msgstr "××¦× ×פשר×××ת × ×פ×× ×××××"
+
+#~ msgid "Please restart the application as it is being used."
+#~ msgstr "× × ××פע×× ×ת ×××ש×× ×××ש, ×××××× ×©××× ×ש×××ש."
+
+#, fuzzy
+#~ msgid "The package %s is already installed"
+#~ msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+#~ msgid "This tool could not install the files: %s"
+#~ msgstr "××ש××× ×××ª×§× ×ª ×ק×צ××: %s"
+
+#, fuzzy
+#~ msgid "This tool could not remove %s: %s"
+#~ msgstr "××ש××× ××סרת '%s':â %ss"
+#~ msgid "This tool could not remove the packages: %s"
+#~ msgstr "××ש××× ××סרת ××××××ת: %s"
+#~ msgid "Proceed removing additional packages?"
+#~ msgstr "××× ×××ש×× ××סרת ×××××ת × ×ספ×ת?"
+#~ msgid "The package removal was canceled!"
+#~ msgstr "×סרת ×××××× ×××××!"
+
+#, fuzzy
+#~ msgid "This tool could not download the package %s as it could not be found"
+#~ msgstr "××ש××× ×××ר×× ××××× ××¨× × ×©× ×××××× '%s' ×××××× ×©××× ×× × ×צ××"
+#~ msgid "This tool could not download the packages: %s"
+#~ msgstr "××ש××× ×××ר×× ××××× ××¨× × ×©× ××××××ת: %s"
+
+#, fuzzy
+#~ msgid "This tool could not update %s: %s"
+#~ msgstr "××ש××× ××¢×××× ×©× '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get the requirements for %s: %s"
+#~ msgstr "××ש××× ××ש×ת ××ר×ש×ת ××ק××××ת ×¢××ר '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get the dependencies for %s: %s"
+#~ msgstr "××ש××× ××ש×ת ×ת××××ת ×¢××ר '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get package details for %s: %s"
+#~ msgstr "××ש××× ××ש×ת פר×× ×××××× '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not find the files for %s: %s"
+#~ msgstr "××ש××× ×××ת×ר ×ק×צ×× ×¢××ר '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get the file list for %s: %s"
+#~ msgstr "××ש××× ××ש×ת רש××ת ×ק×צ×× ×¢××ר '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get package list: %s"
+#~ msgstr "××ש××× ××סרת ××××××ת: %s"
+
+#, fuzzy
+#~ msgid "Failed to save to disk"
+#~ msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
+
+#, fuzzy
+#~ msgid "Packages to add"
+#~ msgstr "××× ×××ר PackageKit"
+
+#, fuzzy
+#~ msgid "Packages to remove"
+#~ msgstr "ש×ר×ת PackageKit"
+
+#, fuzzy
+#~ msgid "No new packages need to be installed"
+#~ msgstr "×× × ××ª× ××תק×× ×ת ×××××× '%s':â %s"
+
+#, fuzzy
+#~ msgid "not found."
+#~ msgstr "ת×ק××× ×× × ×צ××"
+
+#, fuzzy
+#~ msgid "No packages can be found to install"
+#~ msgstr "×× × ×צ×× ×××××ת ×¢××ר ××ער×ת ש××"
+
+#, fuzzy
+#~ msgid "This tool could not find the update details for %s: %s"
+#~ msgstr "××ש××× ××ש×ת פר×× ××¢×××× ×¢××ר '%s':ââ %s"
+
+#, fuzzy
+#~ msgid "This tool could not get the update details for %s: %s"
+#~ msgstr "××ש××× ××ש×ת פר×× ××¢×××× ×¢××ר '%s':ââ %s"
+#~ msgid "Error:"
+#~ msgstr "ש××××:"
+#~ msgid "Do you agree to this license?"
+#~ msgstr "××× ×רש××× ×ק××× ×¢×××?"
+#~ msgid "The license was refused."
+#~ msgstr "××× ×ס××× ×רש×××."
+#~ msgid "This tool could not connect to system DBUS."
+#~ msgstr "×ת××ר×ת ×-DBUS ×××× ×ער××ª× × ×ש××."
+
+#, fuzzy
+#~ msgid "Incorrect privileges for this operation"
+#~ msgstr "××× ×× ××רש××ת ×× ×רש×ת ×פע××× ××"
+#~ msgid "The package could not be found"
+#~ msgstr "×××××× ×× × ×צ××"
#~ msgid "You need to specify a search type, e.g. name"
#~ msgstr "×ש ×ק×××¢ ס×× ××פ×ש, ×××©× ×©××"
-
#~ msgid "You need to specify a search term"
#~ msgstr "×ש ×צ××× ×¤×¨×× ××פ×ש"
-
#~ msgid "You need to specify a package to remove"
#~ msgstr "×ש ×ק×××¢ ××××× ××סר×"
-
#~ msgid "You need to specify a package name to resolve"
#~ msgstr "×ש ×צ××× ×©× ××××× ×××ר×ר"
-
#~ msgid "You need to specify a repository name"
#~ msgstr "×ש ×צ××× ×©× ×××ר ת×× ×"
-
#~ msgid "You need to specify a correct role"
#~ msgstr "×ש ×צ××× ×ª×¤×§×× ×ª×§××"
-
-#~ msgid "Failed to get last time"
-#~ msgstr "××ש××× ××¤×¢× ×©×¢×ר×"
-
#~ msgid "You need to specify a package to find the details for"
#~ msgstr "×ש ×צ××× ××××× ×¢×××¨× × ×רש×× ×פר×××"
-
#~ msgid "You need to specify a package to find the files for"
#~ msgstr "×ש ×צ××× ××××× ×¢×××¨× × ×רש ××ת×ר ×ק×צ××"
#, fuzzy
#~ msgid "You need to specify a list file to open"
#~ msgstr "×ש ×צ××× ×¤×¨×× ×××"
-
#~ msgid "This tool could not remove the packages: '%s'"
#~ msgstr "××ש××× ××סרת ××××××ת: '%s'"
-
#~ msgid "Install local file"
#~ msgstr "××ª×§× ×§×××¥ ×ק×××"
-
#~ msgid "Okay to import key?"
#~ msgstr "××× × ××ª× ××××× ×פת×?"
-
#~ msgid "Did not import key"
#~ msgstr "××¤×ª× ×× ××××"
-
#~ msgid "Do you agree?"
#~ msgstr "××× ×ת/× ×ס×××?"
@@ -1647,9 +2107,6 @@ msgstr ""
#~ msgid "Could not find package to remove"
#~ msgstr "×× × ×צ×× ××××× ××©× ×× ××סר×"
-#~ msgid "Cancelled!"
-#~ msgstr "××××!"
-
#, fuzzy
#~ msgid "Could not find package to update"
#~ msgstr "×× × ×צ×× ××××× ×ª×××ת"
@@ -1661,38 +2118,26 @@ msgstr ""
#, fuzzy
#~ msgid "Could not set database readonly"
#~ msgstr "×× × ××ª× ×פת×× ××¡× × ×ª×× ××: %s"
-
#~ msgid "Could not open database: %s"
#~ msgstr "×× × ××ª× ×פת×× ××¡× × ×ª×× ××: %s"
-
#~ msgid "You probably need to run this program as the root user"
#~ msgstr "×× ×¨×× ×©×ש ××ר××¥ ת××× × ×× ××שת×ש root"
-
#~ msgid "Authentication is required to install a local file"
#~ msgstr "××××ת × ×רש ××× ××תק×× ×§×××¥ ×ק×××"
-
#~ msgid "Authentication is required to install a security signature"
#~ msgstr "××××ת × ×רש ××× ××תק×× ××ת×ת ×××××"
-
#~ msgid "Authentication is required to update all packages"
#~ msgstr "××××ת × ×רש ××× ××¢××× ×ת ×× ××××××ת"
-
-#~ msgid "Refresh package lists"
-#~ msgstr "×¨×¢× × ×¨×©×××ת ×××××ת"
-
#~ msgid "Update all packages"
#~ msgstr "×¢××× ×ת ×× ××××××ת"
-
#~ msgid ""
#~ "Could not find a package with that name to install, or package already "
#~ "installed"
#~ msgstr "×× × ×צ×× ××××× ××©× ×× ×××ª×§× ×, ×× ××××× ××ר ×××ª×§× ×ª"
-
#~ msgid "Could not find a package with that name to update"
#~ msgstr "×× × ×צ×× ××××× ××©× ×× ××¢××××"
-
#~ msgid "Could not find a description for this package"
#~ msgstr "×× × ××ª× ××צ×× ×ª×××ר ×××××× ××"
-
#~ msgid "You need to specify a package to find the description for"
#~ msgstr "×ש ×צ××× ××××× ×¢×××¨× ××צ×× ×ª×××ר"
+
commit 018b4f066816c950a467ae0d2e05b548dbca3041
Author: Daniel Nicoletti <dantti85-pk at yahoo.com.br>
Date: Fri Dec 4 17:43:40 2009 -0200
aptcc: Added gstreamer codec search (need to replace it with gst), cleaned the code and
improved the package description.
diff --git a/backends/aptcc/Makefile.am b/backends/aptcc/Makefile.am
index a1ef5d0..72a0809 100644
--- a/backends/aptcc/Makefile.am
+++ b/backends/aptcc/Makefile.am
@@ -10,7 +10,7 @@ libpk_backend_aptcc_la_SOURCES = pk-backend-aptcc.cpp \
pkg_acqfile.cpp \
rsources.cpp
libpk_backend_aptcc_la_LIBADD = -lcrypt $(PK_PLUGIN_LIBS)
-libpk_backend_aptcc_la_LDFLAGS = -module -avoid-version $(APTCC_LIBS)
+libpk_backend_aptcc_la_LDFLAGS = -module -avoid-version $(APTCC_LIBS) $(GST_LIBS)
libpk_backend_aptcc_la_CFLAGS = $(PK_PLUGIN_CFLAGS)
libpk_backend_aptcc_la_CPPFLAGS = $(PK_PLUGIN_CFLAGS) $(APTCC_CFLAGS)
EXTRA_DIST = apt.h \
diff --git a/backends/aptcc/apt-utils.cpp b/backends/aptcc/apt-utils.cpp
index e1b01c9..1d2782a 100644
--- a/backends/aptcc/apt-utils.cpp
+++ b/backends/aptcc/apt-utils.cpp
@@ -20,6 +20,7 @@
*/
#include "apt-utils.h"
+#include <iostream>
static int descrBufferSize = 4096;
static char *descrBuffer = new char[descrBufferSize];
@@ -121,6 +122,7 @@ static char *debParser(string descr)
}
while (nlpos < descr.length()) {
+ // new line position
nlpos = descr.find('\n', nlpos);
if (nlpos == string::npos) {
break;
@@ -130,19 +132,25 @@ static char *debParser(string descr)
// del char after '\n' (always " ")
i++;
descr.erase(i, 1);
+
- // delete lines likes this: " .", makeing it a \n
+ // replace lines likes this: " .", making it a \n
if (descr[i] == '.') {
- descr.erase(i, 1);
- nlpos++;
+ descr.replace(i, 1, "\n");
+ nlpos = ++i;
continue;
}
+
// skip ws
while (descr[++i] == ' ');
-// // not a list, erase nl
-// if(!(descr[i] == '*' || descr[i] == '-' || descr[i] == 'o'))
-// descr.erase(nlpos,1);
+ // not a list, replace nl with " "
+ if(!(descr[i] == '*' || descr[i] == '-' || descr[i] == 'o')) {
+ descr.replace(nlpos, 1, " ");
+ } else {
+ // since 'o' is not a markdown list let it all be just "-"
+ descr.replace(i, 1, "-");
+ }
nlpos++;
}
diff --git a/backends/aptcc/apt.cpp b/backends/aptcc/apt.cpp
index 18dfc80..d6b7ba8 100644
--- a/backends/aptcc/apt.cpp
+++ b/backends/aptcc/apt.cpp
@@ -44,6 +44,9 @@
#include <dirent.h>
#include <assert.h>
+// Gstreamer stuff
+// #include <gst/gst.h>
+
aptcc::aptcc(PkBackend *backend, bool &cancel)
:
packageRecords(0),
@@ -373,6 +376,135 @@ void aptcc::emit_packages(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterat
}
}
+void aptcc::povidesCodec(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > &output,
+ gchar **values)
+{
+ // The search term from PackageKit daemon:
+ // gstreamer0.10(urisource-foobar)
+ // gstreamer0.10(decoder-audio/x-wma)(wmaversion=3)
+
+ // The optional field is more complicated, it can have
+ // types, like int, float...
+ // TODO use some GST helper :/
+ regex_t pkre;
+
+ const char *pkreg = "^gstreamer\\([0-9\\.]\\+\\)"
+ "(\\(encoder\\|decoder\\|urisource\\|urisink\\|element\\)-\\([^)]\\+\\))"
+ "\\((.*)\\)\\?";
+
+ if(regcomp(&pkre, pkreg, 0) != 0) {
+ egg_debug("Regex compilation error: ", pkreg);
+ return;
+ }
+
+ gchar *value;
+ vector<pair<string, regex_t> > search;
+ for (uint i = 0; i < g_strv_length(values); i++) {
+ value = values[i];
+ regmatch_t matches[5];
+ if (regexec(&pkre, value, 5, matches, 0) == 0) {
+ string version, type, data, opt;
+ version = "\nGstreamer-Version: ";
+ version.append(string(value, matches[1].rm_so, matches[1].rm_eo - matches[1].rm_so));
+ type = string(value, matches[2].rm_so, matches[2].rm_eo - matches[2].rm_so);
+ data = string(value, matches[3].rm_so, matches[3].rm_eo - matches[3].rm_so);
+ if (matches[4].rm_so != -1) {
+ // remove the '(' ')' that the regex matched
+ opt = string(value, matches[4].rm_so + 1, matches[4].rm_eo - matches[4].rm_so - 2);
+ } else {
+ // if the 4th element did not match match everything
+ opt = ".*";
+ }
+
+ if (type.compare("encoder") == 0) {
+ type = "Gstreamer-Encoders";
+ } else if (type.compare("decoder") == 0) {
+ type = "Gstreamer-Decoders";
+ } else if (type.compare("urisource") == 0) {
+ type = "Gstreamer-Uri-Sources";
+ } else if (type.compare("urisink") == 0) {
+ type = "Gstreamer-Uri-Sinks";
+ } else if (type.compare("element") == 0) {
+ type = "Gstreamer-Elements";
+ }
+ cout << version << endl;
+ cout << type << endl;
+ cout << data << endl;
+ cout << opt << endl;
+ regex_t sre;
+ gchar *itemreg;
+// GstCaps *caps;
+// caps = gst_caps_new_simple(data.c_str(), opt.c_str());
+ itemreg = g_strdup_printf("^%s:.* %s\\(, %s\\(,.*\\|;.*\\|$\\)\\|;\\|$\\)",
+ type.c_str(),
+ data.c_str(),
+ opt.c_str());
+ if(regcomp(&sre, itemreg, REG_NEWLINE | REG_NOSUB) == 0) {
+ search.push_back(pair<string, regex_t>(version, sre));
+ } else {
+ egg_debug("Search regex compilation error: ", itemreg);
+ }
+ g_free(itemreg);
+ } else {
+ egg_debug("Did not match: %", value);
+ }
+ }
+ regfree(&pkre);
+
+ // If nothing matched just return
+ if (search.size() == 0) {
+ return;
+ }
+
+ for (pkgCache::PkgIterator pkg = packageCache->PkgBegin(); !pkg.end(); ++pkg)
+ {
+ if (_cancel) {
+ break;
+ }
+ // Ignore packages that exist only due to dependencies.
+ if (pkg.VersionList().end() && pkg.ProvidesList().end()) {
+ continue;
+ }
+
+ // TODO search in updates packages
+ // Ignore virtual packages
+ pkgCache::VerIterator ver = find_ver(pkg);
+ if (ver.end() == true) {
+ ver = find_candidate_ver(pkg);
+ if (ver.end() == true) {
+ continue;
+ }
+ }
+ pkgCache::VerFileIterator vf = ver.FileList();
+ pkgRecords::Parser &rec = packageRecords->Lookup(vf);
+ const char *start, *stop;
+ rec.GetRec(start, stop);
+ string record(start, stop - start);
+ for (vector<pair<string, regex_t> >::iterator i=search.begin();
+ i != search.end();
+ ++i) {
+ if (_cancel) {
+ break;
+ }
+
+ // if Gstreamer-version: xxx is found try to match the regex
+ if (record.find(i->first) != string::npos) {
+ if (regexec(&i->second, record.c_str(), 0, NULL, 0) == 0) {
+ cout << record << endl;
+ output.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, ver));
+ }
+ }
+ }
+ }
+
+ // frees ours regexs
+ for (vector<pair<string, regex_t> >::iterator i=search.begin();
+ i != search.end();
+ ++i) {
+ regfree(&i->second);
+ }
+}
+
// used to emit packages it collects all the needed info
void aptcc::emit_details(const pkgCache::PkgIterator &pkg)
{
@@ -386,23 +518,17 @@ void aptcc::emit_details(const pkgCache::PkgIterator &pkg)
pkgCache::VerFileIterator vf = ver.FileList();
pkgRecords::Parser &rec = packageRecords->Lookup(vf);
- std::string homepage;
-
- if(rec.Homepage() != "") {
- homepage = rec.Homepage();
- }
-
gchar *package_id;
package_id = pk_package_id_build(pkg.Name(),
- ver.VerStr(),
- ver.Arch(),
- vf.File().Archive());
+ ver.VerStr(),
+ ver.Arch(),
+ vf.File().Archive());
pk_backend_details(m_backend,
package_id,
"unknown",
get_enum_group(section),
get_long_description_parsed(ver, packageRecords).c_str(),
- homepage.c_str(),
+ rec.Homepage().c_str(),
ver->Size);
}
@@ -631,68 +757,68 @@ vector<string> searchMimeType (PkBackend *backend, gchar **values, bool &error,
// TODO this was replaced with data in the cache
// used to return files it reads, using the info from the files in /var/lib/dpkg/info/
-vector<string> searchCodec (PkBackend *backend, gchar **values, bool &error, bool &_cancel)
-{
- vector<string> packageList;
- regex_t re;
- gchar *value;
- gchar *values_str;
-
- values_str = g_strjoinv("|", values);
- value = g_strdup_printf("^X-AppInstall-Codecs=\\(.*;\\)\\?\\(%s\\)\\(;.*\\)\\?$",
- values_str);
- g_free(values_str);
-
- if(regcomp(&re, value, REG_NOSUB) != 0) {
- egg_debug("Regex compilation error");
- g_free(value);
- return vector<string>();
- }
- g_free(value);
-
- DIR *dp;
- struct dirent *dirp;
- if (!(dp = opendir("/usr/share/app-install/desktop/"))) {
- egg_debug ("Error opening /usr/share/app-install/desktop/\n");
- regfree(&re);
- error = true;
- return vector<string>();
- }
-
- string line;
- while ((dirp = readdir(dp)) != NULL) {
- if (_cancel) {
- break;
- }
- if (ends_with(dirp->d_name, ".desktop")) {
- string f = "/usr/share/app-install/desktop/" + string(dirp->d_name);
- ifstream in(f.c_str());
- if (!in != 0) {
- continue;
- }
- bool getName = false;
- while (!in.eof()) {
- getline(in, line);
- if (getName) {
- if (starts_with(line, "X-AppInstall-Package=")) {
- // Remove the X-AppInstall-Package=
- packageList.push_back(line.substr(21));
- break;
- }
- } else {
- if (regexec(&re, line.c_str(), (size_t)0, NULL, 0) == 0) {
- in.seekg(ios_base::beg);
- getName = true;
- }
- }
- }
- }
- }
-
- closedir(dp);
- regfree(&re);
- return packageList;
-}
+// vector<string> searchCodec (PkBackend *backend, gchar **values, bool &error, bool &_cancel)
+// {
+// vector<string> packageList;
+// regex_t re;
+// gchar *value;
+// gchar *values_str;
+//
+// values_str = g_strjoinv("|", values);
+// value = g_strdup_printf("^X-AppInstall-Codecs=\\(.*;\\)\\?\\(%s\\)\\(;.*\\)\\?$",
+// values_str);
+// g_free(values_str);
+//
+// if(regcomp(&re, value, REG_NOSUB) != 0) {
+// egg_debug("Regex compilation error");
+// g_free(value);
+// return vector<string>();
+// }
+// g_free(value);
+//
+// DIR *dp;
+// struct dirent *dirp;
+// if (!(dp = opendir("/usr/share/app-install/desktop/"))) {
+// egg_debug ("Error opening /usr/share/app-install/desktop/\n");
+// regfree(&re);
+// error = true;
+// return vector<string>();
+// }
+//
+// string line;
+// while ((dirp = readdir(dp)) != NULL) {
+// if (_cancel) {
+// break;
+// }
+// if (ends_with(dirp->d_name, ".desktop")) {
+// string f = "/usr/share/app-install/desktop/" + string(dirp->d_name);
+// ifstream in(f.c_str());
+// if (!in != 0) {
+// continue;
+// }
+// bool getName = false;
+// while (!in.eof()) {
+// getline(in, line);
+// if (getName) {
+// if (starts_with(line, "X-AppInstall-Package=")) {
+// // Remove the X-AppInstall-Package=
+// packageList.push_back(line.substr(21));
+// break;
+// }
+// } else {
+// if (regexec(&re, line.c_str(), (size_t)0, NULL, 0) == 0) {
+// in.seekg(ios_base::beg);
+// getName = true;
+// }
+// }
+// }
+// }
+// }
+//
+// closedir(dp);
+// regfree(&re);
+// return packageList;
+// }
// used to emit files it reads the info directly from the files
void emit_files (PkBackend *backend, const gchar *pi)
diff --git a/backends/aptcc/apt.h b/backends/aptcc/apt.h
index ca50625..030a357 100644
--- a/backends/aptcc/apt.h
+++ b/backends/aptcc/apt.h
@@ -48,11 +48,6 @@ vector<string> search_file (PkBackend *backend, const string &file_name, bool &_
*/
vector<string> searchMimeType (PkBackend *backend, gchar **values, bool &error, bool &_cancel);
-/**
-* returns a list of packages names
-*/
-vector<string> searchCodec (PkBackend *backend, gchar **values, bool &error, bool &_cancel);
-
class pkgProblemResolver;
class aptcc
{
@@ -125,6 +120,12 @@ public:
bool installPackages(pkgDepCache &Cache,
bool Safety = true);
+ /**
+ * check if the package provides the codec
+ */
+ void povidesCodec(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > &output,
+ gchar **values);
+
pkgRecords *packageRecords;
pkgCache *packageCache;
pkgDepCache *packageDepCache;
diff --git a/backends/aptcc/pk-backend-aptcc.cpp b/backends/aptcc/pk-backend-aptcc.cpp
index b5b60b4..f3dbb45 100644
--- a/backends/aptcc/pk-backend-aptcc.cpp
+++ b/backends/aptcc/pk-backend-aptcc.cpp
@@ -457,7 +457,7 @@ backend_what_provides_thread (PkBackend *backend)
filters = (PkBitfield) pk_backend_get_uint (backend, "filters");
provides = (PkProvidesEnum) pk_backend_get_uint (backend, "provides");
search = pk_backend_get_string (backend, "search");
- values = g_strsplit (search, ";", 0);
+ values = g_strsplit (search, "&", 0);
pk_backend_set_status (backend, PK_STATUS_ENUM_QUERY);
@@ -477,17 +477,17 @@ backend_what_provides_thread (PkBackend *backend)
pk_backend_set_status (backend, PK_STATUS_ENUM_QUERY);
vector<string> packages;
+ vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > output;
if (provides == PK_PROVIDES_ENUM_MIMETYPE) {
packages = searchMimeType (backend, values, error, _cancel);
} else if (provides == PK_PROVIDES_ENUM_CODEC) {
- packages = searchCodec (backend, values, error, _cancel);
+ m_apt->povidesCodec(output, values);
} else {
// any...
packages = searchMimeType (backend, values, error, _cancel);
- packages = searchCodec (backend, values, error, _cancel);
+ m_apt->povidesCodec(output, values);
}
-
- vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > output;
+
for(vector<string>::iterator i = packages.begin();
i != packages.end(); ++i)
{
diff --git a/configure.ac b/configure.ac
index e9b6134..3936466 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,9 +705,12 @@ if test x$enable_aptcc = xyes; then
AC_CHECK_LIB(apt-pkg, main, , [AC_MSG_ERROR([Can't find the APT libraries -- please install libapt-pkg-dev])])
AC_CHECK_HEADER(apt-pkg/init.h, , [AC_MSG_ERROR([Can't find the APT header files -- please install libapt-pkg-dev])])
+
AC_SUBST(APTCC_CFLAGS)
AC_SUBST(APTCC_LIBS)
+ AC_CHECK_LIB([gstreamer-0.10], [gst_init], AC_SUBST([GST_LIBS], [`pkg-config âlibs gstreamer-0.10`]), AC_MSG_ERROR([Gstreamer-0.10 not found], [2]))
+
AC_MSG_CHECKING([whether apt includes the automatic dependency removal patch (required)])
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[#include <apt-pkg/depcache.h>]],
commit d4df92ea10d3165155c53fac4fa020afbac63f14
Author: Daniel Nicoletti <dantti85-pk at yahoo.com.br>
Date: Thu Dec 3 17:05:00 2009 -0200
pk-con: search provides for ANY instead of CODEC
diff --git a/client/pk-console.c b/client/pk-console.c
index 846712f..de927e1 100644
--- a/client/pk-console.c
+++ b/client/pk-console.c
@@ -1607,7 +1607,7 @@ main (int argc, char *argv[])
retval = PK_EXIT_CODE_SYNTAX_INVALID;
goto out;
}
- pk_client_what_provides_async (PK_CLIENT(task), filters, PK_PROVIDES_ENUM_CODEC, argv+2, cancellable,
+ pk_client_what_provides_async (PK_CLIENT(task), filters, PK_PROVIDES_ENUM_ANY, argv+2, cancellable,
(PkProgressCallback) pk_console_progress_cb, NULL,
(GAsyncReadyCallback) pk_console_finished_cb, NULL);
commit 5b185686689872932f58f2010859e7b61fd781b2
Merge: 226ccc1... ea73b10...
Author: Daniel Nicoletti <dantti85-pk at yahoo.com.br>
Date: Thu Dec 3 13:40:50 2009 -0200
Merge branch 'master' of git+ssh://git.packagekit.org/srv/git/PackageKit
commit 226ccc154c296cc59773563b49bb129dafab6651
Author: Daniel Nicoletti <dantti85-pk at yahoo.com.br>
Date: Thu Dec 3 13:36:00 2009 -0200
aptcc: Added what provides mime type support
diff --git a/backends/aptcc/apt-utils.cpp b/backends/aptcc/apt-utils.cpp
index 245ab96..e1b01c9 100644
--- a/backends/aptcc/apt-utils.cpp
+++ b/backends/aptcc/apt-utils.cpp
@@ -45,9 +45,6 @@ string get_default_short_description(const pkgCache::VerIterator &ver,
string get_short_description(const pkgCache::VerIterator &ver,
pkgRecords *records)
{
-// #ifndef HAVE_DDTP
-// return get_default_short_description(ver, records);
-// #else
if (ver.end() || ver.FileList().end() || records == NULL) {
return string();
}
@@ -65,15 +62,11 @@ string get_short_description(const pkgCache::VerIterator &ver,
} else {
return records->Lookup(df).ShortDesc();
}
-// #endif
}
string get_long_description(const pkgCache::VerIterator &ver,
pkgRecords *records)
{
-// #ifndef HAVE_DDTP
-// return get_default_long_description(ver, records);
-// #else
if (ver.end() || ver.FileList().end() || records == NULL) {
return string();
}
@@ -91,7 +84,6 @@ string get_long_description(const pkgCache::VerIterator &ver,
} else {
return records->Lookup(df).LongDesc();
}
-// #endif
}
string get_long_description_parsed(const pkgCache::VerIterator &ver,
@@ -238,63 +230,6 @@ get_enum_group (string group)
}
}
-pkg_action_state find_pkg_state(pkgCache::PkgIterator pkg,
- aptcc &cache)
-{
- pkgDepCache::StateCache state = cache.get_state(pkg);
-// pkg_action_state &extstate = cache.get_ext_state(pkg);
-
- if (state.InstBroken()) {
- return pkg_broken;
- } else if(state.Delete()) {
-// if(extstate.remove_reason==aptitudeDepCache::manual)
-// return pkg_remove;
-// else if(extstate.remove_reason==aptitudeDepCache::unused)
-// return pkg_unused_remove;
-// else
-// return pkg_auto_remove;
- } else if(state.Install()) {
- if(!pkg.CurrentVer().end()) {
- if(state.iFlags&pkgDepCache::ReInstall) {
- return pkg_reinstall;
- } else if(state.Downgrade()) {
- return pkg_downgrade;
- } else if(state.Upgrade()) {
- return pkg_upgrade;
- } else {
- // FOO! Should I abort here?
- return pkg_install;
- }
- } else if(state.Flags & pkgCache::Flag::Auto) {
- return pkg_auto_install;
- } else {
- return pkg_install;
- }
- } else if(state.Status==1 &&
- state.Keep())
- {
- if(!(state.Flags & pkgDepCache::AutoKept)) {
- return pkg_hold;
- } else {
- return pkg_auto_hold;
- }
- } else if(state.iFlags&pkgDepCache::ReInstall) {
- return pkg_reinstall;
- }
- // States where --configure fixes things.
- else if(pkg->CurrentState == pkgCache::State::UnPacked ||
- pkg->CurrentState == pkgCache::State::HalfConfigured
-#ifdef APT_HAS_TRIGGERS
- || pkg->CurrentState == pkgCache::State::TriggersAwaited
- || pkg->CurrentState == pkgCache::State::TriggersPending
-#endif
- )
- {
- return pkg_unconfigured;
- }
- return pkg_unchanged;
-}
-
bool contains(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > packages,
const pkgCache::PkgIterator pkg)
{
diff --git a/backends/aptcc/apt-utils.h b/backends/aptcc/apt-utils.h
index be5a408..925c0de 100644
--- a/backends/aptcc/apt-utils.h
+++ b/backends/aptcc/apt-utils.h
@@ -32,7 +32,6 @@
#include "apt.h"
-typedef std::set<pkgCache::PkgIterator> pkgset;
typedef std::vector<pkgCache::PkgIterator> pkgvector;
using namespace std;
@@ -104,23 +103,6 @@ string get_long_description_parsed(const pkgCache::VerIterator &ver,
*/
PkGroupEnum get_enum_group(string group);
-enum pkg_action_state {pkg_unchanged=-1,
- pkg_broken,
- pkg_unused_remove,
- pkg_auto_hold,
- pkg_auto_install,
- pkg_auto_remove,
- pkg_downgrade,
- pkg_hold,
- pkg_reinstall,
- pkg_install,
- pkg_remove,
- pkg_upgrade,
- pkg_unconfigured};
-const int num_pkg_action_states=12;
-pkg_action_state find_pkg_state(pkgCache::PkgIterator pkg,
- aptcc &cache);
-
/**
* Return if the given vector contain a package
*/
diff --git a/backends/aptcc/apt.cpp b/backends/aptcc/apt.cpp
index f5a84b5..18dfc80 100644
--- a/backends/aptcc/apt.cpp
+++ b/backends/aptcc/apt.cpp
@@ -245,25 +245,6 @@ pkgCache::VerIterator aptcc::find_ver(const pkgCache::PkgIterator &pkg)
return pkg.VersionList();
}
-pkgDepCache::StateCache aptcc::get_state(const pkgCache::PkgIterator &pkg)
-{
- return (*packageDepCache)[pkg];
-}
-
-bool aptcc::is_held(const pkgCache::PkgIterator &pkg)
-{
-// aptitude_state state=get_ext_state(pkg);
-// pkgTagFile tagfile(&state_file);
-// pkgTagSection section;
-
- pkgCache::VerIterator candver = find_candidate_ver(pkg);
-
- return !pkg.CurrentVer().end() &&
- (pkg->SelectedState == pkgCache::State::Hold ||
- (!candver.end() && false/*candver.VerStr() == state.forbidver*/));
- // TODO add forbid ver support
-}
-
// used to emit packages it collects all the needed info
void aptcc::emit_package(const pkgCache::PkgIterator &pkg,
const pkgCache::VerIterator &ver,
@@ -406,12 +387,10 @@ void aptcc::emit_details(const pkgCache::PkgIterator &pkg)
pkgRecords::Parser &rec = packageRecords->Lookup(vf);
std::string homepage;
-// TODO support this
-// #ifdef APT_HAS_HOMEPAGE
+
if(rec.Homepage() != "") {
homepage = rec.Homepage();
}
-// #endif
gchar *package_id;
package_id = pk_package_id_build(pkg.Name(),
@@ -547,7 +526,7 @@ vector<string> search_file (PkBackend *backend, const string &file_name, bool &_
vector<string> packageList;
regex_t re;
- if(regcomp(&re, file_name.c_str(), REG_ICASE|REG_NOSUB) != 0) {
+ if(regcomp(&re, file_name.c_str(), REG_NOSUB) != 0) {
egg_debug("Regex compilation error");
return vector<string>();
}
@@ -571,7 +550,6 @@ vector<string> search_file (PkBackend *backend, const string &file_name, bool &_
if (!in != 0) {
continue;
}
- map<int, bool> matchers_used;
while (!in.eof()) {
getline(in, line);
if (regexec(&re, line.c_str(), (size_t)0, NULL, 0) == 0) {
@@ -587,17 +565,150 @@ vector<string> search_file (PkBackend *backend, const string &file_name, bool &_
return packageList;
}
+// used to return files it reads, using the info from the files in /var/lib/dpkg/info/
+vector<string> searchMimeType (PkBackend *backend, gchar **values, bool &error, bool &_cancel)
+{
+ vector<string> packageList;
+ regex_t re;
+ gchar *value;
+ gchar *values_str;
+
+ values_str = g_strjoinv("|", values);
+ value = g_strdup_printf("^MimeType=\\(.*;\\)\\?\\(%s\\)\\(;.*\\)\\?$",
+ values_str);
+ g_free(values_str);
+
+ if(regcomp(&re, value, REG_NOSUB) != 0) {
+ egg_debug("Regex compilation error");
+ g_free(value);
+ return vector<string>();
+ }
+ g_free(value);
+
+ DIR *dp;
+ struct dirent *dirp;
+ if (!(dp = opendir("/usr/share/app-install/desktop/"))) {
+ egg_debug ("Error opening /usr/share/app-install/desktop/\n");
+ regfree(&re);
+ error = true;
+ return vector<string>();
+ }
+
+ string line;
+ while ((dirp = readdir(dp)) != NULL) {
+ if (_cancel) {
+ break;
+ }
+ if (ends_with(dirp->d_name, ".desktop")) {
+ string f = "/usr/share/app-install/desktop/" + string(dirp->d_name);
+ ifstream in(f.c_str());
+ if (!in != 0) {
+ continue;
+ }
+ bool getName = false;
+ while (!in.eof()) {
+ getline(in, line);
+ if (getName) {
+ if (starts_with(line, "X-AppInstall-Package=")) {
+ // Remove the X-AppInstall-Package=
+ packageList.push_back(line.substr(21));
+ break;
+ }
+ } else {
+ if (regexec(&re, line.c_str(), (size_t)0, NULL, 0) == 0) {
+ in.seekg(ios_base::beg);
+ getName = true;
+ }
+ }
+ }
+ }
+ }
+
+ closedir(dp);
+ regfree(&re);
+ return packageList;
+}
+
+// TODO this was replaced with data in the cache
+// used to return files it reads, using the info from the files in /var/lib/dpkg/info/
+vector<string> searchCodec (PkBackend *backend, gchar **values, bool &error, bool &_cancel)
+{
+ vector<string> packageList;
+ regex_t re;
+ gchar *value;
+ gchar *values_str;
+
+ values_str = g_strjoinv("|", values);
+ value = g_strdup_printf("^X-AppInstall-Codecs=\\(.*;\\)\\?\\(%s\\)\\(;.*\\)\\?$",
+ values_str);
+ g_free(values_str);
+
+ if(regcomp(&re, value, REG_NOSUB) != 0) {
+ egg_debug("Regex compilation error");
+ g_free(value);
+ return vector<string>();
+ }
+ g_free(value);
+
+ DIR *dp;
+ struct dirent *dirp;
+ if (!(dp = opendir("/usr/share/app-install/desktop/"))) {
+ egg_debug ("Error opening /usr/share/app-install/desktop/\n");
+ regfree(&re);
+ error = true;
+ return vector<string>();
+ }
+
+ string line;
+ while ((dirp = readdir(dp)) != NULL) {
+ if (_cancel) {
+ break;
+ }
+ if (ends_with(dirp->d_name, ".desktop")) {
+ string f = "/usr/share/app-install/desktop/" + string(dirp->d_name);
+ ifstream in(f.c_str());
+ if (!in != 0) {
+ continue;
+ }
+ bool getName = false;
+ while (!in.eof()) {
+ getline(in, line);
+ if (getName) {
+ if (starts_with(line, "X-AppInstall-Package=")) {
+ // Remove the X-AppInstall-Package=
+ packageList.push_back(line.substr(21));
+ break;
+ }
+ } else {
+ if (regexec(&re, line.c_str(), (size_t)0, NULL, 0) == 0) {
+ in.seekg(ios_base::beg);
+ getName = true;
+ }
+ }
+ }
+ }
+ }
+
+ closedir(dp);
+ regfree(&re);
+ return packageList;
+}
+
// used to emit files it reads the info directly from the files
void emit_files (PkBackend *backend, const gchar *pi)
{
static string filelist;
string line;
+ gchar **parts;
+ parts = pk_package_id_split (pi);
filelist.erase(filelist.begin(), filelist.end());
string f = "/var/lib/dpkg/info/" +
- string(pk_package_id_split(pi)[PK_PACKAGE_ID_NAME]) +
+ string(parts[PK_PACKAGE_ID_NAME]) +
".list";
+ g_strfreev (parts);
+
if (FileExists(f)) {
ifstream in(f.c_str());
if (!in != 0) {
diff --git a/backends/aptcc/apt.h b/backends/aptcc/apt.h
index 425bef3..ca50625 100644
--- a/backends/aptcc/apt.h
+++ b/backends/aptcc/apt.h
@@ -43,6 +43,16 @@ void emit_files (PkBackend *backend, const gchar *pi);
*/
vector<string> search_file (PkBackend *backend, const string &file_name, bool &_cancel);
+/**
+* returns a list of packages names
+*/
+vector<string> searchMimeType (PkBackend *backend, gchar **values, bool &error, bool &_cancel);
+
+/**
+* returns a list of packages names
+*/
+vector<string> searchCodec (PkBackend *backend, gchar **values, bool &error, bool &_cancel);
+
class pkgProblemResolver;
class aptcc
{
@@ -60,7 +70,6 @@ public:
find_package_id(const gchar *package_id);
pkgCache::VerIterator find_ver(const pkgCache::PkgIterator &pkg);
pkgCache::VerIterator find_candidate_ver(const pkgCache::PkgIterator &pkg);
- bool is_held(const pkgCache::PkgIterator &pkg);
/**
* runs a transaction to install/remove/update packages
@@ -75,11 +84,6 @@ public:
bool remove);
/**
- * get the state cache of the package
- */
- pkgDepCache::StateCache get_state(const pkgCache::PkgIterator &pkg);
-
- /**
* Get depends
*/
void get_depends(vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > &output,
@@ -131,20 +135,14 @@ private:
OpProgress Progress;
pkgPolicy *Policy;
PkBackend *m_backend;
- bool &_cancel;
-
- /** This flag is \b true iff the persistent state has changed (ie, we
- * need to save the cache).
- */
- bool dirty;
+ bool &_cancel;
bool TryToInstall(pkgCache::PkgIterator Pkg,
pkgDepCache &Cache,
pkgProblemResolver &Fix,
bool Remove,
bool BrokenFix,
- unsigned int &ExpectedInst/*,
- bool AllowFail = true*/);
+ unsigned int &ExpectedInst);
/**
* interprets dpkg status fd
*/
diff --git a/backends/aptcc/pk-backend-aptcc.cpp b/backends/aptcc/pk-backend-aptcc.cpp
index 7b75762..b5b60b4 100644
--- a/backends/aptcc/pk-backend-aptcc.cpp
+++ b/backends/aptcc/pk-backend-aptcc.cpp
@@ -20,9 +20,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <string>
-
-#include <apt-pkg/error.h>
#include <apt-pkg/init.h>
#include <apt-pkg/algorithms.h>
@@ -37,11 +34,6 @@
#include <config.h>
-#include <errno.h>
-#include <stdio.h>
-
-using namespace std;
-
/* static bodges */
static bool _cancel = false;
@@ -452,6 +444,107 @@ backend_update_system (PkBackend *backend, gboolean only_trusted)
pk_backend_thread_create (backend, backend_get_or_update_system_thread);
}
+static gboolean
+backend_what_provides_thread (PkBackend *backend)
+{
+ PkProvidesEnum provides;
+ PkBitfield filters;
+ const gchar *search;
+ const gchar *provides_text;
+ gchar **values;
+ bool error = false;
+
+ filters = (PkBitfield) pk_backend_get_uint (backend, "filters");
+ provides = (PkProvidesEnum) pk_backend_get_uint (backend, "provides");
+ search = pk_backend_get_string (backend, "search");
+ values = g_strsplit (search, ";", 0);
+
+ pk_backend_set_status (backend, PK_STATUS_ENUM_QUERY);
+
+ if (provides == PK_PROVIDES_ENUM_MIMETYPE ||
+ provides == PK_PROVIDES_ENUM_CODEC ||
+ provides == PK_PROVIDES_ENUM_ANY) {
+ aptcc *m_apt = new aptcc(backend, _cancel);
+ pk_backend_set_pointer(backend, "aptcc_obj", m_apt);
+ if (m_apt->init()) {
+ egg_debug ("Failed to create apt cache");
+ g_strfreev (values);
+ delete m_apt;
+ pk_backend_finished (backend);
+ return false;
+ }
+
+
+ pk_backend_set_status (backend, PK_STATUS_ENUM_QUERY);
+ vector<string> packages;
+ if (provides == PK_PROVIDES_ENUM_MIMETYPE) {
+ packages = searchMimeType (backend, values, error, _cancel);
+ } else if (provides == PK_PROVIDES_ENUM_CODEC) {
+ packages = searchCodec (backend, values, error, _cancel);
+ } else {
+ // any...
+ packages = searchMimeType (backend, values, error, _cancel);
+ packages = searchCodec (backend, values, error, _cancel);
+ }
+
+ vector<pair<pkgCache::PkgIterator, pkgCache::VerIterator> > output;
+ for(vector<string>::iterator i = packages.begin();
+ i != packages.end(); ++i)
+ {
+ if (_cancel) {
+ break;
+ }
+ pkgCache::PkgIterator pkg = m_apt->packageCache->FindPkg(i->c_str());
+ pkgCache::VerIterator ver = m_apt->find_ver(pkg);
+ if (ver.end() == true) {
+ continue;
+ }
+ output.push_back(pair<pkgCache::PkgIterator, pkgCache::VerIterator>(pkg, ver));
+ }
+
+ if (error) {
+ // check if app-install-data is installed
+ pkgCache::PkgIterator pkg;
+ pkg = m_apt->packageCache->FindPkg("app-install-data");
+ if (pkg->CurrentState != pkgCache::State::Installed) {
+ pk_backend_error_code (backend,
+ PK_ERROR_ENUM_INTERNAL_ERROR,
+ "You need the app-install-data "
+ "package to be able to look for "
+ "applications that can handle "
+ "this kind of file");
+ }
+ } else {
+ // It's faster to emmit the packages here rather than in the matching part
+ m_apt->emit_packages(output, filters);
+ }
+
+ delete m_apt;
+ } else {
+ provides_text = pk_provides_enum_to_text (provides);
+ pk_backend_error_code (backend,
+ PK_ERROR_ENUM_NOT_SUPPORTED,
+ "Provides %s not supported",
+ provides_text);
+ }
+
+ g_strfreev (values);
+ pk_backend_finished (backend);
+ return true;
+}
+
+/**
+ * backend_what_provides
+ */
+static void
+backend_what_provides (PkBackend *backend,
+ PkBitfield filters,
+ PkProvidesEnum provide,
+ const gchar *search)
+{
+ pk_backend_thread_create (backend, backend_what_provides_thread);
+}
+
/**
* backend_download_packages_thread:
*/
@@ -1360,7 +1453,7 @@ extern "C" PK_BACKEND_OPTIONS (
backend_search_name, /* search_name */
backend_install_update_packages, /* update_packages */
backend_update_system, /* update_system */
- NULL, /* what_provides */
+ backend_what_provides, /* what_provides */
NULL, /* simulate_install_files */
backend_simulate_install_update_packages, /* simulate_install_packages */
backend_simulate_remove_packages, /* simulate_remove_packages */
diff --git a/docs/html/pk-matrix.html b/docs/html/pk-matrix.html
index db1df89..7a97758 100644
--- a/docs/html/pk-matrix.html
+++ b/docs/html/pk-matrix.html
@@ -580,7 +580,7 @@
<tr>
<td><b>WhatProvides</b></td>
<td><img src="img/status-good.png" alt="[yes]"/></td><!-- apt -->
-<td><img src="img/status-bad.png" alt="[no]"/></td><!-- aptcc -->
+<td><img src="img/status-good.png" alt="[yes]"/></td><!-- aptcc -->
<td><img src="img/status-good.png" alt="[yes]"/></td><!-- alpm -->
<td><img src="img/status-bad.png" alt="[no]"/></td><!-- box -->
<td><img src="img/status-bad.png" alt="[no]"/></td><!-- conary -->
commit ea73b10010b4aeddd78c8494ea93fa1c6fb83762
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Dec 3 09:54:29 2009 +0000
Do not split more than one locale hint to fix setting LC_ variables. Fixes rh#543716
diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index d919337..1d32e20 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -4682,7 +4682,7 @@ pk_transaction_set_hints (PkTransaction *transaction, gchar **hints, DBusGMethod
/* parse */
for (i=0; hints[i] != NULL; i++) {
- sections = g_strsplit (hints[i], "=", 3);
+ sections = g_strsplit (hints[i], "=", 2);
if (g_strv_length (sections) == 2) {
ret = pk_transaction_set_hint (transaction, sections[0], sections[1], &error);
} else {
commit 850003dca256dae0cf68276a1170288514bdd11b
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Dec 3 09:53:33 2009 +0000
trivial: make two error descriptions different to help debug a problem
diff --git a/lib/packagekit-glib2/pk-common.c b/lib/packagekit-glib2/pk-common.c
index 0ea2560..8056a93 100644
--- a/lib/packagekit-glib2/pk-common.c
+++ b/lib/packagekit-glib2/pk-common.c
@@ -111,7 +111,7 @@ pk_iso8601_to_date (const gchar *iso_date)
* time value - try and parse this case */
retval = sscanf (iso_date, "%u-%u-%u", &y, &m, &d);
if (retval != 3) {
- egg_warning ("could not parse '%s'", iso_date);
+ egg_warning ("could not parse date '%s'", iso_date);
goto out;
}
diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index a3803b7..d919337 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -4687,7 +4687,7 @@ pk_transaction_set_hints (PkTransaction *transaction, gchar **hints, DBusGMethod
ret = pk_transaction_set_hint (transaction, sections[0], sections[1], &error);
} else {
error = g_error_new (PK_TRANSACTION_ERROR, PK_TRANSACTION_ERROR_NOT_SUPPORTED,
- "Could not parse '%s'", hints[i]);
+ "Could not parse hint '%s'", hints[i]);
ret = FALSE;
}
g_strfreev (sections);
commit f8f7a2769ce41f6ef26bfdc9630e4a76de83675b
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Dec 3 09:50:02 2009 +0000
glib2: never try to disconnect DBus signals if they were never connected
diff --git a/lib/packagekit-glib2/pk-client.c b/lib/packagekit-glib2/pk-client.c
index bfa847f..d6f7e7d 100644
--- a/lib/packagekit-glib2/pk-client.c
+++ b/lib/packagekit-glib2/pk-client.c
@@ -119,6 +119,7 @@ typedef struct {
PkRoleEnum role;
PkSigTypeEnum type;
guint refcount;
+ gboolean signals_connected;
} PkClientState;
static void pk_client_finished_cb (DBusGProxy *proxy, const gchar *exit_text, guint runtime, PkClientState *state);
@@ -1328,6 +1329,12 @@ pk_client_message_cb (DBusGProxy *proxy, const gchar *message_text, const gchar
static void
pk_client_connect_proxy (DBusGProxy *proxy, PkClientState *state)
{
+ /* sanity check */
+ if (state->signals_connected) {
+ egg_warning ("not connecting as already connected");
+ return;
+ }
+
/* add the signal types */
dbus_g_proxy_add_signal (proxy, "Finished",
G_TYPE_STRING, G_TYPE_UINT, G_TYPE_INVALID);
@@ -1399,6 +1406,9 @@ pk_client_connect_proxy (DBusGProxy *proxy, PkClientState *state)
G_CALLBACK (pk_client_media_change_required_cb), state, NULL);
dbus_g_proxy_connect_signal (proxy, "Changed",
G_CALLBACK (pk_client_changed_cb), state, NULL);
+
+ /* save for sanity check */
+ state->signals_connected = TRUE;
}
/**
@@ -1407,6 +1417,12 @@ pk_client_connect_proxy (DBusGProxy *proxy, PkClientState *state)
static void
pk_client_disconnect_proxy (DBusGProxy *proxy, PkClientState *state)
{
+ /* sanity check */
+ if (!state->signals_connected) {
+ egg_debug ("not disconnecting as never connected");
+ return;
+ }
+
dbus_g_proxy_disconnect_signal (proxy, "Finished",
G_CALLBACK (pk_client_finished_cb), state);
dbus_g_proxy_disconnect_signal (proxy, "Package",
@@ -1435,6 +1451,9 @@ pk_client_disconnect_proxy (DBusGProxy *proxy, PkClientState *state)
G_CALLBACK (pk_client_media_change_required_cb), state);
dbus_g_proxy_disconnect_signal (proxy, "Changed",
G_CALLBACK (pk_client_changed_cb), state);
+
+ /* save for sanity check */
+ state->signals_connected = FALSE;
}
/**
commit 8768fa13c9a4f846cdf61a06e8e6507e563a79ad
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Dec 3 09:10:47 2009 +0000
trivial: fix make check from exploding by unreferencing the array properly in the test suite
diff --git a/lib/packagekit-glib2/pk-desktop.c b/lib/packagekit-glib2/pk-desktop.c
index e9d9736..fe72039 100644
--- a/lib/packagekit-glib2/pk-desktop.c
+++ b/lib/packagekit-glib2/pk-desktop.c
@@ -372,7 +372,6 @@ pk_desktop_test (gpointer user_data)
egg_test_success (test, "created db with dummy, skipping remaining tests");
goto out;
}
-
if (g_strcmp0 (package, "gnome-packagekit") == 0)
egg_test_success (test, NULL);
else
@@ -382,22 +381,24 @@ pk_desktop_test (gpointer user_data)
/************************************************************/
egg_test_title (test, "get files");
array = pk_desktop_get_files_for_package (desktop, "gnome-packagekit", NULL);
- if (array->len >= 5)
+ if (array == NULL)
+ egg_test_failed (test, "array NULL");
+ else if (array->len >= 5)
egg_test_success (test, NULL);
else
egg_test_failed (test, "length=%i", array->len);
- g_ptr_array_foreach (array, (GFunc) g_free, NULL);
- g_ptr_array_free (array, TRUE);
+ g_ptr_array_unref (array);
/************************************************************/
egg_test_title (test, "get shown files");
- array = pk_desktop_get_shown_for_package (desktop, "f-spot", NULL);
- if (array->len == 1)
+ array = pk_desktop_get_shown_for_package (desktop, "gnome-packagekit", NULL);
+ if (array == NULL)
+ egg_test_failed (test, "array NULL");
+ else if (array->len == 5)
egg_test_success (test, NULL);
else
egg_test_failed (test, "length=%i", array->len);
- g_ptr_array_foreach (array, (GFunc) g_free, NULL);
- g_ptr_array_free (array, TRUE);
+ g_ptr_array_unref (array);
out:
g_object_unref (desktop);
commit a03725a61030664782c37d7830b6c9733132e694
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Dec 3 09:10:20 2009 +0000
trivial: fix make check after the distro-id stuff was changed
diff --git a/data/tests/test.catalog b/data/tests/test.catalog
index 3e721a0..dfba0fc 100644
--- a/data/tests/test.catalog
+++ b/data/tests/test.catalog
@@ -5,12 +5,12 @@
InstallProvides(fedora)=":lang=bo"
# Just for Fedora 12, install a development file
-InstallPackages(fedora-11.91)=ruby-json
+InstallPackages(fedora;11.91)=ruby-json
# On any distro, install the package with this file
InstallFiles=/usr/bin/kate
# For each architecture on Fedora rawhide, install one of the two different files
-InstallFiles(fedora-11.91-i686)=/usr/bin/pand
-InstallFiles(fedora-11.91-x64)=/usr/bin/dund
+InstallFiles(fedora;11.91;i686)=/usr/bin/pand
+InstallFiles(fedora;11.91;x64)=/usr/bin/dund
diff --git a/lib/packagekit-glib2/pk-catalog.c b/lib/packagekit-glib2/pk-catalog.c
index bee6ca9..ed7cf80 100644
--- a/lib/packagekit-glib2/pk-catalog.c
+++ b/lib/packagekit-glib2/pk-catalog.c
@@ -190,7 +190,7 @@ pk_catalog_process_type (PkCatalogState *state, PkCatalogMode mode)
gchar *distro_id_part;
/* split distro id */
- parts = g_strsplit (state->catalog->priv->distro_id, "-", 0);
+ parts = g_strsplit (state->catalog->priv->distro_id, ";", 0);
/* no specifier */
pk_catalog_process_type_part (state, mode, NULL);
@@ -199,7 +199,7 @@ pk_catalog_process_type (PkCatalogState *state, PkCatalogMode mode)
pk_catalog_process_type_part (state, mode, parts[0]);
/* distro-ver */
- distro_id_part = g_strjoin ("-", parts[0], parts[1], NULL);
+ distro_id_part = g_strjoin (";", parts[0], parts[1], NULL);
pk_catalog_process_type_part (state, mode, distro_id_part);
g_free (distro_id_part);
diff --git a/lib/packagekit-glib2/pk-common.c b/lib/packagekit-glib2/pk-common.c
index 10c2a39..0ea2560 100644
--- a/lib/packagekit-glib2/pk-common.c
+++ b/lib/packagekit-glib2/pk-common.c
@@ -166,7 +166,6 @@ void
pk_common_test (gpointer user_data)
{
EggTest *test = (EggTest *) user_data;
- gchar *text_safe;
gchar *present;
GDate *date;
More information about the PackageKit-commit
mailing list