Changeset 3401
- Timestamp:
- Oct 13, 2007, 5:33:53 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r3178 r3401 2 2 ======================= 3 3 4 Transmission is a free, lightweight BitTorrent client. It features a 5 simple, intuitive interface on top of an efficient, cross-platform 6 back-end. 4 Transmission is a fast, easy, and free BitTorrent client. 7 5 8 Transmissionruns on Mac OS X (Cocoa interface),6 It runs on Mac OS X (Cocoa interface), 9 7 Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) 10 8 and BeOS (native interface). 11 9 12 For more information (including build instructions), 13 please consult the website: http://transmission.m0k.org/ 10 Visit http://transmission.m0k.org/ for more information. 14 11 15 12 -
trunk/cli/transmissioncli.1
r2863 r3401 108 108 .An Eric Petit Aq titer@m0k.org , 109 109 .An Josh Elsasser Aq josh@elsasser.org , 110 .An Charles Kerr Aq charles@rebelbase.com , 110 111 and 111 112 .An Mitchell Livingston Aq livings124@gmail.com . 112 113 .Sh SEE ALSO 114 .Xr transmission 1 , 113 115 .Xr transmission-daemon 1 , 114 .Xr transmission-gtk 1 ,115 116 .Xr transmission-proxy 1 , 116 117 .Xr transmission-remote 1 -
trunk/daemon/daemon.c
r2818 r3401 127 127 "\n" 128 128 "Transmission %s http://transmission.m0k.org/\n" 129 "A f ree, lightweight BitTorrent client with a simple, intuitive interface\n"129 "A fast and easy BitTorrent client\n" 130 130 "\n" 131 131 " -d --debug Print data send and received, implies -f\n" -
trunk/daemon/proxy.c
r2415 r3401 130 130 "\n" 131 131 "Transmission %s http://transmission.m0k.org/\n" 132 "A f ree, lightweight BitTorrent client with a simple, intuitive interface.\n"132 "A fast and easy BitTorrent client\n" 133 133 "\n" 134 134 " -h --help Display this message and exit\n" 135 135 " -t --type daemon Use the daemon frontend, transmission-daemon\n" 136 " -t --type gtk Use the GTK+ frontend, transmission -gtk\n"136 " -t --type gtk Use the GTK+ frontend, transmission\n" 137 137 " -t --type mac Use the Mac OS X frontend\n", 138 138 getmyname(), LONG_VERSION_STRING ); -
trunk/daemon/remote.c
r3175 r3401 227 227 "\n" 228 228 "Transmission %s http://transmission.m0k.org/\n" 229 "A f ree, lightweight BitTorrent client with a simple, intuitive interface.\n"229 "A fast and easy BitTorrent client\n" 230 230 "\n" 231 231 " -a --add <torrent> Add a torrent\n" … … 249 249 " -S --stop all Stop all running torrents\n" 250 250 " -t --type daemon Use the daemon frontend, transmission-daemon\n" 251 " -t --type gtk Use the GTK+ frontend, transmission -gtk\n"251 " -t --type gtk Use the GTK+ frontend, transmission\n" 252 252 " -t --type mac Use the MacOS X frontend\n" 253 253 " -u --upload-limit <int> Max upload rate in KiB/s\n" -
trunk/daemon/transmission-daemon.1
r2743 r3401 68 68 .An Josh Elsasser Aq josh@elsasser.org , 69 69 .An Eric Petit Aq titer@m0k.org , 70 .An Charles Kerr Aq charles@rebelbase.com , 70 71 and 71 72 .An Mitchell Livingston Aq livings124@gmail.com . 72 73 .Sh SEE ALSO 73 74 .Xr transmissioncli 1 , 74 .Xr transmission -gtk1 ,75 .Xr transmission 1 , 75 76 .Xr transmission-proxy 1 , 76 77 .Xr transmission-remote 1 -
trunk/daemon/transmission-proxy.1
r1623 r3401 43 43 .Xr transmission-daemon 1 44 44 or 45 .Xr transmission -gtk1 .45 .Xr transmission 1 . 46 46 .It Fl h Fl -help 47 47 Print command-line option descriptions. … … 56 56 .An Josh Elsasser Aq josh@elsasser.org , 57 57 .An Eric Petit Aq titer@m0k.org , 58 .An Charles Kerr Aq charles@rebelbase.com , 58 59 and 59 60 .An Mitchell Livingston Aq livings124@gmail.com . 60 61 .Sh SEE ALSO 61 62 .Xr transmissioncli 1 , 62 .Xr transmission -gtk1 ,63 .Xr transmission 1 , 63 64 .Xr transmission-remote 1 64 65 .Pp -
trunk/daemon/transmission-remote.1
r2575 r3401 29 29 .Xr transmission-daemon 1 30 30 and 31 .Xr transmission -gtk131 .Xr transmission 1 32 32 .Sh SYNOPSIS 33 33 .Bk -words … … 148 148 .Xr transmission-daemon 1 149 149 or 150 .Xr transmission -gtk1 .150 .Xr transmission 1 . 151 151 .It Fl u Fl -upload-limit Ar upload-rate 152 152 Set maximum upload rate to … … 159 159 .Xr transmission-daemon 1 160 160 or 161 .Xr transmission -gtk1161 .Xr transmission 1 162 162 through 163 163 .Ar command . … … 196 196 .An Josh Elsasser Aq josh@elsasser.org , 197 197 .An Eric Petit Aq titer@m0k.org , 198 .An Charles Kerr Aq charles@rebelbase.com , 198 199 and 199 200 .An Mitchell Livingston Aq livings124@gmail.com . … … 201 202 .Xr transmissioncli 1 , 202 203 .Xr transmission-daemon 1 , 203 .Xr transmission -gtk1 ,204 .Xr transmission 1 , 204 205 .Xr transmission-proxy 1 205 206 .Pp -
trunk/doc/ipcproto.txt
r2910 r3401 8 8 The IPC protocol is used to allow processes to control or retrieve 9 9 information from Transmission frontend, such as transmission-daemon, 10 transmission-gtk or the MacOS X frontend.This communication is done10 or the GTK+ or MacOS X frontends. This communication is done 11 11 over a unix-domain socket file such as 12 12 ~/.transmission/daemon/socket. In this document the Transmission -
trunk/gtk/ipc.c
r3381 r3401 196 196 { 197 197 errmsg( con->u.serv.wind, _("Failed to set up IPC: %s"), 198 strerror( errno ) );198 g_strerror( errno ) ); 199 199 g_free( con ); 200 200 return; … … 227 227 if( NULL == con->msgs ) 228 228 { 229 g_message( _("Failed to set up IPC: %s"), strerror( errno ) );229 g_message( _("Failed to set up IPC: %s"), g_strerror( errno ) ); 230 230 g_free( con ); 231 231 return FALSE; … … 308 308 fail: 309 309 errmsg(con->u.serv.wind, _("Failed to set up socket: %s"), 310 strerror(errno));310 g_strerror(errno)); 311 311 if(0 <= con->fd) 312 312 close(con->fd); … … 330 330 331 331 if(0 > (con->fd = socket(AF_UNIX, SOCK_STREAM, 0))) { 332 g_message( _("Failed to create socket: %s"), strerror(errno));332 g_message( _("Failed to create socket: %s"), g_strerror(errno)); 333 333 return FALSE; 334 334 } … … 339 339 340 340 if(0 > connect(con->fd, (struct sockaddr*)&addr, SUN_LEN(&addr))) { 341 g_message( _("Failed to connect to %s: %s"), path, strerror(errno));341 g_message( _("Failed to connect to %s: %s"), path, g_strerror(errno)); 342 342 return FALSE; 343 343 } … … 436 436 default: 437 437 errmsg( con->u.serv.wind, _("IPC parsing failed: %s"), 438 strerror( errno ) );438 g_strerror( errno ) ); 439 439 } 440 440 destroycon( con ); … … 471 471 break; 472 472 default: 473 g_message( _("IPC parsing failed: %s"), strerror( errno ) );473 g_message( _("IPC parsing failed: %s"), g_strerror( errno ) ); 474 474 break; 475 475 } -
trunk/gtk/main.c
r3395 r3401 800 800 gtk_about_dialog_set_copyright( a, _("Copyright 2005-2007 The Transmission Project") ); 801 801 gtk_about_dialog_set_authors( a, authors ); 802 /* note to translators: put yourself here for credit in the "About" dialog */ 802 803 gtk_about_dialog_set_translator_credits( a, _("translator-credits") ); 803 804 g_signal_connect_swapped( w, "response", G_CALLBACK (gtk_widget_destroy), w ); -
trunk/gtk/msgwin.c
r3352 r3401 157 157 { 158 158 errmsg( GTK_WINDOW(d), 159 _(" Unable to open \"%s\" for writing: %s"),159 _("Error writing to \"%s\": %s"), 160 160 filename, g_strerror( errno ) ); 161 161 } … … 172 172 errmsg( GTK_WINDOW( d ), 173 173 _("Error writing to \"%s\": %s"), 174 filename, strerror( errno ) );174 filename, g_strerror( errno ) ); 175 175 } 176 176 g_free( buf ); … … 243 243 244 244 gtk_toolbar_insert_stock(GTK_TOOLBAR(toolbar), GTK_STOCK_SAVE, 245 _("Save"), NULL,245 NULL, NULL, 246 246 G_CALLBACK(save_cb), textbuf, -1); 247 247 248 248 gtk_toolbar_insert_stock(GTK_TOOLBAR(toolbar), GTK_STOCK_CLEAR, 249 _("Clear"), NULL,249 NULL, NULL, 250 250 G_CALLBACK(clear_cb), textbuf, -1); 251 251 -
trunk/gtk/tr_prefs.c
r3350 r3401 270 270 hig_workarea_add_wide_control( t, &row, w ); 271 271 272 s = _(" Displayan Icon in the System _Tray");272 s = _("Show an Icon in the System _Tray"); 273 273 w = new_check_button( s, PREF_KEY_SYSTRAY, core ); 274 274 hig_workarea_add_wide_control( t, &row, w ); -
trunk/gtk/tr_torrent.c
r3381 r3401 208 208 flags |= TR_FLAG_PAUSED; 209 209 210 g_message( "dir is [%s]", dir ? dir : "(null)" );211 210 handle = tr_torrentInit( back, torrent, dir, flags, &errcode ); 212 211 … … 350 349 351 350 default: 352 top = g_strdup_printf( "Unrecognized state: %d", st->status );351 top = g_strdup_printf( _("Unrecognized state: %d"), st->status ); 353 352 break; 354 353 -
trunk/gtk/tr_window.c
r3385 r3401 88 88 char * terr; 89 89 gtk_tree_model_get( model, iter, MC_TERR, &terr, -1 ); 90 bottom = g_strconcat( _("Error : "), terr, NULL );90 bottom = g_strconcat( _("Error"), ": ", terr, NULL ); 91 91 g_free( terr ); 92 92 } … … 191 191 progrend = tr_cell_renderer_progress_new(); 192 192 /* this string is only used to determine the size of the progress bar */ 193 str = g_markup_printf_escaped( "<big>%s</big>", _(" fnord fnord "));193 str = g_markup_printf_escaped( "<big>%s</big>", " fnord fnord " ); 194 194 g_object_set( progrend, "bar-sizing", str, NULL ); 195 195 g_free(str); -
trunk/gtk/transmission.1
r3178 r3401 25 25 .Os 26 26 .Sh NAME 27 .Nm transmission -gtk27 .Nm transmission 28 28 .Nd a bittorrent client 29 29 .Sh SYNOPSIS 30 .Nm transmission -gtk30 .Nm transmission 31 31 .Fl h 32 32 .Nm … … 34 34 .Op Ar torrent-file ... 35 35 .Sh DESCRIPTION 36 The37 36 .Nm 38 program is a lightweight BitTorrent client with a simple, intuitive 39 GTK+ interface. 37 is a fast and easy BitTorrent client. 40 38 .Pp 41 39 BitTorrent is a peer-to-peer file transfer protocol which uses a … … 76 74 .Nm 77 75 program was written by 76 .An Charles Kerr Aq charles@rebelbase.com , 78 77 .An Josh Elsasser Aq josh@elsasser.org , 79 78 .An Eric Petit Aq titer@m0k.org , 80 .An Mitchell Livingston Aq livings124@gmail.com ,81 79 and 82 .An Charles Kerr Aq charles@rebelbase.com .80 .An Mitchell Livingston Aq livings124@gmail.com . 83 81 .Sh SEE ALSO 84 82 .Xr transmissioncli 1 , -
trunk/transmission.spec.in
r2414 r3401 22 22 23 23 %description 24 Transmission has been built from the ground up to be a lightweight, 25 yet powerful BitTorrent client. Its simple, intuitive interface 26 strikes a balance between providing useful functionality without 27 feature bloat. Furthermore, it is free for anyone to use or modify. 24 A fast and easy BitTorrent client 28 25 29 26 %prep
Note: See TracChangeset
for help on using the changeset viewer.