blob: 3410317060ff65f0950871f2b155fef0563063d5 [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]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# 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.
OpenIDE-Module-Display-Category=Database
OpenIDE-Module-Long-Description=Provides out of the box experience features for the Java DB database, such as starting/stopping the database server, or creating a new database.
OpenIDE-Module-Name=Java DB Database Support
OpenIDE-Module-Short-Description=Integration with the Java DB database.
LBL_DerbyDatabase=Java DB Database
LBL_outputtab=Java DB Database Process
# actions
LBL_StartAction=&Start Server
LBL_StopAction=Sto&p Server
# CreateDatabaseAction
LBL_CreateDBAction=&Create Database...
LBL_PropertiesAction=&Propriet\u00e0...
LBL_CreateDatabaseTitle=Create Java DB Database
LBL_PropertiesTitle=Java DB Properties
# 0 ... file name of the derby database being created
MSG_CreatingDBProgressLabel=Creating Java DB database {0}
# RegisterDerby
EXC_JavaExecutableNotFound=ERROR: The java executable was not found
MSG_DerbyPropsFile=Java DB Properties File
MSG_DerbyLocationIncorrect=The Java DB location is not set correctly.
MSG_StartingDerby=Starting the Java DB Server
# 0 - the error message
ERR_CreateDatabase=An error occurred while creating the database: {0}.
# 0 - the time to wait
MSG_WaitStart=The Java DB server did not start in {0} seconds. Do you want to wait another {0} seconds?
# DerbyOptions, DerbyOptionsBeanInfo
LBL_DerbyOptions=Java DB Database
LBL_DerbyLocation=Java DB Location
HINT_DerbyLocation=The directory where the installation of the Java DB database is located.
LBL_DatabaseLocation=Database Location
HINT_DatabaseLocation=The directory where the Java DB databases are located. The directory entered here will be used as the value of the derby.system.home property.
ERR_InvalidDerbyLocation=Invalid Java DB installation directory.
ERR_DirectoryDoesNotExist=The directory {0} does not exist.
ERR_DirectoryIsNotWritable=The directory {0} is not writable.
ERR_EnterDerbyLocation=The Java DB installation directory is empty.
#Installer
MSG_RegisterJavaDB=Registering the Java DB database.
# unused
ERR_NotThere=The Java DB database installation was not found in your copy of NetBeans.
CTL_SelectNameDescription=Choose a name for the new database.
MSG_DbNameEmpty=Specify the name of the new database.
MSG_DbNameExists=A database with the selected name already exists.
ACSD_CreateDatabaseAction=Create Java DB Database
LBL_Properties=Properties...
DerbyDatabaseNode_ShortDescription=Database {0} found in Database Location {1}
ConnectDatabaseAction_ConnectAction=Connect...