brasero r1506 - in trunk: . src



Author: philippr
Date: Sun Nov  9 22:26:12 2008
New Revision: 1506
URL: http://svn.gnome.org/viewvc/brasero?rev=1506&view=rev

Log:
	Fixed windows headers (capitalizations and alert windows)

	* src/brasero-audio-disc.c (brasero_audio_disc_video_file_dialog),
	(brasero_audio_disc_add_dir):
	* src/brasero-blank-dialog.c (brasero_blank_dialog_activate):
	* src/brasero-burn-dialog.c (brasero_burn_dialog_loss_warnings_cb),
	(brasero_burn_dialog_data_loss_cb),
	(brasero_burn_dialog_previous_session_loss_cb),
	(brasero_burn_dialog_audio_to_appendable_cb),
	(brasero_burn_dialog_rewritable_cb),
	(brasero_burn_dialog_disable_joliet_cb),
	(brasero_burn_dialog_dummy_success_cb),
	(brasero_burn_dialog_notify_error),
	(brasero_burn_dialog_cancel_dialog):
	* src/brasero-medium-properties.c
	(brasero_medium_properties_image_extension_ask):
	* src/brasero-project-manager.c (brasero_project_manager_switch):
	* src/brasero-project.c (brasero_project_confirm_switch),
	(brasero_project_empty_cb), (brasero_project_save_project_dialog):
	* src/brasero-split-dialog.c (brasero_split_dialog_size_error),
	(brasero_split_dialog_clear_confirm_dialog):
	* src/brasero-sum-dialog.c (brasero_sum_dialog_message),
	(brasero_sum_dialog_message_error), (brasero_sum_dialog_success),
	(brasero_sum_dialog_corruption_warning),
	(brasero_sum_dialog_check_md5_file), (brasero_sum_dialog_new):
	* src/brasero-tool-dialog.c (brasero_tool_dialog_cancel_dialog):
	* src/brasero-video-disc.c (brasero_video_disc_directory_dialog):


Modified:
   trunk/ChangeLog
   trunk/src/brasero-audio-disc.c
   trunk/src/brasero-blank-dialog.c
   trunk/src/brasero-burn-dialog.c
   trunk/src/brasero-medium-properties.c
   trunk/src/brasero-project-manager.c
   trunk/src/brasero-project.c
   trunk/src/brasero-split-dialog.c
   trunk/src/brasero-sum-dialog.c
   trunk/src/brasero-tool-dialog.c
   trunk/src/brasero-video-disc.c

Modified: trunk/src/brasero-audio-disc.c
==============================================================================
--- trunk/src/brasero-audio-disc.c	(original)
+++ trunk/src/brasero-audio-disc.c	Sun Nov  9 22:26:12 2008
@@ -1358,16 +1358,14 @@
 					 name);
 	g_free (name);
 
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Video File"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 						  _("This file is a video and therefore only the audio part can be written to the disc."));
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
-			       _("_Ignore video"),
+			       _("_Discard File"),
 			       GTK_RESPONSE_CANCEL);
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
-			       _("_Add video"),
+			       _("_Add File"),
 			       GTK_RESPONSE_OK);
 
 	answer = gtk_dialog_run (GTK_DIALOG (dialog));
@@ -1494,14 +1492,12 @@
 					 GTK_BUTTONS_NONE,
 					 _("Do you want to search for audio files inside the directory?"));
 
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Directory Search"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 						  _("Directories can't be added to an audio disc."));
 
 	gtk_dialog_add_buttons (GTK_DIALOG (dialog),
 				GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-				_("Search directory"), GTK_RESPONSE_OK,
+				_("Search _Directory"), GTK_RESPONSE_OK,
 				NULL);
 
 	gtk_widget_show_all (dialog);

Modified: trunk/src/brasero-blank-dialog.c
==============================================================================
--- trunk/src/brasero-blank-dialog.c	(original)
+++ trunk/src/brasero-blank-dialog.c	Sun Nov  9 22:26:12 2008
@@ -222,9 +222,7 @@
 						   GTK_DIALOG_MODAL,
 						   GTK_MESSAGE_ERROR,
 						   GTK_BUTTONS_CLOSE,
-						   _("Error Blanking."));
-
-		gtk_window_set_title (GTK_WINDOW (self), _("Blanking Finished"));
+						   _("Error while blanking."));
 
 		button = brasero_utils_make_button (_("Blank _Again"),
 						    NULL,
@@ -265,8 +263,6 @@
 						  GTK_BUTTONS_NONE,
 						  _("The disc was successfully blanked."));
 
-		gtk_window_set_title (GTK_WINDOW (self), _("Blanking Finished"));
-
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 							  _("The disc is ready for use."));
 

Modified: trunk/src/brasero-burn-dialog.c
==============================================================================
--- trunk/src/brasero-burn-dialog.c	(original)
+++ trunk/src/brasero-burn-dialog.c	Sun Nov  9 22:26:12 2008
@@ -632,7 +632,6 @@
 
 static BraseroBurnResult
 brasero_burn_dialog_loss_warnings_cb (GtkDialog *dialog, 
-				      const gchar *title,
 				      const gchar *main_message,
 				      const gchar *secondary_message,
 				      const gchar *button_text,
@@ -659,8 +658,6 @@
 					  GTK_BUTTONS_NONE,
 					  "%s", main_message);
 
-	gtk_window_set_title (GTK_WINDOW (message), title);
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						 "%s", secondary_message);
 
@@ -668,7 +665,7 @@
 				GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 				NULL);
 
-	button = brasero_utils_make_button (_("Replace disc"),
+	button = brasero_utils_make_button (_("Replace Disc"),
 					    GTK_STOCK_REFRESH,
 					    NULL,
 					    GTK_ICON_SIZE_BUTTON);
@@ -706,7 +703,6 @@
 				  GtkDialog *dialog)
 {
 	return brasero_burn_dialog_loss_warnings_cb (dialog,
-						     _("Possible Data Loss"),
 						     _("Do you really want to erase the current disc?"),
 						     _("The disc in the drive holds data."),
 						     _("Erase disc"),
@@ -725,7 +721,6 @@
 				     _("Do you want to continue anyway?"));
 				     
 	result = brasero_burn_dialog_loss_warnings_cb (dialog,
-						       _("Multisession Disc"),
 						       _("Appending new files to a multisession disc is not advised."),
 						       secondary,
 						       _("Continue"),
@@ -746,7 +741,6 @@
 				     _("Do you want to continue anyway?"));
 
 	result = brasero_burn_dialog_loss_warnings_cb (dialog,
-						       _("Multisession Disc"),
 						       _("Appending audio tracks to a CD is not advised."),
 						       secondary,
 						       _("Continue"),
@@ -767,7 +761,6 @@
 				     _("Do you want to continue anyway?"));
 
 	result = brasero_burn_dialog_loss_warnings_cb (dialog,
-						       _("Rewritable Disc"),
 						       _("Recording audio tracks on a rewritable disc is not advised."),
 						       secondary,
 						       _("Continue"),
@@ -804,7 +797,6 @@
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  _("Some files don't have a suitable name for a Windows-compatible CD."));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Windows Compatibility"));
 	gtk_dialog_add_buttons (GTK_DIALOG (message),
 				GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 				NULL);
@@ -1060,8 +1052,6 @@
 					  GTK_BUTTONS_CANCEL,
 					  _("The simulation was successful."));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Successful Simulation"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  _("Real disc burning will take place in 10 seconds."));
 
@@ -1578,7 +1568,6 @@
 					  GTK_BUTTONS_NONE,
 					  _("Error while burning."));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Burning Error"));
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  "%s",
 						  secondary);
@@ -1912,13 +1901,11 @@
 					  GTK_BUTTONS_NONE,
 					  _("Do you really want to quit?"));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Confirm"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG
 						  (message),
 						  _("Interrupting the process may make disc unusable."));
 
-	button = brasero_utils_make_button (("C_ontinue burning"),
+	button = brasero_utils_make_button (("C_ontinue Burning"),
 					    GTK_STOCK_OK,
 					    NULL,
 					    GTK_ICON_SIZE_BUTTON);
@@ -1926,7 +1913,7 @@
 	gtk_dialog_add_action_widget (GTK_DIALOG (message),
 				      button, GTK_RESPONSE_OK);
 
-	button = brasero_utils_make_button (_("_Cancel burning"),
+	button = brasero_utils_make_button (_("_Cancel Burning"),
 					    GTK_STOCK_CANCEL,
 					    NULL,
 					    GTK_ICON_SIZE_BUTTON);

Modified: trunk/src/brasero-medium-properties.c
==============================================================================
--- trunk/src/brasero-medium-properties.c	(original)
+++ trunk/src/brasero-medium-properties.c	Sun Nov  9 22:26:12 2008
@@ -329,15 +329,14 @@
 					 _("Do you really want to keep the current extension for the disc image name?"));
 
 		
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Image Extension"));
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-						  _("If you choose to keep it programs may not be able to recognize the file type properly."));
+						  _("If you choose to keep it, programs may not be able to recognize the file type properly."));
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
-			       _("_Don't change extension"),
+			       _("_Keep Current Extension"),
 			       GTK_RESPONSE_CANCEL);
 	gtk_dialog_add_button (GTK_DIALOG (dialog),
-			       _("Change _extension"),
+			       _("Change _Extension"),
 			       GTK_RESPONSE_YES);
 
 	answer = gtk_dialog_run (GTK_DIALOG (dialog));

Modified: trunk/src/brasero-project-manager.c
==============================================================================
--- trunk/src/brasero-project-manager.c	(original)
+++ trunk/src/brasero-project-manager.c	Sun Nov  9 22:26:12 2008
@@ -751,7 +751,7 @@
 		}
 
 		if (toplevel)
-			gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New Video disc project"));
+			gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New Video Disc Project"));
 	}
 	else if (type == BRASERO_PROJECT_TYPE_ISO) {
 		brasero_layout_load (BRASERO_LAYOUT (manager->priv->layout), BRASERO_LAYOUT_NONE);

Modified: trunk/src/brasero-project.c
==============================================================================
--- trunk/src/brasero-project.c	(original)
+++ trunk/src/brasero-project.c	Sun Nov  9 22:26:12 2008
@@ -1048,9 +1048,6 @@
 						 GTK_BUTTONS_CANCEL,
 						 _("Do you really want to create a new project and discard the changes to current one?"));
 
-		
-		gtk_window_set_title (GTK_WINDOW (dialog), _("Unsaved Project"));
-
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 							  _("If you choose to create a new project, all changes made will be lost."));
 		gtk_dialog_add_button (GTK_DIALOG (dialog),
@@ -1069,9 +1066,6 @@
 						 GTK_BUTTONS_CANCEL,
 						 _("Do you really want to create a new project and discard the current one?"));
 
-		
-		gtk_window_set_title (GTK_WINDOW (dialog), _("New Project"));
-
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 							  _("If you choose to create a new project, "
 							    "all files already added will be discarded. "
@@ -1453,9 +1447,6 @@
 						 GTK_BUTTONS_CANCEL,
 						 _("Do you really want to empty the current project?"));
 
-		
-		gtk_window_set_title (GTK_WINDOW (dialog), _("Empty Project"));
-
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 							  _("Emptying a project will remove all files already added. "
 							    "All the work will be lost. "
@@ -2204,20 +2195,18 @@
 					 GTK_BUTTONS_NONE,
 					 _("Save the changes of current project before closing?"));
 
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Modified Project"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 						  _("If you don't save, changes will be permanently lost."));
 
 	if (show_cancel)
 		gtk_dialog_add_buttons (GTK_DIALOG (dialog),
-					_("Cl_ose without saving"), GTK_RESPONSE_NO,
+					_("Cl_ose Without Saving"), GTK_RESPONSE_NO,
 					GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 					GTK_STOCK_SAVE, GTK_RESPONSE_YES,
 					NULL);
 	else
 		gtk_dialog_add_buttons (GTK_DIALOG (dialog),
-					_("Cl_ose without saving"), GTK_RESPONSE_NO,
+					_("Cl_ose Without Saving"), GTK_RESPONSE_NO,
 					GTK_STOCK_SAVE, GTK_RESPONSE_YES,
 					NULL);
 

Modified: trunk/src/brasero-split-dialog.c
==============================================================================
--- trunk/src/brasero-split-dialog.c	(original)
+++ trunk/src/brasero-split-dialog.c	Sun Nov  9 22:26:12 2008
@@ -172,12 +172,11 @@
 					  GTK_BUTTONS_NONE,
 					  _("Do you really want to split the track?"));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Size Error"));
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  _("If you split the track, the size of the new track will be shorter than 6 seconds and will be padded."));
 
 	gtk_dialog_add_button (GTK_DIALOG (message),
-			       _("_Don't split"),
+			       GTK_STOCK_CANCEL,
 			       GTK_RESPONSE_CANCEL);
 	gtk_dialog_add_button (GTK_DIALOG (message),
 			       _("_Split"),
@@ -703,7 +702,6 @@
 					  GTK_BUTTONS_NONE,
 					  _("Do you really want to carry on with automatic splitting?"));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Automatic Split"));
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  _("This will remove all previous results."));
 

Modified: trunk/src/brasero-sum-dialog.c
==============================================================================
--- trunk/src/brasero-sum-dialog.c	(original)
+++ trunk/src/brasero-sum-dialog.c	Sun Nov  9 22:26:12 2008
@@ -92,7 +92,6 @@
 
 static gboolean
 brasero_sum_dialog_message (BraseroSumDialog *self,
-			    const gchar *title,
 			    const gchar *primary_message,
 			    const gchar *secondary_message,
 			    GtkMessageType type)
@@ -115,10 +114,9 @@
 					  GTK_BUTTONS_NONE,
 					  "%s", primary_message);
 
-	gtk_window_set_title (GTK_WINDOW (message), title);
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
-						  "%s", secondary_message);
+						  "%s",
+						  secondary_message);
 
 	button = brasero_utils_make_button (_("Check _Again"),
 					    GTK_STOCK_FIND,
@@ -151,8 +149,7 @@
 					NULL);
 
 	return brasero_sum_dialog_message (self,
-					   _("File Integrity Check Error"),
-					   _("The file integrity check cannot be performed."),
+					   _("The file integrity check could not be performed."),
 					   error ? error->message:_("Unknown error."),
 					   GTK_MESSAGE_ERROR);
 }
@@ -165,7 +162,6 @@
 					NULL);
 
 	return brasero_sum_dialog_message (self,
-					   _("File Integrity Check Success"),
 					   _("The file integrity was performed successfully."),
 					   _("There seems to be no corrupted file on the disc."),
 					   GTK_MESSAGE_INFO);
@@ -199,7 +195,6 @@
 						      "%s", string);
 	g_free (string);
 
-	gtk_window_set_title (GTK_WINDOW (message),  _("File Integrity Check Error"));
 	gtk_window_set_resizable (GTK_WINDOW (message), TRUE);
 	gtk_widget_set_size_request (GTK_WIDGET (message), 440, 300);
 
@@ -478,8 +473,7 @@
     	uri = gtk_file_chooser_get_uri (GTK_FILE_CHOOSER (self->priv->md5_chooser));
 	if (!uri) {
 		retval = brasero_sum_dialog_message (self,
-						     _("File Integrity Check Error"),
-						     _("The file integrity check cannot be performed."),
+						     _("The file integrity check could not be performed."),
 						     error ? error->message:_("No md5 file was given."),
 						     GTK_MESSAGE_ERROR);
 		return retval;
@@ -784,7 +778,7 @@
 	BraseroSumDialog *obj;
 	
 	obj = BRASERO_SUM_DIALOG (g_object_new (BRASERO_TYPE_SUM_DIALOG, NULL));
-	gtk_window_set_title (GTK_WINDOW (obj), "Disc Checking");
+	gtk_window_set_title (GTK_WINDOW (obj), _("Disc Checking"));
 	
 	return GTK_WIDGET (obj);
 }

Modified: trunk/src/brasero-tool-dialog.c
==============================================================================
--- trunk/src/brasero-tool-dialog.c	(original)
+++ trunk/src/brasero-tool-dialog.c	Sun Nov  9 22:26:12 2008
@@ -370,8 +370,6 @@
 					  GTK_BUTTONS_NONE,
 					  _("Do you really want to quit?"));
 
-	gtk_window_set_title (GTK_WINDOW (message), _("Confirm"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
 						  _("Interrupting the process may make disc unusable."));
 	gtk_dialog_add_buttons (GTK_DIALOG (message),

Modified: trunk/src/brasero-video-disc.c
==============================================================================
--- trunk/src/brasero-video-disc.c	(original)
+++ trunk/src/brasero-video-disc.c	Sun Nov  9 22:26:12 2008
@@ -244,14 +244,12 @@
 					 GTK_BUTTONS_NONE,
 					 _("Do you want to search for video files inside the directory?"));
 
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Directory Search"));
-
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
 						  _("Directories can't be added to video disc."));
 
 	gtk_dialog_add_buttons (GTK_DIALOG (dialog),
 				GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-				_("Search directory"), GTK_RESPONSE_OK,
+				_("_Search Directory"), GTK_RESPONSE_OK,
 				NULL);
 
 	gtk_widget_show_all (dialog);



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