mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
- forgot to commit those files
This commit is contained in:
parent
ef51fabf63
commit
6c2518a704
4 changed files with 2981 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
- FEATURE: RSS can now be disabled from program preferences
|
||||
- BUGFIX: Disable ETA calculation when ETA column is hidden
|
||||
- BUGFIX: Removed "disconnected" connection state, detection was far from perfect
|
||||
- I18N: Added Czech locale
|
||||
- COSMETIC: Transfer speed, ratio, connection status and DHT nodes are displayed in status bar
|
||||
- COSMETIC: RSS Tab is now hidden as a default
|
||||
- COSMETIC: Allow to hide or display top toolbar
|
||||
|
|
BIN
src/lang/qbittorrent_cs.qm
Normal file
BIN
src/lang/qbittorrent_cs.qm
Normal file
Binary file not shown.
2978
src/lang/qbittorrent_cs.ts
Normal file
2978
src/lang/qbittorrent_cs.ts
Normal file
File diff suppressed because it is too large
Load diff
|
@ -87,6 +87,8 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||
locales << "pt_BR";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/poland.png"))), QString::fromUtf8("Polski"));
|
||||
locales << "pl_PL";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/czech.png"))), QString::fromUtf8("Čeština"));
|
||||
locales << "cs_CZ";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/slovakia.png"))), QString::fromUtf8("Slovenčina"));
|
||||
locales << "sk_SK";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/romania.png"))), QString::fromUtf8("Română"));
|
||||
|
|
Loading…
Reference in a new issue