blob: 98782d9f8c232c11cad04c2c9990bf6c96f342d2 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#
# Contributor(s):
#
# Portions Copyrighted 2008 Sun Microsystems, Inc.
CreateNewDatabasePanel.LBL_CreateDatabaseTitle=Create MySQL Database
CreateNewDatabasePanel.ACSD_CreateNewDatabasePanel=Create MySQL Database
CreateNewDatabasePanel.MSG_SpecifyDatabase=Please choose or enter a database name
CreateNewDatabasePanel.STR_SampleDatabase=Sample database
CreateNewDatabasePanel.MSG_UnableToGetUsers=Unable to get the list of users from the MySQL server
CreateNewDatabasePanel.MSG_CreateFailed=An error was encountered while creating the database
CreateNewDatabasePanel.MSG_DatabaseAlreadyExists=The database {0} already exists
CreateNewDatabasePanel.STR_DatabaseExistsTitle=Database Exists
CreateNewDatabasePanel.MSG_DeleteFailed=Unable to delete database {0}
CreateNewDatabasePanel.MSG_DeleteCreatedDatabase=An error occurred after creating the database. Would you like to delete the database?
CreateNewDatabasePanel.STR_DeleteCreatedDatabaseTitle=Confirm Delete Newly Created Database
CreateDatbasePanel.MSG_NoGrantUserSelected=You have selected to grant access to a user but no user name has been selected. Please select a user and try again.
CreateNewDatabasePanel.messageLabel.AccessibleContext.accessibleName=
CreateNewDatabasePanel.chkGrantAccess.AccessibleContext.accessibleDescription=Grant full access to a database user for this new database
CreateNewDatabasePanel.comboDatabaseName.AccessibleContext.accessibleDescription=Select or enter a name for this new database
CreateNewDatabasePanel.comboUsers.AccessibleContext.accessibleDescription=Select the user to grant full access for this new database
CreateNewDatabasePanel.comboDatabaseName.AccessibleContext.accessibleName=Database name
CreateNewDatabasePanel.comboUsers.AccessibleContext.accessibleDescription=Select an existing user for this database
CreateNewDatabasePanel.comboUsers.AccessibleContext.accessibleName=Username
AdminPropertiesPanel.MSG_InvalidAdminPath=The specified admin tool path is not a valid file or URL
AdminPropertiesPanel.MSG_InvalidStartPath=The specified start command path is not a valid file
AdminPropertiesPanel.MSG_InvalidStopPath=The specified stop command path is not a valid file
AdminPropertiesPanel.messageLabel.text=messageLabel
AdminPropertiesPanel.txtAdmin.text=
AdminPropertiesPanel.txtAdminArgs.text=
AdminPropertiesPanel.btnAdminBrowse.text=&Bladeren...
AdminPropertiesPanel.labelAdmin.text=Path/URL to &admin tool:
AdminPropertiesPanel.labelAdminArgs.text=Argument&s:
AdminPropertiesPanel.labelStart.text=Path to s&tart command:
AdminPropertiesPanel.labelStartArgs.text=Argu&ments:
AdminPropertiesPanel.btnStartBrowse.text=Blade&ren...
AdminPropertiesPanel.labelStop.text=Path to sto&p command:
AdminPropertiesPanel.txtStop.text=
AdminPropertiesPanel.btnStopBrowse.text=Bladeren...
AdminPropertiesPanel.txtStopArgs.text=
AdminPropertiesPanel.labelStopArgs.text=Ar&guments:
AdminPropertiesPanel.txtStartArgs.text=
AdminPropertiesPanel.MSG_ValidatingCommandPaths=Validating start, stop and admin paths...
BasePropertiesPanel.ACSD_BasePropertiesPanel=MySQL Server Basic Properties
BasePropertiesPanel.LBL_MySQLPropertiesTitle=MySQL Server Basic Properties
BasePropertiesPanel.MSG_SpecifyHost=Please specify a host name
BasePropertiesPanel.MSG_SpecifyUser=Please specify the admin user name
BasePropertiesPanel.MSG_UnableToConnect=Unable to connect to the MySQL Server
BasePropertiesPanel.labelUser.text=Administrator &User Name:
BasePropertiesPanel.txtUser.text=
BasePropertiesPanel.labelHost.text=&Server Host Name:
BasePropertiesPanel.txtHost.text=localhost
BasePropertiesPanel.messageLabel.text=messageLabel
BasePropertiesPanel.labelPort.text=Server Port &Number:
BasePropertiesPanel.txtPort.text=
BasePropertiesPanel.chkSavePassword.text=Re&member Password
BasePropertiesPanel.labelPassword.text=Administrator &Password:
BasePropertiesPanel.MSG_InvalidPortNumber=Please specify a valid number for the port number
PropertiesDialog.BasePanelTitle=Basic Properties
PropertiesDialog.BasePanelHint=Set the basic properties for this server
PropertiesDialog.AdminPanelTitle=Admin Properties
PropertiesDialog.AdminPanelHint=Set paths for various administrative commands
PropertiesDialog.Title=MySQL Server Properties
PropertiesDialog.MSG_UnableToConnect=Unable to connect to the MySQL server. Please check the changes you made to the MySQL properties to make sure they are correct.
PropertiesDialog.MSG_ConnectingToServer=Connecting to the MySQL Server...
PropertiesDialog.ACS_Name=MySQL Server Properties
PropertiesDialog.ACS_Desc=Use this dialog to set properties for your MySQL Server
AdminPropertiesPanel.btnAdminBrowse.AccessibleContext.accessibleDescription=Browse the file system for the MySQL admin tool
AdminPropertiesPanel.btnStartBrowse.AccessibleContext.accessibleDescription=Browse the file system for the MySQL start command
AdminPropertiesPanel.btnStopBrowse.AccessibleContext.accessibleDescription=Browse the file system for the MySQL stop command
BasePropertiesPanel.chkSavePassword.AccessibleContext.accessibleDescription=Save the password for the administrator
BasePropertiesPanel.txtPassword.AccessibleContext.accessibleDescription=Administrator's password
BasePropertiesPanel.txtUser.AccessibleContext.accessibleDescription=Administrator's user name
BasePropertiesPanel.txtPort.AccessibleContext.accessibleDescription=Server's port number
BasePropertiesPanel.txtHost.AccessibleContext.accessibleDescription=Server's host name or IP address
AdminPropertiesPanel.txtAdmin.AccessibleContext.accessibleDescription=Specify the full path or the URL for the administration tool
AdminPropertiesPanel.txtAdminArgs.AccessibleContext.accessibleDescription=Specify any arguments to be supplied to the administration tool command
AdminPropertiesPanel.txtStart.AccessibleContext.accessibleDescription=Full path to the command to start the MySQL Server
AdminPropertiesPanel.txtStartArgs.AccessibleContext.accessibleDescription=any arguments to the start command
AdminPropertiesPanel.txtStop.AccessibleContext.accessibleDescription=Full path to the command to stop the MySQL server
AdminPropertiesPanel.txtStopArgs.AccessibleContext.accessibleDescription=Any arguments to the stop command
AdminPropertiesPanel.txtStopArgs.AccessibleContext.accessibleName=Stop command arguments
AdminPropertiesPanel.txtStartArgs.AccessibleContext.accessibleName=Start command arguments
AdminPropertiesPanel.txtAdminArgs.AccessibleContext.accessibleName=Admin tool command arguments
BasePropertiesPanel.txtPassword.text=
AdminPropertiesPanel.txtStart.text=
CreateDatabasePanel.chkGrantAccess.text=&Grant Full Access To:
CreateDatabasePanel.nameLabel.text=New &Database Name:
CreateDatabasePanel.messageLabel.text=message
CreateDatabasePanel.MSG_ConfirmDeleteDatabase=The database "{0}" has already been created. Do you want to delete it?
CreateDatabasePanel.MSG_ConfirmCreateSample=The database name "{0}" is the name of a sample database. Do you want to create the tables, objects and data for this sample?
CreateDatabasePanel.MSG_CreatingSample=Creating the sample tables, objects and data...
CreateDatabasePanel.CTL_OKButton=OK
CreateDatabasePanel.CTL_CancelButton=Annuleren
CreateDatabasePanel.progressLabel.text=Creating the database...