(trunk gtk) #1447: Launchpad translations need comment for strings with non-standard context

This commit is contained in:
Charles Kerr 2008-12-22 05:47:05 +00:00
parent e44239fc4e
commit 2c88e0b3d1
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ getShortTransferString( const tr_stat * torStat,
tr_strlspeed( upStr, torStat->pieceUploadSpeed, sizeof( upStr ) );
if( haveDown && haveUp )
/* Translators: do not translate the "speed|" disambiguation prefix.
/* Translators: "speed|" is here for disambiguation. Please remove it from your translation.
%1$s is the download speed
%2$s is the upload speed */
g_snprintf( buf, buflen, Q_(

View File

@ -736,7 +736,7 @@ updateStats( PrivateData * p )
tr_sessionGetStats( session, &stats );
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
tr_strlsize( down, stats.downloadedBytes, sizeof( down ) );
/* Translators: do not translate the "size|" disambiguation prefix.
/* Translators: "size|" is here for disambiguation. Please remove it from your translation.
%1$s is the size of the data we've downloaded
%2$s is the size of the data we've uploaded */
g_snprintf( buf, sizeof( buf ), Q_(
@ -747,7 +747,7 @@ updateStats( PrivateData * p )
tr_sessionGetCumulativeStats( session, &stats );
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
tr_strlsize( down, stats.downloadedBytes, sizeof( down ) );
/* Translators: do not translate the "size|" disambiguation prefix.
/* Translators: "size|" is here for disambiguation. Please remove it from your translation.
%1$s is the size of the data we've downloaded
%2$s is the size of the data we've uploaded */
g_snprintf( buf, sizeof( buf ), Q_(