Changeset 13188
- Timestamp:
- Feb 3, 2012, 3:51:36 PM (11 years ago)
- Location:
- trunk/gtk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/actions.c
r12639 r13188 102 102 { "help-menu", NULL, N_( "_Help" ), NULL, NULL, NULL }, 103 103 { "copy-magnet-link-to-clipboard", GTK_STOCK_COPY, N_("Copy _Magnet Link to Clipboard" ), "", NULL, G_CALLBACK( action_cb ) }, 104 { "open-torrent-from-url", GTK_STOCK_OPEN, N_("Open _URL ..." ), "<control>U", N_( "Open URL..." ), G_CALLBACK( action_cb ) },104 { "open-torrent-from-url", GTK_STOCK_OPEN, N_("Open _URLâŠ" ), "<control>U", N_( "Open URLâŠ" ), G_CALLBACK( action_cb ) }, 105 105 { "open-torrent-toolbar", GTK_STOCK_OPEN, NULL, NULL, N_( "Open a torrent" ), G_CALLBACK( action_cb ) }, 106 106 { "open-torrent-menu", GTK_STOCK_OPEN, NULL, NULL, N_( "Open a torrent" ), G_CALLBACK( action_cb ) }, … … 113 113 { "pause-all-torrents", GTK_STOCK_MEDIA_PAUSE, N_( "_Pause All" ), NULL, N_( "Pause all torrents" ), G_CALLBACK( action_cb ) }, 114 114 { "start-all-torrents", GTK_STOCK_MEDIA_PLAY, N_( "_Start All" ), NULL, N_( "Start all torrents" ), G_CALLBACK( action_cb ) }, 115 { "relocate-torrent", NULL, N_("Set _Location ..." ), NULL, NULL, G_CALLBACK( action_cb ) },115 { "relocate-torrent", NULL, N_("Set _LocationâŠ" ), NULL, NULL, G_CALLBACK( action_cb ) }, 116 116 { "remove-torrent", GTK_STOCK_REMOVE, NULL, "Delete", N_( "Remove torrent" ), G_CALLBACK( action_cb ) }, 117 117 { "delete-torrent", GTK_STOCK_DELETE, N_( "_Delete Files and Remove" ), "<shift>Delete", NULL, G_CALLBACK( action_cb ) }, 118 { "new-torrent", GTK_STOCK_NEW, N_( "_New ..." ), NULL, N_( "Create a torrent" ), G_CALLBACK( action_cb ) },118 { "new-torrent", GTK_STOCK_NEW, N_( "_NewâŠ" ), NULL, N_( "Create a torrent" ), G_CALLBACK( action_cb ) }, 119 119 { "quit", GTK_STOCK_QUIT, N_( "_Quit" ), NULL, NULL, G_CALLBACK( action_cb ) }, 120 120 { "select-all", GTK_STOCK_SELECT_ALL, N_( "Select _All" ), "<control>A", NULL, G_CALLBACK( action_cb ) }, -
trunk/gtk/details.c
r13072 r13188 1841 1841 tr_strltime_rounded( timebuf, now - st->lastAnnounceStartTime, sizeof( timebuf ) ); 1842 1842 g_string_append_c( gstr, '\n' ); 1843 g_string_append_printf( gstr, _( "Asking for more peers now ...<small>%s</small>" ), timebuf );1843 g_string_append_printf( gstr, _( "Asking for more peers now⊠<small>%s</small>" ), timebuf ); 1844 1844 break; 1845 1845 } … … 1874 1874 g_string_append_c( gstr, '\n' ); 1875 1875 tr_strltime_rounded( timebuf, now - st->lastScrapeStartTime, sizeof( timebuf ) ); 1876 g_string_append_printf( gstr, _( "Asking for peer counts now ...<small>%s</small>" ), timebuf );1876 g_string_append_printf( gstr, _( "Asking for peer counts now⊠<small>%s</small>" ), timebuf ); 1877 1877 break; 1878 1878 } -
trunk/gtk/main.c
r13107 r13188 935 935 gtk_table_attach_defaults( GTK_TABLE( p ), w, 1, 2, 0, 1 ); 936 936 937 w = gtk_label_new( _( "Sending upload/download totals to tracker ..." ) );937 w = gtk_label_new( _( "Sending upload/download totals to trackerâŠ" ) ); 938 938 gtk_misc_set_alignment( GTK_MISC( w ), 0.0, 0.5 ); 939 939 gtk_table_attach_defaults( GTK_TABLE( p ), w, 1, 2, 1, 2 ); -
trunk/gtk/makemeta-ui.c
r12963 r13188 181 181 gtk_container_add( GTK_CONTAINER( fr ), v ); 182 182 183 l = gtk_label_new( _( "Creating torrent ..." ) );183 l = gtk_label_new( _( "Creating torrentâŠ" ) ); 184 184 gtk_misc_set_alignment( GTK_MISC( l ), 0.0, 0.5 ); 185 185 gtk_label_set_justify( GTK_LABEL( l ), GTK_JUSTIFY_LEFT ); -
trunk/gtk/relocate.c
r12679 r13188 123 123 GTK_BUTTONS_CLOSE, 124 124 NULL ); 125 gtk_message_dialog_format_secondary_text( GTK_MESSAGE_DIALOG( w ), _( "This may take a moment ..." ) );125 gtk_message_dialog_format_secondary_text( GTK_MESSAGE_DIALOG( w ), _( "This may take a momentâŠ" ) ); 126 126 gtk_dialog_set_response_sensitive( GTK_DIALOG( w ), GTK_RESPONSE_CLOSE, FALSE ); 127 127 gtk_widget_show( w ); -
trunk/gtk/tr-prefs.c
r12963 r13188 482 482 "%s", _( "Update Blocklist" ) ); 483 483 gtk_widget_set_sensitive( data->updateBlocklistButton, FALSE ); 484 gtk_message_dialog_format_secondary_text( GTK_MESSAGE_DIALOG( d ), "%s", _( "Getting new blocklist ..." ) );484 gtk_message_dialog_format_secondary_text( GTK_MESSAGE_DIALOG( d ), "%s", _( "Getting new blocklistâŠ" ) ); 485 485 data->updateBlocklistDialog = d; 486 486 g_signal_connect( d, "response", G_CALLBACK(onBlocklistUpdateResponse), data ); … … 1183 1183 gtk_widget_set_sensitive( data->portButton, FALSE ); 1184 1184 gtk_widget_set_sensitive( data->portSpin, FALSE ); 1185 gtk_label_set_markup( GTK_LABEL( data->portLabel ), _( "<i>Testing TCP port ...</i>" ) );1185 gtk_label_set_markup( GTK_LABEL( data->portLabel ), _( "<i>Testing TCP portâŠ</i>" ) ); 1186 1186 if( !data->portTag ) 1187 1187 data->portTag = g_signal_connect( data->core, "port-tested", G_CALLBACK(onPortTested), data );
Note: See TracChangeset
for help on using the changeset viewer.