blob: bdcf0778e4f6f8eda22bb29c0327e3040db5c592 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Display-Category=Database
OpenIDE-Module-Long-Description=\
This module provides MYSQL-specific database features for NetBeans. \
This includes basic management of a local server and any other functionality we think is worthwhile to provide.
OpenIDE-Module-Name=MySQL Database Support
OpenIDE-Module-Short-Description=Provides MySQL-specific db support for NetBeans
#Installer
MSG_RegisterMySQL=Looking for a local MySQL database server
#ServerNode
# Run states
DISCONNECTED=(disconnected)
CONNECTED=
CONFIGERR=(configuration error)
LBL_ServerDisplayName=MySQL Server at {0} [{1}] {2}
LBL_ServerShortDescription=MySQL Server instance at {0} [user {1}] {2}
LBL_ServerShortDescriptionError=Error with MySQL configuration: {0}
MSG_UnableToGetDatabaseList=Unable to get the list of databases from the MySQL server
#DatabaseNode
LBL_DBNodeShortDescription=MySQL Database {0}
#DatabaseUtils
MSG_JDBCDriverNotRegistered=JDBC Driver for MySQL is not registered
MSG_UnableToLoadJDBCDriver=Unable to load JDBC Driver
MSG_NotEnoughInformationToConnect=Not enough information provided to connect to the MySQL Server. Please check the MySQL properties and try again
#PropertiesAction
LBL_PropertiesAction=Properties...
#RegisterServerAction
LBL_RegisterServerAction=Register MySQL Server...
#RefreshServerAction
LBL_RefreshServerAction=Refresh
#CreateDatabaseAction
LBL_CreateDatabaseAction=Create Database...
#DeleteDatabaseAction
MSG_ErrorDeletingDatabase=Unable to delete database {0}
#ConnectAction
LBL_ConnectAction=Connect...
#Utils
MSG_SeeErrorLog=Please see the error log for more details
#DatabaseUtils
ERR_MySQLCommunicationFailure=Unable to communicate with the MySQL server. Please check to see that it is running and that your host and port are set correctly.
MSG_ErrorDialogTitle=Error
MSG_ConnectingToServer=Attempting to connect to the MySQL Server
MSG_ReconnectingToServer=Reconnecting to the MySQL Server
MSG_UnableToConnect=Unable to connect to the MySQL server. Please check your settings in the Properties and try again.
#ConnectServerAction
LBL_ConnectServerAction=Connect
#DisconnectServerAction
LBL_DisconnectServerAction=Disconnect
#StartAction
LBL_StartAction=Start
MSG_UnableToStartServer=Unable to start the MySQL server. Please check your settings and try again.
MSG_NoStopPath=The path to the MySQL start command is not set. Would you like to edit the server's properties to set this path?
#StopAction
LBL_StopAction=Stop
MSG_ServerStopped=The server has been stopped
MSG_UnableToStopServer=Error stopping the MySQL server
MSG_NoStartPath=The path to the MySQL start command is not set. Would you like to edit the server's properties to set this path?
#AdministerAction
LBL_AdministerAction=Run Administration Tool
MSG_NoAdminPath=The path/URL to the MySQL administration tool is not set. Would you like to edit the server's properties to set this path?
MSG_ErrorStartingAdminTool=There was an error starting the administration tool
#ServerInstance
MSG_NoSuchSample=The name {0} is not a recognized sample database name.
MSG_ErrorLoadingSampleSQL=Unable to load the SQL for the sample {0}: {1}
MSG_ErrorExecutingSampleSQL=Error executing the SQL for the sample {0}: {1}
MSG_AdminCommandNotSet=The admin command path is not set. Please use the MySQL properties dialog to set the path.
MSG_InvalidAdminCommand=The admin command {0} is not a valid URL or file. Please choose Properties and select the Admin tab to adjust the path.
MSG_InvalidStartCommand=The start command {0} is not a valid file. Please choose Properties and select the Admin tab to adjust the path.
MSG_InvalidStopCommand=The stop command {0} is not a valid file. Please choose Properties and select the Admin tab to adjust the path.
LBL_MySQLOutputTab=MySQL Server Commands
LBL_StoppingMySQLServer=Stopping the MySQL Server