Searched refs:speed_K_str (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dutil.h35 extern const char * speed_K_str;
H A Dtr-prefs.c1054 g_snprintf( buf, sizeof( buf ), _( "_Upload (%s):" ), _(speed_K_str) );
1061 g_snprintf( buf, sizeof( buf ), _( "_Download (%s):" ), _(speed_K_str) );
1086 g_snprintf( buf, sizeof( buf ), _( "U_pload (%s):" ), _(speed_K_str) );
1090 g_snprintf( buf, sizeof( buf ), _( "Do_wnload (%s):" ), _(speed_K_str) );
H A Dutil.c50 const char * speed_K_str = N_("kB/s"); variable
H A Ddetails.c485 g_snprintf( buf, sizeof( buf ), _( "Limit _download speed (%s):" ), _(speed_K_str) );
498 g_snprintf( buf, sizeof( buf ), _( "Limit _upload speed (%s):" ), _(speed_K_str) );
H A Dmain.c645 tr_formatter_speed_init( speed_K, _(speed_K_str), _(speed_M_str), _(speed_G_str), _(speed_T_str) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js12 var speed_K_str = 'kB/s';
37 speed_K_str = u['speed-units'][0];
172 return [ speed.toTruncFixed(0), speed_K_str ].join(' ');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs-dialog.cc219 const QString speed_K_str = Formatter::unitStr( Formatter::SPEED, Formatter::KB ); local
221 l = checkBoxNew( tr( "Limit &download speed (%1):" ).arg( speed_K_str ), Prefs::DSPEED_ENABLED );
226 l = checkBoxNew( tr( "Limit &upload speed (%1):" ).arg( speed_K_str ), Prefs::USPEED_ENABLED );
247 s = tr( "Limit do&wnload speed (%1):" ).arg( speed_K_str );
251 s = tr( "Limit u&pload speed (%1):" ).arg( speed_K_str );
H A Ddetails.cc1079 const QString speed_K_str = Formatter::unitStr( Formatter::SPEED, Formatter::KB ); local
1089 c = new QCheckBox( tr( "Limit &download speed (%1):" ).arg( speed_K_str ) );
1101 c = new QCheckBox( tr( "Limit &upload speed (%1):" ).arg( speed_K_str ) );

Completed in 138 milliseconds