[nanny] Add translator comments



commit f8c26bc77b58d71d9ca811e6a848db2316ff43a2
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Thu Feb 4 12:52:44 2010 +0100

    Add translator comments

 client/gnome/systray/src/SystrayNanny.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/client/gnome/systray/src/SystrayNanny.py b/client/gnome/systray/src/SystrayNanny.py
index 7056bf4..4c4581f 100644
--- a/client/gnome/systray/src/SystrayNanny.py
+++ b/client/gnome/systray/src/SystrayNanny.py
@@ -87,8 +87,10 @@ class SystrayNanny(gtk.StatusIcon):
                 if len (mssg) > 0:
                     mssg += "\n"
                 if self.times_left[app_id][1]:
+                    # To translators: In x-minutes the access to <apps> will be granted
                     mssg += _("In %s the access to <b>%s</b> will be granted.") % (time, self.app_names[app_id])
                 else:
+                    # To translators: In x-minutes the access to <apps> will be denied
                     mssg += _("In %s the access to <b>%s</b> will be denied.") % (time, self.app_names[app_id])
 
         if mssg_ready:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]