New module category.

SVN revision: 53531
This commit is contained in:
Miculcy Brian 2010-10-17 17:36:00 +00:00
parent d8e51ed23a
commit 9cd363f0ba
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Name[el]=Πιγκουίνοι
Name[eo]=Pingvenoj
Name[pt]=Pinguins
Icon=e-module-penguins
X-Enlightenment-ModuleType=appearance
X-Enlightenment-ModuleType=look
Comment=Module to display fancy penguins walking around your desktop.
Comment[cs]=Zobrazí tučňáky chodící pod desktopu(jako xpenguins).
Comment[hu]=Ezzel a modullal az asztalunkra varázsolhatjuk a Pingvineket, vagy épp a Lemingeket :).
@ -16,4 +16,4 @@ Comment[it]=Modulo per visualizzare simpatici pinguini che passeggiano attorno a
Comment[fr]=Affiche des pingouins sympas qui se baladent sur votre bureau.
Comment[el]=Άρθρωμα που εμφανίζει όμορφους πιγκουίνους που περπατάνε στην επιφάνεια εργασίας σου.
Comment[eo]=<br>Modulo kiu vidigas fantaziajn pingvenojn marŝante ĉirkaŭ via labortablo.
Comment[pt]=Um módulo que exibe diversos pinguins no ambiente de trabalho.
Comment[pt]=Um módulo que exibe diversos pinguins no ambiente de trabalho.

View File

@ -58,7 +58,7 @@ e_modapi_init(E_Module *m)
pop = _population_init(m);
snprintf(buf, sizeof(buf), "%s/e-module-penguins.edj", e_module_dir_get(m));
e_configure_registry_category_add("appearance", 10, D_("Appearance"), NULL, "preferences-appearance");
e_configure_registry_category_add("appearance", 10, D_("Look"), NULL, "preferences-look");
e_configure_registry_item_add("appearance/penguins", 150, D_("Penguins"), NULL, buf, e_int_config_penguins_module);
penguins_mod = m;