brasero r1679 - in trunk: . src/plugins/checksum src/plugins/local-track src/plugins/transcode



Author: philippr
Date: Thu Jan  1 13:49:45 2009
New Revision: 1679
URL: http://svn.gnome.org/viewvc/brasero?rev=1679&view=rev

Log:
2009-01-01  Philippe Rouquier  <ykw localhost localdomain>

	Set the names of plugins displayed to user as translatable
	Improved patch by Gabor Kelemen
	Fix #564262 â Untranslated strings

	* src/plugins/checksum/burn-checksum-files.c
	(brasero_checksum_files_export_caps):
	* src/plugins/checksum/burn-checksum-image.c
	(brasero_checksum_image_export_caps):
	* src/plugins/local-track/burn-local-image.c
	(brasero_local_track_export_caps):
	* src/plugins/local-track/burn-uri.c
	(brasero_burn_uri_export_caps):
	* src/plugins/transcode/burn-normalize.c
	(brasero_normalize_export_caps):

Modified:
   trunk/ChangeLog
   trunk/src/plugins/checksum/burn-checksum-files.c
   trunk/src/plugins/checksum/burn-checksum-image.c
   trunk/src/plugins/local-track/burn-local-image.c
   trunk/src/plugins/local-track/burn-uri.c
   trunk/src/plugins/transcode/burn-normalize.c

Modified: trunk/src/plugins/checksum/burn-checksum-files.c
==============================================================================
--- trunk/src/plugins/checksum/burn-checksum-files.c	(original)
+++ trunk/src/plugins/checksum/burn-checksum-files.c	Thu Jan  1 13:49:45 2009
@@ -1305,7 +1305,10 @@
 	BraseroPluginConfOption *checksum_type;
 
 	brasero_plugin_define (plugin,
-			       "File checksum",
+			       /* Translators: this is the name of the plugin
+				* which will be translated only when it needs
+				* displaying. */
+			       N_("File Checksum"),
 			       _("Allows to check file integrities on a disc"),
 			       "Philippe Rouquier",
 			       0);

Modified: trunk/src/plugins/checksum/burn-checksum-image.c
==============================================================================
--- trunk/src/plugins/checksum/burn-checksum-image.c	(original)
+++ trunk/src/plugins/checksum/burn-checksum-image.c	Thu Jan  1 13:49:45 2009
@@ -773,7 +773,10 @@
 	BraseroPluginConfOption *checksum_type;
 
 	brasero_plugin_define (plugin,
-			       "Image checksum",
+			       /* Translators: this is the name of the plugin
+				* which will be translated only when it needs
+				* displaying. */
+			       N_("Image Checksum"),
 			       _("Allows to check data integrity on disc after it is burnt"),
 			       "Philippe Rouquier",
 			       0);

Modified: trunk/src/plugins/local-track/burn-local-image.c
==============================================================================
--- trunk/src/plugins/local-track/burn-local-image.c	(original)
+++ trunk/src/plugins/local-track/burn-local-image.c	Thu Jan  1 13:49:45 2009
@@ -1091,8 +1091,11 @@
 	GSList *caps;
 
 	brasero_plugin_define (plugin,
-			       "local-track",
-			       _("Local-track allows to burn files not stored locally"),
+			       /* Translators: this is the name of the plugin
+				* which will be translated only when it needs
+				* displaying. */
+			       N_("File Downloader"),
+			       _("Allows to burn files not stored locally"),
 			       "Philippe Rouquier",
 			       10);
 

Modified: trunk/src/plugins/local-track/burn-uri.c
==============================================================================
--- trunk/src/plugins/local-track/burn-uri.c	(original)
+++ trunk/src/plugins/local-track/burn-uri.c	Thu Jan  1 13:49:45 2009
@@ -553,8 +553,11 @@
 	GSList *caps;
 
 	brasero_plugin_define (plugin,
-			       "burn_uris",
-			       _("Burn_uri allows burning files added to \"CD/DVD Creator Folder\" in nautilus"),
+			       /* Translators: this is the name of the plugin
+				* which will be translated only when it needs
+				* displaying. */
+			       N_("CD/DVD Creator Folder"),
+			       _("Allows to burn files added to \"CD/DVD Creator Folder\" in nautilus"),
 			       "Philippe Rouquier",
 			       11);
 

Modified: trunk/src/plugins/transcode/burn-normalize.c
==============================================================================
--- trunk/src/plugins/transcode/burn-normalize.c	(original)
+++ trunk/src/plugins/transcode/burn-normalize.c	Thu Jan  1 13:49:45 2009
@@ -561,7 +561,7 @@
 	GstElement *element;
 
 	brasero_plugin_define (plugin,
-			       "normalize",
+			       N_("Normalize"),
 			       _("Normalize allows to set consistent sound levels between tracks"),
 			       "Philippe Rouquier",
 			       0);



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