mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
parent
4209a5699a
commit
d0986297ca
@ -166,7 +166,7 @@ QVariant TransferListModel::headerData(int section, Qt::Orientation orientation,
|
|||||||
case TR_QUEUE_POSITION: return QChar('#');
|
case TR_QUEUE_POSITION: return QChar('#');
|
||||||
case TR_NAME: return tr("Name", "i.e: torrent name");
|
case TR_NAME: return tr("Name", "i.e: torrent name");
|
||||||
case TR_SIZE: return tr("Size", "i.e: torrent size");
|
case TR_SIZE: return tr("Size", "i.e: torrent size");
|
||||||
case TR_PROGRESS: return tr("Done", "% Done");
|
case TR_PROGRESS: return tr("Progress", "% Done");
|
||||||
case TR_STATUS: return tr("Status", "Torrent status (e.g. downloading, seeding, paused)");
|
case TR_STATUS: return tr("Status", "Torrent status (e.g. downloading, seeding, paused)");
|
||||||
case TR_SEEDS: return tr("Seeds", "i.e. full sources (often untranslated)");
|
case TR_SEEDS: return tr("Seeds", "i.e. full sources (often untranslated)");
|
||||||
case TR_PEERS: return tr("Peers", "i.e. partial sources (often untranslated)");
|
case TR_PEERS: return tr("Peers", "i.e. partial sources (often untranslated)");
|
||||||
|
Loading…
Reference in New Issue
Block a user