brasero r901 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r901 - in trunk: . src
- Date: Wed, 18 Jun 2008 11:57:09 +0000 (UTC)
Author: philippr
Date: Wed Jun 18 11:57:09 2008
New Revision: 901
URL: http://svn.gnome.org/viewvc/brasero?rev=901&view=rev
Log:
Fix #538299 â Window titles
* src/brasero-audio-disc.c (brasero_audio_disc_short_track_dialog),
(brasero_audio_disc_file_type_error_dialog),
(brasero_audio_disc_video_file_dialog),
(brasero_audio_disc_add_dir),
(brasero_audio_disc_unreadable_dialog),
(brasero_audio_disc_inotify_removal_warning):
* src/brasero-blank-dialog.c (brasero_blank_dialog_activate),
(brasero_blank_dialog_new):
* src/brasero-burn-dialog.c (brasero_burn_dialog_update_info),
(brasero_burn_dialog_insert_disc_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_update_title_writing_progress),
(brasero_burn_dialog_dummy_success_cb),
(brasero_burn_dialog_save_log), (brasero_burn_dialog_show_log),
(brasero_burn_dialog_notify_error):
* src/brasero-data-disc.c
(brasero_data_disc_import_failure_dialog),
(brasero_data_disc_unreadable_uri_cb),
(brasero_data_disc_recursive_uri_cb),
(brasero_data_disc_unknown_uri_cb), (brasero_data_disc_2G_file_cb),
(brasero_data_disc_rename_activated):
* src/brasero-disc-copy-dialog.c (brasero_disc_copy_dialog_init):
* src/brasero-disc-option-dialog.c
(brasero_disc_option_dialog_joliet_toggled_cb),
(brasero_disc_option_dialog_new):
* src/brasero-image-option-dialog.c
(brasero_image_option_dialog_image_info_error),
(brasero_image_option_dialog_image_empty),
(brasero_image_option_dialog_new):
* src/brasero-image-properties.c (brasero_image_properties_init):
* src/brasero-jacket-background.c (brasero_jacket_background_new):
* src/brasero-jacket-edit.c (brasero_jacket_edit_dialog_new):
* src/brasero-multi-song-props.c (brasero_multi_song_props_init):
* src/brasero-playlist.c (brasero_playlist_add_cb),
(brasero_playlist_dialog_error):
* src/brasero-project-manager.c (brasero_project_manager_switch),
(brasero_project_manager_open_cb):
* src/brasero-project.c (brasero_project_overburn_dialog),
(brasero_project_check_status), (brasero_project_set_uri),
(brasero_project_invalid_project_dialog),
(brasero_project_save_project_ask_for_path):
* src/brasero-search-beagle.c (brasero_search_beagle_error_dialog):
* src/brasero-song-properties.c (brasero_song_props_init):
* src/brasero-split-dialog.c (brasero_split_dialog_size_error),
(brasero_split_dialog_no_silence_message),
(brasero_split_dialog_clear_confirm_dialog):
* src/brasero-sum-dialog.c (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_media_error),
(brasero_tool_dialog_media_busy), (brasero_tool_dialog_no_media):
* src/brasero-utils.c (brasero_utils_launch_app):
* src/main.c (brasero_app_parse_options):
Modified:
trunk/ChangeLog
trunk/src/brasero-audio-disc.c
trunk/src/brasero-blank-dialog.c
trunk/src/brasero-burn-dialog.c
trunk/src/brasero-data-disc.c
trunk/src/brasero-disc-copy-dialog.c
trunk/src/brasero-disc-option-dialog.c
trunk/src/brasero-image-option-dialog.c
trunk/src/brasero-image-properties.c
trunk/src/brasero-jacket-background.c
trunk/src/brasero-jacket-edit.c
trunk/src/brasero-multi-song-props.c
trunk/src/brasero-playlist.c
trunk/src/brasero-project-manager.c
trunk/src/brasero-project.c
trunk/src/brasero-search-beagle.c
trunk/src/brasero-song-properties.c
trunk/src/brasero-split-dialog.c
trunk/src/brasero-sum-dialog.c
trunk/src/brasero-tool-dialog.c
trunk/src/brasero-utils.c
trunk/src/main.c
Modified: trunk/src/brasero-audio-disc.c
==============================================================================
--- trunk/src/brasero-audio-disc.c (original)
+++ trunk/src/brasero-audio-disc.c Wed Jun 18 11:57:09 2008
@@ -1144,7 +1144,7 @@
GTK_BUTTONS_CLOSE,
_("The track will be padded at its end:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Track length"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Track Length"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("the track is shorter than 6 seconds."));
@@ -1332,7 +1332,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Unhandled song"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Unhandled Song"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("Make sure the appropriate codec is installed."));
@@ -1365,7 +1365,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Video file"));
+ 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."));
@@ -1502,7 +1502,7 @@
GTK_BUTTONS_NONE,
_("Do you want to search for audio discs inside the directory?"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Directory search"));
+ 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:"));
@@ -1582,7 +1582,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Unreadable file"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Unreadable File"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
error->message);
@@ -3649,7 +3649,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("File deletion noticed"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("File Deletion"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("it will be removed from the project."));
Modified: trunk/src/brasero-blank-dialog.c
==============================================================================
--- trunk/src/brasero-blank-dialog.c (original)
+++ trunk/src/brasero-blank-dialog.c Wed Jun 18 11:57:09 2008
@@ -216,7 +216,7 @@
GTK_BUTTONS_CLOSE,
_("Error Blanking:"));
- gtk_window_set_title (GTK_WINDOW (self), _("Blanking finished"));
+ gtk_window_set_title (GTK_WINDOW (self), _("Blanking Finished"));
button = brasero_utils_make_button (_("Blank _Again"),
NULL,
@@ -257,7 +257,7 @@
GTK_BUTTONS_NONE,
_("The disc was successfully blanked:"));
- gtk_window_set_title (GTK_WINDOW (self), _("Blanking finished"));
+ 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."));
@@ -411,7 +411,7 @@
BraseroBlankDialog *obj;
obj = BRASERO_BLANK_DIALOG (g_object_new (BRASERO_TYPE_BLANK_DIALOG,
- "title", _("Disc blanking"),
+ "title", _("Disc Blanking"),
NULL));
return GTK_WIDGET (obj);
}
Modified: trunk/src/brasero-burn-dialog.c
==============================================================================
--- trunk/src/brasero-burn-dialog.c (original)
+++ trunk/src/brasero-burn-dialog.c Wed Jun 18 11:57:09 2008
@@ -157,12 +157,12 @@
GTK_ICON_SIZE_DIALOG);
header = g_strdup (_("<big><b>Creating image</b></big>"));
- title = g_strdup (_("Brasero - Creating image"));
+ title = g_strdup (_("Brasero - Creating Image"));
}
else if (media & (BRASERO_MEDIUM_DVD|BRASERO_MEDIUM_DVD_DL)) {
if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning DVD (simulation)"));
+ title = g_strdup (_("Brasero - Burning DVD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of data DVD burning</b></big>"));
}
else {
@@ -176,7 +176,7 @@
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Burning DVD (simulation)"));
+ title = g_strdup (_("Burning DVD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of image to DVD burning</b></big>"));
}
else {
@@ -190,7 +190,7 @@
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Copying DVD (simulation)"));
+ title = g_strdup (_("Brasero - Copying DVD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of data DVD copying</b></big>"));
}
else {
@@ -206,7 +206,7 @@
else if (media & BRASERO_MEDIUM_CD) {
if (input == BRASERO_TRACK_TYPE_AUDIO) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of audio CD burning</b></big>"));
}
else {
@@ -220,7 +220,7 @@
}
else if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of data CD burning</b></big>"));
}
else {
@@ -234,7 +234,7 @@
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Copying CD (simulation)"));
+ title = g_strdup (_("Brasero - Copying CD (Simulation)"));
header = g_strdup(_("<big><b>Simulation of CD copying</b></big>"));
}
else {
@@ -248,7 +248,7 @@
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of image to CD burning</b></big>"));
}
else {
@@ -263,7 +263,7 @@
}
else if (input == BRASERO_TRACK_TYPE_AUDIO) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
header = g_strdup (_("<big><b>Simulation of audio CD burning</b></big>"));
}
else {
@@ -277,11 +277,11 @@
}
else if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning disc (simulation)"));
+ title = g_strdup (_("Brasero - Burning Disc (Simulation)"));
header = g_strdup (_("<big><b>Simulation of data disc burning</b></big>"));
}
else {
- title = g_strdup (_("Brasero - Burning disc"));
+ title = g_strdup (_("Brasero - Burning Disc"));
header = g_strdup (_("<big><b>Burning data disc</b></big>"));
}
@@ -291,11 +291,11 @@
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Copying disc (simulation)"));
+ title = g_strdup (_("Brasero - Copying Disc (Simulation)"));
header = g_strdup(_("<big><b>Simulation of disc copying</b></big>"));
}
else {
- title = g_strdup (_("Brasero - Copying disc"));
+ title = g_strdup (_("Brasero - Copying Disc"));
header = g_strdup(_("<big><b>Copying disc</b></big>"));
}
gtk_image_set_from_icon_name (GTK_IMAGE (dialog->priv->image),
@@ -304,11 +304,11 @@
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY) {
- title = g_strdup (_("Brasero - Burning disc (simulation)"));
+ title = g_strdup (_("Brasero - Burning Disc (Simulation)"));
header = g_strdup (_("<big><b>Simulation of image to disc burning</b></big>"));
}
else {
- title = g_strdup (_("Brasero - Burning disc"));
+ title = g_strdup (_("Brasero - Burning Disc"));
header = g_strdup (_("<big><b>Burning image to disc</b></big>"));
}
@@ -547,9 +547,9 @@
g_free (main_message);
if (error == BRASERO_BURN_ERROR_MEDIA_NONE)
- gtk_window_set_title (GTK_WINDOW (message), _("Waiting for disc insertion"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Disc Insertion"));
else
- gtk_window_set_title (GTK_WINDOW (message), _("Waiting for disc replacement"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Disc Replacement"));
/* connect to signals to be warned when media is inserted */
added_id = g_signal_connect_after (drive,
@@ -661,7 +661,7 @@
GtkDialog *dialog)
{
return brasero_burn_dialog_loss_warnings_cb (dialog,
- _("Possible loss of data"),
+ _("Possible Data Loss"),
_("Do you really want to erase the current disc?"),
_("The disc in the drive holds data."),
_("Erase disc"),
@@ -673,7 +673,7 @@
GtkDialog *dialog)
{
return brasero_burn_dialog_loss_warnings_cb (dialog,
- _("Multisession disc"),
+ _("Multisession Disc"),
_("Appending new files to a multisession disc is not advised:"),
_("already burnt files will be invisible (though still readable).\nDo you want to continue anyway?"),
_("Continue"),
@@ -685,7 +685,7 @@
GtkDialog *dialog)
{
return brasero_burn_dialog_loss_warnings_cb (dialog,
- _("Multisession disc"),
+ _("Multisession Disc"),
_("Appending audio tracks to a CD is not advised:"),
_("you might not be able to listen to them with stereos and CD-TEXT won't be written.\nDo you want to continue anyway?"),
_("Continue"),
@@ -697,7 +697,7 @@
GtkDialog *dialog)
{
return brasero_burn_dialog_loss_warnings_cb (dialog,
- _("Rewritable disc"),
+ _("Rewritable Disc"),
_("Recording audio tracks on a rewritable disc is not advised:"),
_("you might not be able to listen to it with stereos.\nDo you want to continue anyway?"),
_("Continue"),
@@ -730,7 +730,7 @@
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_window_set_title (GTK_WINDOW (message), _("Windows Compatibility"));
gtk_dialog_add_buttons (GTK_DIALOG (message),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
NULL);
@@ -770,76 +770,76 @@
/* This is used only when actually writing to a disc */
if (media == BRASERO_MEDIUM_FILE)
- title = g_strdup_printf (_("Brasero - Creating image (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Creating Image (%i%% Done)"), percent);
else if (media & BRASERO_MEDIUM_DVD) {
if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning DVD (simulation)"));
+ title = g_strdup (_("Brasero - Burning DVD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning DVD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning DVD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning DVD (simulation)"));
+ title = g_strdup (_("Brasero - Burning DVD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning DVD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning DVD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Copying DVD (simulation)"));
+ title = g_strdup (_("Brasero - Copying DVD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Copying DVD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Copying DVD (%i%% Done)"), percent);
}
}
else if (media & BRASERO_MEDIUM_CD) {
if (input == BRASERO_TRACK_TYPE_AUDIO) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning CD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning CD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning CD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning CD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Copying CD (simulation)"));
+ title = g_strdup (_("Brasero - Copying CD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Copying CD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Copying CD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
title = g_strdup (_("Brasero - Burning CD (simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning CD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning CD (%i%% Done)"), percent);
}
}
else if (input == BRASERO_TRACK_TYPE_AUDIO) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning CD (simulation)"));
+ title = g_strdup (_("Brasero - Burning CD (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning CD (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning CD (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_DATA) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning disc (simulation)"));
+ title = g_strdup (_("Brasero - Burning Disc (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning disc (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning Disc (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_DISC) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Copying disc (simulation)"));
+ title = g_strdup (_("Brasero - Copying Disc (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Copying disc (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Copying Disc (%i%% Done)"), percent);
}
else if (input == BRASERO_TRACK_TYPE_IMAGE) {
if (flags & BRASERO_BURN_FLAG_DUMMY)
- title = g_strdup (_("Brasero - Burning disc (simulation)"));
+ title = g_strdup (_("Brasero - Burning Disc (Simulation)"));
else
- title = g_strdup_printf (_("Brasero - Burning disc (%i%% done)"), percent);
+ title = g_strdup_printf (_("Brasero - Burning Disc (%i%% Done)"), percent);
}
else
return;
@@ -999,7 +999,7 @@
GTK_BUTTONS_CANCEL,
_("The simulation was successful."));
- gtk_window_set_title (GTK_WINDOW (message), _("Successful simulation"));
+ 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."));
@@ -1288,7 +1288,7 @@
GtkWidget *chooser;
GtkResponseType answer;
- chooser = gtk_file_chooser_dialog_new (_("Save current session"),
+ chooser = gtk_file_chooser_dialog_new (_("Save Current Session"),
GTK_WINDOW (dialog),
GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -1368,7 +1368,7 @@
GtkTextTag *object_tag;
GtkTextTag *domain_tag;
- message = gtk_dialog_new_with_buttons (_("Session log"),
+ message = gtk_dialog_new_with_buttons (_("Session Log"),
GTK_WINDOW (dialog),
GTK_DIALOG_DESTROY_WITH_PARENT |
GTK_DIALOG_MODAL,
@@ -1398,7 +1398,7 @@
logfile = brasero_burn_session_get_log_path (dialog->priv->session);
if (g_stat (logfile, &stats) == -1) {
brasero_burn_dialog_message (dialog,
- _("Session log error"),
+ _("Session Log Error"),
_("The session log cannot be displayed:"),
_("the log file could not be found."),
GTK_MESSAGE_ERROR);
@@ -1421,7 +1421,7 @@
file = g_fopen (logfile, "r");
if (!file) {
brasero_burn_dialog_message (dialog,
- _("Session log error"),
+ _("Session Log Error"),
_("The session log cannot be displayed:"),
strerror (errno),
GTK_MESSAGE_ERROR);
@@ -1431,7 +1431,7 @@
if (fread (contents, 1, sizeof (contents), file) != sizeof (contents)) {
brasero_burn_dialog_message (dialog,
- _("Session log error"),
+ _("Session Log Error"),
_("The session log cannot be displayed:"),
strerror (errno),
GTK_MESSAGE_ERROR);
@@ -1513,7 +1513,7 @@
GTK_BUTTONS_NONE,
_("Error while burning:"));
- gtk_window_set_title (GTK_WINDOW (message), _("Burning error"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Burning Error"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
"%s.",
secondary);
Modified: trunk/src/brasero-data-disc.c
==============================================================================
--- trunk/src/brasero-data-disc.c (original)
+++ trunk/src/brasero-data-disc.c Wed Jun 18 11:57:09 2008
@@ -216,7 +216,7 @@
GTK_BUTTONS_CLOSE,
_("The session couldn't be imported:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Import session error"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Session Import Error"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
error?error->message:_("unknown error"));
@@ -742,7 +742,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Unreadable file"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Unreadable File"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
"%s.",
error->message);
@@ -785,7 +785,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("Recursive symlink"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Recursive Symlink"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("it is a recursive symlink."));
@@ -828,7 +828,7 @@
name);
g_free (name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("File not found"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("File Not Found"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("it doesn't exist at the specified location."));
@@ -909,7 +909,7 @@
_("Do you really want to add \"%s\" to the selection and use ISO9660 level 3 standard to support it?"),
name);
- gtk_window_set_title (GTK_WINDOW (dialog), _("File over 2 Gio"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("File Over 2 Gio"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("The size of the file is over 2 Gio. This isn't supported by ISO9660 standard in his first and second versions (the most widespread ones)."
@@ -1621,7 +1621,7 @@
GtkWidget *rename;
GtkResponseType answer;
- dialog = gtk_dialog_new_with_buttons (_("File renaming"),
+ dialog = gtk_dialog_new_with_buttons (_("File Renaming"),
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (disc))),
GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
_("_Don't rename"), GTK_RESPONSE_CANCEL,
Modified: trunk/src/brasero-disc-copy-dialog.c
==============================================================================
--- trunk/src/brasero-disc-copy-dialog.c (original)
+++ trunk/src/brasero-disc-copy-dialog.c Wed Jun 18 11:57:09 2008
@@ -106,7 +106,7 @@
priv = BRASERO_DISC_COPY_DIALOG_PRIVATE (obj);
gtk_dialog_set_has_separator (GTK_DIALOG (obj), FALSE);
- gtk_window_set_title (GTK_WINDOW (obj), _("CD/DVD copy options"));
+ gtk_window_set_title (GTK_WINDOW (obj), _("CD/DVD Copy Options"));
button = gtk_button_new_from_stock (GTK_STOCK_CANCEL);
gtk_widget_show (button);
Modified: trunk/src/brasero-disc-option-dialog.c
==============================================================================
--- trunk/src/brasero-disc-option-dialog.c (original)
+++ trunk/src/brasero-disc-option-dialog.c Wed Jun 18 11:57:09 2008
@@ -498,7 +498,7 @@
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
_("Some files don't have a suitable name for a Windows-compatible CD. Those names will be changed and truncated to 64 characters."));
- gtk_window_set_title (GTK_WINDOW (message), _("Windows compatibility"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Windows Compatibility"));
gtk_dialog_add_button (GTK_DIALOG (message),
_("_Don't rename"),
@@ -954,7 +954,7 @@
BraseroDiscOptionDialog *obj;
obj = BRASERO_DISC_OPTION_DIALOG (g_object_new (BRASERO_TYPE_DISC_OPTION_DIALOG,
- "title", _("Disc burning setup"),
+ "title", _("Disc Burning Setup"),
NULL));
return GTK_WIDGET (obj);
Modified: trunk/src/brasero-image-option-dialog.c
==============================================================================
--- trunk/src/brasero-image-option-dialog.c (original)
+++ trunk/src/brasero-image-option-dialog.c Wed Jun 18 11:57:09 2008
@@ -347,7 +347,7 @@
GTK_BUTTONS_CLOSE,
_("This image can't be burnt:"));
- gtk_window_set_title (GTK_WINDOW (message), _("Invalid image"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Invalid Image"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
_("it doesn't appear to be a valid image or a valid cue file."));
@@ -370,7 +370,7 @@
GTK_BUTTONS_CLOSE,
_("There is no specified image:"));
- gtk_window_set_title (GTK_WINDOW (message), _("No image"));
+ gtk_window_set_title (GTK_WINDOW (message), _("No Image"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
_("Please, choose an image and retry."));
@@ -733,7 +733,7 @@
BraseroImageOptionDialog *obj;
obj = BRASERO_IMAGE_OPTION_DIALOG (g_object_new (BRASERO_TYPE_IMAGE_OPTION_DIALOG,
- "title", _("Image burning setup"),
+ "title", _("Image Burning Setup"),
NULL));
return GTK_WIDGET (obj);
Modified: trunk/src/brasero-image-properties.c
==============================================================================
--- trunk/src/brasero-image-properties.c (original)
+++ trunk/src/brasero-image-properties.c Wed Jun 18 11:57:09 2008
@@ -229,7 +229,7 @@
priv = BRASERO_IMAGE_PROPERTIES_PRIVATE (object);
- gtk_window_set_title (GTK_WINDOW (object), _("Disc image file properties"));
+ gtk_window_set_title (GTK_WINDOW (object), _("Image File Properties"));
gtk_dialog_set_has_separator (GTK_DIALOG (object), FALSE);
gtk_dialog_add_buttons (GTK_DIALOG (object),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
Modified: trunk/src/brasero-jacket-background.c
==============================================================================
--- trunk/src/brasero-jacket-background.c (original)
+++ trunk/src/brasero-jacket-background.c Wed Jun 18 11:57:09 2008
@@ -299,7 +299,7 @@
brasero_jacket_background_new (void)
{
return g_object_new (BRASERO_TYPE_JACKET_BACKGROUND,
- "title", _("Background properties"),
+ "title", _("Background Properties"),
NULL);
}
Modified: trunk/src/brasero-jacket-edit.c
==============================================================================
--- trunk/src/brasero-jacket-edit.c (original)
+++ trunk/src/brasero-jacket-edit.c Wed Jun 18 11:57:09 2008
@@ -824,7 +824,7 @@
GtkWidget *window;
GtkWidget *contents;
- window = gtk_dialog_new_with_buttons (_("Cover editor"),
+ window = gtk_dialog_new_with_buttons (_("Cover Editor"),
GTK_WINDOW (toplevel),
GTK_DIALOG_MODAL|
GTK_DIALOG_DESTROY_WITH_PARENT|
Modified: trunk/src/brasero-multi-song-props.c
==============================================================================
--- trunk/src/brasero-multi-song-props.c (original)
+++ trunk/src/brasero-multi-song-props.c Wed Jun 18 11:57:09 2008
@@ -312,7 +312,7 @@
GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT,
NULL);
- gtk_window_set_title (GTK_WINDOW (object), _("Song information"));
+ gtk_window_set_title (GTK_WINDOW (object), _("Song Information"));
}
static void
Modified: trunk/src/brasero-playlist.c
==============================================================================
--- trunk/src/brasero-playlist.c (original)
+++ trunk/src/brasero-playlist.c Wed Jun 18 11:57:09 2008
@@ -622,7 +622,7 @@
if (!GTK_WIDGET_TOPLEVEL (toplevel))
return;
- dialog = gtk_file_chooser_dialog_new (_("Select a playlist"),
+ dialog = gtk_file_chooser_dialog_new (_("Select Playlist"),
GTK_WINDOW (toplevel),
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -806,7 +806,7 @@
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("an unknown error occured."));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Playlist loading error"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Playlist Loading Error"));
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
Modified: trunk/src/brasero-project-manager.c
==============================================================================
--- trunk/src/brasero-project-manager.c (original)
+++ trunk/src/brasero-project-manager.c Wed Jun 18 11:57:09 2008
@@ -550,7 +550,7 @@
}
if (toplevel)
- gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New audio disc project"));
+ gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New Audio Disc Project"));
}
else if (type == BRASERO_PROJECT_TYPE_DATA) {
brasero_layout_load (BRASERO_LAYOUT (manager->priv->layout), BRASERO_LAYOUT_DATA);
@@ -564,7 +564,7 @@
}
if (toplevel)
- gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New data disc project"));
+ gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New Data Disc Project"));
}
else if (type == BRASERO_PROJECT_TYPE_ISO) {
brasero_layout_load (BRASERO_LAYOUT (manager->priv->layout), BRASERO_LAYOUT_NONE);
@@ -574,7 +574,7 @@
gtk_action_set_sensitive (action, FALSE);
if (toplevel)
- gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New image file"));
+ gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - New Image File"));
brasero_project_manager_burn_iso_dialog (manager, uri);
}
else if (type == BRASERO_PROJECT_TYPE_COPY) {
@@ -585,7 +585,7 @@
gtk_action_set_sensitive (action, FALSE);
if (toplevel)
- gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - Copy a disc"));
+ gtk_window_set_title (GTK_WINDOW (toplevel), _("Brasero - Disc Copy"));
brasero_project_manager_burn_disc (manager);
}
@@ -802,7 +802,7 @@
BraseroProjectType type;
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (manager));
- chooser = gtk_file_chooser_dialog_new (_("Open a project"),
+ chooser = gtk_file_chooser_dialog_new (_("Open Project"),
GTK_WINDOW (toplevel),
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
Modified: trunk/src/brasero-project.c
==============================================================================
--- trunk/src/brasero-project.c (original)
+++ trunk/src/brasero-project.c Wed Jun 18 11:57:09 2008
@@ -546,7 +546,7 @@
GTK_BUTTONS_NONE,
_("Would you like to activate overburn?"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Project size"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Project Size"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("The size of the project is too large for the disc and you must delete files otherwise."
@@ -771,12 +771,12 @@
GTK_BUTTONS_CLOSE,
_("Please wait:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Please wait"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Please Wait"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("some tasks are not completed yet."));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Waiting for ongoing tasks"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Ongoing Tasks"));
progress = gtk_progress_bar_new ();
gtk_progress_bar_set_text (GTK_PROGRESS_BAR (progress), " ");
@@ -1699,9 +1699,9 @@
/* update the name of the main window */
BRASERO_GET_BASENAME_FOR_DISPLAY (uri, name);
if (type == BRASERO_PROJECT_TYPE_DATA)
- title = g_strdup_printf (_("Brasero - %s (data disc)"), name);
+ title = g_strdup_printf (_("Brasero - %s (Data Disc)"), name);
else
- title = g_strdup_printf (_("Brasero - %s (audio disc)"), name);
+ title = g_strdup_printf (_("Brasero - %s (Audio Disc)"), name);
g_free (name);
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (project));
@@ -1729,7 +1729,7 @@
GTK_BUTTONS_CLOSE,
_("Error while loading the project:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Project loading error"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Project Loading Error"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
reason);
@@ -2794,7 +2794,7 @@
gint answer;
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (project));
- chooser = gtk_file_chooser_dialog_new (_("Save current project"),
+ chooser = gtk_file_chooser_dialog_new (_("Save Current Project"),
GTK_WINDOW (toplevel),
GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
Modified: trunk/src/brasero-search-beagle.c
==============================================================================
--- trunk/src/brasero-search-beagle.c (original)
+++ trunk/src/brasero-search-beagle.c Wed Jun 18 11:57:09 2008
@@ -1051,7 +1051,7 @@
GTK_BUTTONS_CLOSE,
_("Error querying beagle:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("Search error"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Search Error"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
error->message);
Modified: trunk/src/brasero-song-properties.c
==============================================================================
--- trunk/src/brasero-song-properties.c (original)
+++ trunk/src/brasero-song-properties.c Wed Jun 18 11:57:09 2008
@@ -239,7 +239,7 @@
GTK_STOCK_APPLY, GTK_RESPONSE_ACCEPT,
NULL);
- gtk_window_set_title (GTK_WINDOW (obj), _("Song information"));
+ gtk_window_set_title (GTK_WINDOW (obj), _("Song Information"));
}
void
Modified: trunk/src/brasero-split-dialog.c
==============================================================================
--- trunk/src/brasero-split-dialog.c (original)
+++ trunk/src/brasero-split-dialog.c Wed Jun 18 11:57:09 2008
@@ -174,7 +174,7 @@
GTK_BUTTONS_NONE,
_("Do you really want to split the track?"));
- gtk_window_set_title (GTK_WINDOW (message), _("size error"));
+ 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."));
@@ -576,7 +576,7 @@
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
_("no silence could be retrieved."));
- gtk_window_set_title (GTK_WINDOW (message), _("no silence"));
+ gtk_window_set_title (GTK_WINDOW (message), _("No Silence"));
gtk_dialog_run (GTK_DIALOG (message));
gtk_widget_destroy (message);
}
@@ -682,7 +682,7 @@
GTK_BUTTONS_NONE,
_("Do you really want to carry on with automatic splitting?"));
- gtk_window_set_title (GTK_WINDOW (message), _("automatic split"));
+ 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 Wed Jun 18 11:57:09 2008
@@ -149,7 +149,7 @@
NULL);
return brasero_sum_dialog_message (self,
- _("File integrity check error"),
+ _("File Integrity Check Error"),
_("The file integrity check cannot be performed:"),
error ? error->message:_("unknown error"),
GTK_MESSAGE_ERROR);
@@ -163,7 +163,7 @@
NULL);
return brasero_sum_dialog_message (self,
- _("File integrity check success"),
+ _("File Integrity Check Success"),
_("The file integrity was performed successfully:"),
_("there seems to be no corrupted file on the disc."),
GTK_MESSAGE_INFO);
@@ -195,7 +195,7 @@
GTK_BUTTONS_NONE,
_("<b><big>The following files appear to be corrupted:</big></b>"));
- gtk_window_set_title (GTK_WINDOW (message), _("File integrity check error"));
+ 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);
@@ -470,7 +470,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"),
+ _("File Integrity Check Error"),
_("The file integrity check cannot be performed:"),
error ? error->message:_("no md5 file was given."),
GTK_MESSAGE_ERROR);
@@ -765,7 +765,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 Wed Jun 18 11:57:09 2008
@@ -96,7 +96,7 @@
brasero_tool_dialog_media_error (BraseroToolDialog *self)
{
brasero_tool_dialog_message (self,
- _("Media busy"),
+ _("Media Busy"),
_("The operation cannot be performed:"),
_("the inserted media is busy."),
GTK_MESSAGE_ERROR);
@@ -106,7 +106,7 @@
brasero_tool_dialog_media_busy (BraseroToolDialog *self)
{
brasero_tool_dialog_message (self,
- _("Media error"),
+ _("Media Error"),
_("The operation cannot be performed:"),
_("the inserted media is not supported."),
GTK_MESSAGE_ERROR);
@@ -116,7 +116,7 @@
brasero_tool_dialog_no_media (BraseroToolDialog *self)
{
brasero_tool_dialog_message (self,
- _("Media error"),
+ _("Media Error"),
_("The operation cannot be performed:"),
_("the drive is empty."),
GTK_MESSAGE_ERROR);
Modified: trunk/src/brasero-utils.c
==============================================================================
--- trunk/src/brasero-utils.c (original)
+++ trunk/src/brasero-utils.c Wed Jun 18 11:57:09 2008
@@ -546,7 +546,7 @@
GTK_BUTTONS_CLOSE,
_("This file can't be opened:"));
- gtk_window_set_title (GTK_WINDOW (dialog), _("File error"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("File Error"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
error->message);
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Wed Jun 18 11:57:09 2008
@@ -679,7 +679,7 @@
GTK_BUTTONS_CLOSE,
_("Incompatible command line options used:"));
- gtk_window_set_title (GTK_WINDOW (message), _("Incompatible options"));
+ gtk_window_set_title (GTK_WINDOW (message), _("Incompatible Options"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (message),
_("only one option can be given at a time."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]