diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 18:25:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 18:48:13 +0200 |
commit | 9756408b0ebb206b53abd2597926d8fead731977 (patch) | |
tree | 62caa2c2ebd6ebccc5472fdc7469fe54dad8b24f /mimetypes/uri | |
parent | c95c7a29338aa309fab071b5a4475400fdce97a8 (diff) | |
download | tdelibs-9756408b0ebb206b53abd2597926d8fead731977.tar.gz tdelibs-9756408b0ebb206b53abd2597926d8fead731977.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4b7a4e17362206fd2eade35ba947a850263b0ea1)
Diffstat (limited to 'mimetypes/uri')
-rw-r--r-- | mimetypes/uri/CMakeLists.txt | 10 | ||||
-rw-r--r-- | mimetypes/uri/mms.desktop | 43 | ||||
-rw-r--r-- | mimetypes/uri/mmst.desktop | 43 | ||||
-rw-r--r-- | mimetypes/uri/mmsu.desktop | 43 | ||||
-rw-r--r-- | mimetypes/uri/pnm.desktop | 42 | ||||
-rw-r--r-- | mimetypes/uri/rtspt.desktop | 43 | ||||
-rw-r--r-- | mimetypes/uri/rtspu.desktop | 43 |
7 files changed, 8 insertions, 259 deletions
diff --git a/mimetypes/uri/CMakeLists.txt b/mimetypes/uri/CMakeLists.txt index 751f9aa62..c67c92223 100644 --- a/mimetypes/uri/CMakeLists.txt +++ b/mimetypes/uri/CMakeLists.txt @@ -11,6 +11,12 @@ ##### other data ################################ -install( FILES +foreach( _mimetype mms.desktop mmst.desktop mmsu.desktop pnm.desktop rtspt.desktop rtspu.desktop - DESTINATION ${MIME_INSTALL_DIR}/uri ) +) + tde_create_translated_desktop( + SOURCE ${_mimetype} + DESTINATION ${MIME_INSTALL_DIR}/uri + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/mimetypes + ) +endforeach() diff --git a/mimetypes/uri/mms.desktop b/mimetypes/uri/mms.desktop index 8ecb65b07..8e9ffdb79 100644 --- a/mimetypes/uri/mms.desktop +++ b/mimetypes/uri/mms.desktop @@ -3,46 +3,3 @@ Type=MimeType MimeType=uri/mms Icon=video-x-generic Comment=mms: URIs -Comment[be]=mms: URI -Comment[br]=URIoù mms: -Comment[bs]=mms: URI -Comment[cs]=mms: URI -Comment[csb]=mms: URI -Comment[da]=mms: URI'er -Comment[et]=mms: URI-d -Comment[eu]=mms: URIak -Comment[fi]=mms: URI -Comment[fr]=URIs mms: -Comment[fy]=mms: URI-adresse -Comment[ga]=mms: URIanna -Comment[hr]=mms: URI-i -Comment[hu]=mms: URI-k -Comment[is]=mms: slóðir -Comment[it]=URI mms: -Comment[ka]=mms: ссылки -Comment[kk]=mms: сілтемелер -Comment[lt]=mms: URI -Comment[nb]=mms: nettadresse -Comment[nds]=mms-URIs -Comment[nl]=mms: URI-adressen -Comment[nn]=mms:-URI-ar -Comment[pa]=mms: URI -Comment[pl]=mms: URI -Comment[pt]=URIs mms: -Comment[pt_BR]=URIs mms: -Comment[ro]=URI-uri mms: -Comment[ru]=mms: ссылки -Comment[se]=mms:-URI:at -Comment[sk]=URI typu mms: -Comment[sl]=mms: URI-ji -Comment[sr]=mms: URI-ји -Comment[sr@Latn]=mms: URI-ji -Comment[sv]=mms: webbadresser -Comment[te]=mms: యుఆరైలు -Comment[tg]=mms: Суроғаҳо -Comment[tr]=mms: adresi -Comment[tt]=mms: URI'lar -Comment[uk]=mms: URI -Comment[vi]=Địa điểm URI mms: -Comment[zh_CN]=mms: URI -Comment[zh_HK]=mms: 格式 URI diff --git a/mimetypes/uri/mmst.desktop b/mimetypes/uri/mmst.desktop index d0da1dc1f..790750dac 100644 --- a/mimetypes/uri/mmst.desktop +++ b/mimetypes/uri/mmst.desktop @@ -3,46 +3,3 @@ Type=MimeType MimeType=uri/mmst Icon=video-x-generic Comment=mmst: URIs -Comment[be]=mmst: URI -Comment[br]=URIoù mmst: -Comment[bs]=mmst: URI -Comment[cs]=mmst: URI -Comment[csb]=mmst: URI -Comment[da]=mmst: URI'er -Comment[et]=mmst: URI-d -Comment[eu]=mmst: URIak -Comment[fi]=mmst: URI -Comment[fr]=URIs mmst: -Comment[fy]=mmst: URI-adresse -Comment[ga]=mmst: URIanna -Comment[hr]=mmst: URI-i -Comment[hu]=mmst: URI-k -Comment[is]=mmst: slóðir -Comment[it]=URI mmst: -Comment[ka]=mmst: ბმები -Comment[kk]=mmst: сілтемелер -Comment[lt]=mmst: URI -Comment[nb]=mmst: nettadresse -Comment[nds]=mmst-URIs -Comment[nl]=mmst: URI-adressen -Comment[nn]=mmst:-URI-ar -Comment[pa]=mmst: URI -Comment[pl]=mmst: URI -Comment[pt]=URIs mmst: -Comment[pt_BR]=URIs do tipo mmst: -Comment[ro]=URI-uri mmst: -Comment[ru]=mmst: ссылки -Comment[se]=mmst:-URI:at -Comment[sk]=URI typu mmst: -Comment[sl]=mmst: URI-ji -Comment[sr]=mmst: URI-ји -Comment[sr@Latn]=mmst: URI-ji -Comment[sv]=mmst: webbadresser -Comment[te]=mmst: యుఆరైలు -Comment[tg]=mmst: Суроғаҳо -Comment[tr]=mmst: adresi -Comment[tt]=mmst: URI'lar -Comment[uk]=mmst: URI -Comment[vi]=Địa điểm URI mmst: -Comment[zh_CN]=mmst: URI -Comment[zh_HK]=mmst: 格式 URI diff --git a/mimetypes/uri/mmsu.desktop b/mimetypes/uri/mmsu.desktop index 01fe63ebc..cd7ff430f 100644 --- a/mimetypes/uri/mmsu.desktop +++ b/mimetypes/uri/mmsu.desktop @@ -3,46 +3,3 @@ Type=MimeType MimeType=uri/mmsu Icon=video-x-generic Comment=mmsu: URIs -Comment[be]=mmsu: URI -Comment[br]=URIoù mmsu: -Comment[bs]=mmsu: URI -Comment[cs]=mmsu: URI -Comment[csb]=mmsu: URI -Comment[da]=mmsu: URI'er -Comment[et]=mmsu: URI-d -Comment[eu]=mmsu: URIak -Comment[fi]=mmsu: URI -Comment[fr]=URIs mmsu: -Comment[fy]=mmsu: URI-adresse -Comment[ga]=mmsu: URIanna -Comment[hr]=mmsu: URI-i -Comment[hu]=mmsu: URI-k -Comment[is]=mmsu: slóðir -Comment[it]=URI mmsu: -Comment[ka]=mmsu: ბმები -Comment[kk]=mmsu: сілтемелер -Comment[lt]=mmsu: URI -Comment[nb]=mmsu: nettadresse -Comment[nds]=mmsu-URIs -Comment[nl]=mmsu: URI-adressen -Comment[nn]=mmsu:-URI-ar -Comment[pa]=mmsu: URI -Comment[pl]=mmsu: URI -Comment[pt]=URIs mmsu: -Comment[pt_BR]=URIs mmsu: -Comment[ro]=URI-uri mmsu: -Comment[ru]=mmsu: ссылки -Comment[se]=mmsu:-URI:at -Comment[sk]=URI typu mmsu: -Comment[sl]=mmsu: URI-ji -Comment[sr]=mmsu: URI-ји -Comment[sr@Latn]=mmsu: URI-ji -Comment[sv]=mmsu: webbadresser -Comment[te]=mmsu: యుఆరైలు -Comment[tg]=mmsu: Суроғаҳо -Comment[tr]=mmsu: adresi -Comment[tt]=mmsu: URI'lar -Comment[uk]=mmsu: URI -Comment[vi]=Địa điểm URI mmsu: -Comment[zh_CN]=mmsu: URI -Comment[zh_HK]=mmsu: 格式 URI diff --git a/mimetypes/uri/pnm.desktop b/mimetypes/uri/pnm.desktop index 2754f6f93..bda1c4dce 100644 --- a/mimetypes/uri/pnm.desktop +++ b/mimetypes/uri/pnm.desktop @@ -3,45 +3,3 @@ Type=MimeType MimeType=uri/pnm Icon=video-x-generic Comment=pnm: URIs -Comment[be]=pnm: URI -Comment[br]=URIoù pnm: -Comment[bs]=pnm: URI -Comment[cs]=pnm: URI -Comment[csb]=pnm: URI -Comment[da]=pnm: URI'er -Comment[et]=pnm: URI-d -Comment[eu]=pnm: URIak -Comment[fi]=pnm: URI -Comment[fr]=URIs pnm: -Comment[fy]=pnm: URI-adresse -Comment[ga]=pnm: URIanna -Comment[hr]=pnm: URI-i -Comment[hu]=pnm: URI-k -Comment[is]=pnm: slóðir -Comment[it]=URI pnm: -Comment[ka]=pnm: ბმები -Comment[kk]=pnm: сілтемелер -Comment[lt]=pnm: URI -Comment[nb]=pnm: nettadresse -Comment[nds]=pnm-URIs -Comment[nl]=pnm: URI-adressen -Comment[nn]=pnm:-URI-ar -Comment[pl]=pnm: URI -Comment[pt]=URIs pnm: -Comment[pt_BR]=URIs do tipo pnm: -Comment[ro]=URI-uri pnm: -Comment[ru]=pnm: ссылки -Comment[se]=pnm:-URI:at -Comment[sk]=URI typu pnm: -Comment[sl]=pnm: URI-ji -Comment[sr]=pnm: URI-ији -Comment[sr@Latn]=pnm: URI-iji -Comment[sv]=pnm: webbadresser -Comment[te]=pnm: యుఆరైలు -Comment[tg]=pnm: Суроғаҳо -Comment[tr]=pnm: adresi -Comment[tt]=pnm: URI'lar -Comment[uk]=pnm: URI -Comment[vi]=Địa điểm URI pnm: -Comment[zh_CN]=pnm: URI -Comment[zh_HK]=pnm: 格式 URI diff --git a/mimetypes/uri/rtspt.desktop b/mimetypes/uri/rtspt.desktop index ca6388de3..d07943817 100644 --- a/mimetypes/uri/rtspt.desktop +++ b/mimetypes/uri/rtspt.desktop @@ -3,46 +3,3 @@ Type=MimeType MimeType=uri/rtspt Icon=video-x-generic Comment=rtspt: URIs -Comment[be]=rtspt: URI -Comment[br]=URIoù rtspt: -Comment[bs]=rtspt: URI -Comment[cs]=rtspt: URI -Comment[csb]=rtspt: URI -Comment[da]=rtspt: URI'er -Comment[et]=rtspt: URI-d -Comment[eu]=rtspt: URIak -Comment[fi]=rtspt: URI -Comment[fr]=URIs rtspt: -Comment[fy]=rtspt: URI-adresse -Comment[ga]=rtspt: URIanna -Comment[hr]=rtspt: URI-i -Comment[hu]=rtspt: URI-k -Comment[is]=rtspt: slóðir -Comment[it]=URI rtspt: -Comment[ka]=rtspt: ბმები -Comment[kk]=rtspt: сілтемелер -Comment[lt]=rtspt: URI -Comment[nb]=rtspt: nettadresse -Comment[nds]=rtspt-URIs -Comment[nl]=rtspt: URI-adressen -Comment[nn]=rtspt:-URI-ar -Comment[pa]=rtspt: URI -Comment[pl]=rtspt: URI -Comment[pt]=URIs rtspt: -Comment[pt_BR]= URIs do tipo rtspt: -Comment[ro]=URI-uri rtspt: -Comment[ru]=rtspt: ссылки -Comment[se]=rtspt:-URI:at -Comment[sk]=URI typu rtspt: -Comment[sl]=rtspt: URI-ji -Comment[sr]=rtspt: URI-ији -Comment[sr@Latn]=rtspt: URI-iji -Comment[sv]=rtspt: webbadresser -Comment[te]=rtspt: యుఆరైలు -Comment[tg]=rtspt: Суроғаҳо -Comment[tr]=rtspt: adresi -Comment[tt]=rtspt: URI'lar -Comment[uk]=rtspt: URI -Comment[vi]=Địa điểm URI rtspt: -Comment[zh_CN]=rtspt: URI -Comment[zh_HK]=rtspt: 格式 URI diff --git a/mimetypes/uri/rtspu.desktop b/mimetypes/uri/rtspu.desktop index 79de9dc17..ec7732577 100644 --- a/mimetypes/uri/rtspu.desktop +++ b/mimetypes/uri/rtspu.desktop @@ -3,46 +3,3 @@ Type=MimeType MimeType=uri/rtspu Icon=video-x-generic Comment=rtspu: URIs -Comment[be]=rtspu: URI -Comment[br]=URIoù rtspu: -Comment[bs]=rtspu: URI -Comment[cs]=rtspu: URI -Comment[csb]=rtspu: URI -Comment[da]=rtspu: URI'er -Comment[et]=rtspu: URI-d -Comment[eu]=rtspu: URIak -Comment[fi]=rtspu: URI -Comment[fr]=URIs rtspu: -Comment[fy]=rtspu: URI-adresse -Comment[ga]=rtspu: URIanna -Comment[hr]=rtspu: URI-i -Comment[hu]=rtspu: URI-k -Comment[is]=rtspu: slóðir -Comment[it]=URI rtspu: -Comment[ka]=rtspu: ბმები -Comment[kk]=rtspu: сілтемелер -Comment[lt]=rtspu: URI -Comment[nb]=rtspu: nettadresse -Comment[nds]=rtspu-URIs -Comment[nl]=rtspu: URI-adressen -Comment[nn]=rtspu:-URI-ar -Comment[pa]=rtspu: URI -Comment[pl]=rtspu: URI -Comment[pt]=URIs rtspu: -Comment[pt_BR]= URIs do tipo rtspu: -Comment[ro]=URI-uri rtspu: -Comment[ru]=rtspu: ссылки -Comment[se]=rtspu:-URI:at -Comment[sk]=URI typu rtspu: -Comment[sl]=rtspu: URI-ji -Comment[sr]=rtspu: URI-ији -Comment[sr@Latn]=rtspu: URI-iji -Comment[sv]=rtspu: webbadresser -Comment[te]=rtspu: యుఆరైలు -Comment[tg]=rtspu: Суроғаҳо -Comment[tr]=rtspu: adresi -Comment[tt]=rtspu: URI'lar -Comment[uk]=rtspu: URI -Comment[vi]=Địa điểm URI rtspu: -Comment[zh_CN]=rtspu: URI -Comment[zh_HK]=rtspu: 格式 URI |