[vinagre] Added translators comments.



commit 0b402c195de35e6333598acf58415e89ec16cb25
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Apr 27 21:16:42 2010 -0300

    Added translators comments.
    
    Closes #616986.

 plugins/vnc/vinagre-vnc-plugin.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/vnc/vinagre-vnc-plugin.c b/plugins/vnc/vinagre-vnc-plugin.c
index c76cf3e..5439f65 100644
--- a/plugins/vnc/vinagre-vnc-plugin.c
+++ b/plugins/vnc/vinagre-vnc-plugin.c
@@ -274,12 +274,14 @@ impl_new_connection_from_file (VinagrePlugin *plugin,
 
   if (!g_key_file_has_group (file, "connection"))
     {
+      /* Translators: Do not translate "connection". It's the name of a group in the .vnc (.ini like) file. */
       *error_msg = g_strdup (_("The file is not a VNC one: Missing the group \"connection\"."));
       goto the_end;
     }
 
   if (!g_key_file_has_key (file, "connection", "host", NULL))
     {
+      /* Translators: Do not translate "host". It's the name of a key in the .vnc (.ini like) file. */
       *error_msg = g_strdup (_("The file is not a VNC one: Missing the key \"host\"."));
       goto the_end;
     }



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