// $Id$ // Setup resource bundle: default language root:table { link_install:string { "Install" } link_check:string { "Check" } link_update:string { "Update" } link_uninstall:string { "Uninstall" } link_go_back_module:string { "Back to module list" } link_go_back_plugin:string { "Back to plugin list" } install_title_install_check:string { "Install check for {0}" } install_txt_db_will_create:string { "The following database objects will be created:" } install_title_install_done:string { "Install progress for {0}" } install_txt_db_created:string { "The following database objects are created:" } remove_title_uninstall_check:string { "Uninstall check for {0}" } remove_txt_db_will_remove:string { "The following database objects will be removed:" } remove_title_uninstall_done:string { "Uninstall progress for {0}" } remove_txt_db_removed:string { "The following database objects have been removed:" } check_title_check:string { "Checking" } check_txt_db_checking_obj:string { "Checking {0}..." } check_title_fix:string { "Fixing" } check_txt_db_fixing_obj:string { "Fixing {0}..." } txt_db_will_create_table:string { "Table {0} will be created..." } txt_db_table_created:string { "Table {0} created..." } txt_db_will_mod_table:string { "Table {0} will be altered..." } txt_db_mod_table:string { "Table {0} has been altered..." } txt_db_will_rename_table:string { "Table {0} will be renamed to {1}..." } txt_db_rename_table:string { "Table {0} has been renamed to {1}..." } txt_db_will_create_view:string { "View {0} will be created..." } txt_db_view_created:string { "View {0} created..." } txt_db_will_remove_table:string { "Table {0} will be removed..." } txt_db_table_removed:string { "Table {0} removed..." } txt_db_will_remove_view:string { "View {0} will be removed..." } txt_db_view_removed:string { "View {0} removed..." } }