(trunk gtk) #1447: Launchpad translations need comment for strings with non-standard context
This commit is contained in:
parent
e44239fc4e
commit
2c88e0b3d1
|
@ -113,7 +113,7 @@ getShortTransferString( const tr_stat * torStat,
|
||||||
tr_strlspeed( upStr, torStat->pieceUploadSpeed, sizeof( upStr ) );
|
tr_strlspeed( upStr, torStat->pieceUploadSpeed, sizeof( upStr ) );
|
||||||
|
|
||||||
if( haveDown && haveUp )
|
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
|
%1$s is the download speed
|
||||||
%2$s is the upload speed */
|
%2$s is the upload speed */
|
||||||
g_snprintf( buf, buflen, Q_(
|
g_snprintf( buf, buflen, Q_(
|
||||||
|
|
|
@ -736,7 +736,7 @@ updateStats( PrivateData * p )
|
||||||
tr_sessionGetStats( session, &stats );
|
tr_sessionGetStats( session, &stats );
|
||||||
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
|
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
|
||||||
tr_strlsize( down, stats.downloadedBytes, sizeof( down ) );
|
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
|
%1$s is the size of the data we've downloaded
|
||||||
%2$s is the size of the data we've uploaded */
|
%2$s is the size of the data we've uploaded */
|
||||||
g_snprintf( buf, sizeof( buf ), Q_(
|
g_snprintf( buf, sizeof( buf ), Q_(
|
||||||
|
@ -747,7 +747,7 @@ updateStats( PrivateData * p )
|
||||||
tr_sessionGetCumulativeStats( session, &stats );
|
tr_sessionGetCumulativeStats( session, &stats );
|
||||||
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
|
tr_strlsize( up, stats.uploadedBytes, sizeof( up ) );
|
||||||
tr_strlsize( down, stats.downloadedBytes, sizeof( down ) );
|
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
|
%1$s is the size of the data we've downloaded
|
||||||
%2$s is the size of the data we've uploaded */
|
%2$s is the size of the data we've uploaded */
|
||||||
g_snprintf( buf, sizeof( buf ), Q_(
|
g_snprintf( buf, sizeof( buf ), Q_(
|
||||||
|
|
Loading…
Reference in New Issue