Am Mittwoch, den 21.06.2006, 22:59 +0300 schrieb yaniv abir: > Sorry to bother you all, but I just kind find the following strings > for the Ubuntu system menu items (they weren't in gnome-panel, and I > couldn't find any other package): > 1. Device Manger - hal > 2. disks -gnome-system-tools > 3. Language Support - language-support > 4. Login Window - gdm > 5. Networking - g-s-t > 6. services - g-s-t > 7. shared folders - gnome-share (?) > 8. time and date - g-s-t > 9. users and groups - g-s-t > > Thanks in advance for your help, > > Yaniv Abir
The menu is created out of .desktop files. They are stored in /usr/share/applications. Search for the strings in these desktop files - could be done with grep. use "dpkg -S DESKTOPFILE" to find the package that contains the desktop file. or take a closer look at the list above :) regards, sebastian -- ubuntu-translators mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
