ark: remove now bogus compressAsRar popup menu action

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-02 15:46:27 +03:00
parent 8f5472fb21
commit 476eb884d7
2 changed files with 2 additions and 63 deletions

View file

@ -2,7 +2,7 @@
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
Actions=compressHere;compressAsZip;compressAsRar;compressAsTar;compressTo;
Actions=compressHere;compressAsZip;compressAsTar;compressTo;
X-KDE-Submenu=Compress
X-KDE-Submenu[ar]=اضغط
X-KDE-Submenu[ast]=Comprimir
@ -187,67 +187,6 @@ Name[zh_TW]=成 ZIP 壓縮檔
Icon=ark
Exec=ark --changetofirstpath --add --autofilename zip %F
[Desktop Action compressAsRar]
Name=As RAR Archive
Name[ar]=كأرشيف RAR
Name[ast]=Como archivu comprimíu RAR
Name[bg]=Като RAR архив
Name[bs]=kao RAR arhivu
Name[ca]=Com a arxiu RAR
Name[ca@valencia]=Com a arxiu RAR
Name[cs]=Jako archiv RAR
Name[da]=Som RAR-arkiv
Name[de]=Als RAR-Archiv
Name[el]=Ως αρχειοθήκη RAR
Name[en_GB]=As RAR Archive
Name[es]=Como archivo comprimido RAR
Name[et]=RAR-arhiivina
Name[eu]=RAR artxibo gisa
Name[fi]=RAR-paketiksi
Name[fr]=Comme une archive « RAR »
Name[ga]=Mar Chartlann RAR
Name[gl]=Como arquivo RAR
Name[hr]=Kao RAR-arhiva
Name[hu]=RAR archívumként
Name[ia]=Como archivo RAR
Name[id]=Sebagai Arsip RAR
Name[it]=Come archivio RAR
Name[ja]=RAR
Name[kk]=RAR архиві қылып
Name[km]= RAR
Name[ko]=RAR
Name[lt]=RAR archyvas
Name[lv]=Kā RAR arhīvu
Name[mr]=RAR
Name[nb]=Som RAR-arkiv
Name[nds]=As RAR-Archiev
Name[nl]=Als RAR-archief
Name[nn]=Som RAR-arkiv
Name[pa]=RAR
Name[pl]=Jako archiwum RAR
Name[pt]=Como Pacote RAR
Name[pt_BR]=Como arquivo RAR
Name[ro]=Ca arhivă RAR
Name[ru]=Как архив RAR
Name[sk]=Do RAR archívu
Name[sl]=Kot arhiv RAR
Name[sq]=Si Arkiv RAR
Name[sr]=као РАР архиву
Name[sr@ijekavian]=као РАР архиву
Name[sr@ijekavianlatin]=kao RAR arhivu
Name[sr@latin]=kao RAR arhivu
Name[sv]=Som RAR-arkiv
Name[th]= RAR
Name[tr]=RAR Arşivi Olarak
Name[ug]=RAR ئارخىپى
Name[uk]=Як архів RAR
Name[wa]=Come årtchive RAR
Name[x-test]=xxAs RAR Archivexx
Name[zh_CN]= RAR
Name[zh_TW]= RAR
Icon=ark
Exec=ark --changetofirstpath --add --autofilename rar %F
[Desktop Action compressAsTar]
Name=As TAR.GZ Archive
Name[ar]=كأرشيف TAR.GZ

View file

@ -135,7 +135,7 @@ void AddToArchive::slotStartJob(void)
kDebug() << "Set filename to " << m_filename;
} else {
if (m_autoFilenameSuffix.isEmpty()) {
KMessageBox::error(NULL, i18n("You need to either supply a filename for the archive or a suffix (such as rar, tar.gz) with the <command>--autofilename</command> argument."));
KMessageBox::error(NULL, i18n("You need to either supply a filename for the archive or a suffix (such as tar.gz) with the <command>--autofilename</command> argument."));
emitResult();
return;
}