Changeset 7465
- Timestamp:
- Dec 22, 2008, 5:47:05 AM (12 years ago)
- Location:
- trunk/gtk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-cell-renderer.c
r7404 r7465 114 114 115 115 if( haveDown && haveUp ) 116 /* Translators: do not translate the "speed|" disambiguation prefix.116 /* Translators: "speed|" is here for disambiguation. Please remove it from your translation. 117 117 %1$s is the download speed 118 118 %2$s is the upload speed */ -
trunk/gtk/tr-window.c
r7272 r7465 737 737 tr_strlsize( up, stats.uploadedBytes, sizeof( up ) ); 738 738 tr_strlsize( down, stats.downloadedBytes, sizeof( down ) ); 739 /* Translators: do not translate the "size|" disambiguation prefix.739 /* Translators: "size|" is here for disambiguation. Please remove it from your translation. 740 740 %1$s is the size of the data we've downloaded 741 741 %2$s is the size of the data we've uploaded */ … … 748 748 tr_strlsize( up, stats.uploadedBytes, sizeof( up ) ); 749 749 tr_strlsize( down, stats.downloadedBytes, sizeof( down ) ); 750 /* Translators: do not translate the "size|" disambiguation prefix.750 /* Translators: "size|" is here for disambiguation. Please remove it from your translation. 751 751 %1$s is the size of the data we've downloaded 752 752 %2$s is the size of the data we've uploaded */
Note: See TracChangeset
for help on using the changeset viewer.