[Kimchi-devel] [PATCH] [Kimchi] Revert "Use verbs in the past"

Lucio Correia luciojhc at linux.vnet.ibm.com
Wed Aug 10 18:05:25 UTC 2016


Use present verbs again now that failed requests are also
logged.

This reverts commit 493fb971a275ebbe9b19447a9d9aacd37537d47b.

Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 i18n.py | 86 ++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

diff --git a/i18n.py b/i18n.py
index dfc61e5..7625469 100644
--- a/i18n.py
+++ b/i18n.py
@@ -344,48 +344,48 @@ messages = {
     "KCHEVENT0004W": _("I/O error on guest '%(vm)s': storage pool out of space for %(devAlias)s (%(srcPath)s)."),
 
     # These messages (ending with L) are for user log purposes
-    "KCHNET0001L": _("Created virtual network '%(name)s' type '%(connection)s'"),
-    "KCHNET0002L": _("Removed virtual network '%(ident)s'"),
-    "KCHNET0003L": _("Updated virtual network '%(ident)s'"),
-    "KCHNET0004L": _("Activated virtual network '%(ident)s'"),
-    "KCHNET0005L": _("Deactivated virtual network '%(ident)s'"),
-    "KCHPOOL0001L": _("Created storage pool '%(name)s' type '%(type)s'"),
-    "KCHPOOL0002L": _("Removed storage pool '%(ident)s'"),
-    "KCHPOOL0003L": _("Updated storage pool '%(ident)s'"),
-    "KCHPOOL0004L": _("Activated storage pool '%(ident)s'"),
-    "KCHPOOL0005L": _("Deactivated storage pool '%(ident)s'"),
-    "KCHSNAP0001L": _("Created snapshot '%(name)s' at guest '%(vm)s'"),
-    "KCHSNAP0002L": _("Removed snapshot '%(ident)s' from guest '%(vm)s'"),
-    "KCHSNAP0003L": _("Reverted guest '%(vm)s' to snapshot '%(ident)s'"),
-    "KCHTMPL0001L": _("Created template '%(name)s'"),
-    "KCHTMPL0002L": _("Removed template '%(ident)s'"),
-    "KCHTMPL0003L": _("Updated template '%(ident)s'"),
-    "KCHTMPL0004L": _("Cloned template '%(ident)s'"),
-    "KCHVM0001L": _("Created guest '%(name)s' from template '%(template)s'"),
-    "KCHVM0002L": _("Removed guest '%(ident)s'"),
-    "KCHVM0003L": _("Edited guest '%(ident)s'"),
-    "KCHVM0004L": _("Started guest '%(ident)s'"),
-    "KCHVM0005L": _("Powered off guest '%(ident)s'"),
+    "KCHNET0001L": _("Create virtual network '%(name)s' type '%(connection)s'"),
+    "KCHNET0002L": _("Remove virtual network '%(ident)s'"),
+    "KCHNET0003L": _("Update virtual network '%(ident)s'"),
+    "KCHNET0004L": _("Activate virtual network '%(ident)s'"),
+    "KCHNET0005L": _("Deactivate virtual network '%(ident)s'"),
+    "KCHPOOL0001L": _("Create storage pool '%(name)s' type '%(type)s'"),
+    "KCHPOOL0002L": _("Remove storage pool '%(ident)s'"),
+    "KCHPOOL0003L": _("Update storage pool '%(ident)s'"),
+    "KCHPOOL0004L": _("Activate storage pool '%(ident)s'"),
+    "KCHPOOL0005L": _("Deactivate storage pool '%(ident)s'"),
+    "KCHSNAP0001L": _("Create snapshot '%(name)s' at guest '%(vm)s'"),
+    "KCHSNAP0002L": _("Remove snapshot '%(ident)s' from guest '%(vm)s'"),
+    "KCHSNAP0003L": _("Revert guest '%(vm)s' to snapshot '%(ident)s'"),
+    "KCHTMPL0001L": _("Create template '%(name)s'"),
+    "KCHTMPL0002L": _("Remove template '%(ident)s'"),
+    "KCHTMPL0003L": _("Update template '%(ident)s'"),
+    "KCHTMPL0004L": _("Clone template '%(ident)s'"),
+    "KCHVM0001L": _("Create guest '%(name)s' from template '%(template)s'"),
+    "KCHVM0002L": _("Remove guest '%(ident)s'"),
+    "KCHVM0003L": _("Edit guest '%(ident)s'"),
+    "KCHVM0004L": _("Start guest '%(ident)s'"),
+    "KCHVM0005L": _("Power off guest '%(ident)s'"),
     "KCHVM0006L": _("Shutdown guest '%(ident)s'"),
-    "KCHVM0007L": _("Restarted guest '%(ident)s'"),
-    "KCHVM0008L": _("Connected to guest '%(ident)s' through novnc/spice"),
-    "KCHVM0009L": _("Cloned guest '%(ident)s'"),
-    "KCHVM0010L": _("Migrated guest '%(ident)s' to '%(remote_host)s'"),
-    "KCHVM0011L": _("Suspended guest '%(ident)s'"),
-    "KCHVM0012L": _("Resumed guest '%(ident)s'"),
-    "KCHVM0013L": _("Connected to guest '%(ident)s' through serial"),
-    "KCHVMHDEV0001L": _("Attached host device '%(name)s' to guest '%(vmid)s'"),
-    "KCHVMHDEV0002L": _("Detached host device '%(ident)s' from guest '%(vmid)s'"),
-    "KCHVMIF0001L": _("Attached network interface '%(network)s' to guest '%(vm)s'"),
-    "KCHVMIF0002L": _("Detached network interface '%(ident)s' from guest '%(vm)s'"),
-    "KCHVMIF0003L": _("Updated network interface '%(ident)s' at guest '%(vm)s'"),
-    "KCHVMSTOR0001L": _("Attached %(type)s storage '%(path)s' to guest '%(vm)s'"),
-    "KCHVMSTOR0002L": _("Removed storage '%(ident)s' from guest '%(vm)s'"),
-    "KCHVMSTOR0003L": _("Updated storage '%(ident)s' at guest '%(vm)s'"),
-    "KCHVOL0001L": _("Created storage volume '%(name)s' at pool '%(pool)s'"),
-    "KCHVOL0002L": _("Removed storage volume '%(ident)s' from pool '%(pool)s'"),
-    "KCHVOL0003L": _("Updated storage volume '%(ident)s' at pool '%(pool)s'"),
-    "KCHVOL0004L": _("Wiped storage volume '%(ident)s' off pool '%(pool)s'"),
-    "KCHVOL0005L": _("Resized storage volume '%(ident)s' at pool '%(pool)s' with size %(size)s"),
-    "KCHVOL0006L": _("Cloned storage volume '%(ident)s' at pool '%(pool)s'"),
+    "KCHVM0007L": _("Restart guest '%(ident)s'"),
+    "KCHVM0008L": _("Connect to guest '%(ident)s' through novnc/spice"),
+    "KCHVM0009L": _("Clone guest '%(ident)s'"),
+    "KCHVM0010L": _("Migrate guest '%(ident)s' to '%(remote_host)s'"),
+    "KCHVM0011L": _("Suspend guest '%(ident)s'"),
+    "KCHVM0012L": _("Resume guest '%(ident)s'"),
+    "KCHVM0013L": _("Connect to guest '%(ident)s' through serial"),
+    "KCHVMHDEV0001L": _("Attach host device '%(name)s' to guest '%(vmid)s'"),
+    "KCHVMHDEV0002L": _("Detach host device '%(ident)s' from guest '%(vmid)s'"),
+    "KCHVMIF0001L": _("Attach network interface '%(network)s' to guest '%(vm)s'"),
+    "KCHVMIF0002L": _("Detach network interface '%(ident)s' from guest '%(vm)s'"),
+    "KCHVMIF0003L": _("Update network interface '%(ident)s' at guest '%(vm)s'"),
+    "KCHVMSTOR0001L": _("Attach %(type)s storage '%(path)s' to guest '%(vm)s'"),
+    "KCHVMSTOR0002L": _("Remove storage '%(ident)s' from guest '%(vm)s'"),
+    "KCHVMSTOR0003L": _("Update storage '%(ident)s' at guest '%(vm)s'"),
+    "KCHVOL0001L": _("Create storage volume '%(name)s' at pool '%(pool)s'"),
+    "KCHVOL0002L": _("Remove storage volume '%(ident)s' from pool '%(pool)s'"),
+    "KCHVOL0003L": _("Update storage volume '%(ident)s' at pool '%(pool)s'"),
+    "KCHVOL0004L": _("Wipe storage volume '%(ident)s' off pool '%(pool)s'"),
+    "KCHVOL0005L": _("Resize storage volume '%(ident)s' at pool '%(pool)s' with size %(size)s"),
+    "KCHVOL0006L": _("Clone storage volume '%(ident)s' at pool '%(pool)s'"),
 }
-- 
1.9.1




More information about the Kimchi-devel mailing list