diff options
author | Slávek Banko <[email protected]> | 2022-08-27 17:26:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-27 17:26:03 +0200 |
commit | c81945a0823af6177bc05263edf11ba379e60e7c (patch) | |
tree | 7ff9a56a981409cccaa402f9a07c6b3327f609e1 /src/mimetypes | |
parent | 3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (diff) | |
download | k3b-c81945a0823af6177bc05263edf11ba379e60e7c.tar.gz k3b-c81945a0823af6177bc05263edf11ba379e60e7c.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/mimetypes')
-rw-r--r-- | src/mimetypes/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/mimetypes/x-k3b.desktop | 61 |
2 files changed, 7 insertions, 58 deletions
diff --git a/src/mimetypes/CMakeLists.txt b/src/mimetypes/CMakeLists.txt index dd54994..2d8f565 100644 --- a/src/mimetypes/CMakeLists.txt +++ b/src/mimetypes/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer -install( FILES x-k3b.desktop +tde_create_translated_desktop( + SOURCE x-k3b.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) diff --git a/src/mimetypes/x-k3b.desktop b/src/mimetypes/x-k3b.desktop index 317b524..8813cef 100644 --- a/src/mimetypes/x-k3b.desktop +++ b/src/mimetypes/x-k3b.desktop @@ -1,64 +1,13 @@ [Desktop Entry] -Encoding=UTF-8 -MimeType=application/x-k3b Comment=K3b Project -Comment[af]=K3b Projek -Comment[ar]= مشروع K3b -Comment[bg]=K3b проект -Comment[bn]=কে-থ্রি-বি প্রকল্প -Comment[br]=Raktres K3b -Comment[bs]=K3b projekat -Comment[ca]=Projecte de K3b -Comment[cs]=K3b projekt -Comment[da]=K3b-projekt -Comment[de]=K3b-Projekt -Comment[el]=Έργο K3b -Comment[eo]=K3b projekto -Comment[es]=Proyecto de K3b -Comment[et]=K3b Projekt -Comment[fa]=پروژۀ K3b -Comment[fi]=K3b-projekti -Comment[fr]=Projet K3b -Comment[gl]=Proxecto de K3b -Comment[he]=פרוייקט K3b -Comment[hi]=के3बी परियोजना -Comment[hu]=K3b-projekt -Comment[is]=K3b verkefni -Comment[it]=Progetto K3b -Comment[ja]=K3b プロジェクト -Comment[ka]=K3b-ის პროექტი -Comment[km]=គម្រោង K3b -Comment[lt]=K3b projektas -Comment[mk]=Проект за K3b -Comment[ms]=Projek K3b -Comment[nb]=K3b-prosjekt -Comment[nds]=K3b-Projekt -Comment[ne]=K3b परियोजना -Comment[nl]=K3b-project -Comment[nn]=K3b-prosjekt -Comment[pa]=K3b ਪ੍ਰੋਜੈੱਕਟ -Comment[pl]=Projekt K3b -Comment[pt]=Projecto do K3b -Comment[pt_BR]=Projeto do K3b -Comment[ru]=Проект K3b -Comment[sk]=K3b Projekt -Comment[sl]=Projekt K3b -Comment[sr]=K3b-ов пројекат -Comment[sr@Latn]=K3b-ov projekat -Comment[sv]=K3b-projekt -Comment[ta]=K3bதிட்டம் -Comment[tg]=Лоиҳаи K3b -Comment[tr]=K3b Projesi -Comment[uk]=Проект K3b -Comment[uz]=K3b loyihasi -Comment[uz@cyrillic]=K3b лойиҳаси -Comment[xh]=Iprojekti ye K3b -Comment[zh_CN]=K3b 方案 -Comment[zh_TW]=K3b 專案 -Icon=k3b + Type=MimeType +Icon=k3b +MimeType=application/x-k3b Patterns=*.k3b; +Encoding=UTF-8 X-TDE-AutoEmbed=false + [Property::X-TDE-NativeExtension] Type=TQString Value=.k3b |