[gnome-software] Add another status translated string
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Add another status translated string
- Date: Wed, 23 Jan 2013 12:50:00 +0000 (UTC)
commit a1489c5e8f6527916d80179e6dadd2f2b0ea0c85
Author: Richard Hughes <richard hughsie com>
Date: Wed Jan 23 12:48:54 2013 +0000
Add another status translated string
src/gs-main.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-main.c b/src/gs-main.c
index 97b40cb..3d5aa04 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -185,7 +185,18 @@ gs_main_progress_cb (PkProgress *progress,
/* TRANSLATORS: this is the transaction status */
status_text = _("Loading list of packages...");
break;
+ case PK_STATUS_ENUM_DOWNLOAD:
+ case PK_STATUS_ENUM_DOWNLOAD_REPOSITORY:
+ case PK_STATUS_ENUM_DOWNLOAD_PACKAGELIST:
+ case PK_STATUS_ENUM_DOWNLOAD_FILELIST:
+ case PK_STATUS_ENUM_DOWNLOAD_CHANGELOG:
+ case PK_STATUS_ENUM_DOWNLOAD_GROUP:
+ case PK_STATUS_ENUM_DOWNLOAD_UPDATEINFO:
+ /* TRANSLATORS: this is the transaction status */
+ status_text = _("Downloading...");
+ break;
case PK_STATUS_ENUM_QUERY:
+ case PK_STATUS_ENUM_INFO:
/* TRANSLATORS: this is the transaction status */
status_text = _("Querying...");
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]