Codebase list kali-menu / 55f9758
Fix menus and traductions Sophie Brun 8 years ago
9 changed file(s) with 25 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
0 kali-menu (2016.2.6) kali-dev; urgency=medium
1
2 * Fix NASM Shell menu shortcut (closes: 0003249)
3 * Fix dictstat menu (closes: 0003251): replaced by statsgen menu (command
4 renamed by upstream)
5 * Fix volatility menu (closes: 0003252)
6 * Fix few traductions in desktop-directories
7
8 -- Sophie Brun <[email protected]> Mon, 25 Apr 2016 09:24:45 +0200
9
010 kali-menu (2016.2.5) kali-dev; urgency=medium
111
212 * Add a symlink to fix the menu in kde
00 [Desktop Entry]
11 Name=• Password Profiling & Wordlists
2 Name[fr]=• Attaques Hors Connexion
3 Name[es]=• Ataques sin Conexión
4 Name[hr]=• Offline Napadi
5 Name[de]=• Offline-Angriffe
6 Name[it]=• Attacchi Non In Linea
7 Name[zh_CN]=• 离线攻击
8 Name[zh_HK]=• 離線攻擊
9 Name[zh_TW]=• 離線攻擊
102 Type=Directory
113 Icon=kali-password-attacks-trans
00 [Desktop Entry]
11 Name=• 802.11 Wireless Tools
2 Name[fr]=•
2 Name[fr]=• Outils Wireless
33 Name[es]=• Herramientas Wireless
44 Name[de]=• Wireless-Tools
55 Name[it]=• Strumenti Wireless
00 [Desktop Entry]
11 Name=• Bluetooth Tools
2 Name[fr]=•
2 Name[fr]=• Outils Bluetooth
33 Name[es]=• Herramientas Bluetooth
44 Name[hr]=• Bluetooth Alati
55 Name[de]=• Bluetooth-Tools
00 [Desktop Entry]
11 Name=• Other Wireless Tools
2 Name[fr]=• Autre Outils Sans Fil
2 Name[fr]=• Autres Outils Sans Fil
33 Name[zh_CN]=• 其它无线工具
44 Name[zh_HK]=• 其它無線工具
55 Name[zh_TW]=• 其它無線工具
+0
-10
desktop-files/kali-dictstat.desktop less more
0 [Desktop Entry]
1 Name=dictstat
2 Encoding=UTF-8
3 Exec=sh -c "dictstat -h;${SHELL:-bash}"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=05-05-profile;
9 X-Kali-Package=pack
00 [Desktop Entry]
11 Name=NASM shell
22 Encoding=UTF-8
3 Exec=sh -c "cd /usr/share/metasploit-framework/tools && ./nasm_shell.rb;${SHELL:-bash}"
3 Exec=sh -c "cd /usr/share/metasploit-framework/tools/exploit && ./nasm_shell.rb;${SHELL:-bash}"
44 Icon=kali-metasploit.png
55 StartupNotify=false
66 Terminal=true
0 [Desktop Entry]
1 Name=statsgen
2 Encoding=UTF-8
3 Exec=sh -c "statsgen -h;${SHELL:-bash}"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=05-05-profile;
9 X-Kali-Package=pack
00 [Desktop Entry]
11 Name=volatility
22 Encoding=UTF-8
3 Exec=sh -c "vol -h;${SHELL:-bash}"
3 Exec=sh -c "volatility -h;${SHELL:-bash}"
44 Icon=kali-volatility.png
55 StartupNotify=false
66 Terminal=true