template_sylpheed-compress-attach.desktop 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [Desktop Entry]
  2. Actions=TarAndAttach;TarBzipAndAttach;TarGzipAndAttach;ZipAndAttach;
  3. Encoding=UTF8
  4. Name=Sylpheed compress and attach files/dirs
  5. Comment=kde service menu for compressing and attaching files/dirs to Sylpheed
  6. X-KDE-Submenu=Sylpheed-Claws
  7. X-KDE-Priority=TopLevel
  8. ServiceTypes=all/all
  9. [Desktop Action TarAndAttach]
  10. Name=Attach as Tar Archive
  11. Name[de]=Als Tar-Archiv anhängen
  12. Name[es]=Adjuntar como archivo Tar
  13. Name[fr]=Joindre comme Archive Tar
  14. Name[it]=Allega come file tar
  15. Name[pt_BR]=Anexar como arquivo Tar
  16. Name[sk]=Pripoji» ako archív Tar
  17. Icon=sylpheed-claws
  18. Exec=SCRIPT_PATH tar %U
  19. [Desktop Action TarBzipAndAttach]
  20. Name=Attach as Bzipped Tar Archive
  21. Name[de]=Als BZip Tar-Archiv anhängen
  22. Name[es]=Adjuntar como archivo Tar comprimido con BZip
  23. Name[fr]=Joindre comme Archive Tar Bzippée
  24. Name[it]=Allega come file tar.bz
  25. Name[pt_BR]=Anexar como arquivo Tar compactado com BZip
  26. Name[sk]=Pripoji» ako Bzip-om komprimovaný archív Tar
  27. Icon=sylpheed-claws
  28. Exec=SCRIPT_PATH tar.bz2 %U
  29. [Desktop Action TarGzipAndAttach]
  30. Name=Attach as Gzipped Tar Archive
  31. Name[de]=Als Gzip Tar-Archiv anhängen
  32. Name[es]=Adjuntar como archivo Tar comprimido con GZip
  33. Name[fr]=Joindre comme Archive Tar Gzippée
  34. Name[it]=Allega come file tar.gz
  35. Name[pt_BR]=Anexar como arquivo Tar compactado com GZip
  36. Name[sk]=Pripoji» ako Gzip-om komprimovaný archív Tar
  37. Icon=sylpheed-claws
  38. Exec=SCRIPT_PATH tar.gz %U
  39. [Desktop Action ZipAndAttach]
  40. Name=Attach as Zip Archive
  41. Name[de]=Als Zip-Archiv anhängen
  42. Name[es]=Adjuntar como archivo comprimido Zip
  43. Name[fr]=Joindre comme Archive Zip
  44. Name[it]=Allega come file zip
  45. Name[pt_BR]=Anexar como arquivo Zip
  46. Name[sk]=Pripoji» ako archív Zip
  47. Icon=sylpheed-claws
  48. Exec=SCRIPT_PATH zip %U