|
|
|
@ -35,49 +35,49 @@ struct _CFText_Class |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const E_Text_Class_Pair text_class_predefined_names[ ] = { |
|
|
|
|
{ NULL, "Window Manager"}, |
|
|
|
|
{ "title_bar", "Title Bar"}, |
|
|
|
|
{ "menu_item", "Menu Item"}, |
|
|
|
|
{ "tb_plain", "Textblock Plain"}, |
|
|
|
|
{ "tb_light", "Textblock Light"}, |
|
|
|
|
{ "tb_big", "Textblock Big"}, |
|
|
|
|
{ "move_text", "Move Text"}, |
|
|
|
|
{ "resize_text", "Resize Text"}, |
|
|
|
|
{ "winlist_title", "Winlist Title"}, |
|
|
|
|
{ "configure", "Configure Heading"}, |
|
|
|
|
{ "about_title", "About Title"}, |
|
|
|
|
{ "about_version", "About Version"}, |
|
|
|
|
{ "button_text", "About Text"}, |
|
|
|
|
{ "desklock_title", "Desklock Title"}, |
|
|
|
|
{ "desklock_passwd", "Desklock Password"}, |
|
|
|
|
{ "dialog_error", "Dialog Error"}, |
|
|
|
|
{ "exebuf_command", "Exebuf Command"}, |
|
|
|
|
{ "init_title", "Splash Title"}, |
|
|
|
|
{ "init_text", "Splash Text"}, |
|
|
|
|
{ "init_version", "Splash Version"}, |
|
|
|
|
{ NULL, N_("Window Manager")}, |
|
|
|
|
{ "title_bar", N_("Title Bar")}, |
|
|
|
|
{ "menu_item", N_("Menu Item")}, |
|
|
|
|
{ "tb_plain", N_("Textblock Plain")}, |
|
|
|
|
{ "tb_light", N_("Textblock Light")}, |
|
|
|
|
{ "tb_big", N_("Textblock Big")}, |
|
|
|
|
{ "move_text", N_("Move Text")}, |
|
|
|
|
{ "resize_text", N_("Resize Text")}, |
|
|
|
|
{ "winlist_title", N_("Winlist Title")}, |
|
|
|
|
{ "configure", N_("Configure Heading")}, |
|
|
|
|
{ "about_title", N_("About Title")}, |
|
|
|
|
{ "about_version", N_("About Version")}, |
|
|
|
|
{ "button_text", N_("About Text")}, |
|
|
|
|
{ "desklock_title", N_("Desklock Title")}, |
|
|
|
|
{ "desklock_passwd", N_("Desklock Password")}, |
|
|
|
|
{ "dialog_error", N_("Dialog Error")}, |
|
|
|
|
{ "exebuf_command", N_("Exebuf Command")}, |
|
|
|
|
{ "init_title", N_("Splash Title")}, |
|
|
|
|
{ "init_text", N_("Splash Text")}, |
|
|
|
|
{ "init_version", N_("Splash Version")}, |
|
|
|
|
|
|
|
|
|
{ NULL, "Widget"}, |
|
|
|
|
{ "frame", "Frame"}, |
|
|
|
|
{ "label", "Label"}, |
|
|
|
|
{ "button", "Buttons"}, |
|
|
|
|
{ "slider", "Slider"}, |
|
|
|
|
{ "radio_button", "Radio Buttons"}, |
|
|
|
|
{ "check_button", "Check Buttons"}, |
|
|
|
|
{ "tlist", "Text List Item"}, |
|
|
|
|
{ "ilist_item", "List Item"}, |
|
|
|
|
{ "ilist_header", "List Header"}, |
|
|
|
|
{ NULL, N_("Widget")}, |
|
|
|
|
{ "frame", N_("Frame")}, |
|
|
|
|
{ "label", N_("Label")}, |
|
|
|
|
{ "button", N_("Buttons")}, |
|
|
|
|
{ "slider", N_("Slider")}, |
|
|
|
|
{ "radio_button", N_("Radio Buttons")}, |
|
|
|
|
{ "check_button", N_("Check Buttons")}, |
|
|
|
|
{ "tlist", N_("Text List Item")}, |
|
|
|
|
{ "ilist_item", N_("List Item")}, |
|
|
|
|
{ "ilist_header", N_("List Header")}, |
|
|
|
|
|
|
|
|
|
{ NULL, "EFM"}, |
|
|
|
|
{ "fileman_typebuf", "Typebuf"}, |
|
|
|
|
{ "fileman_icon", "Icon"}, |
|
|
|
|
{ NULL, N_("EFM")}, |
|
|
|
|
{ "fileman_typebuf", N_("Typebuf")}, |
|
|
|
|
{ "fileman_icon", N_("Icon")}, |
|
|
|
|
|
|
|
|
|
{ NULL, "Module"}, |
|
|
|
|
{ "module_small", "Small"}, |
|
|
|
|
{ "module_normal", "Normal"}, |
|
|
|
|
{ "module_large", "Large"}, |
|
|
|
|
{ "module_small_s", "Small Styled"}, |
|
|
|
|
{ "module_normal_s", "Normal Styled"}, |
|
|
|
|
{ "module_large_s", "Large Styled"}, |
|
|
|
|
{ NULL, N_("Module")}, |
|
|
|
|
{ "module_small", N_("Small")}, |
|
|
|
|
{ "module_normal", N_("Normal")}, |
|
|
|
|
{ "module_large", N_("Large")}, |
|
|
|
|
{ "module_small_s", N_("Small Styled")}, |
|
|
|
|
{ "module_normal_s", N_("Normal Styled")}, |
|
|
|
|
{ "module_large_s", N_("Large Styled")}, |
|
|
|
|
|
|
|
|
|
{ NULL, NULL} |
|
|
|
|
}; |
|
|
|
|