Apply new module categories.
authorMiculcy Brian <morlenxus@gmx.net>
Tue, 19 Oct 2010 12:28:07 +0000 (12:28 +0000)
committerMiculcy Brian <morlenxus@gmx.net>
Tue, 19 Oct 2010 12:28:07 +0000 (12:28 +0000)
SVN revision: 53600

65 files changed:
data/themes/default.edc
src/bin/e_int_config_modules.c
src/modules/conf/module.desktop.in
src/modules/conf_acpibindings/module.desktop.in
src/modules/conf_applications/module.desktop.in
src/modules/conf_borders/module.desktop.in
src/modules/conf_clientlist/module.desktop.in
src/modules/conf_colors/module.desktop.in
src/modules/conf_desk/module.desktop.in
src/modules/conf_desklock/module.desktop.in
src/modules/conf_desks/module.desktop.in
src/modules/conf_dialogs/module.desktop.in
src/modules/conf_display/module.desktop.in
src/modules/conf_dpms/module.desktop.in
src/modules/conf_edgebindings/module.desktop.in
src/modules/conf_engine/module.desktop.in
src/modules/conf_fonts/module.desktop.in
src/modules/conf_icon_theme/module.desktop.in
src/modules/conf_imc/module.desktop.in
src/modules/conf_interaction/module.desktop.in
src/modules/conf_intl/module.desktop.in
src/modules/conf_keybindings/module.desktop.in
src/modules/conf_menus/module.desktop.in
src/modules/conf_mime/module.desktop.in
src/modules/conf_mouse/module.desktop.in
src/modules/conf_mouse_cursor/module.desktop.in
src/modules/conf_mousebindings/module.desktop.in
src/modules/conf_paths/module.desktop.in
src/modules/conf_performance/module.desktop.in
src/modules/conf_profiles/module.desktop.in
src/modules/conf_scale/module.desktop.in
src/modules/conf_screensaver/module.desktop.in
src/modules/conf_shelves/module.desktop.in
src/modules/conf_startup/module.desktop.in
src/modules/conf_theme/module.desktop.in
src/modules/conf_transitions/module.desktop.in
src/modules/conf_wallpaper/module.desktop.in
src/modules/conf_wallpaper2/module.desktop.in
src/modules/conf_window_display/module.desktop.in
src/modules/conf_window_focus/module.desktop.in
src/modules/conf_window_manipulation/module.desktop.in
src/modules/conf_window_remembers/module.desktop.in
src/modules/conf_winlist/module.desktop.in
src/modules/everything-apps/module.desktop.in
src/modules/everything-aspell/module.desktop.in
src/modules/everything-calc/module.desktop.in
src/modules/everything-files/module.desktop.in
src/modules/everything-settings/module.desktop.in
src/modules/everything-windows/module.desktop.in
src/modules/everything/module.desktop.in
src/modules/fileman/module.desktop.in
src/modules/fileman_opinfo/module.desktop.in
src/modules/gadman/module.desktop.in
src/modules/illume-bluetooth/module.desktop.in
src/modules/illume-home-toggle/module.desktop.in
src/modules/illume-home/module.desktop.in
src/modules/illume-indicator/module.desktop.in
src/modules/illume-kbd-toggle/module.desktop.in
src/modules/illume-keyboard/module.desktop.in
src/modules/illume-mode-toggle/module.desktop.in
src/modules/illume-softkey/module.desktop.in
src/modules/illume/module.desktop.in
src/modules/illume2/module.desktop.in
src/modules/syscon/module.desktop.in
src/modules/winlist/module.desktop.in

index df571d2..65cfbdd 100644 (file)
@@ -29505,6 +29505,15 @@ collections {
    ICON("system-file-manager","icon_efm_folder.png",64)                               // "enlightenment/fileman"
    ICON("application-exit","icon_logout.png",64)                                      // "enlightenment/exit"
    ICON("enlightenment","logo_white_128.png",64)                               // *** // "enlightenment/e"
+   //Standard Module Category Icons 
+   ICON("modules-utils","icon_gadget.png",64)
+   ICON("modules-system","icon_gadget.png",64)
+   ICON("modules-look","icon_look.png",64)
+   ICON("modules-files","icon_efm_folder.png",64)
+   ICON("modules-launcher","icon_run.png",64)
+   ICON("modules-core","logo_white_128.png",64)
+   ICON("modules-mobile","icon_globe.png",64)
+   ICON("modules-settings","icon_config.png",64)
    //Standard Emblem Icons
    ICON("emblem-symbolic-link","icon_dummy.png",64)                // EFMBUTTON("symlink")
    //Standard Place Icons
index fa23fbc..b86c0b7 100644 (file)
@@ -49,12 +49,14 @@ static const CFTypes _types[] =
 {
 #define _CFT(k, n, i)                          \
   {sizeof(k) - 1, k, n, i}
-  _CFT("utils", N_("Utilities"), "preferences-utils"),
-  _CFT("look", N_("Look"), "preferences-look"),
-  _CFT("system", N_("System"), "system"),
-  _CFT("config", N_("Settings"), "preferences-system"),
-  _CFT("everything", N_("Launcher"), "system-run"),
-  _CFT("fileman", N_("Fileman"), "system-file-manager"),
+  _CFT("utils", N_("Utilities"), "modules-utils"),
+  _CFT("system", N_("System"), "modules-system"),
+  _CFT("look", N_("Look"), "modules-look"),
+  _CFT("files", N_("Files"), "modules-files"),
+  _CFT("launcher", N_("Launcher"), "modules-launcher"),
+  _CFT("core", N_("Core"), "modules-core"),
+  _CFT("mobile", N_("Mobile"), "modules-mobile"),
+  _CFT("settings", N_("Settings"), "modules-settings"),
 #undef _CFT
   {0, NULL, NULL, NULL}
 };
index adca21d..6658726 100644 (file)
@@ -31,4 +31,4 @@ Comment[pt_BR]=
 Comment[tr]=
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=core
index 2b94315..d2463c3 100644 (file)
@@ -7,4 +7,4 @@ Icon=preferences-system-power-management
 Comment=Configure your ACPI bindings here.
 Comment[fr]=Permet de configurer vos raccourcis ACPI.
 Comment[it]=Configurate qui le vostre associazioni con ACPI.
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index d5c1d96..eab6be0 100644 (file)
@@ -31,4 +31,4 @@ Comment[pt_BR]=
 Comment[tr]=IBar, Açılış ve Yeniden Başlat uygulamalarının yapılandırılmasına izin verir.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 2ee148b..da55dea 100644 (file)
@@ -31,4 +31,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı sınır biçimini seçmekte kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 0bd1bf3..4406353 100644 (file)
@@ -31,4 +31,4 @@ Comment[pt_BR]=
 Comment[tr]=İstemci listesi menüsünün özelleştirilmesine izin verir.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 9a24cc2..2bd7a15 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Renkleri özelleştirmekte kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 70b61ed..ef61146 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Masaüstü adı ve her sanal masaüstüne ait duvarkağıtlarını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 6ddfe09..e0ff383 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Dahili masaüstü kilidini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index c899be1..a783290 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Sanal masaüstü özelliklerini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 3d50b73..3cc7271 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı pencere özelliklerini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 44716ea..ef89eff 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Ekranınızın çözünürlüğünü yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index f785fdd..63aee3b 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Sisteminizin DPMS ayarlarını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 22cec91..c2a63a0 100644 (file)
@@ -13,4 +13,4 @@ Comment[eo]=Agordas la fulmklavoj de ekranrandoj.
 Comment[fr]=Configure les raccourcis des bords de l'écran.
 Comment[it]=Configurate qui le azioni da associare ai confini dello schermo.
 Comment[tr]=.Kenar kısayollarını yapılandırır.
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 78db617..627e05e 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Render motorunu seçmekte kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 9320a18..cc2144a 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Yazıtipi yapılandırma diyaloğu.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index c42e560..74ea401 100644 (file)
@@ -30,4 +30,4 @@ Comment[tr]=E17 simge temasını seçmek için kullanılan programcık.
 Comment[zh_CN]=
 Comment[zh_TW]=
 
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index abe0eaa..25d8cb9 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Girdi metodu seçmekte kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 4201729..85f7aec 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı kullanıcı etkileşim ayarlarını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 6f75d07..e934735 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı dil seçmek için kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index c8728c6..59725af 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Tuş bağlayıcılarınızı buradan yapılandırın.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index d2c199c..800ba0c 100644 (file)
@@ -29,5 +29,5 @@ Comment[pt_BR]=
 Comment[tr]=Menü davranışını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
 
+X-Enlightenment-ModuleType=settings
index ffe1244..89a586e 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=E17 mime simgelerini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index a1edf68..c9b9b48 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Fare davranışını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 3f9b3b1..92f6c6e 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Fare imleci biçemini seçin.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 562c791..bc404ec 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Farenizin bağlayıcılarını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index c6f2700..8dc2055 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=E17 aranacak yollar ve öntanımlı dizinleri belirtir.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 096fefd..31c734e 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Kare oranı ve önbellek ayarları gibi performans ile ilgili öğeleri yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 1d6c113..4d7ea59 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Profillerin yapılandırmasını yönetir.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 7b330e2..bf679f5 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Görünüm ölçeklemesinin yapılandırmak için kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index d4f35b5..6a1e283 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=X ekran koruyucuyu yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 6b6736f..9db2426 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Raf yapılandırma diyaloğu.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 210f253..710c695 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=E17 açılış ekranını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index dad967f..6832fce 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Tema seçimlerinizi yapılandırmakta kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 0afed49..64d72d3 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı geçişi seçmekte kullanılır. Geçişler duvarkağıdı değişimleri gibi geçişlerde görünürler.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index f42a94f..08dd962 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Duvarkağıdı seçiminde kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index cd5497a..7264cd9 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Duvarkağıdı seçiminde kullanılır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 652aa43..7225d7b 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Öntanımlı boyut, simge, yerleşim biçimleri vs. gibi pencere özelliklerini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index ce90e4b..a6a3d51 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Pencere odaklanma davranışını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 393560f..8c402d2 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Pencere yükseltmesi, direnci ve ekranı kaplama kurallarını yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 90f4f72..1ce1e77 100644 (file)
@@ -15,4 +15,4 @@ Comment[it]=Rimuove le impostazioni da ricordare delle finestre.
 Comment[hu]=Meglévő ablak emlékek törlése.
 Comment[fr]=Permet d'effacer les mémorisations.
 Comment[tr]=Mevcut pencere hatırlamalarını sil.
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index a7b8933..f8417f0 100644 (file)
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=Pencere listesi özelliklerini yapılandırır.
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=config
+X-Enlightenment-ModuleType=settings
index 54a42c7..acf9ae2 100644 (file)
@@ -4,6 +4,6 @@ Name=Everything Applications
 Name[fr]=Omni - Applications
 Name[it]=Everything - Applicazioni
 Icon=e-module
-X-Enlightenment-ModuleType=everything
 Comment[fr]=Actions sur les applications.
 Comment[it]=Azioni con le applicazioni.
+X-Enlightenment-ModuleType=launcher
index 27bfce3..6a863e2 100644 (file)
@@ -4,7 +4,7 @@ Name=Everything Aspell
 Name[fr]=Omni - Aspell
 Name[it]=Everything - Aspell
 Icon=accessories-dictionary
-X-Enlightenment-ModuleType=everything
 Comment=Aspell Frontend, use 'aspell ' as trigger.
 Comment[fr]=Frontal pour Aspell, utilise « aspell » comme déclencheur.
 Comment[it]=Frontend, usa 'aspell' come richiamo.
+X-Enlightenment-ModuleType=launcher
index ed73087..915694d 100644 (file)
@@ -4,7 +4,7 @@ Name=Everything Calculator
 Name[fr]=Omni - Calculatrice
 Name[it]=Everything - Calcolatrice
 Icon=accessories-calculator
-X-Enlightenment-ModuleType=everything
 Comment=Frontend for bc. Use '=' as trigger.
 Comment[fr]=Frontal pour bc, utilise « = » comme déclencheur.
 Comment[it]=Frontend per bc, usa '=' come richiamo.
+X-Enlightenment-ModuleType=launcher
index ce35e40..0391c60 100644 (file)
@@ -4,6 +4,6 @@ Name=Everything Files
 Name[fr]=Omni - Fichiers
 Name[it]=Everything - File
 Icon=system-file-manager
-X-Enlightenment-ModuleType=everything
 Comment[fr]=Actions sur les fichiers.
 Comment[it]=Azioni sui file.
+X-Enlightenment-ModuleType=launcher
index 20160b9..06262cd 100644 (file)
@@ -4,7 +4,7 @@ Name=Everything Settings
 Name[fr]=Omni - Configuration
 Name[it]=Everything - Impostazioni
 Icon=configure
-X-Enlightenment-ModuleType=everything
 Comment=Quickly open e17 settings dialogs.
 Comment[fr]=Accès rapide au panneau de configuration de E17.
 Comment[it]=Apre rapidamente il pannello impostazioni di e17.
+X-Enlightenment-ModuleType=launcher
index 1c8bbe5..466787c 100644 (file)
@@ -4,7 +4,7 @@ Name=Everything Windows
 Name[fr]=Omni - Fenêtres
 Name[it]=Everything - Finestre
 Icon=preferences-system-windows
-X-Enlightenment-ModuleType=everything
 Comment=Window actions
 Comment[fr]=Actions sur les fenêtres.
 Comment[it]=Azioni sulle finestre.
+X-Enlightenment-ModuleType=launcher
index b1bdf38..bb84c4e 100644 (file)
@@ -1,17 +1,17 @@
 [Desktop Entry]
 Type=Link
-Name=Run Everything
-Name[cs]=Dialog Spustit
+Name=Everything (Starter)
+Name[cs]=
 Name[de]=
-Name[eo]=Lanĉi komandojn
-Name[es]=Ejecutar comando
-Name[fr]=Omni
-Name[hu]=Parancs futtatása
-Name[it]=Pannello di Everything
+Name[eo]=
+Name[es]=
+Name[fr]=
+Name[hu]=
+Name[it]=
 Name[ja]=
 Name[pt]=
 Name[pt_BR]=
-Name[tr]=Herşeyi Çalıştır
+Name[tr]=
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-everything
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=everything
+X-Enlightenment-ModuleType=launcher
index c2464d1..871efb9 100644 (file)
@@ -1,17 +1,17 @@
 [Desktop Entry]
 Type=Link
-Name=File Manager
-Name[cs]=Správce souborů
+Name=EFM (Starter)
+Name[cs]=
 Name[de]=
-Name[eo]=Dosieradministrilo
-Name[es]=Administrador de archivos
-Name[fr]=Gestionnaire de fichiers
-Name[hu]=Fájlkezelõ
-Name[it]=File manager
+Name[eo]=
+Name[es]=
+Name[fr]=
+Name[hu]=
+Name[it]=
 Name[ja]=
 Name[pt]=
 Name[pt_BR]=
-Name[tr]=Dosya Yönetici
+Name[tr]=
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-fileman
@@ -29,4 +29,4 @@ Comment[pt_BR]=
 Comment[tr]=E17'nin dahili pencere yöneticisi.<br><hilight>Yapım Aşamasında!</hilight>
 Comment[zh_CN]=
 Comment[zh_TW]=
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=files
index 8e2474c..10bca9f 100644 (file)
@@ -13,4 +13,4 @@ Comment[it]=Può essere messo sul desktop o su una mensola.
 Comment[eo]=Enmetebla sur la labortablon aŭ en breton.
 Comment[fr]=Peut être placé sur le bureau ou dans un rack.
 Comment[tr]=Masaüstüne ya da rafa yerleşebilir.
-X-Enlightenment-ModuleType=fileman
+X-Enlightenment-ModuleType=files
index 6ca64f8..8e8e365 100644 (file)
@@ -7,7 +7,7 @@ Name[it]=Gestore gadget
 Name[hu]=Bigyók az asztalon
 Name[tr]=Aletler
 Icon=e-module-gadman
-X-Enlightenment-ModuleType=appearance
+X-Enlightenment-ModuleType=core
 Comment=Module to manage gadgets on the desktop.
 Comment[cs]=Modul pro správu gadgetů na ploše.
 Comment[eo]=
index c802253..2e8e687 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Bluetooth
 Icon=e-module-illume-bluetooth
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index 8191664..5d257d1 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Home-Toggle
 Icon=e-module-illume-home-toggle
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index a8055a5..6bb27d2 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Home
 Icon=e-module-illume-home
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index 0bde3a4..43e58f3 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Indicator
 Icon=e-module-illume-indicator
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index f2ba089..b359fdc 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Keyboard-Toggle
 Icon=e-module-illume-kbd-toggle
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index 2cc0d75..f9ce697 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Keyboard
 Icon=e-module-illume-keyboard
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index d4f7f09..1a22241 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Mode-Toggle
 Icon=e-module-illume-mode-toggle
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index c03b1e9..dd92124 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume-Softkey
 Icon=e-module-illume-softkey
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index 61b9720..dcf9efe 100644 (file)
@@ -5,7 +5,7 @@ Name[eo]=Illume
 Name[hu]=Érintő
 Name[tr]=Illume
 Icon=e-module-illume
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=This is a module to make Enlightenment tuned for embedded touchscreen<br>displays such as on phones and web-pads with windows always<br>being fullscreen and having a simplified application<br>launcher and manager.
 Comment[cs]=Modul, který přemění UI Enlightenmentu pro dotykové<br>displeje na zařízeních jako telefony, PDA, kde jsou okna<br>vždy celoobrazovková, a také zjednodušený<br>spouštěč a správce.
 Comment[it]=Questo è un modulo per rendere Enlightenment adatto ai display touchscreen<br>embedded, come sui cellulari e i web-pad, con finestre sempre<br>a tutto schermo e con gestori e lanciatori di applicazioni semplificati.
index 58accc0..1694a79 100644 (file)
@@ -2,7 +2,7 @@
 Type=Link
 Name=Illume2
 Icon=e-module-illume2
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=mobile
 Comment=
 Comment[fr]=
 Comment[it]=
index 7593fa0..a897a16 100644 (file)
@@ -15,4 +15,4 @@ Comment[it]=Questo modulo fornisce una finestra di dialogo popup<br>unificata pe
 Comment[hu]=Ez a modul egy felugró ablakocskát<br>biztosít, amely segítségével az<br>e17 folyamatait kísérhetjük figyelemmel
 Comment[fr]=Fournit une fenêtre de dialogue pop-up<br>regroupant toutes les actions système<br>dans Enlightenment.
 Comment[tr]=Tüm sistem eylemleri için özelleştirilmiş<br>açılır pencere diyaloğu sunan Enlightenment modülü.
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=core
index 0970c67..e1137ce 100644 (file)
@@ -17,4 +17,4 @@ Comment[hu]=A modul megmutatja az éppen futó alkalmazások ablakainak listáj
 Comment[it]=Un modulo per la visualizzazione e la navigazione tra le finestre aperte.
 Comment[fr]=Affiche la liste des applications ouvertes et permet de basculer d'une application à l'autre.
 Comment[tr]=Mevcut çalışan istemci uygulamaların listesini gösteren modül.
-X-Enlightenment-ModuleType=system
+X-Enlightenment-ModuleType=core