summaryrefslogtreecommitdiff
path: root/src/plugins/db.core/plugin.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/db.core/plugin.properties')
-rw-r--r--src/plugins/db.core/plugin.properties83
1 files changed, 83 insertions, 0 deletions
diff --git a/src/plugins/db.core/plugin.properties b/src/plugins/db.core/plugin.properties
new file mode 100644
index 0000000..f4331c4
--- /dev/null
+++ b/src/plugins/db.core/plugin.properties
@@ -0,0 +1,83 @@
+#################################################################################
+#
+# Database core properties
+#
+#################################################################################
+
+pluginName=MOTODEV Studio for Android Database Core Plug-in
+providerName= Motorola Mobility, Inc.
+workspaceExtensionName=Workspace
+motodevDatabaseViewName=MOTODEV Database Explorer
+
+create_db_action=Create &Database...
+create_database_command_label=Create Database
+
+browse_table_contents_action=&Browse Table Contents...
+
+action_refresh_project=&Refresh
+action_refresh_workspace=&Refresh
+action_refresh_filesystem=&Refresh
+action_refresh_db=&Refresh
+action_refresh_table=&Refresh
+action_delete_table=&Delete
+action_delete_database=&Delete
+action_refresh_db_mapper_node=&Refresh
+
+action_map_database=&Map Database...
+action_unmap_database=&Unmap Database...
+
+command_collapse_all=Collapse All
+
+command_map_database=Map Database
+command_unmap_database=Unmap Database
+
+create_table_action=Create &Table...
+
+connect_db_action=&Connect to the Database
+disconnect_db_action=D&isconnect from the Database
+
+command_connect_name=Connect to a database
+command_connect_description=Connect to a database using an instance of IDbNode
+command_disconnect_name=Disconnect from a database
+command_disconnect_description=Disconnect from a database using an instance of IDbNode
+
+command_refresh_node=Refresh
+open_sql_scrapbook=Open SQL Scrapbook
+open_sql_scrapbook_tooltip=Open scrapbook to edit SQL statements
+
+command_refresh_project_name=Refresh
+command_refresh_workspace_name=Refresh
+
+command_browse_table_contents_name=Browse Table Contents...
+command_browse_table_contents_description=Browse Table Contents using an instance of TableNode
+
+command_delete_table_name=Delete Table
+command_delete_table_description=Delete Selected Table
+
+command_delete_database_name=Delete Database
+command_delete_database_description=Delete Selected Database
+
+command_create_table_name=Create Table
+command_create_table_description=Create a New Table
+
+data_sub_menu=Data
+command_sample_data=&Sample Data...
+command_extract_data=&Extract Data...
+command_load_data=&Load Data...
+
+createDBManagementClassesCommandLabel=Create Database Management Classes...
+createDBManagementClassesCommandDescription=Create database management classes using an instance of IDbNode
+createDBManagementClassesAction=Create Database &Management Classes...
+db_perspective=MOTODEV Database
+manageDatabaseLabel=Manage Database
+openDatabasePerspectiveLabel=Open MOTODEV Database Perspective
+
+menu_collapse_all=Collapse All
+menu_refresh_node=Refresh
+
+menu_create_db_management_classes=Create Database Management Classes...
+menu_browse_table_contents=Browse Table Contents...
+
+filesystemRootNodeName=Filesystem
+
+decorator_error_node_label=Decoration for nodes with error \ No newline at end of file