mirror of https://github.com/xzeldon/htop.git
Improve htop.desktop file (#609)
- sort entries according to the spec - add to the `Monitor` category
This commit is contained in:
parent
bd1d719a61
commit
009837b56d
68
htop.desktop
68
htop.desktop
|
@ -1,39 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Htop
|
Name=Htop
|
||||||
Type=Application
|
|
||||||
Comment=Show System Processes
|
|
||||||
Comment[ca]=Mostra els processos del sistema
|
|
||||||
Comment[de]=Systemprozesse anzeigen
|
|
||||||
Comment[en_GB]=Show System Processes
|
|
||||||
Comment[es]=Mostrar procesos del sistema
|
|
||||||
Comment[fi]=Katsele järjestelmän prosesseja
|
|
||||||
Comment[fr]=Affiche les processus système
|
|
||||||
Comment[gl]=Mostrar os procesos do sistema.
|
|
||||||
Comment[it]=Mostra processi di sistema
|
|
||||||
Comment[ko]=시스템 프로세스 보기
|
|
||||||
Comment[nb]=Vis systemprosesser
|
|
||||||
Comment[nl]=Systeemprocessen tonen
|
|
||||||
Comment[nn]=Vis systemprosessar
|
|
||||||
Comment[pl]=Pokaż procesy systemowe
|
|
||||||
Comment[pt]=Mostrar os Processos do Sistema
|
|
||||||
Comment[pt_BR]=Mostra os processos do sistema
|
|
||||||
Comment[ru]=Просмотр списка процессов в системе
|
|
||||||
Comment[sk]=Zobraziť systémové procesy
|
|
||||||
Comment[sl]=Prikaz sistemskih opravil
|
|
||||||
Comment[sr]=Приказ системских процеса
|
|
||||||
Comment[sr@ijekavian]=Приказ системских процеса
|
|
||||||
Comment[sr@ijekavianlatin]=Prikaz sistemskih procesa
|
|
||||||
Comment[sr@latin]=Prikaz sistemskih procesa
|
|
||||||
Comment[sv]=Visa systemprocesser
|
|
||||||
Comment[tr]=Sistem Süreçlerini Göster
|
|
||||||
Comment[uk]=Перегляд системних процесів
|
|
||||||
Comment[zh_CN]=显示系统进程
|
|
||||||
Comment[zh_TW]=顯示系統行程
|
|
||||||
Terminal=true
|
|
||||||
Exec=htop
|
|
||||||
Icon=htop
|
|
||||||
Categories=ConsoleOnly;System;
|
|
||||||
GenericName=Process Viewer
|
GenericName=Process Viewer
|
||||||
GenericName[ca]=Visor de processos
|
GenericName[ca]=Visor de processos
|
||||||
GenericName[de]=Prozessanzeige
|
GenericName[de]=Prozessanzeige
|
||||||
|
@ -53,13 +21,45 @@ GenericName[pt_BR]=Visualizador de processos
|
||||||
GenericName[ru]=Монитор процессов
|
GenericName[ru]=Монитор процессов
|
||||||
GenericName[sk]=Prehliadač procesov
|
GenericName[sk]=Prehliadač procesov
|
||||||
GenericName[sl]=Pregledovalnik opravil
|
GenericName[sl]=Pregledovalnik opravil
|
||||||
GenericName[sr]=Приказивач процеса
|
|
||||||
GenericName[sr@ijekavian]=Приказивач процеса
|
GenericName[sr@ijekavian]=Приказивач процеса
|
||||||
GenericName[sr@ijekavianlatin]=Prikazivač procesa
|
GenericName[sr@ijekavianlatin]=Prikazivač procesa
|
||||||
GenericName[sr@latin]=Prikazivač procesa
|
GenericName[sr@latin]=Prikazivač procesa
|
||||||
|
GenericName[sr]=Приказивач процеса
|
||||||
GenericName[sv]=Processvisning
|
GenericName[sv]=Processvisning
|
||||||
GenericName[tr]=Süreç Görüntüleyici
|
GenericName[tr]=Süreç Görüntüleyici
|
||||||
GenericName[uk]=Перегляд процесів
|
GenericName[uk]=Перегляд процесів
|
||||||
GenericName[zh_CN]=进程查看器
|
GenericName[zh_CN]=进程查看器
|
||||||
GenericName[zh_TW]=行程檢視器
|
GenericName[zh_TW]=行程檢視器
|
||||||
|
Comment=Show System Processes
|
||||||
|
Comment[ca]=Mostra els processos del sistema
|
||||||
|
Comment[de]=Systemprozesse anzeigen
|
||||||
|
Comment[en_GB]=Show System Processes
|
||||||
|
Comment[es]=Mostrar procesos del sistema
|
||||||
|
Comment[fi]=Katsele järjestelmän prosesseja
|
||||||
|
Comment[fr]=Affiche les processus système
|
||||||
|
Comment[gl]=Mostrar os procesos do sistema.
|
||||||
|
Comment[it]=Mostra processi di sistema
|
||||||
|
Comment[ko]=시스템 프로세스 보기
|
||||||
|
Comment[nb]=Vis systemprosesser
|
||||||
|
Comment[nl]=Systeemprocessen tonen
|
||||||
|
Comment[nn]=Vis systemprosessar
|
||||||
|
Comment[pl]=Pokaż procesy systemowe
|
||||||
|
Comment[pt]=Mostrar os Processos do Sistema
|
||||||
|
Comment[pt_BR]=Mostra os processos do sistema
|
||||||
|
Comment[ru]=Просмотр списка процессов в системе
|
||||||
|
Comment[sk]=Zobraziť systémové procesy
|
||||||
|
Comment[sl]=Prikaz sistemskih opravil
|
||||||
|
Comment[sr@ijekavian]=Приказ системских процеса
|
||||||
|
Comment[sr@ijekavianlatin]=Prikaz sistemskih procesa
|
||||||
|
Comment[sr@latin]=Prikaz sistemskih procesa
|
||||||
|
Comment[sr]=Приказ системских процеса
|
||||||
|
Comment[sv]=Visa systemprocesser
|
||||||
|
Comment[tr]=Sistem Süreçlerini Göster
|
||||||
|
Comment[uk]=Перегляд системних процесів
|
||||||
|
Comment[zh_CN]=显示系统进程
|
||||||
|
Comment[zh_TW]=顯示系統行程
|
||||||
|
Icon=htop
|
||||||
|
Exec=htop
|
||||||
|
Terminal=true
|
||||||
|
Categories=System;Monitor;ConsoleOnly;
|
||||||
Keywords=system;process;task
|
Keywords=system;process;task
|
||||||
|
|
Loading…
Reference in New Issue