- forgot to commit those files

This commit is contained in:
Christophe Dumez 2008-08-18 10:47:43 +00:00
parent ef51fabf63
commit 6c2518a704
4 changed files with 2981 additions and 0 deletions

View file

@ -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

Binary file not shown.

2978
src/lang/qbittorrent_cs.ts Normal file

File diff suppressed because it is too large Load diff

View file

@ -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ă"));