brasero r1664 - in trunk: . src



Author: philippr
Date: Fri Dec 26 20:33:59 2008
New Revision: 1664
URL: http://svn.gnome.org/viewvc/brasero?rev=1664&view=rev

Log:
2008-12-26  Philippe Rouquier  <ykw localhost localdomain>

	565673 â Need context to translate:
	change string and added a translator comment

	* src/main.c:


Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Fri Dec 26 20:33:59 2008
@@ -130,8 +130,12 @@
 	  N_("PATH") },
 
 	{ "transient-for", 'x', 0, G_OPTION_ARG_INT, &parent_window,
-	  N_("Set brasero transient for the window with Xlib xid"),
-	  N_("xid") },
+	/* Translators: the xid is a number identifying each window in the X11
+	 * world (not Windows, MacOS X). The following sentence says that
+	 * brasero will be set to be always on top of the window identified by
+	 * xid. In other word, the window with the given xid will become brasero
+	 * parent as if brasero was a dialog for the parent application */
+	  N_("The XID of the parent window"), NULL },
 
 	{ "debug", 'g', 0, G_OPTION_ARG_NONE, &debug,
 	  N_("Display debug statements on stdout"),



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