Browse Source

Added Armenian translation

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
847a6c75d7
  1. 1
      AUTHORS
  2. 1
      src/about_imp.h
  3. 3
      src/lang.qrc
  4. BIN
      src/lang/qbittorrent_hy.qm
  5. 5086
      src/lang/qbittorrent_hy.ts
  6. 3
      src/src.pro
  7. 1
      src/webui/html/preferences_content.html

1
AUTHORS

@ -68,6 +68,7 @@ Translations authors: @@ -68,6 +68,7 @@ Translations authors:
* files: src/lang/*.ts
copyright:
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)
- Catalan: Francisco Luque Contreras (frannoe@ya.com)

1
src/about_imp.h

@ -60,6 +60,7 @@ class about : public QDialog, private Ui::AboutDlg{ @@ -60,6 +60,7 @@ class about : public QDialog, private Ui::AboutDlg{
// Translation
QString trans_txt = "<p>"+tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"</p>";
trans_txt += QString::fromUtf8("<ul><li><u>Arabic:</u> SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)</li>\
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>\
<li><u>Brazilian:</u> Nick Marinho (nickmarinho@gmail.com)</li>\
<li><u>Bulgarian:</u> Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)</li>\
<li><u>Catalan:</u> Francisco Luque Contreras (frannoe@ya.com)</li>\

3
src/lang.qrc

@ -31,5 +31,6 @@ @@ -31,5 +31,6 @@
<file>lang/qbittorrent_en.qm</file>
<file>lang/qbittorrent_hr.qm</file>
<file>lang/qbittorrent_ro.qm</file>
<file>lang/qbittorrent_hy.qm</file>
</qresource>
</RCC>
</RCC>

BIN
src/lang/qbittorrent_hy.qm

Binary file not shown.

5086
src/lang/qbittorrent_hy.ts

File diff suppressed because it is too large Load Diff

3
src/src.pro

@ -200,4 +200,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \ @@ -200,4 +200,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
$$LANG_PATH/qbittorrent_sr.ts \
$$LANG_PATH/qbittorrent_ar.ts \
$$LANG_PATH/qbittorrent_hr.ts \
$$LANG_PATH/qbittorrent_gl.ts
$$LANG_PATH/qbittorrent_gl.ts \
$$LANG_PATH/qbittorrent_hy.ts

1
src/webui/html/preferences_content.html

@ -212,6 +212,7 @@ @@ -212,6 +212,7 @@
<option value="cs_CZ" title="Icons/flags/cz.png">Čeština</option>
<option value="sk_SK" title="Icons/flags/sk.png">Slovenčina</option>
<option value="sr_CS" title="Icons/flags/cs.png">Српски</option>
<option value="hy_AM" title="Icons/flags/am.png">Armenian</option>
<option value="ro_RO" title="Icons/flags/ro.png">Română</option>
<option value="tr_TR" title="Icons/flags/tr.png">Türkçe</option>
<option value="el_GR" title="Icons/flags/gr.png">Ελληνικά</option>

Loading…
Cancel
Save