ap-rbbr = Ruby Browser for Apollo

class_tab = Class
module_tab = Module
		
name =	 Name
value = Arity or Value
	
# menu
menu_file = &File
menu_load_lib = Load &Library
menu_load_script = Load &Script
menu_close = &Close

menu_search = &Search
menu_class_search = &Class Search

menu_tree = &Tree
menu_expand_all = &Expand All Nodes

menu_help = &Help
menu_about = &About
	
# dialog
query_lib_dlg = Load Library
require_error = Cant require
file_dlg_filter = Ruby Script(*.rb)|*.rb|Any File(*.*)|*|

query_class_dlg = Search Class
class_search_error = Class Search Failed
apollo_class_search_error = Apollo doesnt have the class which you input

# list
public_methods = Public Instance Methods
protected_methods = Protected Instance Methods
private_methods = Private Instance Methods
singleton_methods = Singleton Methods
contants = Constants

ref_memo = You cant use this memo.
refe_search_error = No Explanation of Method or Constant which you select
	  
# config
apply = Apply
	
conf_lib_tab = Library
conf_lib_list = required Libraries when start
conf_libdir_list = Rubys Library Folder other than Default
lib_add_btn = Add
lib_del_btn = Delete
lib_up_btn = Up
lib_down_btn = Down
libdir_select = Select Rubys Library Folder

conf_misc_tab = Misc
cache_dir_groupbox = Cache Folder
cache_dir_select = Select Cache Folder
way_of_sohwing_tree = Show Tree
all_tree_radio_button = Show All Classes
phi_tree_radio_button = Show Classes related to Apollo
