├── .gitignore ├── .tx └── config ├── CHANGELOG ├── CMakeLists.txt ├── INSTALL ├── LICENSE ├── PKGBUILD ├── README.md ├── THANKS ├── TRANSLATIONS ├── cachecleaner ├── .tx │ └── config ├── CMakeLists.txt ├── cachecleaner.cpp ├── cachecleaner.h ├── main.cpp ├── octopi-cachecleaner.desktop ├── octopi-cachecleaner.pro ├── packagegroupmodel.cpp ├── packagegroupmodel.h ├── resources.qrc ├── resources │ ├── images │ │ ├── cachecleaner.png │ │ ├── octopi_green.png │ │ └── octopi_red.png │ └── translations │ │ ├── octopi_cachecleaner_af.qm │ │ ├── octopi_cachecleaner_af.ts │ │ ├── octopi_cachecleaner_af_ZA.qm │ │ ├── octopi_cachecleaner_af_ZA.ts │ │ ├── octopi_cachecleaner_ar.qm │ │ ├── octopi_cachecleaner_ar.ts │ │ ├── octopi_cachecleaner_ast.qm │ │ ├── octopi_cachecleaner_ast.ts │ │ ├── octopi_cachecleaner_be.qm │ │ ├── octopi_cachecleaner_be.ts │ │ ├── octopi_cachecleaner_be_BY.qm │ │ ├── octopi_cachecleaner_be_BY.ts │ │ ├── octopi_cachecleaner_bg.qm │ │ ├── octopi_cachecleaner_bg.ts │ │ ├── octopi_cachecleaner_bs.qm │ │ ├── octopi_cachecleaner_bs.ts │ │ ├── octopi_cachecleaner_bs_BA.qm │ │ ├── octopi_cachecleaner_bs_BA.ts │ │ ├── octopi_cachecleaner_ca.qm │ │ ├── octopi_cachecleaner_ca.ts │ │ ├── octopi_cachecleaner_cmn.qm │ │ ├── octopi_cachecleaner_cmn.ts │ │ ├── octopi_cachecleaner_cs.qm │ │ ├── octopi_cachecleaner_cs.ts │ │ ├── octopi_cachecleaner_cs_CZ.qm │ │ ├── octopi_cachecleaner_cs_CZ.ts │ │ ├── octopi_cachecleaner_da.qm │ │ ├── octopi_cachecleaner_da.ts │ │ ├── octopi_cachecleaner_de.qm │ │ ├── octopi_cachecleaner_de.ts │ │ ├── octopi_cachecleaner_de_AT.qm │ │ ├── octopi_cachecleaner_de_AT.ts │ │ ├── octopi_cachecleaner_de_DE.qm │ │ ├── octopi_cachecleaner_de_DE.ts │ │ ├── octopi_cachecleaner_el.qm │ │ ├── octopi_cachecleaner_el.ts │ │ ├── octopi_cachecleaner_en.qm │ │ ├── octopi_cachecleaner_en.ts │ │ ├── octopi_cachecleaner_en_CZ.qm │ │ ├── octopi_cachecleaner_en_CZ.ts │ │ ├── octopi_cachecleaner_en_GB.qm │ │ ├── octopi_cachecleaner_en_GB.ts │ │ ├── octopi_cachecleaner_en_IN.qm │ │ ├── octopi_cachecleaner_en_IN.ts │ │ ├── octopi_cachecleaner_en_PL.qm │ │ ├── octopi_cachecleaner_en_PL.ts │ │ ├── octopi_cachecleaner_en_SE.qm │ │ ├── octopi_cachecleaner_en_SE.ts │ │ ├── octopi_cachecleaner_eo.qm │ │ ├── octopi_cachecleaner_eo.ts │ │ ├── octopi_cachecleaner_es.qm │ │ ├── octopi_cachecleaner_es.ts │ │ ├── octopi_cachecleaner_es_419.qm │ │ ├── octopi_cachecleaner_es_419.ts │ │ ├── octopi_cachecleaner_es_AR.qm │ │ ├── octopi_cachecleaner_es_AR.ts │ │ ├── octopi_cachecleaner_es_CL.qm │ │ ├── octopi_cachecleaner_es_CL.ts │ │ ├── octopi_cachecleaner_es_CR.qm │ │ ├── octopi_cachecleaner_es_CR.ts │ │ ├── octopi_cachecleaner_es_ES.qm │ │ ├── octopi_cachecleaner_es_ES.ts │ │ ├── octopi_cachecleaner_es_MX.qm │ │ ├── octopi_cachecleaner_es_MX.ts │ │ ├── octopi_cachecleaner_es_NI.qm │ │ ├── octopi_cachecleaner_es_NI.ts │ │ ├── octopi_cachecleaner_es_PE.qm │ │ ├── octopi_cachecleaner_es_PE.ts │ │ ├── octopi_cachecleaner_eu.qm │ │ ├── octopi_cachecleaner_eu.ts │ │ ├── octopi_cachecleaner_fa_IR.qm │ │ ├── octopi_cachecleaner_fa_IR.ts │ │ ├── octopi_cachecleaner_fi.qm │ │ ├── octopi_cachecleaner_fi.ts │ │ ├── octopi_cachecleaner_fi_FI.qm │ │ ├── octopi_cachecleaner_fi_FI.ts │ │ ├── octopi_cachecleaner_fr.qm │ │ ├── octopi_cachecleaner_fr.ts │ │ ├── octopi_cachecleaner_fr_CA.qm │ │ ├── octopi_cachecleaner_fr_CA.ts │ │ ├── octopi_cachecleaner_fr_CH.qm │ │ ├── octopi_cachecleaner_fr_CH.ts │ │ ├── octopi_cachecleaner_fr_FR.qm │ │ ├── octopi_cachecleaner_fr_FR.ts │ │ ├── octopi_cachecleaner_gl_ES.qm │ │ ├── octopi_cachecleaner_gl_ES.ts │ │ ├── octopi_cachecleaner_he.qm │ │ ├── octopi_cachecleaner_he.ts │ │ ├── octopi_cachecleaner_hi.qm │ │ ├── octopi_cachecleaner_hi.ts │ │ ├── octopi_cachecleaner_hi_IN.qm │ │ ├── octopi_cachecleaner_hi_IN.ts │ │ ├── octopi_cachecleaner_hr.qm │ │ ├── octopi_cachecleaner_hr.ts │ │ ├── octopi_cachecleaner_hu.qm │ │ ├── octopi_cachecleaner_hu.ts │ │ ├── octopi_cachecleaner_hu_HU.qm │ │ ├── octopi_cachecleaner_hu_HU.ts │ │ ├── octopi_cachecleaner_id.qm │ │ ├── octopi_cachecleaner_id.ts │ │ ├── octopi_cachecleaner_id_ID.qm │ │ ├── octopi_cachecleaner_id_ID.ts │ │ ├── octopi_cachecleaner_ie.qm │ │ ├── octopi_cachecleaner_ie.ts │ │ ├── octopi_cachecleaner_is.qm │ │ ├── octopi_cachecleaner_is.ts │ │ ├── octopi_cachecleaner_is_IS.qm │ │ ├── octopi_cachecleaner_is_IS.ts │ │ ├── octopi_cachecleaner_it.qm │ │ ├── octopi_cachecleaner_it.ts │ │ ├── octopi_cachecleaner_it_IT.qm │ │ ├── octopi_cachecleaner_it_IT.ts │ │ ├── octopi_cachecleaner_ja.qm │ │ ├── octopi_cachecleaner_ja.ts │ │ ├── octopi_cachecleaner_ja_JP.qm │ │ ├── octopi_cachecleaner_ja_JP.ts │ │ ├── octopi_cachecleaner_ko.qm │ │ ├── octopi_cachecleaner_ko.ts │ │ ├── octopi_cachecleaner_ko_KR.qm │ │ ├── octopi_cachecleaner_ko_KR.ts │ │ ├── octopi_cachecleaner_lt.qm │ │ ├── octopi_cachecleaner_lt.ts │ │ ├── octopi_cachecleaner_lv.qm │ │ ├── octopi_cachecleaner_lv.ts │ │ ├── octopi_cachecleaner_ms_MY.qm │ │ ├── octopi_cachecleaner_ms_MY.ts │ │ ├── octopi_cachecleaner_nb.qm │ │ ├── octopi_cachecleaner_nb.ts │ │ ├── octopi_cachecleaner_nl.qm │ │ ├── octopi_cachecleaner_nl.ts │ │ ├── octopi_cachecleaner_oc.qm │ │ ├── octopi_cachecleaner_oc.ts │ │ ├── octopi_cachecleaner_pl.qm │ │ ├── octopi_cachecleaner_pl.ts │ │ ├── octopi_cachecleaner_pl_PL.qm │ │ ├── octopi_cachecleaner_pl_PL.ts │ │ ├── octopi_cachecleaner_pt_BR.qm │ │ ├── octopi_cachecleaner_pt_BR.ts │ │ ├── octopi_cachecleaner_pt_PT.qm │ │ ├── octopi_cachecleaner_pt_PT.ts │ │ ├── octopi_cachecleaner_ro.qm │ │ ├── octopi_cachecleaner_ro.ts │ │ ├── octopi_cachecleaner_ru.qm │ │ ├── octopi_cachecleaner_ru.ts │ │ ├── octopi_cachecleaner_ru_RU.qm │ │ ├── octopi_cachecleaner_ru_RU.ts │ │ ├── octopi_cachecleaner_sk.qm │ │ ├── octopi_cachecleaner_sk.ts │ │ ├── octopi_cachecleaner_sl.qm │ │ ├── octopi_cachecleaner_sl.ts │ │ ├── octopi_cachecleaner_sr.qm │ │ ├── octopi_cachecleaner_sr.ts │ │ ├── octopi_cachecleaner_sr@latin.qm │ │ ├── octopi_cachecleaner_sr@latin.ts │ │ ├── octopi_cachecleaner_sr_RS.qm │ │ ├── octopi_cachecleaner_sr_RS.ts │ │ ├── octopi_cachecleaner_sv.qm │ │ ├── octopi_cachecleaner_sv.ts │ │ ├── octopi_cachecleaner_sv_SE.qm │ │ ├── octopi_cachecleaner_sv_SE.ts │ │ ├── octopi_cachecleaner_th.qm │ │ ├── octopi_cachecleaner_th.ts │ │ ├── octopi_cachecleaner_th_TH.qm │ │ ├── octopi_cachecleaner_th_TH.ts │ │ ├── octopi_cachecleaner_tr.qm │ │ ├── octopi_cachecleaner_tr.ts │ │ ├── octopi_cachecleaner_tr_TR.qm │ │ ├── octopi_cachecleaner_tr_TR.ts │ │ ├── octopi_cachecleaner_uk.qm │ │ ├── octopi_cachecleaner_uk.ts │ │ ├── octopi_cachecleaner_uz.qm │ │ ├── octopi_cachecleaner_uz.ts │ │ ├── octopi_cachecleaner_vi.qm │ │ ├── octopi_cachecleaner_vi.ts │ │ ├── octopi_cachecleaner_zh-Hans.qm │ │ ├── octopi_cachecleaner_zh-Hans.ts │ │ ├── octopi_cachecleaner_zh.qm │ │ ├── octopi_cachecleaner_zh.ts │ │ ├── octopi_cachecleaner_zh_CN.qm │ │ ├── octopi_cachecleaner_zh_CN.ts │ │ ├── octopi_cachecleaner_zh_TW.qm │ │ └── octopi_cachecleaner_zh_TW.ts └── ui │ └── cachecleaner.ui ├── helper ├── CMakeLists.txt ├── README.md ├── main.cpp ├── octopi-helper.pro ├── octopihelper.cpp └── octopihelper.h ├── notifier ├── CMakeLists.txt ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── octopi-notifier.desktop ├── octopi-notifier.pro ├── outputdialog.cpp └── outputdialog.h ├── octopi-mainwindow-with-qss.png ├── octopi-mainwindow.png ├── octopi-optionsdialog.png ├── octopi.desktop ├── octopi.pro ├── pre-system-upgrade.sh ├── release-translations.sh ├── repoeditor ├── .tx │ └── config ├── CMakeLists.txt ├── addrepo.cpp ├── addrepo.h ├── addrepo.ui ├── checkboxdelegate.cpp ├── checkboxdelegate.h ├── main.cpp ├── octopi-repoeditor.desktop ├── octopi-repoeditor.pro ├── optionsdelegate.cpp ├── optionsdelegate.h ├── repoconf.cpp ├── repoconf.h ├── repoeditor.cpp ├── repoeditor.h ├── repoeditor.ui ├── repoentry.cpp ├── repoentry.h ├── resources.qrc └── resources │ ├── images │ ├── binary.png │ ├── octopi_green.png │ └── octopi_red.png │ └── translations │ ├── octopi_repoeditor_af.qm │ ├── octopi_repoeditor_af.ts │ ├── octopi_repoeditor_af_ZA.qm │ ├── octopi_repoeditor_af_ZA.ts │ ├── octopi_repoeditor_ar.qm │ ├── octopi_repoeditor_ar.ts │ ├── octopi_repoeditor_ast.qm │ ├── octopi_repoeditor_ast.ts │ ├── octopi_repoeditor_be.qm │ ├── octopi_repoeditor_be.ts │ ├── octopi_repoeditor_be_BY.qm │ ├── octopi_repoeditor_be_BY.ts │ ├── octopi_repoeditor_bg.qm │ ├── octopi_repoeditor_bg.ts │ ├── octopi_repoeditor_bs.qm │ ├── octopi_repoeditor_bs.ts │ ├── octopi_repoeditor_bs_BA.qm │ ├── octopi_repoeditor_bs_BA.ts │ ├── octopi_repoeditor_ca.qm │ ├── octopi_repoeditor_ca.ts │ ├── octopi_repoeditor_cmn.qm │ ├── octopi_repoeditor_cmn.ts │ ├── octopi_repoeditor_cs.qm │ ├── octopi_repoeditor_cs.ts │ ├── octopi_repoeditor_cs_CZ.qm │ ├── octopi_repoeditor_cs_CZ.ts │ ├── octopi_repoeditor_da.qm │ ├── octopi_repoeditor_da.ts │ ├── octopi_repoeditor_de.qm │ ├── octopi_repoeditor_de.ts │ ├── octopi_repoeditor_de_AT.qm │ ├── octopi_repoeditor_de_AT.ts │ ├── octopi_repoeditor_de_DE.qm │ ├── octopi_repoeditor_de_DE.ts │ ├── octopi_repoeditor_el.qm │ ├── octopi_repoeditor_el.ts │ ├── octopi_repoeditor_en.qm │ ├── octopi_repoeditor_en.ts │ ├── octopi_repoeditor_en_CZ.qm │ ├── octopi_repoeditor_en_CZ.ts │ ├── octopi_repoeditor_en_GB.qm │ ├── octopi_repoeditor_en_GB.ts │ ├── octopi_repoeditor_en_IN.qm │ ├── octopi_repoeditor_en_IN.ts │ ├── octopi_repoeditor_en_PL.qm │ ├── octopi_repoeditor_en_PL.ts │ ├── octopi_repoeditor_en_SE.qm │ ├── octopi_repoeditor_en_SE.ts │ ├── octopi_repoeditor_eo.qm │ ├── octopi_repoeditor_eo.ts │ ├── octopi_repoeditor_es.qm │ ├── octopi_repoeditor_es.ts │ ├── octopi_repoeditor_es_419.qm │ ├── octopi_repoeditor_es_419.ts │ ├── octopi_repoeditor_es_AR.qm │ ├── octopi_repoeditor_es_AR.ts │ ├── octopi_repoeditor_es_CL.qm │ ├── octopi_repoeditor_es_CL.ts │ ├── octopi_repoeditor_es_CR.qm │ ├── octopi_repoeditor_es_CR.ts │ ├── octopi_repoeditor_es_ES.qm │ ├── octopi_repoeditor_es_ES.ts │ ├── octopi_repoeditor_es_MX.qm │ ├── octopi_repoeditor_es_MX.ts │ ├── octopi_repoeditor_es_NI.qm │ ├── octopi_repoeditor_es_NI.ts │ ├── octopi_repoeditor_es_PE.qm │ ├── octopi_repoeditor_es_PE.ts │ ├── octopi_repoeditor_eu.qm │ ├── octopi_repoeditor_eu.ts │ ├── octopi_repoeditor_fa_IR.qm │ ├── octopi_repoeditor_fa_IR.ts │ ├── octopi_repoeditor_fi.qm │ ├── octopi_repoeditor_fi.ts │ ├── octopi_repoeditor_fi_FI.qm │ ├── octopi_repoeditor_fi_FI.ts │ ├── octopi_repoeditor_fr.qm │ ├── octopi_repoeditor_fr.ts │ ├── octopi_repoeditor_fr_CA.qm │ ├── octopi_repoeditor_fr_CA.ts │ ├── octopi_repoeditor_fr_CH.qm │ ├── octopi_repoeditor_fr_CH.ts │ ├── octopi_repoeditor_fr_FR.qm │ ├── octopi_repoeditor_fr_FR.ts │ ├── octopi_repoeditor_gl_ES.qm │ ├── octopi_repoeditor_gl_ES.ts │ ├── octopi_repoeditor_he.qm │ ├── octopi_repoeditor_he.ts │ ├── octopi_repoeditor_hi.qm │ ├── octopi_repoeditor_hi.ts │ ├── octopi_repoeditor_hi_IN.qm │ ├── octopi_repoeditor_hi_IN.ts │ ├── octopi_repoeditor_hr.qm │ ├── octopi_repoeditor_hr.ts │ ├── octopi_repoeditor_hu.qm │ ├── octopi_repoeditor_hu.ts │ ├── octopi_repoeditor_hu_HU.qm │ ├── octopi_repoeditor_hu_HU.ts │ ├── octopi_repoeditor_id.qm │ ├── octopi_repoeditor_id.ts │ ├── octopi_repoeditor_id_ID.qm │ ├── octopi_repoeditor_id_ID.ts │ ├── octopi_repoeditor_ie.qm │ ├── octopi_repoeditor_ie.ts │ ├── octopi_repoeditor_is.qm │ ├── octopi_repoeditor_is.ts │ ├── octopi_repoeditor_is_IS.qm │ ├── octopi_repoeditor_is_IS.ts │ ├── octopi_repoeditor_it.qm │ ├── octopi_repoeditor_it.ts │ ├── octopi_repoeditor_it_IT.qm │ ├── octopi_repoeditor_it_IT.ts │ ├── octopi_repoeditor_ja.qm │ ├── octopi_repoeditor_ja.ts │ ├── octopi_repoeditor_ja_JP.qm │ ├── octopi_repoeditor_ja_JP.ts │ ├── octopi_repoeditor_ko.qm │ ├── octopi_repoeditor_ko.ts │ ├── octopi_repoeditor_ko_KR.qm │ ├── octopi_repoeditor_ko_KR.ts │ ├── octopi_repoeditor_lt.qm │ ├── octopi_repoeditor_lt.ts │ ├── octopi_repoeditor_lv.qm │ ├── octopi_repoeditor_lv.ts │ ├── octopi_repoeditor_ms_MY.qm │ ├── octopi_repoeditor_ms_MY.ts │ ├── octopi_repoeditor_nb.qm │ ├── octopi_repoeditor_nb.ts │ ├── octopi_repoeditor_nl.qm │ ├── octopi_repoeditor_nl.ts │ ├── octopi_repoeditor_oc.qm │ ├── octopi_repoeditor_oc.ts │ ├── octopi_repoeditor_pl.qm │ ├── octopi_repoeditor_pl.ts │ ├── octopi_repoeditor_pl_PL.qm │ ├── octopi_repoeditor_pl_PL.ts │ ├── octopi_repoeditor_pt_BR.qm │ ├── octopi_repoeditor_pt_BR.ts │ ├── octopi_repoeditor_pt_PT.qm │ ├── octopi_repoeditor_pt_PT.ts │ ├── octopi_repoeditor_ro.qm │ ├── octopi_repoeditor_ro.ts │ ├── octopi_repoeditor_ru.qm │ ├── octopi_repoeditor_ru.ts │ ├── octopi_repoeditor_ru_RU.qm │ ├── octopi_repoeditor_ru_RU.ts │ ├── octopi_repoeditor_sk.qm │ ├── octopi_repoeditor_sk.ts │ ├── octopi_repoeditor_sl.qm │ ├── octopi_repoeditor_sl.ts │ ├── octopi_repoeditor_sr.qm │ ├── octopi_repoeditor_sr.ts │ ├── octopi_repoeditor_sr@latin.qm │ ├── octopi_repoeditor_sr@latin.ts │ ├── octopi_repoeditor_sr_RS.qm │ ├── octopi_repoeditor_sr_RS.ts │ ├── octopi_repoeditor_sv.qm │ ├── octopi_repoeditor_sv.ts │ ├── octopi_repoeditor_sv_SE.qm │ ├── octopi_repoeditor_sv_SE.ts │ ├── octopi_repoeditor_th.qm │ ├── octopi_repoeditor_th.ts │ ├── octopi_repoeditor_th_TH.qm │ ├── octopi_repoeditor_th_TH.ts │ ├── octopi_repoeditor_tr.qm │ ├── octopi_repoeditor_tr.ts │ ├── octopi_repoeditor_tr_TR.qm │ ├── octopi_repoeditor_tr_TR.ts │ ├── octopi_repoeditor_uk.qm │ ├── octopi_repoeditor_uk.ts │ ├── octopi_repoeditor_uz.qm │ ├── octopi_repoeditor_uz.ts │ ├── octopi_repoeditor_vi.qm │ ├── octopi_repoeditor_vi.ts │ ├── octopi_repoeditor_zh-Hans.qm │ ├── octopi_repoeditor_zh-Hans.ts │ ├── octopi_repoeditor_zh.qm │ ├── octopi_repoeditor_zh.ts │ ├── octopi_repoeditor_zh_CN.qm │ ├── octopi_repoeditor_zh_CN.ts │ ├── octopi_repoeditor_zh_TW.qm │ └── octopi_repoeditor_zh_TW.ts ├── resources.qrc ├── resources ├── images │ ├── binary.png │ ├── cachecleaner.png │ ├── collapse.png │ ├── commit.png │ ├── edit-copy.png │ ├── editfile.png │ ├── esf-clear.png │ ├── esf-search.png │ ├── exit.png │ ├── expand.png │ ├── fast_forward.png │ ├── find.png │ ├── folder.png │ ├── folder_gnome.png │ ├── folder_tree.png │ ├── foreign_green.png │ ├── foreign_red.png │ ├── foreign_white.png │ ├── group.png │ ├── ignored.png │ ├── ignored2.png │ ├── install_item.png │ ├── installed.png │ ├── keys.png │ ├── menu.png │ ├── mirror-check.png │ ├── newer.png │ ├── noninstalled.png │ ├── octopi.png │ ├── octopi_green.png │ ├── octopi_red.png │ ├── octopi_transparent.png │ ├── octopi_yellow.png │ ├── outdated.png │ ├── pacman.png │ ├── refresh.png │ ├── remove_item.png │ ├── rollback.png │ ├── rss.png │ ├── show_groups.png │ ├── stop_small_red.png │ ├── terminal.png │ ├── terminal2.png │ ├── toinstall.png │ ├── toremove.png │ ├── un_vote.png │ ├── unrequired.png │ ├── vote.png │ ├── window.png │ └── window_close.png ├── sounds │ └── bell.wav ├── styles │ ├── branch-closed.png │ ├── branch-closed_BW.png │ ├── branch-end.png │ ├── branch-more.png │ ├── branch-open.png │ ├── branch-open_BW.png │ └── vline.png └── translations │ ├── octopi_af.qm │ ├── octopi_af.ts │ ├── octopi_af_ZA.qm │ ├── octopi_af_ZA.ts │ ├── octopi_ar.qm │ ├── octopi_ar.ts │ ├── octopi_ast.qm │ ├── octopi_ast.ts │ ├── octopi_be.qm │ ├── octopi_be.ts │ ├── octopi_be_BY.qm │ ├── octopi_be_BY.ts │ ├── octopi_bg.qm │ ├── octopi_bg.ts │ ├── octopi_bs.qm │ ├── octopi_bs.ts │ ├── octopi_bs_BA.qm │ ├── octopi_bs_BA.ts │ ├── octopi_ca.qm │ ├── octopi_ca.ts │ ├── octopi_cmn.qm │ ├── octopi_cmn.ts │ ├── octopi_cs.qm │ ├── octopi_cs.ts │ ├── octopi_cs_CZ.qm │ ├── octopi_cs_CZ.ts │ ├── octopi_da.qm │ ├── octopi_da.ts │ ├── octopi_de.qm │ ├── octopi_de.ts │ ├── octopi_de_AT.qm │ ├── octopi_de_AT.ts │ ├── octopi_de_DE.qm │ ├── octopi_de_DE.ts │ ├── octopi_el.qm │ ├── octopi_el.ts │ ├── octopi_en.qm │ ├── octopi_en.ts │ ├── octopi_en_CZ.qm │ ├── octopi_en_CZ.ts │ ├── octopi_en_GB.qm │ ├── octopi_en_GB.ts │ ├── octopi_en_IN.qm │ ├── octopi_en_IN.ts │ ├── octopi_en_PL.qm │ ├── octopi_en_PL.ts │ ├── octopi_en_SE.qm │ ├── octopi_en_SE.ts │ ├── octopi_eo.qm │ ├── octopi_eo.ts │ ├── octopi_es.qm │ ├── octopi_es.ts │ ├── octopi_es_419.qm │ ├── octopi_es_419.ts │ ├── octopi_es_AR.qm │ ├── octopi_es_AR.ts │ ├── octopi_es_CL.qm │ ├── octopi_es_CL.ts │ ├── octopi_es_CR.qm │ ├── octopi_es_CR.ts │ ├── octopi_es_ES.qm │ ├── octopi_es_ES.ts │ ├── octopi_es_MX.qm │ ├── octopi_es_MX.ts │ ├── octopi_es_NI.qm │ ├── octopi_es_NI.ts │ ├── octopi_es_PE.qm │ ├── octopi_es_PE.ts │ ├── octopi_eu.qm │ ├── octopi_eu.ts │ ├── octopi_fa_IR.qm │ ├── octopi_fa_IR.ts │ ├── octopi_fi.qm │ ├── octopi_fi.ts │ ├── octopi_fi_FI.qm │ ├── octopi_fi_FI.ts │ ├── octopi_fr.qm │ ├── octopi_fr.ts │ ├── octopi_fr_CA.qm │ ├── octopi_fr_CA.ts │ ├── octopi_fr_CH.qm │ ├── octopi_fr_CH.ts │ ├── octopi_fr_FR.qm │ ├── octopi_fr_FR.ts │ ├── octopi_gl_ES.qm │ ├── octopi_gl_ES.ts │ ├── octopi_he.qm │ ├── octopi_he.ts │ ├── octopi_hi.qm │ ├── octopi_hi.ts │ ├── octopi_hi_IN.qm │ ├── octopi_hi_IN.ts │ ├── octopi_hr.qm │ ├── octopi_hr.ts │ ├── octopi_hu.qm │ ├── octopi_hu.ts │ ├── octopi_id.qm │ ├── octopi_id.ts │ ├── octopi_id_ID.qm │ ├── octopi_id_ID.ts │ ├── octopi_ie.qm │ ├── octopi_ie.ts │ ├── octopi_is.qm │ ├── octopi_is.ts │ ├── octopi_is_IS.qm │ ├── octopi_is_IS.ts │ ├── octopi_it.qm │ ├── octopi_it.ts │ ├── octopi_it_IT.qm │ ├── octopi_it_IT.ts │ ├── octopi_ja.qm │ ├── octopi_ja.ts │ ├── octopi_ja_JP.qm │ ├── octopi_ja_JP.ts │ ├── octopi_ko.qm │ ├── octopi_ko.ts │ ├── octopi_ko_KR.qm │ ├── octopi_ko_KR.ts │ ├── octopi_lt.qm │ ├── octopi_lt.ts │ ├── octopi_lv.qm │ ├── octopi_lv.ts │ ├── octopi_ms_MY.qm │ ├── octopi_ms_MY.ts │ ├── octopi_nb.qm │ ├── octopi_nb.ts │ ├── octopi_nl.qm │ ├── octopi_nl.ts │ ├── octopi_oc.qm │ ├── octopi_oc.ts │ ├── octopi_pl.qm │ ├── octopi_pl.ts │ ├── octopi_pl_PL.qm │ ├── octopi_pl_PL.ts │ ├── octopi_pt_BR.qm │ ├── octopi_pt_BR.ts │ ├── octopi_pt_PT.qm │ ├── octopi_pt_PT.ts │ ├── octopi_ro.qm │ ├── octopi_ro.ts │ ├── octopi_ru.qm │ ├── octopi_ru.ts │ ├── octopi_ru_RU.qm │ ├── octopi_ru_RU.ts │ ├── octopi_sk.qm │ ├── octopi_sk.ts │ ├── octopi_sl.qm │ ├── octopi_sl.ts │ ├── octopi_sr.qm │ ├── octopi_sr.ts │ ├── octopi_sr@latin.qm │ ├── octopi_sr@latin.ts │ ├── octopi_sr_RS.qm │ ├── octopi_sr_RS.ts │ ├── octopi_sv.qm │ ├── octopi_sv.ts │ ├── octopi_sv_SE.qm │ ├── octopi_sv_SE.ts │ ├── octopi_th.qm │ ├── octopi_th.ts │ ├── octopi_th_TH.qm │ ├── octopi_th_TH.ts │ ├── octopi_tr.qm │ ├── octopi_tr.ts │ ├── octopi_tr_TR.qm │ ├── octopi_tr_TR.ts │ ├── octopi_uk.qm │ ├── octopi_uk.ts │ ├── octopi_uz.qm │ ├── octopi_uz.ts │ ├── octopi_vi.qm │ ├── octopi_vi.ts │ ├── octopi_zh-Hans.qm │ ├── octopi_zh-Hans.ts │ ├── octopi_zh.qm │ ├── octopi_zh.ts │ ├── octopi_zh_CN.qm │ ├── octopi_zh_CN.ts │ ├── octopi_zh_TW.qm │ └── octopi_zh_TW.ts ├── src ├── QtSolutions │ ├── QtLockedFile │ ├── QtSingleApplication │ ├── qtlocalpeer.cpp │ ├── qtlocalpeer.h │ ├── qtlockedfile.cpp │ ├── qtlockedfile.h │ ├── qtlockedfile_unix.cpp │ ├── qtlockedfile_win.cpp │ ├── qtsingleapplication.cpp │ ├── qtsingleapplication.h │ ├── qtsingleapplication.pri │ ├── qtsinglecoreapplication.cpp │ ├── qtsinglecoreapplication.h │ └── qtsinglecoreapplication.pri ├── alpmbackend.cpp ├── alpmbackend.h ├── argumentlist.cpp ├── argumentlist.h ├── aurvote.cpp ├── aurvote.h ├── constants.h ├── globals.cpp ├── globals.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow_events.cpp ├── mainwindow_help.cpp ├── mainwindow_init.cpp ├── mainwindow_news.cpp ├── mainwindow_refresh.cpp ├── mainwindow_searchbar.cpp ├── mainwindow_transaction.cpp ├── model │ ├── packagemodel.cpp │ └── packagemodel.h ├── multiselectiondialog.cpp ├── multiselectiondialog.h ├── optionsdialog.cpp ├── optionsdialog.h ├── package.cpp ├── package.h ├── packagerepository.cpp ├── packagerepository.h ├── packagetreeview.cpp ├── packagetreeview.h ├── pacmanexec.cpp ├── pacmanexec.h ├── propertiestabwidget.cpp ├── propertiestabwidget.h ├── qaesencryption.cpp ├── qaesencryption.h ├── repoconf.cpp ├── repoconf.h ├── searchbar.cpp ├── searchbar.h ├── searchlineedit.cpp ├── searchlineedit.h ├── settingsmanager.cpp ├── settingsmanager.h ├── strconstants.cpp ├── strconstants.h ├── terminal.cpp ├── terminal.h ├── termwidget.cpp ├── termwidget.h ├── transactiondialog.cpp ├── transactiondialog.h ├── treeviewpackagesitemdelegate.cpp ├── treeviewpackagesitemdelegate.h ├── ui │ ├── octopitabinfo.cpp │ └── octopitabinfo.h ├── uihelper.h ├── unixcommand.cpp ├── unixcommand.h ├── utils.cpp ├── utils.h ├── wmhelper.cpp └── wmhelper.h └── ui ├── mainwindow.ui ├── multiselectiondialog.ui ├── optionsdialog.ui └── transactiondialog.ui /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/.gitignore -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/.tx/config -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/CHANGELOG -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/LICENSE -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/README.md -------------------------------------------------------------------------------- /THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/THANKS -------------------------------------------------------------------------------- /TRANSLATIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/TRANSLATIONS -------------------------------------------------------------------------------- /cachecleaner/.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/.tx/config -------------------------------------------------------------------------------- /cachecleaner/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/CMakeLists.txt -------------------------------------------------------------------------------- /cachecleaner/cachecleaner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/cachecleaner.cpp -------------------------------------------------------------------------------- /cachecleaner/cachecleaner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/cachecleaner.h -------------------------------------------------------------------------------- /cachecleaner/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/main.cpp -------------------------------------------------------------------------------- /cachecleaner/octopi-cachecleaner.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/octopi-cachecleaner.desktop -------------------------------------------------------------------------------- /cachecleaner/octopi-cachecleaner.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/octopi-cachecleaner.pro -------------------------------------------------------------------------------- /cachecleaner/packagegroupmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/packagegroupmodel.cpp -------------------------------------------------------------------------------- /cachecleaner/packagegroupmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/packagegroupmodel.h -------------------------------------------------------------------------------- /cachecleaner/resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources.qrc -------------------------------------------------------------------------------- /cachecleaner/resources/images/cachecleaner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/images/cachecleaner.png -------------------------------------------------------------------------------- /cachecleaner/resources/images/octopi_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/images/octopi_green.png -------------------------------------------------------------------------------- /cachecleaner/resources/images/octopi_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/images/octopi_red.png -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_af.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_af.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_af.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_af.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_af_ZA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_af_ZA.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_af_ZA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_af_ZA.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ar.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ar.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ast.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ast.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ast.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_be.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_be.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_be.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_be.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_be_BY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_be_BY.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_be_BY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_be_BY.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bg.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bg.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bg.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bg.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bs.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bs.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bs_BA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bs_BA.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_bs_BA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_bs_BA.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ca.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ca.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ca.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ca.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cmn.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cmn.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cmn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cmn.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cs.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cs.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cs_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cs_CZ.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_cs_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_cs_CZ.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_da.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_da.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_da.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de_AT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de_AT.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de_AT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de_AT.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de_DE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de_DE.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_de_DE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_de_DE.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_el.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_el.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_el.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_el.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_CZ.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_CZ.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_GB.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_GB.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_GB.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_GB.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_IN.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_IN.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_PL.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_PL.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_SE.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_en_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_en_SE.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_eo.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_eo.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_eo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_eo.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_419.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_419.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_419.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_419.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_AR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_AR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_AR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_AR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_CL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_CL.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_CL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_CL.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_CR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_CR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_CR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_CR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_ES.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_ES.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_MX.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_MX.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_MX.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_MX.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_NI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_NI.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_NI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_NI.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_PE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_PE.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_es_PE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_es_PE.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_eu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_eu.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_eu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_eu.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fa_IR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fa_IR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fa_IR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fa_IR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fi.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fi.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fi_FI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fi_FI.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fi_FI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fi_FI.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_CA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_CA.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_CA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_CA.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_CH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_CH.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_CH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_CH.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_FR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_FR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_fr_FR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_fr_FR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_gl_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_gl_ES.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_gl_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_gl_ES.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_he.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_he.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_he.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hi.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hi.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hi_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hi_IN.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hi_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hi_IN.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hr.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hr.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hu.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hu.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hu_HU.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hu_HU.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_hu_HU.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_hu_HU.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_id.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_id.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_id.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_id_ID.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_id_ID.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_id_ID.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_id_ID.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ie.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ie.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ie.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_is.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_is.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_is.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_is.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_is_IS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_is_IS.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_is_IS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_is_IS.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_it.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_it.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_it.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_it_IT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_it_IT.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_it_IT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_it_IT.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ja.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ja.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ja_JP.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ja_JP.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ja_JP.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ja_JP.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ko.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ko.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ko_KR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ko_KR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ko_KR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ko_KR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_lt.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_lt.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_lt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_lt.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_lv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_lv.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_lv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_lv.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ms_MY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ms_MY.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ms_MY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ms_MY.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_nb.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_nb.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_nb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_nb.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_nl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_nl.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_nl.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_oc.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_oc.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_oc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_oc.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pl.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pl.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pl_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pl_PL.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pl_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pl_PL.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pt_BR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pt_BR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pt_BR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pt_BR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pt_PT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pt_PT.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_pt_PT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_pt_PT.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ro.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ro.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ro.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ru.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ru.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ru_RU.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ru_RU.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_ru_RU.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_ru_RU.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sk.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sk.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sl.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sl.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr@latin.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr@latin.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr@latin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr@latin.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr_RS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr_RS.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sr_RS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sr_RS.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sv.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sv.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sv_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sv_SE.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_sv_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_sv_SE.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_th.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_th.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_th.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_th.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_th_TH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_th_TH.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_th_TH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_th_TH.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_tr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_tr.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_tr.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_tr_TR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_tr_TR.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_tr_TR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_tr_TR.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_uk.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_uk.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_uz.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_uz.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_uz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_uz.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_vi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_vi.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_vi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_vi.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh-Hans.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh-Hans.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh-Hans.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh-Hans.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh_CN.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh_CN.ts -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh_TW.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh_TW.qm -------------------------------------------------------------------------------- /cachecleaner/resources/translations/octopi_cachecleaner_zh_TW.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/resources/translations/octopi_cachecleaner_zh_TW.ts -------------------------------------------------------------------------------- /cachecleaner/ui/cachecleaner.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/cachecleaner/ui/cachecleaner.ui -------------------------------------------------------------------------------- /helper/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/CMakeLists.txt -------------------------------------------------------------------------------- /helper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/README.md -------------------------------------------------------------------------------- /helper/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/main.cpp -------------------------------------------------------------------------------- /helper/octopi-helper.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/octopi-helper.pro -------------------------------------------------------------------------------- /helper/octopihelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/octopihelper.cpp -------------------------------------------------------------------------------- /helper/octopihelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/helper/octopihelper.h -------------------------------------------------------------------------------- /notifier/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/CMakeLists.txt -------------------------------------------------------------------------------- /notifier/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/main.cpp -------------------------------------------------------------------------------- /notifier/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/mainwindow.cpp -------------------------------------------------------------------------------- /notifier/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/mainwindow.h -------------------------------------------------------------------------------- /notifier/octopi-notifier.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/octopi-notifier.desktop -------------------------------------------------------------------------------- /notifier/octopi-notifier.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/octopi-notifier.pro -------------------------------------------------------------------------------- /notifier/outputdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/outputdialog.cpp -------------------------------------------------------------------------------- /notifier/outputdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/notifier/outputdialog.h -------------------------------------------------------------------------------- /octopi-mainwindow-with-qss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/octopi-mainwindow-with-qss.png -------------------------------------------------------------------------------- /octopi-mainwindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/octopi-mainwindow.png -------------------------------------------------------------------------------- /octopi-optionsdialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/octopi-optionsdialog.png -------------------------------------------------------------------------------- /octopi.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/octopi.desktop -------------------------------------------------------------------------------- /octopi.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/octopi.pro -------------------------------------------------------------------------------- /pre-system-upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/pre-system-upgrade.sh -------------------------------------------------------------------------------- /release-translations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/release-translations.sh -------------------------------------------------------------------------------- /repoeditor/.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/.tx/config -------------------------------------------------------------------------------- /repoeditor/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/CMakeLists.txt -------------------------------------------------------------------------------- /repoeditor/addrepo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/addrepo.cpp -------------------------------------------------------------------------------- /repoeditor/addrepo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/addrepo.h -------------------------------------------------------------------------------- /repoeditor/addrepo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/addrepo.ui -------------------------------------------------------------------------------- /repoeditor/checkboxdelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/checkboxdelegate.cpp -------------------------------------------------------------------------------- /repoeditor/checkboxdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/checkboxdelegate.h -------------------------------------------------------------------------------- /repoeditor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/main.cpp -------------------------------------------------------------------------------- /repoeditor/octopi-repoeditor.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/octopi-repoeditor.desktop -------------------------------------------------------------------------------- /repoeditor/octopi-repoeditor.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/octopi-repoeditor.pro -------------------------------------------------------------------------------- /repoeditor/optionsdelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/optionsdelegate.cpp -------------------------------------------------------------------------------- /repoeditor/optionsdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/optionsdelegate.h -------------------------------------------------------------------------------- /repoeditor/repoconf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoconf.cpp -------------------------------------------------------------------------------- /repoeditor/repoconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoconf.h -------------------------------------------------------------------------------- /repoeditor/repoeditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoeditor.cpp -------------------------------------------------------------------------------- /repoeditor/repoeditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoeditor.h -------------------------------------------------------------------------------- /repoeditor/repoeditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoeditor.ui -------------------------------------------------------------------------------- /repoeditor/repoentry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoentry.cpp -------------------------------------------------------------------------------- /repoeditor/repoentry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/repoentry.h -------------------------------------------------------------------------------- /repoeditor/resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources.qrc -------------------------------------------------------------------------------- /repoeditor/resources/images/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/images/binary.png -------------------------------------------------------------------------------- /repoeditor/resources/images/octopi_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/images/octopi_green.png -------------------------------------------------------------------------------- /repoeditor/resources/images/octopi_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/images/octopi_red.png -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_af.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_af.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_af.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_af.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_af_ZA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_af_ZA.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_af_ZA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_af_ZA.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ar.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ar.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ast.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ast.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ast.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_be.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_be.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_be.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_be.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_be_BY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_be_BY.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_be_BY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_be_BY.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bg.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bg.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bg.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bg.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bs.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bs.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bs_BA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bs_BA.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_bs_BA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_bs_BA.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ca.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ca.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ca.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ca.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cmn.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cmn.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cmn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cmn.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cs.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cs.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cs_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cs_CZ.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_cs_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_cs_CZ.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_da.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_da.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_da.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de_AT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de_AT.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de_AT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de_AT.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de_DE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de_DE.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_de_DE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_de_DE.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_el.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_el.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_el.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_el.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_CZ.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_CZ.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_GB.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_GB.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_GB.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_GB.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_IN.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_IN.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_PL.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_PL.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_SE.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_en_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_en_SE.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_eo.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_eo.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_eo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_eo.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_419.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_419.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_419.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_419.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_AR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_AR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_AR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_AR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_CL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_CL.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_CL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_CL.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_CR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_CR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_CR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_CR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_ES.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_ES.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_MX.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_MX.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_MX.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_MX.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_NI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_NI.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_NI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_NI.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_PE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_PE.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_es_PE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_es_PE.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_eu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_eu.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_eu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_eu.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fa_IR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fa_IR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fa_IR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fa_IR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fi.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fi.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fi_FI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fi_FI.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fi_FI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fi_FI.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_CA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_CA.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_CA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_CA.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_CH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_CH.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_CH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_CH.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_FR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_FR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_fr_FR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_fr_FR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_gl_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_gl_ES.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_gl_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_gl_ES.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_he.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_he.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_he.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hi.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hi.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hi_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hi_IN.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hi_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hi_IN.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hr.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hr.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hu.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hu.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hu_HU.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hu_HU.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_hu_HU.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_hu_HU.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_id.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_id.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_id.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_id_ID.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_id_ID.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_id_ID.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_id_ID.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ie.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ie.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ie.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_is.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_is.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_is.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_is.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_is_IS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_is_IS.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_is_IS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_is_IS.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_it.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_it.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_it.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_it_IT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_it_IT.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_it_IT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_it_IT.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ja.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ja.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ja_JP.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ja_JP.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ja_JP.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ja_JP.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ko.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ko.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ko_KR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ko_KR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ko_KR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ko_KR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_lt.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_lt.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_lt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_lt.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_lv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_lv.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_lv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_lv.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ms_MY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ms_MY.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ms_MY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ms_MY.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_nb.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_nb.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_nb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_nb.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_nl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_nl.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_nl.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_oc.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_oc.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_oc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_oc.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pl.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pl.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pl_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pl_PL.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pl_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pl_PL.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pt_BR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pt_BR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pt_BR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pt_BR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pt_PT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pt_PT.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_pt_PT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_pt_PT.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ro.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ro.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ro.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ru.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ru.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ru_RU.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ru_RU.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_ru_RU.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_ru_RU.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sk.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sk.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sl.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sl.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr@latin.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr@latin.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr@latin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr@latin.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr_RS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr_RS.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sr_RS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sr_RS.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sv.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sv.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sv_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sv_SE.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_sv_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_sv_SE.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_th.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_th.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_th.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_th.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_th_TH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_th_TH.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_th_TH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_th_TH.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_tr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_tr.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_tr.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_tr_TR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_tr_TR.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_tr_TR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_tr_TR.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_uk.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_uk.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_uz.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_uz.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_uz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_uz.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_vi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_vi.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_vi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_vi.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh-Hans.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh-Hans.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh-Hans.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh-Hans.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh_CN.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh_CN.ts -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh_TW.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh_TW.qm -------------------------------------------------------------------------------- /repoeditor/resources/translations/octopi_repoeditor_zh_TW.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/repoeditor/resources/translations/octopi_repoeditor_zh_TW.ts -------------------------------------------------------------------------------- /resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources.qrc -------------------------------------------------------------------------------- /resources/images/binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/binary.png -------------------------------------------------------------------------------- /resources/images/cachecleaner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/cachecleaner.png -------------------------------------------------------------------------------- /resources/images/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/collapse.png -------------------------------------------------------------------------------- /resources/images/commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/commit.png -------------------------------------------------------------------------------- /resources/images/edit-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/edit-copy.png -------------------------------------------------------------------------------- /resources/images/editfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/editfile.png -------------------------------------------------------------------------------- /resources/images/esf-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/esf-clear.png -------------------------------------------------------------------------------- /resources/images/esf-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/esf-search.png -------------------------------------------------------------------------------- /resources/images/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/exit.png -------------------------------------------------------------------------------- /resources/images/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/expand.png -------------------------------------------------------------------------------- /resources/images/fast_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/fast_forward.png -------------------------------------------------------------------------------- /resources/images/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/find.png -------------------------------------------------------------------------------- /resources/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/folder.png -------------------------------------------------------------------------------- /resources/images/folder_gnome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/folder_gnome.png -------------------------------------------------------------------------------- /resources/images/folder_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/folder_tree.png -------------------------------------------------------------------------------- /resources/images/foreign_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/foreign_green.png -------------------------------------------------------------------------------- /resources/images/foreign_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/foreign_red.png -------------------------------------------------------------------------------- /resources/images/foreign_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/foreign_white.png -------------------------------------------------------------------------------- /resources/images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/group.png -------------------------------------------------------------------------------- /resources/images/ignored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/ignored.png -------------------------------------------------------------------------------- /resources/images/ignored2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/ignored2.png -------------------------------------------------------------------------------- /resources/images/install_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/install_item.png -------------------------------------------------------------------------------- /resources/images/installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/installed.png -------------------------------------------------------------------------------- /resources/images/keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/keys.png -------------------------------------------------------------------------------- /resources/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/menu.png -------------------------------------------------------------------------------- /resources/images/mirror-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/mirror-check.png -------------------------------------------------------------------------------- /resources/images/newer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/newer.png -------------------------------------------------------------------------------- /resources/images/noninstalled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/noninstalled.png -------------------------------------------------------------------------------- /resources/images/octopi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/octopi.png -------------------------------------------------------------------------------- /resources/images/octopi_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/octopi_green.png -------------------------------------------------------------------------------- /resources/images/octopi_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/octopi_red.png -------------------------------------------------------------------------------- /resources/images/octopi_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/octopi_transparent.png -------------------------------------------------------------------------------- /resources/images/octopi_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/octopi_yellow.png -------------------------------------------------------------------------------- /resources/images/outdated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/outdated.png -------------------------------------------------------------------------------- /resources/images/pacman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/pacman.png -------------------------------------------------------------------------------- /resources/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/refresh.png -------------------------------------------------------------------------------- /resources/images/remove_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/remove_item.png -------------------------------------------------------------------------------- /resources/images/rollback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/rollback.png -------------------------------------------------------------------------------- /resources/images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/rss.png -------------------------------------------------------------------------------- /resources/images/show_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/show_groups.png -------------------------------------------------------------------------------- /resources/images/stop_small_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/stop_small_red.png -------------------------------------------------------------------------------- /resources/images/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/terminal.png -------------------------------------------------------------------------------- /resources/images/terminal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/terminal2.png -------------------------------------------------------------------------------- /resources/images/toinstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/toinstall.png -------------------------------------------------------------------------------- /resources/images/toremove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/toremove.png -------------------------------------------------------------------------------- /resources/images/un_vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/un_vote.png -------------------------------------------------------------------------------- /resources/images/unrequired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/unrequired.png -------------------------------------------------------------------------------- /resources/images/vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/vote.png -------------------------------------------------------------------------------- /resources/images/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/window.png -------------------------------------------------------------------------------- /resources/images/window_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/images/window_close.png -------------------------------------------------------------------------------- /resources/sounds/bell.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/sounds/bell.wav -------------------------------------------------------------------------------- /resources/styles/branch-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-closed.png -------------------------------------------------------------------------------- /resources/styles/branch-closed_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-closed_BW.png -------------------------------------------------------------------------------- /resources/styles/branch-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-end.png -------------------------------------------------------------------------------- /resources/styles/branch-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-more.png -------------------------------------------------------------------------------- /resources/styles/branch-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-open.png -------------------------------------------------------------------------------- /resources/styles/branch-open_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/branch-open_BW.png -------------------------------------------------------------------------------- /resources/styles/vline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/styles/vline.png -------------------------------------------------------------------------------- /resources/translations/octopi_af.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_af.qm -------------------------------------------------------------------------------- /resources/translations/octopi_af.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_af.ts -------------------------------------------------------------------------------- /resources/translations/octopi_af_ZA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_af_ZA.qm -------------------------------------------------------------------------------- /resources/translations/octopi_af_ZA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_af_ZA.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ar.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ar.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ast.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ast.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ast.ts -------------------------------------------------------------------------------- /resources/translations/octopi_be.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_be.qm -------------------------------------------------------------------------------- /resources/translations/octopi_be.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_be.ts -------------------------------------------------------------------------------- /resources/translations/octopi_be_BY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_be_BY.qm -------------------------------------------------------------------------------- /resources/translations/octopi_be_BY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_be_BY.ts -------------------------------------------------------------------------------- /resources/translations/octopi_bg.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bg.qm -------------------------------------------------------------------------------- /resources/translations/octopi_bg.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bg.ts -------------------------------------------------------------------------------- /resources/translations/octopi_bs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bs.qm -------------------------------------------------------------------------------- /resources/translations/octopi_bs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bs.ts -------------------------------------------------------------------------------- /resources/translations/octopi_bs_BA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bs_BA.qm -------------------------------------------------------------------------------- /resources/translations/octopi_bs_BA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_bs_BA.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ca.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ca.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ca.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ca.ts -------------------------------------------------------------------------------- /resources/translations/octopi_cmn.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cmn.qm -------------------------------------------------------------------------------- /resources/translations/octopi_cmn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cmn.ts -------------------------------------------------------------------------------- /resources/translations/octopi_cs.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cs.qm -------------------------------------------------------------------------------- /resources/translations/octopi_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cs.ts -------------------------------------------------------------------------------- /resources/translations/octopi_cs_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cs_CZ.qm -------------------------------------------------------------------------------- /resources/translations/octopi_cs_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_cs_CZ.ts -------------------------------------------------------------------------------- /resources/translations/octopi_da.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_da.qm -------------------------------------------------------------------------------- /resources/translations/octopi_da.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_da.ts -------------------------------------------------------------------------------- /resources/translations/octopi_de.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de.qm -------------------------------------------------------------------------------- /resources/translations/octopi_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de.ts -------------------------------------------------------------------------------- /resources/translations/octopi_de_AT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de_AT.qm -------------------------------------------------------------------------------- /resources/translations/octopi_de_AT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de_AT.ts -------------------------------------------------------------------------------- /resources/translations/octopi_de_DE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de_DE.qm -------------------------------------------------------------------------------- /resources/translations/octopi_de_DE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_de_DE.ts -------------------------------------------------------------------------------- /resources/translations/octopi_el.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_el.qm -------------------------------------------------------------------------------- /resources/translations/octopi_el.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_el.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en_CZ.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_CZ.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en_CZ.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_CZ.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en_GB.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_GB.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en_GB.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_GB.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_IN.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_IN.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_PL.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_PL.ts -------------------------------------------------------------------------------- /resources/translations/octopi_en_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_SE.qm -------------------------------------------------------------------------------- /resources/translations/octopi_en_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_en_SE.ts -------------------------------------------------------------------------------- /resources/translations/octopi_eo.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_eo.qm -------------------------------------------------------------------------------- /resources/translations/octopi_eo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_eo.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_419.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_419.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_419.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_419.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_AR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_AR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_AR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_AR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_CL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_CL.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_CL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_CL.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_CR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_CR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_CR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_CR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_ES.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_ES.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_MX.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_MX.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_MX.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_MX.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_NI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_NI.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_NI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_NI.ts -------------------------------------------------------------------------------- /resources/translations/octopi_es_PE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_PE.qm -------------------------------------------------------------------------------- /resources/translations/octopi_es_PE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_es_PE.ts -------------------------------------------------------------------------------- /resources/translations/octopi_eu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_eu.qm -------------------------------------------------------------------------------- /resources/translations/octopi_eu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_eu.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fa_IR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fa_IR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fa_IR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fa_IR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fi.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fi.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fi_FI.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fi_FI.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fi_FI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fi_FI.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fr_CA.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_CA.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fr_CA.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_CA.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fr_CH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_CH.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fr_CH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_CH.ts -------------------------------------------------------------------------------- /resources/translations/octopi_fr_FR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_FR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_fr_FR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_fr_FR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_gl_ES.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_gl_ES.qm -------------------------------------------------------------------------------- /resources/translations/octopi_gl_ES.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_gl_ES.ts -------------------------------------------------------------------------------- /resources/translations/octopi_he.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_he.qm -------------------------------------------------------------------------------- /resources/translations/octopi_he.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_he.ts -------------------------------------------------------------------------------- /resources/translations/octopi_hi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hi.qm -------------------------------------------------------------------------------- /resources/translations/octopi_hi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hi.ts -------------------------------------------------------------------------------- /resources/translations/octopi_hi_IN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hi_IN.qm -------------------------------------------------------------------------------- /resources/translations/octopi_hi_IN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hi_IN.ts -------------------------------------------------------------------------------- /resources/translations/octopi_hr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hr.qm -------------------------------------------------------------------------------- /resources/translations/octopi_hr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hr.ts -------------------------------------------------------------------------------- /resources/translations/octopi_hu.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hu.qm -------------------------------------------------------------------------------- /resources/translations/octopi_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_hu.ts -------------------------------------------------------------------------------- /resources/translations/octopi_id.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_id.qm -------------------------------------------------------------------------------- /resources/translations/octopi_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_id.ts -------------------------------------------------------------------------------- /resources/translations/octopi_id_ID.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_id_ID.qm -------------------------------------------------------------------------------- /resources/translations/octopi_id_ID.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_id_ID.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ie.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ie.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ie.ts -------------------------------------------------------------------------------- /resources/translations/octopi_is.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_is.qm -------------------------------------------------------------------------------- /resources/translations/octopi_is.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_is.ts -------------------------------------------------------------------------------- /resources/translations/octopi_is_IS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_is_IS.qm -------------------------------------------------------------------------------- /resources/translations/octopi_is_IS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_is_IS.ts -------------------------------------------------------------------------------- /resources/translations/octopi_it.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_it.qm -------------------------------------------------------------------------------- /resources/translations/octopi_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_it.ts -------------------------------------------------------------------------------- /resources/translations/octopi_it_IT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_it_IT.qm -------------------------------------------------------------------------------- /resources/translations/octopi_it_IT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_it_IT.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ja.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ja.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ja.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ja_JP.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ja_JP.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ja_JP.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ja_JP.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ko.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ko.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ko.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ko_KR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ko_KR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ko_KR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ko_KR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_lt.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_lt.qm -------------------------------------------------------------------------------- /resources/translations/octopi_lt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_lt.ts -------------------------------------------------------------------------------- /resources/translations/octopi_lv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_lv.qm -------------------------------------------------------------------------------- /resources/translations/octopi_lv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_lv.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ms_MY.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ms_MY.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ms_MY.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ms_MY.ts -------------------------------------------------------------------------------- /resources/translations/octopi_nb.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_nb.qm -------------------------------------------------------------------------------- /resources/translations/octopi_nb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_nb.ts -------------------------------------------------------------------------------- /resources/translations/octopi_nl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_nl.qm -------------------------------------------------------------------------------- /resources/translations/octopi_nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_nl.ts -------------------------------------------------------------------------------- /resources/translations/octopi_oc.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_oc.qm -------------------------------------------------------------------------------- /resources/translations/octopi_oc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_oc.ts -------------------------------------------------------------------------------- /resources/translations/octopi_pl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pl.qm -------------------------------------------------------------------------------- /resources/translations/octopi_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pl.ts -------------------------------------------------------------------------------- /resources/translations/octopi_pl_PL.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pl_PL.qm -------------------------------------------------------------------------------- /resources/translations/octopi_pl_PL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pl_PL.ts -------------------------------------------------------------------------------- /resources/translations/octopi_pt_BR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pt_BR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_pt_BR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pt_BR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_pt_PT.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pt_PT.qm -------------------------------------------------------------------------------- /resources/translations/octopi_pt_PT.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_pt_PT.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ro.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ro.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ro.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ru.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ru.ts -------------------------------------------------------------------------------- /resources/translations/octopi_ru_RU.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ru_RU.qm -------------------------------------------------------------------------------- /resources/translations/octopi_ru_RU.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_ru_RU.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sk.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sk.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sl.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sl.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sl.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sr@latin.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr@latin.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sr@latin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr@latin.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sr_RS.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr_RS.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sr_RS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sr_RS.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sv.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sv.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sv.ts -------------------------------------------------------------------------------- /resources/translations/octopi_sv_SE.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sv_SE.qm -------------------------------------------------------------------------------- /resources/translations/octopi_sv_SE.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_sv_SE.ts -------------------------------------------------------------------------------- /resources/translations/octopi_th.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_th.qm -------------------------------------------------------------------------------- /resources/translations/octopi_th.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_th.ts -------------------------------------------------------------------------------- /resources/translations/octopi_th_TH.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_th_TH.qm -------------------------------------------------------------------------------- /resources/translations/octopi_th_TH.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_th_TH.ts -------------------------------------------------------------------------------- /resources/translations/octopi_tr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_tr.qm -------------------------------------------------------------------------------- /resources/translations/octopi_tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_tr.ts -------------------------------------------------------------------------------- /resources/translations/octopi_tr_TR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_tr_TR.qm -------------------------------------------------------------------------------- /resources/translations/octopi_tr_TR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_tr_TR.ts -------------------------------------------------------------------------------- /resources/translations/octopi_uk.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_uk.qm -------------------------------------------------------------------------------- /resources/translations/octopi_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_uk.ts -------------------------------------------------------------------------------- /resources/translations/octopi_uz.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_uz.qm -------------------------------------------------------------------------------- /resources/translations/octopi_uz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_uz.ts -------------------------------------------------------------------------------- /resources/translations/octopi_vi.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_vi.qm -------------------------------------------------------------------------------- /resources/translations/octopi_vi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_vi.ts -------------------------------------------------------------------------------- /resources/translations/octopi_zh-Hans.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh-Hans.qm -------------------------------------------------------------------------------- /resources/translations/octopi_zh-Hans.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh-Hans.ts -------------------------------------------------------------------------------- /resources/translations/octopi_zh.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh.qm -------------------------------------------------------------------------------- /resources/translations/octopi_zh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh.ts -------------------------------------------------------------------------------- /resources/translations/octopi_zh_CN.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh_CN.qm -------------------------------------------------------------------------------- /resources/translations/octopi_zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh_CN.ts -------------------------------------------------------------------------------- /resources/translations/octopi_zh_TW.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh_TW.qm -------------------------------------------------------------------------------- /resources/translations/octopi_zh_TW.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/resources/translations/octopi_zh_TW.ts -------------------------------------------------------------------------------- /src/QtSolutions/QtLockedFile: -------------------------------------------------------------------------------- 1 | #include "qtlockedfile.h" 2 | -------------------------------------------------------------------------------- /src/QtSolutions/QtSingleApplication: -------------------------------------------------------------------------------- 1 | #include "qtsingleapplication.h" 2 | -------------------------------------------------------------------------------- /src/QtSolutions/qtlocalpeer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlocalpeer.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtlocalpeer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlocalpeer.h -------------------------------------------------------------------------------- /src/QtSolutions/qtlockedfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlockedfile.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtlockedfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlockedfile.h -------------------------------------------------------------------------------- /src/QtSolutions/qtlockedfile_unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlockedfile_unix.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtlockedfile_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtlockedfile_win.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtsingleapplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsingleapplication.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtsingleapplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsingleapplication.h -------------------------------------------------------------------------------- /src/QtSolutions/qtsingleapplication.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsingleapplication.pri -------------------------------------------------------------------------------- /src/QtSolutions/qtsinglecoreapplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsinglecoreapplication.cpp -------------------------------------------------------------------------------- /src/QtSolutions/qtsinglecoreapplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsinglecoreapplication.h -------------------------------------------------------------------------------- /src/QtSolutions/qtsinglecoreapplication.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/QtSolutions/qtsinglecoreapplication.pri -------------------------------------------------------------------------------- /src/alpmbackend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/alpmbackend.cpp -------------------------------------------------------------------------------- /src/alpmbackend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/alpmbackend.h -------------------------------------------------------------------------------- /src/argumentlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/argumentlist.cpp -------------------------------------------------------------------------------- /src/argumentlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/argumentlist.h -------------------------------------------------------------------------------- /src/aurvote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/aurvote.cpp -------------------------------------------------------------------------------- /src/aurvote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/aurvote.h -------------------------------------------------------------------------------- /src/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/constants.h -------------------------------------------------------------------------------- /src/globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/globals.cpp -------------------------------------------------------------------------------- /src/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/globals.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow.cpp -------------------------------------------------------------------------------- /src/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow.h -------------------------------------------------------------------------------- /src/mainwindow_events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_events.cpp -------------------------------------------------------------------------------- /src/mainwindow_help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_help.cpp -------------------------------------------------------------------------------- /src/mainwindow_init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_init.cpp -------------------------------------------------------------------------------- /src/mainwindow_news.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_news.cpp -------------------------------------------------------------------------------- /src/mainwindow_refresh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_refresh.cpp -------------------------------------------------------------------------------- /src/mainwindow_searchbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_searchbar.cpp -------------------------------------------------------------------------------- /src/mainwindow_transaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/mainwindow_transaction.cpp -------------------------------------------------------------------------------- /src/model/packagemodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/model/packagemodel.cpp -------------------------------------------------------------------------------- /src/model/packagemodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/model/packagemodel.h -------------------------------------------------------------------------------- /src/multiselectiondialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/multiselectiondialog.cpp -------------------------------------------------------------------------------- /src/multiselectiondialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/multiselectiondialog.h -------------------------------------------------------------------------------- /src/optionsdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/optionsdialog.cpp -------------------------------------------------------------------------------- /src/optionsdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/optionsdialog.h -------------------------------------------------------------------------------- /src/package.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/package.cpp -------------------------------------------------------------------------------- /src/package.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/package.h -------------------------------------------------------------------------------- /src/packagerepository.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/packagerepository.cpp -------------------------------------------------------------------------------- /src/packagerepository.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/packagerepository.h -------------------------------------------------------------------------------- /src/packagetreeview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/packagetreeview.cpp -------------------------------------------------------------------------------- /src/packagetreeview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/packagetreeview.h -------------------------------------------------------------------------------- /src/pacmanexec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/pacmanexec.cpp -------------------------------------------------------------------------------- /src/pacmanexec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/pacmanexec.h -------------------------------------------------------------------------------- /src/propertiestabwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/propertiestabwidget.cpp -------------------------------------------------------------------------------- /src/propertiestabwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/propertiestabwidget.h -------------------------------------------------------------------------------- /src/qaesencryption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/qaesencryption.cpp -------------------------------------------------------------------------------- /src/qaesencryption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/qaesencryption.h -------------------------------------------------------------------------------- /src/repoconf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/repoconf.cpp -------------------------------------------------------------------------------- /src/repoconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/repoconf.h -------------------------------------------------------------------------------- /src/searchbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/searchbar.cpp -------------------------------------------------------------------------------- /src/searchbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/searchbar.h -------------------------------------------------------------------------------- /src/searchlineedit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/searchlineedit.cpp -------------------------------------------------------------------------------- /src/searchlineedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/searchlineedit.h -------------------------------------------------------------------------------- /src/settingsmanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/settingsmanager.cpp -------------------------------------------------------------------------------- /src/settingsmanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/settingsmanager.h -------------------------------------------------------------------------------- /src/strconstants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/strconstants.cpp -------------------------------------------------------------------------------- /src/strconstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/strconstants.h -------------------------------------------------------------------------------- /src/terminal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/terminal.cpp -------------------------------------------------------------------------------- /src/terminal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/terminal.h -------------------------------------------------------------------------------- /src/termwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/termwidget.cpp -------------------------------------------------------------------------------- /src/termwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/termwidget.h -------------------------------------------------------------------------------- /src/transactiondialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/transactiondialog.cpp -------------------------------------------------------------------------------- /src/transactiondialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/transactiondialog.h -------------------------------------------------------------------------------- /src/treeviewpackagesitemdelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/treeviewpackagesitemdelegate.cpp -------------------------------------------------------------------------------- /src/treeviewpackagesitemdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/treeviewpackagesitemdelegate.h -------------------------------------------------------------------------------- /src/ui/octopitabinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/ui/octopitabinfo.cpp -------------------------------------------------------------------------------- /src/ui/octopitabinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/ui/octopitabinfo.h -------------------------------------------------------------------------------- /src/uihelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/uihelper.h -------------------------------------------------------------------------------- /src/unixcommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/unixcommand.cpp -------------------------------------------------------------------------------- /src/unixcommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/unixcommand.h -------------------------------------------------------------------------------- /src/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/utils.cpp -------------------------------------------------------------------------------- /src/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/utils.h -------------------------------------------------------------------------------- /src/wmhelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/wmhelper.cpp -------------------------------------------------------------------------------- /src/wmhelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/src/wmhelper.h -------------------------------------------------------------------------------- /ui/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/ui/mainwindow.ui -------------------------------------------------------------------------------- /ui/multiselectiondialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/ui/multiselectiondialog.ui -------------------------------------------------------------------------------- /ui/optionsdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/ui/optionsdialog.ui -------------------------------------------------------------------------------- /ui/transactiondialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnt/octopi/HEAD/ui/transactiondialog.ui --------------------------------------------------------------------------------