• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/

Lines Matching refs:tr

232     myAltSpeedAction = new QAction( tr( "Speed Limits" ), this );
475 sub = menu->addMenu( tr( "Limit Download Speed" ) );
478 a = myDlimitOffAction = sub->addAction( tr( "Unlimited" ) );
483 a = myDlimitOnAction = sub->addAction( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( currentVal ) ) ) );
495 sub = menu->addMenu( tr( "Limit Upload Speed" ) );
498 a = myUlimitOffAction = sub->addAction( tr( "Unlimited" ) );
503 a = myUlimitOnAction = sub->addAction( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( currentVal ) ) ) );
516 sub = menu->addMenu( tr( "Stop Seeding at Ratio" ) );
520 a = myRatioOffAction = sub->addAction( tr( "Seed Forever" ) );
525 a = myRatioOnAction = sub->addAction( tr( "Stop at Ratio (%1)" ).arg( Formatter::ratioToString( d ) ) );
682 title += tr( " - %1:%2" ).arg( url.host() ).arg( url.port() );
693 str = tr( "%Ln Torrent(s)", 0, totalCount );
695 str = tr( "%L1 of %Ln Torrent(s)", 0, totalCount ).arg( visibleCount );
713 const QString idle = tr( "Idle" );
721 myTrayIcon.setToolTip( tr( "Transmission\nUp: %1\nDown: %2" )
741 str = tr( "Ratio: %1" ).arg( Formatter:: ratioToString( mySession.getStats().ratio ) );
746 str = tr( "Down: %1, Up: %2" ).arg( Formatter:: sizeToString( stats.downloadedBytes ) )
752 str = tr( "Down: %1, Up: %2" ).arg( Formatter:: sizeToString( stats.downloadedBytes ) )
757 str = tr( "Ratio: %1" ).arg( Formatter:: ratioToString( mySession.getCumulativeStats().ratio ) );
1041 myDlimitOnAction->setText( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( myPrefs.get<int>(key) ) ) ) );
1049 myUlimitOnAction->setText( tr( "Limited at %1" ).arg( Formatter::speedToString( Speed::fromKBps( myPrefs.get<int>(key) ) ) ) );
1057 myRatioOnAction->setText( tr( "Stop at Ratio (%1)" ).arg( Formatter::ratioToString( myPrefs.get<double>(key) ) ) );
1115 const QString fmt = b ? tr( "Click to disable Temporary Speed Limits\n(%1 down, %2 up)" )
1116 : tr( "Click to enable Temporary Speed Limits\n(%1 down, %2 up)" );
1145 tr( "Open Torrent" ),
1147 tr( "Torrent Files (*.torrent);;All Files (*.*)" ) );
1151 QCheckBox * button = new QCheckBox( tr( "Show &options dialog" ) );
1182 tr( "Open Link" ),
1183 tr( "Open URL or Magnet Link" ),
1239 ? tr( "Remove torrent?" )
1240 : tr( "Remove %1 torrents?" ).arg( count );
1245 ? tr( "Delete this torrent's downloaded files?" )
1246 : tr( "Delete these %1 torrents' downloaded files?" ).arg( count );
1252 ? tr( "Once removed, continuing the transfer will require the torrent file or magnet link." )
1253 : tr( "Once removed, continuing the transfers will require the torrent files or magnet links." );
1258 ? tr( "This torrent has not finished downloading." )
1259 : tr( "These torrents have not finished downloading." );
1264 ? tr( "This torrent is connected to peers." )
1265 : tr( "These torrents are connected to peers." );
1272 ? tr( "One of these torrents is connected to peers." )
1273 : tr( "Some of these torrents are connected to peers." );
1284 ? tr( "One of these torrents has not finished downloading." )
1285 : tr( "Some of these torrents have not finished downloading." );
1333 ? tr( "Transmission server is responding" )
1334 : tr( "Last response from server was %1 ago" ).arg( Formatter::timeToString( now-std::max(myLastReadTime,myLastSendTime))));
1409 QMenu * queueMenu = menu->addMenu( tr( "Queue" ) );