summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-11-27 14:52:52 +0000
committerRichard Hughes <richard@hughsie.com>2015-11-27 14:52:52 +0000
commit4ae3221982f8919184d1ab1f5059efaae16c639c (patch)
treef388b44a449af62ee64eab0ff5b6fc3b5c6cab96
parentc99715a53ad13b131a0344c18d8392cff825952a (diff)
Release 1.0.11PACKAGEKIT_1_0_11
-rw-r--r--NEWS52
-rw-r--r--docs/html/pk-download.html1
-rw-r--r--po/as.po26
-rw-r--r--po/bg.po26
-rw-r--r--po/bn_IN.po26
-rw-r--r--po/ca.po339
-rw-r--r--po/cs.po26
-rw-r--r--po/da.po26
-rw-r--r--po/de.po26
-rw-r--r--po/el.po28
-rw-r--r--po/en_GB.po26
-rw-r--r--po/eo.po26
-rw-r--r--po/es.po26
-rw-r--r--po/eu.po26
-rw-r--r--po/fi.po28
-rw-r--r--po/fr.po26
-rw-r--r--po/gl.po38
-rw-r--r--po/gu.po26
-rw-r--r--po/he.po26
-rw-r--r--po/hi.po26
-rw-r--r--po/hr.po26
-rw-r--r--po/hu.po26
-rw-r--r--po/ia.po50
-rw-r--r--po/id.po26
-rw-r--r--po/it.po26
-rw-r--r--po/ja.po69
-rw-r--r--po/ka.po26
-rw-r--r--po/kk.po26
-rw-r--r--po/kn.po26
-rw-r--r--po/ko.po26
-rw-r--r--po/lt.po26
-rw-r--r--po/lv.po26
-rw-r--r--po/ml.po26
-rw-r--r--po/mr.po26
-rw-r--r--po/nb.po26
-rw-r--r--po/nl.po26
-rw-r--r--po/oc.po26
-rw-r--r--po/or.po28
-rw-r--r--po/pa.po26
-rw-r--r--po/pl.po48
-rw-r--r--po/pt.po26
-rw-r--r--po/pt_BR.po95
-rw-r--r--po/ro.po26
-rw-r--r--po/ru.po26
-rw-r--r--po/sk.po26
-rw-r--r--po/sl.po26
-rw-r--r--po/sr.po26
-rw-r--r--po/sr@latin.po26
-rw-r--r--po/sv.po26
-rw-r--r--po/ta.po26
-rw-r--r--po/te.po26
-rw-r--r--po/th.po26
-rw-r--r--po/tr.po26
-rw-r--r--po/uk.po26
-rw-r--r--po/zh_CN.po47
-rw-r--r--po/zh_TW.po26
56 files changed, 1552 insertions, 415 deletions
diff --git a/NEWS b/NEWS
index 99e5edc2b..f2436bb47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+Version 1.0.11
+~~~~~~~~~~~~~~
+Released: 2015-11-27
+
+Notes:
+ - By popular demand, reintroduce the UpgradeSystem method (Richard Hughes)
+
+Backends:
+ - aptcc: Compile with APT 1.1 (Matthias Klumpp)
+ - aptcc: Create really random temporary directories (Matthias Klumpp)
+ - aptcc: Ensure proxy and frontend-socket aren't used if they are NULL (Matthias Klumpp)
+ - aptcc: Fix comment spelling mistakes (Robert Ancell)
+ - aptcc: Fix formatting and kill some old cruft (Matthias Klumpp)
+ - aptcc: Fix several compiler warnings (Matthias Klumpp)
+ - aptcc: Make use of the new APT-internal method for fetching changelogs (Matthias Klumpp)
+ - aptcc: Remove dead code and make source filenames consistent (Matthias Klumpp)
+ - alpm: Make pk_alpm_pkg_build_list() more resiliant to failure (Richard Hughes)
+ - dummy: Implement simulating UpgradeSystem and respect the transaction flags (Richard Hughes)
+ - hif: Add support for HTTP proxy (Marek Marczykowski-Górecki)
+ - hif: Improve RefreshCache progress updates (Kalev Lember)
+ - portage: add helper to change portage settings (Gilles Dartiguelongue)
+ - portage: cosmetics (Gilles Dartiguelongue)
+ - portage: do not redefine builtin license (Gilles Dartiguelongue)
+ - portage: do not refetch package listing for no reason (Gilles Dartiguelongue)
+ - portage: drop unused imports (Gilles Dartiguelongue)
+ - portage: enhance get_repo_list function (Gilles Dartiguelongue)
+ - portage: fix a typo (Gilles Dartiguelongue)
+ - portage: fix a typo in restoring license settings (Gilles Dartiguelongue)
+ - portage: fix exception handling to be python2.7+ compatible (Gilles Dartiguelongue)
+ - portage: fix step percentage computation (Gilles Dartiguelongue)
+ - portage: fix typo python backend detection (Gilles Dartiguelongue)
+ - portage: initialize licenses variable (Gilles Dartiguelongue)
+ - portage: remove compatibility with older portage (Gilles Dartiguelongue)
+ - portage: remove useless instruction (Gilles Dartiguelongue)
+ - portage: retrieve EAPI and KEYWORDS before calling setcpv method (Gilles Dartiguelongue)
+ - portage: simplify _get_cpv_slotted with collections module (Gilles Dartiguelongue)
+ - portage: simplify _get_metadata (Gilles Dartiguelongue)
+ - portage: sort imports according to PEP8 (Gilles Dartiguelongue)
+ - portage: update layman API usage to >=2 (Gilles Dartiguelongue)
+ - portage: use PackageKitProgress to ease progress steps manipulations (Gilles Dartiguelongue)
+ - portage: use PackagekitProgress as an iterable (Gilles Dartiguelongue)
+ - portage: use python idioms (Gilles Dartiguelongue)
+ - python: make PackagekitProgress an Iterable (Gilles Dartiguelongue)
+ - python: set steps on PackagekitProgress instanciation (Gilles Dartiguelongue)
+ - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592) (Michael Andres)
+
+New Features:
+ - Allow the use of variadic functions in vala (Corentin Noël)
+
+Bugfixes:
+ - Make pk_details_get_size documentation more specific (Aleix Pol)
+
Version 1.0.10
~~~~~~~~~~~~~~
Released: 2015-09-21
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index 70a93090b..acf332d8c 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -41,6 +41,7 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.0.11</td><td></td><td>2015-11-27</td></tr>
<tr><td>1.0.10</td><td></td><td>2015-09-21</td></tr>
<tr><td>1.0.9</td><td></td><td>2015-09-15</td></tr>
<tr><td>1.0.8</td><td></td><td>2015-08-19</td></tr>
diff --git a/po/as.po b/po/as.po
index 40ec3475b..08308fbfa 100644
--- a/po/as.po
+++ b/po/as.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Assamese (http://www.transifex.com/p/packagekit/language/as/)\n"
+"Language-Team: Assamese (http://www.transifex.com/freedesktop/packagekit/language/as/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "এটা সৰঞ্জাম দিওঁতাৰ শব্দৰ
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "নতুন চালক সহ যন্ত্ৰটি পুনঃ লোড কৰাৰ বাবে অনুমোদন প্ৰয়োজন"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/bg.po b/po/bg.po
index 65e1a11e5..442ca9787 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Bulgarian (http://www.transifex.com/p/packagekit/language/bg/)\n"
+"Language-Team: Bulgarian (http://www.transifex.com/freedesktop/packagekit/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "Трябва да укажете име на пакет, предост
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "За презареждане на устройството с нов драйвер се изисква идентификация"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 276b305ef..8da01e7de 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Bengali (India) (http://www.transifex.com/p/packagekit/language/bn_IN/)\n"
+"Language-Team: Bengali (India) (http://www.transifex.com/freedesktop/packagekit/language/bn_IN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -507,6 +507,16 @@ msgstr "প্যাকেজ দ্বারা উপলব্ধ (provides)
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "নতুন ড্রাইভার সহ ডিভাইসটি পুনরায় লোড করার জন্য অনুমোদন প্রয়োজন"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ca.po b/po/ca.po
index 992b879c1..88f74e193 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,14 +6,15 @@
# Pau Iranzo <pau@somgnu.cat>, 2009
# Pere Argelich <bakidok@gmail.com>, 2008
# Richard Hughes <richard@hughsie.com>, 2011
+# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Catalan (http://www.transifex.com/p/packagekit/language/ca/)\n"
+"Language-Team: Catalan (http://www.transifex.com/freedesktop/packagekit/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -29,7 +30,7 @@ msgstr "Transacció"
#. TRANSLATORS: this is the time the transaction was started in system
#. timezone
msgid "System time"
-msgstr "Temps del sistema"
+msgstr "Hora del sistema"
#. TRANSLATORS: this is if the transaction succeeded or not
msgid "Succeeded"
@@ -58,7 +59,7 @@ msgstr "Línia d'ordres"
#. TRANSLATORS: this is the user ID of the user that started the action
msgid "User ID"
-msgstr "ID d'usuari"
+msgstr "id. d'usuari"
#. TRANSLATORS: this is the username, e.g. hughsie
msgid "Username"
@@ -95,7 +96,7 @@ msgstr "Categoria"
#. TRANSLATORS: this is group identifier
msgid "ID"
-msgstr "ID"
+msgstr "Id."
#. TRANSLATORS: this is the parent group
msgid "Parent"
@@ -129,7 +130,7 @@ msgstr "Actualitzacions"
#. TRANSLATORS: details about the update, any packages that
#. * this update obsoletes
msgid "Obsoletes"
-msgstr "Obsolets"
+msgstr "Devalua"
#. TRANSLATORS: details about the update, the vendor URLs
#. TRANSLATORS: the vendor (e.g. vmware) that is providing the EULA
@@ -223,11 +224,11 @@ msgstr "Percentatge"
#. TRANSLATORS: the status of the transaction (e.g. downloading)
msgid "Status"
-msgstr ""
+msgstr "Estat"
#. TRANSLATORS: the results from the transaction
msgid "Results:"
-msgstr ""
+msgstr "Resultats:"
#. TRANSLATORS: we failed to get any results, which is pretty
#. * fatal in my book
@@ -237,7 +238,7 @@ msgstr "Error greu"
#. TRANSLATORS: the user asked to update everything,
#. * but there is nothing that can be updated
msgid "There are no packages to update."
-msgstr ""
+msgstr "No hi ha cap paquet a actualitzar."
#. TRANSLATORS: the transaction failed in a way we could
#. * not expect
@@ -247,18 +248,18 @@ msgstr "La transacció ha fallat"
#. TRANSLATORS: print a message when there are no updates
msgid "There are no updates available at this time."
-msgstr ""
+msgstr "En aquest moment no hi ha disponible cap actualització."
msgid "There are no upgrades available at this time."
-msgstr ""
+msgstr "En aquest moment no hi ha disponible cap actualització a nivell de llançament."
#. TRANSLATORS: a package needs to restart their system
msgid "Please restart the computer to complete the update."
-msgstr "Reinicieu l'ordinador per completar l'actualització."
+msgstr "Si us plau, reinicieu l'ordinador per completar l'actualització."
#. TRANSLATORS: a package needs to restart the session
msgid "Please logout and login to complete the update."
-msgstr "Sortiu i torneu a entrar per completar l'actualització."
+msgstr "Si us plau, sortiu i torneu a entrar per completar l'actualització."
#. TRANSLATORS: a package needs to restart their system (due to security)
msgid ""
@@ -284,11 +285,11 @@ msgstr "Escolliu el paquet correcte:"
#. TRANSLATORS: we asked to install a package
#. * that could not be found in any repo
msgid "Package not found"
-msgstr ""
+msgstr "No s'ha trobat el paquet"
#. TRANSLATORS: we couldn't find anything
msgid "No packages were found"
-msgstr ""
+msgstr "No s'han trobat els paquets"
#. TRANSLATORS: The user used
#. * 'pkcon install dave.rpm' rather than
@@ -297,29 +298,29 @@ msgstr ""
msgid ""
"Expected package name, actually got file. Try using 'pkcon install-local %s'"
" instead."
-msgstr ""
+msgstr "S'esverava el nom d'un paquet i es va obtenir el nom d'un fitxer. En lloc seu, proveu 'pkcon install-local %s'."
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
#, c-format
msgid "This tool could not find any available package: %s"
-msgstr "No s'ha trobat cap paquet disponible: %s"
+msgstr "Aquesta eina no ha pogut trobar cap paquet disponible: %s"
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
#, c-format
msgid "This tool could not find the installed package: %s"
-msgstr "No s'han trobat els paquets instal·lats: %s"
+msgstr "Aquesta eina no ha pogut trobar el paquet instal·lat: %s"
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
#, c-format
msgid "This tool could not find the package: %s"
-msgstr "No s'ha trobat el paquet: %s"
+msgstr "Aquesta eina no ha pogut trobar el paquet: %s"
#. TRANSLATORS: there are no updates, so nothing to do
msgid "No packages require updating to newer versions."
-msgstr ""
+msgstr "No hi ha cap paquet que requereixi l'actualització a versions més recents."
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
@@ -331,7 +332,7 @@ msgstr ""
#. * any software sources. The detailed error follows
#, c-format
msgid "This tool could not find all the packages: %s"
-msgstr "No s'han trobat tots els paquets: %s"
+msgstr "Aquesta eina no ha pogut trobar tots els paquets: %s"
#. TRANSLATORS: This is when the daemon crashed, and we are up
#. * shit creek without a paddle
@@ -353,16 +354,16 @@ msgstr "No s'ha pogut obtenir l'hora des que aquesta acció es va completar per
#. TRANSLATORS: this is the time since this role was used
msgid "Time since"
-msgstr ""
+msgstr "Hora des de"
#. TRANSLATORS: There follows a list of packages downloaded and ready
#. * to be updated
msgid "Prepared updates:"
-msgstr ""
+msgstr "Actualitzacions preparades:"
#. TRANSLATORS: The network settings could not be sent
msgid "The proxy could not be set"
-msgstr ""
+msgstr "No s'ha pogut establir el servidor intermediari"
#. TRANSLATORS: command line argument, just show the version string
msgid "Show the program version and exit"
@@ -370,58 +371,58 @@ msgstr "Mostra la versió de l'aplicació i surt"
#. TRANSLATORS: command line argument, use a filter to narrow down results
msgid "Set the filter, e.g. installed"
-msgstr "Configura el filtre, p.e. instal·lats"
+msgstr "Configura el filtre, p. ex. instal·lats"
#. command line argument, do we ask questions
msgid "Install the packages without asking for confirmation"
-msgstr ""
+msgstr "Instal·la els paquets sense demanar la confirmació"
#. command line argument, do we just download or apply changes
msgid "Prepare the transaction by downloading packages only"
-msgstr ""
+msgstr "Prepara la transacció amb només la baixada dels paquets"
#. command line argument, do we allow package downgrades
msgid "Allow packages to be downgraded during transaction"
-msgstr ""
+msgstr "Permet la reversió dels paquets durant la transacció"
msgid "Allow packages to be reinstalled during transaction"
-msgstr ""
+msgstr "Permet la reinstal·lació dels paquets durant la transacció"
#. TRANSLATORS: command line argument, this command is not a priority
msgid "Run the command using idle network bandwidth and also using less power"
-msgstr ""
+msgstr "Executa l'ordre mitjançant l'amplada de banda inactiva de la xarxa i també amb menys energia"
#. TRANSLATORS: command line argument, just output without fancy formatting
msgid ""
"Print to screen a machine readable output, rather than using animated "
"widgets"
-msgstr ""
+msgstr "Imprimeix per pantalla una sortida que pugui llegir la màquina, en lloc d'utilitzar els ginys animats"
#. TRANSLATORS: command line argument, just output without fancy formatting
msgid "The maximum metadata cache age. Use -1 for 'never'."
-msgstr ""
+msgstr "L'edat màxima de la memòria cau de les metadades. Utilitzeu -1 per «mai»."
#. command line argument, do we ask questions
msgid "Allow untrusted packages to be installed."
-msgstr ""
+msgstr "Permet que s'instal·lin els paquets sense confiança."
#. TRANSLATORS: we failed to contact the daemon
msgid "Failed to parse command line"
-msgstr ""
+msgstr "No s'ha pogut analitzar la línia d'ordres"
#. TRANSLATORS: we failed to contact the daemon
msgid "Failed to contact PackageKit"
-msgstr "S'ha produït un error en contactar amb el PackageKit"
+msgstr "No s'ha pogut contactar amb el PackageKit"
#. TRANSLATORS: The user specified
#. * an incorrect filter
msgid "The filter specified was invalid"
-msgstr "El filtre especificat era invàlid"
+msgstr "El filtre especificat no era vàlid"
#. TRANSLATORS: a search type can
#. * be name, details, file, etc
msgid "A search type is required, e.g. name"
-msgstr "Es requreix un mot de cerca, p.e. nom"
+msgstr "Es requereix un mot de cerca, p. ex. nom"
#. TRANSLATORS: the user
#. * needs to provide a search term
@@ -438,12 +439,12 @@ msgstr "Es requereix un nom de paquet per instal·lar"
#. TRANSLATORS: the user did not
#. * specify what they wanted to install
msgid "A filename to install is required"
-msgstr "Es requreix un nom de fitxer per instal·lar"
+msgstr "Es requereix un nom de fitxer per instal·lar"
#. TRANSLATORS: geeky error, real
#. * users won't see this
msgid "A type, key_id and package_id are required"
-msgstr "Es requereixen un tipus, una clau_id i un paquet_id"
+msgstr "Es requereixen un tipus, un id_clau i un id_paquet"
#. TRANSLATORS: the user did not
#. * specify what they wanted to remove
@@ -454,7 +455,7 @@ msgstr "Es requereix un nom de paquet per eliminar"
#. * specify anything about what to
#. * download or where
msgid "A destination directory and the package names to download are required"
-msgstr "Us cal especificar el directori destí i els noms dels paquets per a la baixada"
+msgstr "Es requereix el directori de destinació i els noms dels paquets per a la baixada"
#. TRANSLATORS: the directory does
#. * not exist, so we can't continue
@@ -464,7 +465,7 @@ msgstr "No s'ha trobat el directori"
#. TRANSLATORS: geeky error, real
#. * users won't see this
msgid "A licence identifier (eula-id) is required"
-msgstr "Es requreix un identificador de llicència (eula-id)"
+msgstr "Es requereix un identificador de llicència (eula-id)"
#. TRANSLATORS: The user did not
#. * specify a package name
@@ -474,18 +475,18 @@ msgstr "Es requereix un nom de paquet per resoldre"
#. TRANSLATORS: The user did not
#. * specify a repository name
msgid "A repository name is required"
-msgstr "Es requreix un nom del repositori"
+msgstr "Es requereix el nom d'un dipòsit"
msgid "A repo name, parameter and value are required"
-msgstr "Es requreixen el nom o el paràmetre d'un repositori i el seu valor"
+msgstr "Es requereixen el nom o el paràmetre d'un dipòsit i el seu valor"
msgid "A repo id and autoremove required"
-msgstr ""
+msgstr "Es requereix un id. de dipòsit i l'autoeliminació"
#. TRANSLATORS: The user didn't
#. * specify what action to use
msgid "An action, e.g. 'update-packages' is required"
-msgstr ""
+msgstr "Es requereix una acció, p. ex. «update-packages»"
#. TRANSLATORS: The user specified
#. * an invalid action
@@ -495,42 +496,52 @@ msgstr "Es requereix un rol correcte"
#. TRANSLATORS: The user did not
#. * provide a package name
msgid "A package name is required"
-msgstr "Es requreix un nom del paquet"
+msgstr "Es requereix un nom del paquet"
#. TRANSLATORS: each package
#. * "provides" certain things, e.g.
#. * mime(gstreamer-decoder-mp3),
#. * the user didn't specify it
msgid "A package provide string is required"
-msgstr "Es requreix una cadena de proveïdor de paquet"
+msgstr "Es requereix una cadena de proveïdor de paquet"
msgid "A filename is required"
+msgstr "Es requereix el nom d'un fitxer"
+
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
msgstr ""
#. TRANSLATORS: this is the description of the backend
msgid "Description"
-msgstr ""
+msgstr "Descripció"
#. TRANSLATORS: this is the author of the backend
msgid "Author"
-msgstr ""
+msgstr "Autor"
#. TRANSLATORS: The user did not provide a distro name
msgid "You need to specify a list file to create"
-msgstr ""
+msgstr "Cal que especifiqueu un fitxer de llista a crear"
#. TRANSLATORS: There was an error
#. * getting the list of packages.
#. * The filename follows
#, c-format
msgid "File already exists: %s"
-msgstr ""
+msgstr "El fitxer ja existeix: %s"
#. TRANSLATORS: The user tried to use an
#. * unsupported option on the command line
#, c-format
msgid "Option '%s' is not supported"
-msgstr "L'opció '%s' no està disponible"
+msgstr "L'opció «%s» no està disponible"
#. TRANSLATORS: Generic failure of what they asked to do
msgid "Command failed"
@@ -540,7 +551,7 @@ msgid "Failed to get daemon state"
msgstr "S'ha produït un error en obtenir l'estat del dimoni"
msgid "Failed to get properties"
-msgstr ""
+msgstr "No s'han pogut obtenir les propietats"
#. TRANSLATORS: this is a program that monitors PackageKit
msgid "PackageKit Monitor"
@@ -549,23 +560,23 @@ msgstr "Monitor de PackageKit"
#. TRANSLATORS: this is the message we send plymouth to
#. * advise of the new percentage completion
msgid "Installing Updates"
-msgstr ""
+msgstr "Instal·lació de les actualitzacions"
#. TRANSLATORS: we've finished doing offline updates
msgid "Rebooting after installing updates…"
-msgstr ""
+msgstr "S'està reiniciant després d'instal·lar les actualitzacions..."
#. TRANSLATORS: we've finished doing offline updates
msgid "Shutting down after installing updates…"
-msgstr ""
+msgstr "S'està apagant després d'instal·lar les actualitzacions..."
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "S'estan instal·lant les actualitzacions; això pot trigar una estona..."
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
-msgstr "S'està obtenint informació dels paquets..."
+msgstr "S'està obtenint la informació dels paquets..."
#. TRANSLATORS: run an applicaiton
#, c-format
@@ -609,7 +620,7 @@ msgstr "S'està instal·lant..."
#. TRANSLATORS: downloading repo data so we can search
msgid "Downloading details about the software sources."
-msgstr "S'estan baixant els detalls de les fonts de programari."
+msgstr "S'estan baixant els detalls quant als orígens del programari."
#. TRANSLATORS: downloading file lists so we can search
msgid "Downloading filelists (this may take some time to complete)."
@@ -629,7 +640,7 @@ msgstr "S'ha produït un error en cercar el fitxer"
#. TRANSLATORS: the transaction failed in a way we could not expect
msgid "Getting the list of files failed"
-msgstr ""
+msgstr "S'està obtenint la llista dels fitxers que han fallat"
#. TRANSLATORS: we failed to launch the executable, the error follows
msgid "Failed to launch:"
@@ -637,13 +648,13 @@ msgstr "S'ha produït un error en executar:"
#. TRANSLATORS: we failed to install the package
msgid "Failed to install packages"
-msgstr ""
+msgstr "No s'han pogut instal·lar els paquets"
#. TRANSLATORS: the prefix of all the output telling the user
#. * why it's not executing. NOTE: this is lowercase to mimic
#. * the style of bash itself -- apologies
msgid "command not found"
-msgstr ""
+msgstr "no s'ha trobat l'ordre"
#. TRANSLATORS: tell the user what we think the command is
msgid "Similar command is:"
@@ -670,7 +681,7 @@ msgstr "El paquet que proveeix aquest fitxer és:"
#. command
#, c-format
msgid "Install package '%s' to provide command '%s'?"
-msgstr "Voleu instal·lar el paquet '%s' per proveir l'ordre '%s'?"
+msgstr "Voleu instal·lar el paquet «%s» per proveir l'ordre «%s»?"
#. TRANSLATORS: Show the user a list of packages that provide this command
msgid "Packages providing this file are:"
@@ -686,7 +697,7 @@ msgid "Please choose a package to install"
msgstr "Seleccioneu el paquet a instal·lar"
msgid "User aborted selection"
-msgstr ""
+msgstr "L'usuari ha avortat la selecció"
#, c-format
msgid "Please enter a number from 1 to %i: "
@@ -719,7 +730,7 @@ msgstr "S'està obtenint informació"
#. TRANSLATORS: transaction state, removing packages
msgid "Removing packages"
-msgstr "S'està suprimint els paquets"
+msgstr "S'estan eliminant els paquets"
#. TRANSLATORS: transaction state, downloading package files
#. TRANSLATORS: The role of the transaction, in present tense
@@ -741,11 +752,11 @@ msgstr "S'estan instal·lant les actualitzacions"
#. TRANSLATORS: transaction state, removing old packages, and cleaning config
#. files
msgid "Cleaning up packages"
-msgstr "S'està netejant els paquets"
+msgstr "S'està fent neteja dels paquets"
#. TRANSLATORS: transaction state, obsoleting old packages
msgid "Obsoleting packages"
-msgstr "S'està descartant els paquets vells"
+msgstr "S'estan devaluant els paquets"
#. TRANSLATORS: transaction state, checking the transaction before we do it
msgid "Resolving dependencies"
@@ -767,7 +778,7 @@ msgstr "S'estan aplicant els canvis"
#. TRANSLATORS: transaction state, requesting data from a server
msgid "Requesting data"
-msgstr "S'està demanant les dades"
+msgstr "S'estan sol·licitant les dades"
#. TRANSLATORS: transaction state, all done!
msgid "Finished"
@@ -779,7 +790,7 @@ msgstr "S'està cancel·lant"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading repository information"
-msgstr "S'està baixant la informació dels repositoris"
+msgstr "S'està baixant la informació dels dipòsits"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading list of packages"
@@ -803,7 +814,7 @@ msgstr "S'està baixant la informació d'actualitzacions"
#. TRANSLATORS: transaction state, repackaging delta files
msgid "Repackaging files"
-msgstr "S'estan reempaquetant els fitxers"
+msgstr "S'estan tornant a empaquetar els fitxers"
#. TRANSLATORS: transaction state, loading databases
msgid "Loading cache"
@@ -829,32 +840,32 @@ msgstr "S'està esperant a autenticar"
#. TRANSLATORS: transaction state, we are updating the list of processes
msgid "Updating running applications"
-msgstr "S'està actualitzant les aplicacions en execució"
+msgstr "S'estan actualitzant les aplicacions en execució"
#. TRANSLATORS: transaction state, we are checking executable files currently
#. in use
msgid "Checking applications in use"
-msgstr "S'està comprovant les aplicacions en ús"
+msgstr "S'estan comprovant les aplicacions en ús"
#. TRANSLATORS: transaction state, we are checking for libraries currently in
#. use
msgid "Checking libraries in use"
-msgstr "S'està comprovant les biblioteques en ús"
+msgstr "S'estan comprovant les biblioteques en ús"
#. TRANSLATORS: transaction state, we are copying package files before or
#. after the transaction
msgid "Copying files"
-msgstr ""
+msgstr "S'estan copiant els fitxers"
#. TRANSLATORS: turn on all debugging
msgid "Show debugging information for all files"
-msgstr ""
+msgstr "Mostra la informació de depuració per a tots els fitxers"
msgid "Debugging Options"
-msgstr ""
+msgstr "Opcions de depuració"
msgid "Show debugging options"
-msgstr ""
+msgstr "Mostra les opcions de depuració"
#. TRANSLATORS: The type of update
msgid "Trivial"
@@ -895,7 +906,7 @@ msgstr "Disponible"
#. TRANSLATORS: The state of a package, i.e. not installed
msgid "Unavailable"
-msgstr ""
+msgstr "No disponible"
#. TRANSLATORS: The action of the package, in present tense
msgid "Downloading"
@@ -913,7 +924,7 @@ msgstr "S'està instal·lant"
#. TRANSLATORS: The action of the package, in present tense
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Removing"
-msgstr "S'està suprimint"
+msgstr "S'està eliminant"
#. TRANSLATORS: The action of the package, in present tense
msgid "Cleaning up"
@@ -921,7 +932,7 @@ msgstr "S'està netejant"
#. TRANSLATORS: The action of the package, in present tense
msgid "Obsoleting"
-msgstr "S'està fent obsolet"
+msgstr "S'està devaluant"
#. TRANSLATORS: The action of the package, in present tense
msgid "Reinstalling"
@@ -933,15 +944,15 @@ msgstr "Baixat"
#. TRANSLATORS: The action of the package, in past tense
msgid "Removed"
-msgstr "Suprimit"
+msgstr "Eliminat"
#. TRANSLATORS: The action of the package, in past tense
msgid "Cleaned up"
-msgstr "Netejat"
+msgstr "Fes neteja"
#. TRANSLATORS: The action of the package, in past tense
msgid "Obsoleted"
-msgstr "Obsolet"
+msgstr "Devaluat"
#. TRANSLATORS: The action of the package, in past tense
msgid "Reinstalled"
@@ -957,39 +968,39 @@ msgstr "S'estan obtenint les dependències"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting update details"
-msgstr "S'està obtenint els detalls de l'actualització"
+msgstr "S'estan obtenint els detalls de l'actualització"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting details"
-msgstr "S'està obtenint els detalls"
+msgstr "S'estan obtenint els detalls"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting requires"
-msgstr "S'està obtenint els requeriments"
+msgstr "S'estan obtenint els requeriments"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting updates"
-msgstr "S'està obtenint les actualitzacions"
+msgstr "S'estan obtenint les actualitzacions"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Searching by details"
-msgstr "S'està cercant pels detalls"
+msgstr "S'estan cercant als detalls"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Searching by file"
-msgstr "S'est cercant pels fitxers"
+msgstr "S'estan cercant als fitxers"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Searching groups"
-msgstr "S'està cercant els grups"
+msgstr "S'estan cercant els grups"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Searching by name"
-msgstr "S'està cercant pel nom"
+msgstr "S'està cercant als noms"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Installing files"
-msgstr "S'està instal·lant els fitxers"
+msgstr "S'estan instal·lant els fitxers"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Refreshing cache"
@@ -997,7 +1008,7 @@ msgstr "S'està refrescant la memòria cau"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Updating packages"
-msgstr "S'està actualitzant els paquets"
+msgstr "S'estan actualitzant els paquets"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Canceling"
@@ -1005,19 +1016,19 @@ msgstr "S'està cancel·lant"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting repositories"
-msgstr "S'està obtenint els repositoris"
+msgstr "S'estan obtenint els dipòsits"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Enabling repository"
-msgstr "S'està habilitant el repositori"
+msgstr "S'està habilitant el dipòsit"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Setting data"
-msgstr "S'està establint les dades"
+msgstr "S'estan establint les dades"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Removing repository"
-msgstr ""
+msgstr "S'està eliminant el dipòsit"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Resolving"
@@ -1029,7 +1040,7 @@ msgstr "S'està obtenint la llista de fitxers"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting provides"
-msgstr "S'està obtenint allò proporcionat"
+msgstr "S'està obtenint què proporciona"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Installing signature"
@@ -1037,7 +1048,7 @@ msgstr "S'està instal·lant la signatura"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting packages"
-msgstr "S'està obtenint els paquets"
+msgstr "S'estan obtenint els paquets"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Accepting EULA"
@@ -1045,15 +1056,15 @@ msgstr "S'està acceptant l'EULA"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting upgrades"
-msgstr "S'està obtenint les actualitzacions"
+msgstr "S'estan obtenint les actualitzacions"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting categories"
-msgstr "S'està obtenint les categories"
+msgstr "S'estan obtenint les categories"
#. TRANSLATORS: The role of the transaction, in present tense
msgid "Getting transactions"
-msgstr "S'està obtenint les transaccions"
+msgstr "S'estan obtenint les transaccions"
#. TRANSLATORS: ask the user if they are comfortable installing insecure
#. packages
@@ -1067,11 +1078,11 @@ msgstr "No s'instal·larà el programari no signat."
#. TRANSLATORS: the package repository is signed by a key that is not
#. recognised
msgid "Software source signature required"
-msgstr "Cal la signatura de la font de programari"
+msgstr "Es requereix la signatura de l'origen del programari"
#. TRANSLATORS: the package repository name
msgid "Software source name"
-msgstr "Nom de la font de programari"
+msgstr "Nom de l'origen del programari"
#. TRANSLATORS: the key URL
msgid "Key URL"
@@ -1104,7 +1115,7 @@ msgstr "No s'ha acceptat la firma."
#. TRANSLATORS: this is another name for a software licence that has to be
#. read before installing
msgid "End user licence agreement required"
-msgstr "Es requeriex l'acord de llicència d'usuari final"
+msgstr "Es requereix l'acord de llicència de l'usuari final"
#. TRANSLATORS: the EULA text itself (long and boring)
msgid "Agreement"
@@ -1144,7 +1155,7 @@ msgstr "No s'ha inserit el medi correcte."
#. TRANSLATORS: When processing, we might have to remove other dependencies
msgid "The following packages have to be removed:"
-msgstr "S'han de suprimir els següents paquets:"
+msgstr "S'han d'eliminar els següents paquets:"
#. TRANSLATORS: When processing, we might have to install other dependencies
msgid "The following packages have to be installed:"
@@ -1165,7 +1176,7 @@ msgstr "S'ha de desfer l'actualització dels següents paquets:"
#. TRANSLATORS: When processing, untrusted and non-verified packages may be
#. encountered
msgid "The following packages are untrusted:"
-msgstr ""
+msgstr "Els següents paquets no són de confiança:"
#. TRANSLATORS: ask the user if the proposed changes are okay
msgid "Proceed with changes?"
@@ -1184,7 +1195,7 @@ msgstr "Cancel·la tasca externa"
msgid ""
"Authentication is required to cancel a task that was not started by yourself"
-msgstr "Cal autenticació per a cancel·lar una tasca que no vau començar"
+msgstr "Es requereix autenticació per cancel·lar una tasca que no la vàreu iniciar"
#. SECURITY:
#. - Normal users do not need authentication to install signed packages
@@ -1195,7 +1206,7 @@ msgid "Install signed package"
msgstr "Instal·la el paquet signat"
msgid "Authentication is required to install software"
-msgstr ""
+msgstr "Es requereix autenticació per instal·lar programari"
#. SECURITY:
#. - Normal users require admin authentication to install untrusted or
@@ -1203,10 +1214,10 @@ msgstr ""
#. password would be a massive security hole.
#. - This is not retained as each package should be authenticated.
msgid "Install untrusted local file"
-msgstr "Instal·la el fitxer local no confiable"
+msgstr "Instal·la el fitxer local sense confiança"
msgid "Authentication is required to install untrusted software"
-msgstr ""
+msgstr "Es requereix autenticació per instal·lar programari sense confiança"
#. SECURITY
#. - Normal users require admin authentication to reinstall packages.
@@ -1215,10 +1226,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install already installed package again"
-msgstr ""
+msgstr "Torna a instal·lar els paquets ja instal·lats"
msgid "Authentication is required to reinstall software"
-msgstr ""
+msgstr "Es requereix autenticació per reinstal·lar programari"
#. SECURITY
#. - Normal users require admin authentication to downgrade packages.
@@ -1227,10 +1238,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install older version of installed package"
-msgstr ""
+msgstr "Instal·la una versió més antiga del paquet"
msgid "Authentication is required to downgrade software"
-msgstr ""
+msgstr "Es requereix autenticació per revertir el programari"
#. SECURITY:
#. - Normal users require admin authentication to add signing keys.
@@ -1238,12 +1249,12 @@ msgstr ""
#. without a secure authentication.
#. - This is not kept as each package should be authenticated.
msgid "Trust a key used for signing software"
-msgstr ""
+msgstr "Confia en una clau que s'utilitzi per a la signatura de paquets"
msgid ""
"Authentication is required to consider a key used for signing software as "
"trusted"
-msgstr ""
+msgstr "Es requereix autenticació per tenir en consideració una clau utilitzada per signar els paquets com de confiança"
#. SECURITY:
#. - Normal users do not require admin authentication to accept new
@@ -1254,7 +1265,7 @@ msgid "Accept EULA"
msgstr "Accepta l'EULA"
msgid "Authentication is required to accept a EULA"
-msgstr "Cal autenticació per a acceptar l'EULA"
+msgstr "Es requereix autenticació per a acceptar un EULA"
#. SECURITY:
#. - Normal users require admin authentication to remove packages as
@@ -1266,10 +1277,10 @@ msgstr "Cal autenticació per a acceptar l'EULA"
#. 'auth_admin'.
#. TRANSLATORS: command description
msgid "Remove package"
-msgstr "Suprimeix el paquet"
+msgstr "Elimina el paquet"
msgid "Authentication is required to remove software"
-msgstr ""
+msgstr "Es requereix autenticació per eliminar programari"
#. SECURITY:
#. - Normal users do not require admin authentication to update the
@@ -1278,29 +1289,29 @@ msgstr ""
#. - Changing this to anything other than 'yes' will break unattended
#. updates.
msgid "Update software"
-msgstr ""
+msgstr "Actualitza el programari"
msgid "Authentication is required to update software"
-msgstr ""
+msgstr "Es requereix autenticació per actualitzar programari"
#. SECURITY:
#. - Normal users require admin authentication to enable or disable
#. software sources as this can be used to enable new updates or
#. install different versions of software.
msgid "Change software source parameters"
-msgstr "Canvia els paràmetres de la font de programari"
+msgstr "Canvia els paràmetres dels orígens del programari"
msgid "Authentication is required to change software source parameters"
-msgstr "Cal autenticació per canviar els paràmetres de la font del programari"
+msgstr "Es requereix autenticació per canviar els paràmetres de l'origen del programari"
#. SECURITY:
#. - Normal users do not require admin authentication to refresh the
#. cache, as this doesn't actually install or remove software.
msgid "Refresh system sources"
-msgstr "Actualitza les fonts del sistema"
+msgstr "Actualitza els orígens del sistema"
msgid "Authentication is required to refresh the system sources"
-msgstr "Cal autenticació per a actualitzar les fonts del sistema"
+msgstr "Es requereix autenticació per actualitzar els orígens del sistema"
#. SECURITY:
#. - Normal users do not require admin authentication to set the proxy
@@ -1311,7 +1322,7 @@ msgstr "Estableix el servidor intermediari"
msgid ""
"Authentication is required to set the network proxy used for downloading "
"software"
-msgstr ""
+msgstr "Es requereix autenticació per establir el servidor intermediari de xarxa que s'utilitza per baixar el programari"
#. SECURITY:
#. - Normal users require admin authentication to rebind a driver
@@ -1323,99 +1334,109 @@ msgid "Reload a device"
msgstr "Recarrega un dispositiu"
msgid "Authentication is required to reload the device with a new driver"
-msgstr "Cal autenticació per a recarregar el dispositiu amb un nou controlador"
+msgstr "Es requereix autenticació per tornar a carregar el dispositiu amb un nou controlador"
+
+#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
msgid "Repair System"
-msgstr ""
+msgstr "Repara el sistema"
msgid "Authentication is required to repair the installed software"
-msgstr ""
+msgstr "Es requereix autenticació per reparar el programari instal·lat"
#. SECURITY:
#. - Normal users are able to ask updates to be installed at
#. early boot time without a password.
msgid "Trigger offline updates"
-msgstr ""
+msgstr "Dispara les actualitzacions sense connexió"
msgid "Authentication is required to trigger offline updates"
-msgstr ""
+msgstr "Es requereix autenticació per disparar les actualitzacions sense connexió"
#. SECURITY:
#. - Normal users are able to clear the updates message that is
#. shown after an updates are applied at boot time.
msgid "Clear offline update message"
-msgstr ""
+msgstr "Neteja els missatges de les actualitzacions sense connexió"
msgid "Authentication is required to clear the offline updates message"
-msgstr ""
+msgstr "Es requereix autenticació per netejar els missatges de les actualitzacions sense connexió"
#. TRANSLATORS: this is a command alias
#, c-format
msgid "Alias to %s"
-msgstr ""
+msgstr "Àlies per %s"
msgid "Command not found, valid commands are:"
-msgstr ""
+msgstr "No s'ha trobat l'ordre, les ordres vàlides són:"
#. TRANSLATORS: a backend is the system package tool, e.g. dnf, apt
msgid "Packaging backend to use, e.g. dummy"
-msgstr "Administrador de paquets a usar, p.ex. dummy"
+msgstr "Programari específic d'empaquetament a utilitzar, p. ex. dummy"
#. TRANSLATORS: command description
msgid "Refresh the cache"
-msgstr ""
+msgstr "Refresca la memòria cau"
#. TRANSLATORS: command description
msgid "Refresh the cache (forced)"
-msgstr ""
+msgstr "Refresca la memòria cau (forçat)"
#. TRANSLATORS: command description
msgid "Search by names"
-msgstr ""
+msgstr "Cerca per nom"
#. TRANSLATORS: command description
msgid "Search by details"
-msgstr ""
+msgstr "Cerca per detall"
#. TRANSLATORS: command description
msgid "Search by files"
-msgstr ""
+msgstr "Cerca per fitxer"
#. TRANSLATORS: command description
msgid "Install package"
-msgstr ""
+msgstr "Instal·la el paquet"
#. TRANSLATORS: command description
msgid "Set repository options"
-msgstr ""
+msgstr "Estableix les opcions del dipòsit"
#. TRANSLATORS: program name
msgid "PackageKit"
-msgstr ""
+msgstr "PackageKit"
#. TRANSLATORS: the user didn't read the man page
msgid "Failed to parse arguments"
-msgstr ""
+msgstr "No s'han pogut analitzar els arguments"
#. TRANSLATORS: probably not yet installed
msgid "Failed to load the config file"
-msgstr ""
+msgstr "No s'ha pogut carregar el fitxer de configuració"
#. TRANSLATORS: cannot load the backend the user specified
msgid "Failed to load the backend"
-msgstr ""
+msgstr "No s'ha pogut carregar la capa d'accés a les dades"
#. TRANSLATORS: cannot unload the backend the user specified
msgid "Failed to unload the backend"
-msgstr ""
+msgstr "No s'ha pogut descarregar la capa d'accés a les dades"
#. TRANSLATORS: if we should not monitor how long we are inactive for
msgid "Disable the idle timer"
-msgstr "Inhabilita el temporitzador de repós"
+msgstr "Inhabilita el temporitzador de repòs"
#. TRANSLATORS: show version
msgid "Show version and exit"
@@ -1423,7 +1444,7 @@ msgstr "Mostra la versió i surt"
#. TRANSLATORS: exit after we've started up, used for user profiling
msgid "Exit after a small delay"
-msgstr "Surt després de un petit retràs"
+msgstr "Surt després d'un breu retard"
#. TRANSLATORS: exit straight away, used for automatic profiling
msgid "Exit after the engine has loaded"
@@ -1431,24 +1452,24 @@ msgstr "Surt després que el motor s'hagi carregat"
#. TRANSLATORS: don't unset environment variables, used for debugging
msgid "Don't clear environment on startup"
-msgstr ""
+msgstr "No netegis l'entorn en l'inici"
#. TRANSLATORS: describing the service that is running
msgid "PackageKit service"
-msgstr "servei PackageKit"
+msgstr "Servei del PackageKit"
#. TRANSLATORS: is not GPG signed
msgid "The software is not from a trusted source."
-msgstr "El programari no prové d'una font de confiança."
+msgstr "El programari no prové d'un origen de confiança."
msgid "Do not update this package unless you are sure it is safe to do so."
-msgstr "Actualitzeu aquest paquet només si esteu segurs que cal fer-ho."
+msgstr "No actualitzeu aquest paquet a menys que estigueu segur que és segur fer-ho."
msgid "Do not update these packages unless you are sure it is safe to do so."
-msgstr "Actualitzeu aquests paquets només si esteu segurs que cal fer-ho."
+msgstr "No actualitzeu aquests paquets a menys que estigueu segur que és segur fer-ho."
msgid "Do not install this package unless you are sure it is safe to do so."
-msgstr "Instal·leu aquest paquet només si esteu segurs que cal fer-ho."
+msgstr "No instal·leu aquest paquet a menys que estigueu segur que és segur fer-ho."
msgid "Do not install these packages unless you are sure it is safe to do so."
-msgstr "Instal·leu aquests paquets només si esteu segurs que cal fer-ho."
+msgstr "No instal·leu aquests paquets a menys que estigueu segur que és segur fer-ho."
diff --git a/po/cs.po b/po/cs.po
index 9de2ea2a7..a2cd0374a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -14,10 +14,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Czech (http://www.transifex.com/p/packagekit/language/cs/)\n"
+"Language-Team: Czech (http://www.transifex.com/freedesktop/packagekit/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -511,6 +511,16 @@ msgstr "Je požadován řetězec k poskytnutí balíčku"
msgid "A filename is required"
msgstr "Je požadováno jméno souboru"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Popis"
@@ -1330,6 +1340,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Pro opětovné zavedení zařízení s novým ovladačem je vyžadováno ověření"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/da.po b/po/da.po
index 6cf070ded..d5fa0c5bc 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Danish (http://www.transifex.com/p/packagekit/language/da/)\n"
+"Language-Team: Danish (http://www.transifex.com/freedesktop/packagekit/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -507,6 +507,16 @@ msgstr "En pakke udbydningsstreng kræves"
msgid "A filename is required"
msgstr "Et filnavn er krævet"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Beskrivelse"
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Godkendelse kræves for at genindlæse enheden med en ny driver"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/de.po b/po/de.po
index 5e2e78a4b..051b47a40 100644
--- a/po/de.po
+++ b/po/de.po
@@ -23,9 +23,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-21 22:40+0000\n"
-"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: German (http://www.transifex.com/freedesktop/packagekit/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -520,6 +520,16 @@ msgstr "Die Zeichenkette »Stellt bereit« wird benötigt"
msgid "A filename is required"
msgstr "Ein Dateiname wird benötigt"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Beschreibung"
@@ -1339,6 +1349,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Legitimation ist zum Laden des Geräts mit einem neuen Treiber erforderlich"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/el.po b/po/el.po
index 5d55120e1..5a59122c4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -12,10 +12,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Greek (http://www.transifex.com/p/packagekit/language/el/)\n"
+"Language-Team: Greek (http://www.transifex.com/freedesktop/packagekit/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -509,6 +509,16 @@ msgstr "Πρέπει να οριστεί συμβολοσειρά με το τι
msgid "A filename is required"
msgstr "Πρέπει να οριστεί ένα όνομα αρχείου"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Περιγραφή"
@@ -563,7 +573,7 @@ msgstr "Τερματισμός λειτουργίας μετά την εγκατ
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "Εγκατάσταση ενημερώσεων, αυτό θα μπορούσε να πάρει λίγο χρόνο..."
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
@@ -1328,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Απαιτείται πιστοποίηση για την επαναφόρτωση της συσκευής με έναν νέο οδηγό"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/en_GB.po b/po/en_GB.po
index 058a382e8..b5b4f5f78 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-17 11:31+0000\n"
-"Last-Translator: Andi Chandler <andi@gowling.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/freedesktop/packagekit/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -509,6 +509,16 @@ msgstr "A package provide string is required"
msgid "A filename is required"
msgstr "A filename is required"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Description"
@@ -1328,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Authentication is required to reload the device with a new driver"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/eo.po b/po/eo.po
index 8dcdb4c79..40d990066 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Esperanto (http://www.transifex.com/p/packagekit/language/eo/)\n"
+"Language-Team: Esperanto (http://www.transifex.com/freedesktop/packagekit/language/eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/es.po b/po/es.po
index d759e82de..e0338a09a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -17,10 +17,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Spanish (http://www.transifex.com/p/packagekit/language/es/)\n"
+"Language-Team: Spanish (http://www.transifex.com/freedesktop/packagekit/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -514,6 +514,16 @@ msgstr "Se necesita la cadena de lo que proporciona el paquete"
msgid "A filename is required"
msgstr "Se necesita un nombre de archivo"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Descripción"
@@ -1333,6 +1343,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Se necesita autenticación para recargar el dispositivo con un controlador nuevo"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/eu.po b/po/eu.po
index 7b2339c89..7405f8f04 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-08-15 18:46+0000\n"
-"Last-Translator: assar <asier.sarasua@gmail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Basque (http://www.transifex.com/freedesktop/packagekit/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -508,6 +508,16 @@ msgstr "Pakete-eskaintzaren kate bat behar da"
msgid "A filename is required"
msgstr "Fitxategi-izena behar da"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Deskribapena"
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Autentifikazioa behar da gailua kontrolagailu berri batekin birkargatzeko"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/fi.po b/po/fi.po
index c10f90b2b..1d72b0ea9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Finnish (http://www.transifex.com/p/packagekit/language/fi/)\n"
+"Language-Team: Finnish (http://www.transifex.com/freedesktop/packagekit/language/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -508,6 +508,16 @@ msgstr "Paketin tarjoaja-merkkijono on annettava"
msgid "A filename is required"
msgstr "Tiedostonimi vaaditaan"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Kuvaus"
@@ -562,7 +572,7 @@ msgstr "Sammutetaan päivitysten asennuksen jälkeen…"
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "Asennetaan päivityksiä, tämä saattaa kestää hetken..."
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Laitteen liittäminen uudelleen uudella ajurilla vaatii tunnistautumisen"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/fr.po b/po/fr.po
index 3ae813230..359c29c49 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,10 +13,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: French (http://www.transifex.com/p/packagekit/language/fr/)\n"
+"Language-Team: French (http://www.transifex.com/freedesktop/packagekit/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -510,6 +510,16 @@ msgstr "Vous devez indiquer une chaîne de fourniture de paquet"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Description"
@@ -1329,6 +1339,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Authentification requise pour redémarrer le périphérique avec un nouveau pilote"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/gl.po b/po/gl.po
index 0977e6cb3..9fdd153e0 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Fran Diéguez <frandieguez@ubuntu.com>, 2011-2012,2014
+# Fran Diéguez <frandieguez@ubuntu.com>, 2011-2012,2014-2015
# Miguel Anxo Bouzada <mbouzada@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Galician (http://www.transifex.com/p/packagekit/language/gl/)\n"
+"Language-Team: Galician (http://www.transifex.com/freedesktop/packagekit/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -377,7 +377,7 @@ msgstr "Instalar os paquetes sen pedir confirmación"
#. command line argument, do we just download or apply changes
msgid "Prepare the transaction by downloading packages only"
-msgstr ""
+msgstr "Preparar a transacción descargando só os paquetes"
#. command line argument, do we allow package downgrades
msgid "Allow packages to be downgraded during transaction"
@@ -479,7 +479,7 @@ msgid "A repo name, parameter and value are required"
msgstr "Requírese o nome do repositorio, o parámetro e o valor"
msgid "A repo id and autoremove required"
-msgstr ""
+msgstr "Requírese un ID de repositorio e autoremove"
#. TRANSLATORS: The user didn't
#. * specify what action to use
@@ -506,6 +506,16 @@ msgstr "Requírese a cadea previda polo paquete"
msgid "A filename is required"
msgstr "Requírese un nome de ficheiro"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Descrición"
@@ -560,7 +570,7 @@ msgstr "Apagando logo de instalar as actualizacións…"
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "Instalando actualizacións; isto podería levar algún tempo…"
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
@@ -894,7 +904,7 @@ msgstr "Dispoñíbel"
#. TRANSLATORS: The state of a package, i.e. not installed
msgid "Unavailable"
-msgstr ""
+msgstr "Non dispoñíbel"
#. TRANSLATORS: The action of the package, in present tense
msgid "Downloading"
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Requírese a autenticación para recargar o dispositivo cun controlador novo"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
@@ -1386,7 +1406,7 @@ msgstr "Buscar ficheiros"
#. TRANSLATORS: command description
msgid "Install package"
-msgstr ""
+msgstr "Instalar paquete"
#. TRANSLATORS: command description
msgid "Set repository options"
diff --git a/po/gu.po b/po/gu.po
index 88b352d4c..2645a389d 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Gujarati (http://www.transifex.com/p/packagekit/language/gu/)\n"
+"Language-Team: Gujarati (http://www.transifex.com/freedesktop/packagekit/language/gu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -507,6 +507,16 @@ msgstr "પેકેજ શબ્દમાળાની પૂરી પાડે
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "નવા ડ્રાઇવર સાથે ઉપકરણને પુન:લોડ કરવા માટે તાજુ કરવા માટે સત્તાધિકરણ જરૂરી છે"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/he.po b/po/he.po
index b9a9ffa18..8f3f2dc49 100644
--- a/po/he.po
+++ b/po/he.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Hebrew (http://www.transifex.com/p/packagekit/language/he/)\n"
+"Language-Team: Hebrew (http://www.transifex.com/freedesktop/packagekit/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "מחרוזת 'מספק את' של חבילה נדרשת"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "אימות נדרש כדי לטעון מחדש התקן עם מנהל התקן חדש"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/hi.po b/po/hi.po
index 07d5a98d0..45eae6593 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Hindi (http://www.transifex.com/p/packagekit/language/hi/)\n"
+"Language-Team: Hindi (http://www.transifex.com/freedesktop/packagekit/language/hi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "संकुल प्रदत्त स्ट्रिंग जरू
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "नए ड्राइवर से युक्ति ताज़ा करने के लिए प्रमाणीकरण जरूरी है"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/hr.po b/po/hr.po
index 42282de8e..efb6760ae 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Croatian (http://www.transifex.com/p/packagekit/language/hr/)\n"
+"Language-Team: Croatian (http://www.transifex.com/freedesktop/packagekit/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/hu.po b/po/hu.po
index 72fa03194..7f5a9a83a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-27 12:42+0000\n"
-"Last-Translator: kelemeng <kelemeng@ubuntu.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/freedesktop/packagekit/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -510,6 +510,16 @@ msgstr "A csomag által biztosított elemeket jelző karakterlánc szükséges"
msgid "A filename is required"
msgstr "Egy fájlnév szükséges"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Leírás"
@@ -1329,6 +1339,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Hitelesítés szükséges az eszköz újratöltéséhez az új meghajtóval"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ia.po b/po/ia.po
index bdd4fb8f1..3cf7cde87 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Martijn Dekker <mcdutchie@hotmail.com>, 2013
+# Martijn Dekker <mcdutchie@hotmail.com>, 2013,2015
# Nik Kalach <nik.kalach@inbox.ru>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Interlingua (http://www.transifex.com/p/packagekit/language/ia/)\n"
+"Language-Team: Interlingua (http://www.transifex.com/freedesktop/packagekit/language/ia/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -274,20 +274,20 @@ msgstr "Per favor claude e reaperi session pro completar le actualisation, perqu
#. TRANSLATORS: more than one package could be found that matched,
#. * to follow is a list of possible packages
msgid "More than one package matches:"
-msgstr ""
+msgstr "Plus de un pacchetto corresponde:"
#. TRANSLATORS: This finds out which package in the list to use
msgid "Please choose the correct package: "
-msgstr ""
+msgstr "Per favor, selige le pacchetto correcte:"
#. TRANSLATORS: we asked to install a package
#. * that could not be found in any repo
msgid "Package not found"
-msgstr ""
+msgstr "Pacchetto non trovate"
#. TRANSLATORS: we couldn't find anything
msgid "No packages were found"
-msgstr ""
+msgstr "Nulle pacchetto ha essite trovate"
#. TRANSLATORS: The user used
#. * 'pkcon install dave.rpm' rather than
@@ -318,7 +318,7 @@ msgstr "Iste instrumento non pote trovar le pacchetto: %s"
#. TRANSLATORS: there are no updates, so nothing to do
msgid "No packages require updating to newer versions."
-msgstr ""
+msgstr "Il non ha pacchettos requirente actualisation a versiones plus nove."
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
@@ -357,11 +357,11 @@ msgstr ""
#. TRANSLATORS: There follows a list of packages downloaded and ready
#. * to be updated
msgid "Prepared updates:"
-msgstr ""
+msgstr "Actualisationes preparate:"
#. TRANSLATORS: The network settings could not be sent
msgid "The proxy could not be set"
-msgstr ""
+msgstr "Le proxy non poteva esser activate"
#. TRANSLATORS: command line argument, just show the version string
msgid "Show the program version and exit"
@@ -377,14 +377,14 @@ msgstr "Installar le pacchetto sin requesta de confirmation"
#. command line argument, do we just download or apply changes
msgid "Prepare the transaction by downloading packages only"
-msgstr ""
+msgstr "Preparar le transaction per solmente discargar le pacchettos"
#. command line argument, do we allow package downgrades
msgid "Allow packages to be downgraded during transaction"
-msgstr ""
+msgstr "Permitter de retrogradar pacchettos durante iste transaction"
msgid "Allow packages to be reinstalled during transaction"
-msgstr ""
+msgstr "Permitter de reinstallar pacchettos durante iste transaction"
#. TRANSLATORS: command line argument, this command is not a priority
msgid "Run the command using idle network bandwidth and also using less power"
@@ -398,7 +398,7 @@ msgstr "Imprimer al schermo un egresso legibile per machina in loco de usage de
#. TRANSLATORS: command line argument, just output without fancy formatting
msgid "The maximum metadata cache age. Use -1 for 'never'."
-msgstr ""
+msgstr "Le etate maxime del cache de metadatos. Usa -1 pro 'nunquam'."
#. command line argument, do we ask questions
msgid "Allow untrusted packages to be installed."
@@ -506,6 +506,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/id.po b/po/id.po
index 52c87082d..765f5d596 100644
--- a/po/id.po
+++ b/po/id.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Indonesian (http://www.transifex.com/p/packagekit/language/id/)\n"
+"Language-Team: Indonesian (http://www.transifex.com/freedesktop/packagekit/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -508,6 +508,16 @@ msgstr "Sebuah paket memberikan string itu dibutuhkan"
msgid "A filename is required"
msgstr "Memerlukan nama berkas"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Deskripsi"
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Perlu otentikasi untuk memuat ulang perangkat dengan penggerak baru"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/it.po b/po/it.po
index 8c7f07199..7b2c1f076 100644
--- a/po/it.po
+++ b/po/it.po
@@ -16,9 +16,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-13 12:35+0000\n"
-"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Italian (http://www.transifex.com/freedesktop/packagekit/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -513,6 +513,16 @@ msgstr "È richiesto specificare la stringa dei pacchetti forniti"
msgid "A filename is required"
msgstr "È richiesto un nome di file"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Descrizione"
@@ -1332,6 +1342,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "È richiesto autenticarsi per ricaricare il dispositivo con un nuovo driver"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ja.po b/po/ja.po
index 2b2e005c1..047bec426 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,16 +5,17 @@
# Translators:
# hyuugabaru <hyu_gabaru@yahoo.co.jp>, 2009
# Kiyoto Hashida <khashida@redhat.com>, 2009
+# Ooyama Yosiyuki <qqke6wd9k@apricot.ocn.ne.jp>, 2015
# Richard Hughes <richard@hughsie.com>, 2011
# Tomoyuki KATO <tomo@dream.daynight.jp>, 2011-2013
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Japanese (http://www.transifex.com/p/packagekit/language/ja/)\n"
+"Language-Team: Japanese (http://www.transifex.com/freedesktop/packagekit/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -285,11 +286,11 @@ msgstr "現在のパッケージを選択して下さい: "
#. TRANSLATORS: we asked to install a package
#. * that could not be found in any repo
msgid "Package not found"
-msgstr ""
+msgstr "パッケージが見つかりません"
#. TRANSLATORS: we couldn't find anything
msgid "No packages were found"
-msgstr ""
+msgstr "1つもパッケージが見つかりませんでした"
#. TRANSLATORS: The user used
#. * 'pkcon install dave.rpm' rather than
@@ -506,11 +507,21 @@ msgid "A package provide string is required"
msgstr "パッケージの提供する文字列が必要です"
msgid "A filename is required"
+msgstr "ファイル名は必須です"
+
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
msgstr ""
#. TRANSLATORS: this is the description of the backend
msgid "Description"
-msgstr ""
+msgstr "説明"
#. TRANSLATORS: this is the author of the backend
msgid "Author"
@@ -896,7 +907,7 @@ msgstr "利用可能"
#. TRANSLATORS: The state of a package, i.e. not installed
msgid "Unavailable"
-msgstr ""
+msgstr "利用不可"
#. TRANSLATORS: The action of the package, in present tense
msgid "Downloading"
@@ -1196,7 +1207,7 @@ msgid "Install signed package"
msgstr "署名付きのパッケージをインストール"
msgid "Authentication is required to install software"
-msgstr ""
+msgstr "ソフトウェアをインストールするには認証が必要です"
#. SECURITY:
#. - Normal users require admin authentication to install untrusted or
@@ -1207,7 +1218,7 @@ msgid "Install untrusted local file"
msgstr "信頼できないローカルファイルをインストール"
msgid "Authentication is required to install untrusted software"
-msgstr ""
+msgstr "信頼されていないソフトウェアをインストールするには認証が必要です"
#. SECURITY
#. - Normal users require admin authentication to reinstall packages.
@@ -1216,10 +1227,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install already installed package again"
-msgstr ""
+msgstr "すでにインストール済みのパッケージを再インストール"
msgid "Authentication is required to reinstall software"
-msgstr ""
+msgstr "ソフトウェアを再インストールするには認証が必要です"
#. SECURITY
#. - Normal users require admin authentication to downgrade packages.
@@ -1228,10 +1239,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install older version of installed package"
-msgstr ""
+msgstr "インストール済みパッケージの古いバージョンをインストール"
msgid "Authentication is required to downgrade software"
-msgstr ""
+msgstr "ソフトウェアをダウングレードするには認証が必要です"
#. SECURITY:
#. - Normal users require admin authentication to add signing keys.
@@ -1270,7 +1281,7 @@ msgid "Remove package"
msgstr "パッケージを削除"
msgid "Authentication is required to remove software"
-msgstr ""
+msgstr "ソフトウェアを削除するには認証が必要です"
#. SECURITY:
#. - Normal users do not require admin authentication to update the
@@ -1279,10 +1290,10 @@ msgstr ""
#. - Changing this to anything other than 'yes' will break unattended
#. updates.
msgid "Update software"
-msgstr ""
+msgstr "ソフトウェアを更新"
msgid "Authentication is required to update software"
-msgstr ""
+msgstr "ソフトウェアを更新するには認証が必要です"
#. SECURITY:
#. - Normal users require admin authentication to enable or disable
@@ -1327,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "新規ドライバーでデバイスを再ロードするには認証が必要です"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
@@ -1360,7 +1381,7 @@ msgid "Alias to %s"
msgstr ""
msgid "Command not found, valid commands are:"
-msgstr ""
+msgstr "コマンドが見つかりません、有効なコマンドは:"
#. TRANSLATORS: a backend is the system package tool, e.g. dnf, apt
msgid "Packaging backend to use, e.g. dummy"
@@ -1368,11 +1389,11 @@ msgstr "使用するパッケージバックエンド、例、ダミー"
#. TRANSLATORS: command description
msgid "Refresh the cache"
-msgstr ""
+msgstr "キャッシュをリフレッシュ"
#. TRANSLATORS: command description
msgid "Refresh the cache (forced)"
-msgstr ""
+msgstr "キャッシュをリフレッシュ (強制)"
#. TRANSLATORS: command description
msgid "Search by names"
@@ -1388,7 +1409,7 @@ msgstr ""
#. TRANSLATORS: command description
msgid "Install package"
-msgstr ""
+msgstr "パッケージをインストール"
#. TRANSLATORS: command description
msgid "Set repository options"
@@ -1396,7 +1417,7 @@ msgstr ""
#. TRANSLATORS: program name
msgid "PackageKit"
-msgstr ""
+msgstr "PackageKit"
#. TRANSLATORS: the user didn't read the man page
msgid "Failed to parse arguments"
@@ -1404,15 +1425,15 @@ msgstr ""
#. TRANSLATORS: probably not yet installed
msgid "Failed to load the config file"
-msgstr ""
+msgstr "コンフィグファイルのロードに失敗しました"
#. TRANSLATORS: cannot load the backend the user specified
msgid "Failed to load the backend"
-msgstr ""
+msgstr "バックエンドのロードに失敗しました"
#. TRANSLATORS: cannot unload the backend the user specified
msgid "Failed to unload the backend"
-msgstr ""
+msgstr "バックエンドのアンロードの失敗しました"
#. TRANSLATORS: if we should not monitor how long we are inactive for
msgid "Disable the idle timer"
diff --git a/po/ka.po b/po/ka.po
index 408a66189..246c08ca7 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Georgian (http://www.transifex.com/p/packagekit/language/ka/)\n"
+"Language-Team: Georgian (http://www.transifex.com/freedesktop/packagekit/language/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/kk.po b/po/kk.po
index bab2cd1ac..2665e96c0 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Kazakh (http://www.transifex.com/p/packagekit/language/kk/)\n"
+"Language-Team: Kazakh (http://www.transifex.com/freedesktop/packagekit/language/kk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr ""
msgid "A filename is required"
msgstr "Файл аты керек"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Сипаттамасы"
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/kn.po b/po/kn.po
index f616da2f8..d5449eb9b 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Kannada (http://www.transifex.com/p/packagekit/language/kn/)\n"
+"Language-Team: Kannada (http://www.transifex.com/freedesktop/packagekit/language/kn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "ಪ್ಯಾಕೇಜನ್ನು ಒದಗಿಸುವ ವಾಕ್ಯ
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "ಸಾಧನವನ್ನು ಒಂದು ಹೊಸ ಚಾಲಕದೊಂದಿಗೆ ಮರಳಿ ಲೋಡ್ ಮಾಡಲು ದೃಢೀಕರಣದ ಅಗತ್ಯವಿರುತ್ತದೆ"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ko.po b/po/ko.po
index d71ae37f7..f5c6d996d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-27 19:56+0000\n"
-"Last-Translator: Shinjo Park <kde@peremen.name>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Korean (http://www.transifex.com/freedesktop/packagekit/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -508,6 +508,16 @@ msgstr "패키지 제공 문자열이 필요함"
msgid "A filename is required"
msgstr "파일 이름이 필요함"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "설명"
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "새로운 드라이버로 장치를 다시 로드하려면 인증이 필요합니다"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/lt.po b/po/lt.po
index ac208a3a9..c7ebae961 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -12,10 +12,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Lithuanian (http://www.transifex.com/p/packagekit/language/lt/)\n"
+"Language-Team: Lithuanian (http://www.transifex.com/freedesktop/packagekit/language/lt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -509,6 +509,16 @@ msgstr "Reikia nurodyti paketo suteikiamą eilutę"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1328,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Reikia patvirtinti tapatybę, norint iš naujo įkelti įrenginį su nauja tvarkykle"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/lv.po b/po/lv.po
index ec1989eb7..b5da9ede4 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Latvian (http://www.transifex.com/p/packagekit/language/lv/)\n"
+"Language-Team: Latvian (http://www.transifex.com/freedesktop/packagekit/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -507,6 +507,16 @@ msgstr "Nepieciešama pakotnes nodrošinājuma virkne"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Nepieciešama autentifikācija, lai pārlādētu ierīci ar jaunu draiveri"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ml.po b/po/ml.po
index 7be0dd7b2..51fcecc06 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Malayalam (http://www.transifex.com/p/packagekit/language/ml/)\n"
+"Language-Team: Malayalam (http://www.transifex.com/freedesktop/packagekit/language/ml/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr "പാക്കേജ് ലഭ്യമാക്കുന്ന സ്
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "ഒരു പുതിയ ഡ്രൈവറുപയോഗിച്ചു് ഡിവൈസ് വീണ്ടും ലഭ്യമാക്കുന്നതിനു് ആധികാരികത ആവശ്യമുണ്ടു്"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/mr.po b/po/mr.po
index 81f29ca5f..405cfd5cc 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,10 +10,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Marathi (http://www.transifex.com/p/packagekit/language/mr/)\n"
+"Language-Team: Marathi (http://www.transifex.com/freedesktop/packagekit/language/mr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -507,6 +507,16 @@ msgstr "संकुल द्वारे पुरविलेली अक्
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "साधनाला नवीन ड्राइव्हरसह पुनःलोड करण्यासाठी ओळख पटवणे आवश्यक आहे"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/nb.po b/po/nb.po
index 35ec94905..0ee595aba 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Norwegian Bokmål (http://www.transifex.com/p/packagekit/language/nb/)\n"
+"Language-Team: Norwegian Bokmål (http://www.transifex.com/freedesktop/packagekit/language/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/nl.po b/po/nl.po
index e77eed913..a9b4336ac 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Dutch (http://www.transifex.com/p/packagekit/language/nl/)\n"
+"Language-Team: Dutch (http://www.transifex.com/freedesktop/packagekit/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -508,6 +508,16 @@ msgstr "Een 'pakket levert' string is vereist"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Authenticatie wordt vereist om het apparaat te herladen met een nieuw stuurprogramma"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/oc.po b/po/oc.po
index 18e050697..e192cdb9f 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Occitan (post 1500) (http://www.transifex.com/p/packagekit/language/oc/)\n"
+"Language-Team: Occitan (post 1500) (http://www.transifex.com/freedesktop/packagekit/language/oc/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/or.po b/po/or.po
index a795d9e7a..233ad0882 100644
--- a/po/or.po
+++ b/po/or.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Manoj Kumar Giri <mgiri@redhat.com>, 2009
+# Manoj Kumar Giri <giri.manojkr@gmail.com>, 2009
# Richard Hughes <richard@hughsie.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Oriya (http://www.transifex.com/p/packagekit/language/or/)\n"
+"Language-Team: Oriya (http://www.transifex.com/freedesktop/packagekit/language/or/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "ଗୋଟିଏ ପ୍ୟାକେଜ ପ୍ରଦତ୍ତ ବାକ୍
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "ତନ୍ତ୍ରଗୁଡ଼ିକୁ ନୂତନ ଡ୍ରାଇଭର ସହିତ ପୁନର୍ଧାରଣ କରିବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/pa.po b/po/pa.po
index 0ab9edcb3..2d0f60d55 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -12,10 +12,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/p/packagekit/language/pa/)\n"
+"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/freedesktop/packagekit/language/pa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -509,6 +509,16 @@ msgstr "ਪੈਕੇਜ ਦੇਣ ਵਾਲੀ ਸਤਰ ਲੋੜੀਦੀ ਹ
msgid "A filename is required"
msgstr "ਫਾਇਲ-ਨਾਂ ਚਾਹੀਦਾ ਹੈ"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "ਵੇਰਵਾ"
@@ -1328,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "ਨਵੇਂ ਡਰਾਈਵਰ ਨਾਲ ਜੰਤਰ ਰੀਲੋਡ ਕਰਨ ਲਈ ਪਰਮਾਣਕਿਤਾ ਦੀ ਲੋੜ ਹੈ"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/pl.po b/po/pl.po
index 842bb8117..71b35dc84 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-13 16:04+0000\n"
-"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Polish (http://www.transifex.com/freedesktop/packagekit/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -296,7 +296,7 @@ msgstr "Nie odnaleziono żadnych pakietów"
msgid ""
"Expected package name, actually got file. Try using 'pkcon install-local %s'"
" instead."
-msgstr "Oczekiwano nazwy pakietu, otrzymano plik. Proszę zamiast tego spróbować wykonać polecenie \"pkcon install-local %s\"."
+msgstr "Oczekiwano nazwy pakietu, otrzymano plik. Proszę zamiast tego spróbować wykonać polecenie „pkcon install-local %s”."
#. TRANSLATORS: There was an error getting the list
#. * of files for the package. The detailed error follows
@@ -398,7 +398,7 @@ msgstr "Wyświetla wyjście czytelne dla komputera, zamiast używania animowanyc
#. TRANSLATORS: command line argument, just output without fancy formatting
msgid "The maximum metadata cache age. Use -1 for 'never'."
-msgstr "Maksymalny czas przechowywania metadanych w pamięci podręcznej. Wartość -1 oznacza \"never\" (nigdy)."
+msgstr "Maksymalny czas przechowywania metadanych w pamięci podręcznej. Wartość -1 oznacza „never” (nigdy)."
#. command line argument, do we ask questions
msgid "Allow untrusted packages to be installed."
@@ -484,7 +484,7 @@ msgstr "Wymagany jest identyfikator i automatyczne usuwanie"
#. TRANSLATORS: The user didn't
#. * specify what action to use
msgid "An action, e.g. 'update-packages' is required"
-msgstr "Wymagane jest działanie, np. \"update-packages\""
+msgstr "Wymagane jest działanie, np. „update-packages”"
#. TRANSLATORS: The user specified
#. * an invalid action
@@ -506,6 +506,16 @@ msgstr "Wymagany jest łańcuch dostarczania pakietu"
msgid "A filename is required"
msgstr "Wymagana jest nazwa pliku"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Opis"
@@ -529,7 +539,7 @@ msgstr "Plik już istnieje: %s"
#. * unsupported option on the command line
#, c-format
msgid "Option '%s' is not supported"
-msgstr "Opcja \"%s\" nie jest obsługiwana"
+msgstr "Opcja „%s” nie jest obsługiwana"
#. TRANSLATORS: Generic failure of what they asked to do
msgid "Command failed"
@@ -560,16 +570,16 @@ msgstr "Wyłączanie komputera po zainstalowaniu aktualizacji…"
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr "Instalowanie aktualizacji, może to chwilę zająć..."
+msgstr "Instalowanie aktualizacji, może to chwilę zająć…"
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
-msgstr "Pobieranie informacji o pakiecie..."
+msgstr "Pobieranie informacji o pakiecie…"
#. TRANSLATORS: run an applicaiton
#, c-format
msgid "Run %s"
-msgstr "Uruchom %s"
+msgstr "Uruchom „%s”"
#. TRANSLATORS: show the installed version of a package
msgid "Installed version"
@@ -592,7 +602,7 @@ msgstr "Zaktualizuj do wersji %s"
#. TRANSLATORS: To install a package
#, c-format
msgid "Install %s now"
-msgstr "Zainstaluj %s"
+msgstr "Zainstaluj „%s”"
#. TRANSLATORS: the version of the package
msgid "Version"
@@ -604,7 +614,7 @@ msgstr "Nie odnaleziono pakietów dla systemu"
#. TRANSLATORS: package is being installed
msgid "Installing..."
-msgstr "Instalowanie..."
+msgstr "Instalowanie…"
#. TRANSLATORS: downloading repo data so we can search
msgid "Downloading details about the software sources."
@@ -669,7 +679,7 @@ msgstr "Pakiet dostarczający ten plik:"
#. command
#, c-format
msgid "Install package '%s' to provide command '%s'?"
-msgstr "Zainstalować pakiet \"%s\", aby dostarczyć polecenie \"%s\"?"
+msgstr "Zainstalować pakiet „%s”, aby dostarczyć polecenie „%s”?"
#. TRANSLATORS: Show the user a list of packages that provide this command
msgid "Packages providing this file are:"
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Wymagane jest uwierzytelnienie, aby ponownie wczytać urządzenie za pomocą nowego sterownika"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
@@ -1355,7 +1375,7 @@ msgstr "Wymagane jest uwierzytelnienie, aby wyczyścić komunikat aktualizacji w
#. TRANSLATORS: this is a command alias
#, c-format
msgid "Alias to %s"
-msgstr "Alias do %s"
+msgstr "Alias do „%s”"
msgid "Command not found, valid commands are:"
msgstr "Nie odnaleziono polecenia, prawidłowe polecenia:"
diff --git a/po/pt.po b/po/pt.po
index 734bb60d7..c59232cc3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Portuguese (http://www.transifex.com/p/packagekit/language/pt/)\n"
+"Language-Team: Portuguese (http://www.transifex.com/freedesktop/packagekit/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "É necessário especificar a string que define o que o pacote disponibil
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Autenticação é necessária para recarregar o dispositivo com o novo controlador"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 60a345b69..11eea0876 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,18 +3,19 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Igor Pires Soares <igor@projetofedora.org>, 2008, 2009, 2010
+# Igor Pires Soares <igor@projetofedora.org>, 2008-2010
# Rafael Fontenelle <rffontenelle@gmail.com>, 2012-2014
# Richard Hughes <richard@hughsie.com>, 2011
# ufa <ufa@technotroll.org>, 2012
+# ufa <ufa@technotroll.org>, 2012
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/p/packagekit/language/pt_BR/)\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/freedesktop/packagekit/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -186,7 +187,7 @@ msgstr "Desabilitado"
#. TRANSLATORS: a package requires the system to be restarted
msgid "System restart required by:"
-msgstr "O reinício do sistema é requerido por:"
+msgstr "O reinício do sistema é necessário para:"
#. TRANSLATORS: a package requires the session to be restarted
msgid "Session restart required:"
@@ -195,7 +196,7 @@ msgstr "É necessário reiniciar a sessão:"
#. TRANSLATORS: a package requires the system to be restarted
#. * due to a security update
msgid "System restart (security) required by:"
-msgstr "O reinício do sistema (por segurança) é requerido por:"
+msgstr "O reinício do sistema (por segurança) é necessário por:"
#. TRANSLATORS: a package requires the session to be restarted
#. * due to a security update
@@ -204,7 +205,7 @@ msgstr "É necessário reiniciar a sessão (por segurança):"
#. TRANSLATORS: a package requires the application to be restarted
msgid "Application restart required by:"
-msgstr "O reinício do aplicativo é requerido por:"
+msgstr "O reinício do aplicativo é necessário para:"
#. TRANSLATORS: This a list of details about the package
msgid "Package description"
@@ -238,7 +239,7 @@ msgstr "Erro fatal"
#. TRANSLATORS: the user asked to update everything,
#. * but there is nothing that can be updated
msgid "There are no packages to update."
-msgstr "Não há pacotes a serem atualizados"
+msgstr "Não há pacotes a serem atualizados."
#. TRANSLATORS: the transaction failed in a way we could
#. * not expect
@@ -251,7 +252,7 @@ msgid "There are no updates available at this time."
msgstr "Não há atualizações disponíveis neste momento."
msgid "There are no upgrades available at this time."
-msgstr "Não há atualizações no momento"
+msgstr "Não há atualizações no momento."
#. TRANSLATORS: a package needs to restart their system
msgid "Please restart the computer to complete the update."
@@ -379,14 +380,14 @@ msgstr "Instala os pacotes sem pedir confirmação"
#. command line argument, do we just download or apply changes
msgid "Prepare the transaction by downloading packages only"
-msgstr ""
+msgstr "Preparar a transação baixando pacotes apenas"
#. command line argument, do we allow package downgrades
msgid "Allow packages to be downgraded during transaction"
-msgstr ""
+msgstr "Permitir que pacotes ser desatualizados durante a transação"
msgid "Allow packages to be reinstalled during transaction"
-msgstr ""
+msgstr "Permitir que pacotes sejam reinstalados durante a transação"
#. TRANSLATORS: command line argument, this command is not a priority
msgid "Run the command using idle network bandwidth and also using less power"
@@ -404,7 +405,7 @@ msgstr "Período máximo do cache de metadados. Use -1 para 'nunca'"
#. command line argument, do we ask questions
msgid "Allow untrusted packages to be installed."
-msgstr ""
+msgstr "Permitir que pacotes não confiáveis ser instalado."
#. TRANSLATORS: we failed to contact the daemon
msgid "Failed to parse command line"
@@ -508,6 +509,16 @@ msgstr "É necessário especificar o que o pacote fornece"
msgid "A filename is required"
msgstr "Um nome de arquivo é necessário"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Descrição"
@@ -562,7 +573,7 @@ msgstr "Desligando após instalar atualizações…"
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "Instalando atualizações; Isto pode demorar um pouco..."
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
@@ -784,7 +795,7 @@ msgstr "Baixando informações do repositório"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading list of packages"
-msgstr "Baixando a lista de pacotes"
+msgstr "Baixando lista de pacotes"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading file lists"
@@ -792,7 +803,7 @@ msgstr "Baixando listas de arquivos"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading lists of changes"
-msgstr "Baixando a lista de alterações"
+msgstr "Baixando lista de alterações"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading groups"
@@ -800,7 +811,7 @@ msgstr "Baixando grupos"
#. TRANSLATORS: transaction state, downloading metadata
msgid "Downloading update information"
-msgstr "Baixando informações de atualização"
+msgstr "Baixando informações de atualização"
#. TRANSLATORS: transaction state, repackaging delta files
msgid "Repackaging files"
@@ -896,7 +907,7 @@ msgstr "Disponível"
#. TRANSLATORS: The state of a package, i.e. not installed
msgid "Unavailable"
-msgstr ""
+msgstr "Indisponível"
#. TRANSLATORS: The action of the package, in present tense
msgid "Downloading"
@@ -1068,7 +1079,7 @@ msgstr "O pacote não assinado não será instalado."
#. TRANSLATORS: the package repository is signed by a key that is not
#. recognised
msgid "Software source signature required"
-msgstr "A assinatura da fonte de programas é requerida"
+msgstr "A assinatura da fonte de programas é necessária"
#. TRANSLATORS: the package repository name
msgid "Software source name"
@@ -1216,10 +1227,10 @@ msgstr "Autenticação é necessária para instalar programas não confiáveis"
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install already installed package again"
-msgstr ""
+msgstr "Instalar pacote já instalado novamente"
msgid "Authentication is required to reinstall software"
-msgstr ""
+msgstr "A autenticação é necessário para reinstalar software"
#. SECURITY
#. - Normal users require admin authentication to downgrade packages.
@@ -1228,10 +1239,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install older version of installed package"
-msgstr ""
+msgstr "Instalar a versão mais antiga do pacote instalado"
msgid "Authentication is required to downgrade software"
-msgstr ""
+msgstr "A autenticação é necessária para desatualizar o programa"
#. SECURITY:
#. - Normal users require admin authentication to add signing keys.
@@ -1327,6 +1338,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "É necessário autenticar para recarregar o dispositivo com o novo driver"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
@@ -1357,10 +1378,10 @@ msgstr "Autenticação é necessária para limpar mensagens de atualização off
#. TRANSLATORS: this is a command alias
#, c-format
msgid "Alias to %s"
-msgstr ""
+msgstr "Alias para %s"
msgid "Command not found, valid commands are:"
-msgstr ""
+msgstr "Comando não encontrado, comandos válidos são:"
#. TRANSLATORS: a backend is the system package tool, e.g. dnf, apt
msgid "Packaging backend to use, e.g. dummy"
@@ -1368,51 +1389,51 @@ msgstr "O backend de empacotamento a ser utilizado, p. ex.: dummy"
#. TRANSLATORS: command description
msgid "Refresh the cache"
-msgstr ""
+msgstr "Renovar o cache"
#. TRANSLATORS: command description
msgid "Refresh the cache (forced)"
-msgstr ""
+msgstr "Renovar o cache (forçado)"
#. TRANSLATORS: command description
msgid "Search by names"
-msgstr ""
+msgstr "Pesquisar por nomes"
#. TRANSLATORS: command description
msgid "Search by details"
-msgstr ""
+msgstr "Pesquisar por detalhes"
#. TRANSLATORS: command description
msgid "Search by files"
-msgstr ""
+msgstr "Pesquisar por arquivos"
#. TRANSLATORS: command description
msgid "Install package"
-msgstr ""
+msgstr "Instalar pacote"
#. TRANSLATORS: command description
msgid "Set repository options"
-msgstr ""
+msgstr "Definir opções do repositório"
#. TRANSLATORS: program name
msgid "PackageKit"
-msgstr ""
+msgstr "PackageKit"
#. TRANSLATORS: the user didn't read the man page
msgid "Failed to parse arguments"
-msgstr ""
+msgstr "Falha ao analisar argumetnos"
#. TRANSLATORS: probably not yet installed
msgid "Failed to load the config file"
-msgstr ""
+msgstr "Falha ao carregar o arquivo de configuração"
#. TRANSLATORS: cannot load the backend the user specified
msgid "Failed to load the backend"
-msgstr ""
+msgstr "Falha ao carregar o backend"
#. TRANSLATORS: cannot unload the backend the user specified
msgid "Failed to unload the backend"
-msgstr ""
+msgstr "Falha ao descarregar o backend"
#. TRANSLATORS: if we should not monitor how long we are inactive for
msgid "Disable the idle timer"
diff --git a/po/ro.po b/po/ro.po
index e1c7fc154..198c07496 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Romanian (http://www.transifex.com/p/packagekit/language/ro/)\n"
+"Language-Team: Romanian (http://www.transifex.com/freedesktop/packagekit/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr "Este necesar un șir de furnizori de pachete"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Este necesară autentificarea pentru a reporni acest dispozitiv cu un nou driver"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ru.po b/po/ru.po
index edf409d79..92902df72 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-13 12:53+0000\n"
-"Last-Translator: Serge Vylekzhanin <vylekzhanin@mail.ru>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Russian (http://www.transifex.com/freedesktop/packagekit/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -515,6 +515,16 @@ msgstr "Необходима строка, указывающая на паке
msgid "A filename is required"
msgstr "Необходимо указать имя файла"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Описание"
@@ -1334,6 +1344,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Для перезагрузки устройства с новым драйвером необходима аутентификация"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/sk.po b/po/sk.po
index 23951df8d..59da6c273 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-15 10:37+0100\n"
-"PO-Revision-Date: 2015-09-10 12:49+0000\n"
-"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Slovak (http://www.transifex.com/freedesktop/packagekit/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -511,6 +511,16 @@ msgstr "Je potrebný reťazec poskytovania"
msgid "A filename is required"
msgstr "Je potrebný názov súboru"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Popis"
@@ -1330,6 +1340,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Na načítanie nového ovládača zariadenia je potrebné overenie totožnosti"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/sl.po b/po/sl.po
index f94e86d60..b6b1af440 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-29 19:50+0000\n"
-"Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/freedesktop/packagekit/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -506,6 +506,16 @@ msgstr "Zahtevan je niz, ki ga zagotovi paket"
msgid "A filename is required"
msgstr "Ime datoteke je obvezno"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Opis"
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Za ponovno nalaganje naprave z novim gonilnikom je zahtevana overitev"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/sr.po b/po/sr.po
index 7c71dad66..220c49cea 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Serbian (http://www.transifex.com/p/packagekit/language/sr/)\n"
+"Language-Team: Serbian (http://www.transifex.com/freedesktop/packagekit/language/sr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "Морате навести ниску „обезбеђује“"
msgid "A filename is required"
msgstr "Морате навести назив датотеке"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Опис"
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Потребно је потврђивање идентитета за поновно учитавање уређаја са новим управљачким програмом"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/sr@latin.po b/po/sr@latin.po
index eac476967..ba65a49b4 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Serbian (Latin) (http://www.transifex.com/p/packagekit/language/sr@latin/)\n"
+"Language-Team: Serbian (Latin) (http://www.transifex.com/freedesktop/packagekit/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr "Morate navesti „provide“ niz (šta paket pruža)"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Neophodna je autentifikacija za ponovno učitavanje uređaja sa novim upravljačkim programom"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/sv.po b/po/sv.po
index 2f964551b..54db6281f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -11,10 +11,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Swedish (http://www.transifex.com/p/packagekit/language/sv/)\n"
+"Language-Team: Swedish (http://www.transifex.com/freedesktop/packagekit/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -508,6 +508,16 @@ msgstr "En sträng för vad paketet tillhandahåller krävs"
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Autentisering krävs för att uppdatera enheten med en ny drivrutin"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/ta.po b/po/ta.po
index c29170c85..ff53e75c5 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Tamil (http://www.transifex.com/p/packagekit/language/ta/)\n"
+"Language-Team: Tamil (http://www.transifex.com/freedesktop/packagekit/language/ta/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr "ஒரு தொகுப்பால் வழங்கப்படு
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "சாதனம் ஒரு புதிய இயக்கியுடன் மீளேற்ற அங்கீகாரம் தேவை"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/te.po b/po/te.po
index d701f931b..c21df58a0 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,10 +9,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Telugu (http://www.transifex.com/p/packagekit/language/te/)\n"
+"Language-Team: Telugu (http://www.transifex.com/freedesktop/packagekit/language/te/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -506,6 +506,16 @@ msgstr "సంకలనము అందించు పదబందము(స్
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "కొత్త డ్రైవర్‌తో పరికరమును తిరిగిలోడు చేయుటకు దృవీకరణ అవసరమైంది"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/th.po b/po/th.po
index 5aa0d82c4..e94fe3e34 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,10 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Thai (http://www.transifex.com/p/packagekit/language/th/)\n"
+"Language-Team: Thai (http://www.transifex.com/freedesktop/packagekit/language/th/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -505,6 +505,16 @@ msgstr ""
msgid "A filename is required"
msgstr ""
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr ""
@@ -1324,6 +1334,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr ""
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/tr.po b/po/tr.po
index 8d94e8c2e..3e12ad94a 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-15 10:37+0100\n"
-"PO-Revision-Date: 2015-08-31 13:28+0000\n"
-"Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Turkish (http://www.transifex.com/freedesktop/packagekit/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -508,6 +508,16 @@ msgstr "Paket sağlayan karakter dizisi gerekiyor"
msgid "A filename is required"
msgstr "Bir dosya adı gerekiyor"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Açıklama"
@@ -1327,6 +1337,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Bir aygıtı yenib ri sürücüyle yeniden yüklemek için kimlik kanıtlaması gereklidir"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/uk.po b/po/uk.po
index 111a20388..54147ac12 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-13 11:41+0000\n"
-"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/freedesktop/packagekit/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -506,6 +506,16 @@ msgstr "Слід вказати рядок вмісту"
msgid "A filename is required"
msgstr "Слід вказати назву файла"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "Опис"
@@ -1325,6 +1335,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "Для перезавантаження пристрою з новим драйвером слід пройти розпізнавання"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 453382866..5a4242f74 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,8 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Christopher Meng <cickumqt@gmail.com>, 2013
+# Boyuan Yang <073plan@gmail.com>, 2015
+# Christopher Meng <i@cicku.me>, 2013
# Leah Liu <lliu@redhat.com>, 2009
# Tommy He <lovenemesis@gmail.com>, 2011, 2012
# Michael Jay Tong <michaeljayt@gmail.com>, 2014
@@ -13,10 +14,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-07-13 12:37+0100\n"
-"PO-Revision-Date: 2015-07-13 11:37+0000\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
-"Language-Team: Chinese (China) (http://www.transifex.com/p/packagekit/language/zh_CN/)\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/freedesktop/packagekit/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -381,11 +382,11 @@ msgstr "不经询问确认就安装软件包"
#. command line argument, do we just download or apply changes
msgid "Prepare the transaction by downloading packages only"
-msgstr ""
+msgstr "仅下载软件包以为事务做准备"
#. command line argument, do we allow package downgrades
msgid "Allow packages to be downgraded during transaction"
-msgstr "允许事务进行中下载软件包"
+msgstr "允许事务进行中降级软件包"
msgid "Allow packages to be reinstalled during transaction"
msgstr "允许事务进行中重新安装软件包"
@@ -510,6 +511,16 @@ msgstr "需要指定软件包提供描述"
msgid "A filename is required"
msgstr "需要指定文件名"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "描述"
@@ -564,7 +575,7 @@ msgstr "安装更新后关机..."
#. TRANSLATORS: we've started doing offline updates
msgid "Installing updates; this could take a while..."
-msgstr ""
+msgstr "正在安装更新;这可能需要一段时间……"
#. TRANSLATORS: when we are getting data from the daemon
msgid "Getting package information..."
@@ -898,7 +909,7 @@ msgstr "可用"
#. TRANSLATORS: The state of a package, i.e. not installed
msgid "Unavailable"
-msgstr ""
+msgstr "不可用"
#. TRANSLATORS: The action of the package, in present tense
msgid "Downloading"
@@ -1218,10 +1229,10 @@ msgstr "安装不受信任的软件需要认证"
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install already installed package again"
-msgstr ""
+msgstr "重新安装已安装的软件包"
msgid "Authentication is required to reinstall software"
-msgstr ""
+msgstr "重新安装软件需要认证"
#. SECURITY
#. - Normal users require admin authentication to downgrade packages.
@@ -1230,10 +1241,10 @@ msgstr ""
#. - If a package in question is not trusted, user's permission to install
#. untrusted package will be checked as well.
msgid "Install older version of installed package"
-msgstr ""
+msgstr "安装已安装软件包的较旧版本"
msgid "Authentication is required to downgrade software"
-msgstr ""
+msgstr "降级软件需要认证"
#. SECURITY:
#. - Normal users require admin authentication to add signing keys.
@@ -1329,6 +1340,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "以新驱动重新装入设备需要认证"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.
@@ -1390,7 +1411,7 @@ msgstr "按文件搜索"
#. TRANSLATORS: command description
msgid "Install package"
-msgstr ""
+msgstr "安装软件包"
#. TRANSLATORS: command description
msgid "Set repository options"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c05d5153d..f74b6186e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-19 15:19+0100\n"
-"PO-Revision-Date: 2015-07-13 12:37+0000\n"
-"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
+"POT-Creation-Date: 2015-11-27 14:52+0000\n"
+"PO-Revision-Date: 2015-11-27 14:52+0000\n"
+"Last-Translator: Richard Hughes <richard@hughsie.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/freedesktop/packagekit/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -507,6 +507,16 @@ msgstr "需要指定軟體包提供字串"
msgid "A filename is required"
msgstr "需要指定檔名"
+#. TRANSLATORS: The user did not
+#. * provide a distro name
+msgid "A distribution name is required"
+msgstr ""
+
+#. TRANSLATORS: The user did not
+#. * provide an upgrade type
+msgid "An upgrade type is required, e.g. 'minimal', 'default' or 'complete'"
+msgstr ""
+
#. TRANSLATORS: this is the description of the backend
msgid "Description"
msgstr "描述"
@@ -1326,6 +1336,16 @@ msgid "Authentication is required to reload the device with a new driver"
msgstr "要以新驅動程式重新載入裝置的話需先通過身份核對"
#. SECURITY:
+#. - Normal users require admin authentication to upgrade the disto as
+#. this can make the system unbootable or stop other applications from
+#. working.
+msgid "Upgrade System"
+msgstr ""
+
+msgid "Authentication is required to upgrade the operating system"
+msgstr ""
+
+#. SECURITY:
#. - Normal users require admin authentication to repair the system
#. since this can make the system unbootable or stop other
#. applications from working.