1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- [Desktop Entry]
- Actions=TarAndAttach;TarBzipAndAttach;TarGzipAndAttach;ZipAndAttach;
- Encoding=UTF8
- Name=Sylpheed compress and attach files/dirs
- Comment=kde service menu for compressing and attaching files/dirs to Sylpheed
- X-KDE-Submenu=Sylpheed-Claws
- X-KDE-Priority=TopLevel
- ServiceTypes=all/all
- [Desktop Action TarAndAttach]
- Name=Attach as Tar Archive
- Name[de]=Als Tar-Archiv anhängen
- Name[es]=Adjuntar como archivo Tar
- Name[fr]=Joindre comme Archive Tar
- Name[it]=Allega come file tar
- Name[pt_BR]=Anexar como arquivo Tar
- Name[sk]=Pripoji» ako archív Tar
- Icon=sylpheed-claws
- Exec=SCRIPT_PATH tar %U
- [Desktop Action TarBzipAndAttach]
- Name=Attach as Bzipped Tar Archive
- Name[de]=Als BZip Tar-Archiv anhängen
- Name[es]=Adjuntar como archivo Tar comprimido con BZip
- Name[fr]=Joindre comme Archive Tar Bzippée
- Name[it]=Allega come file tar.bz
- Name[pt_BR]=Anexar como arquivo Tar compactado com BZip
- Name[sk]=Pripoji» ako Bzip-om komprimovaný archív Tar
- Icon=sylpheed-claws
- Exec=SCRIPT_PATH tar.bz2 %U
- [Desktop Action TarGzipAndAttach]
- Name=Attach as Gzipped Tar Archive
- Name[de]=Als Gzip Tar-Archiv anhängen
- Name[es]=Adjuntar como archivo Tar comprimido con GZip
- Name[fr]=Joindre comme Archive Tar Gzippée
- Name[it]=Allega come file tar.gz
- Name[pt_BR]=Anexar como arquivo Tar compactado com GZip
- Name[sk]=Pripoji» ako Gzip-om komprimovaný archív Tar
- Icon=sylpheed-claws
- Exec=SCRIPT_PATH tar.gz %U
- [Desktop Action ZipAndAttach]
- Name=Attach as Zip Archive
- Name[de]=Als Zip-Archiv anhängen
- Name[es]=Adjuntar como archivo comprimido Zip
- Name[fr]=Joindre comme Archive Zip
- Name[it]=Allega come file zip
- Name[pt_BR]=Anexar como arquivo Zip
- Name[sk]=Pripoji» ako archív Zip
- Icon=sylpheed-claws
- Exec=SCRIPT_PATH zip %U
|