1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
#
# 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-2007 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.
#
nlw.jvm.notfoundmessage=Java SE Development Kit (JDK) was not found on this computer\nJDK 7 or newer is required for installing the NetBeans IDE. Make sure that the JDK is properly installed and run installer again. You can specify valid JDK location using {0} installer argument.\n\nTo download the JDK, visit http://www.oracle.com/technetwork/java/javase/downloads
nlw.jvm.usererror=Java Runtime Environment (JRE) was not found\nThere is no JRE at the specified location {0}
nlw.jvm.unsupportedversion=Unsupported Java VM version\nThe Java VM at {0} has the unsupported version
nlw.freespace=There is not enough free disk space to extract installation data\n{0} MB of free disk space is required in a temporary folder. Clean up the disk space and run installer again. You can specify a temporary folder with sufficient disk space using {1} installer argument
nlw.tmpdir=Can't create temporary directory\nThe temporary directory for extracting data {0} was not created
nlw.integrity=Installer file is corrupted\nInstaller file {0} seems to be corrupted
nlw.output.error=Data extraction error\nCan't create file {0}!\nThe following error occured :\n{1}
nlw.java.process.error=An error occured while running java process\n{0}
nlw.missing.external.resource=Can`t run NetBeans Installer.\nAn external file with necessary data is required but missing:\n{0}
nlw.bundled.jvm.extract.error=Cannot prepare bundled JVM to run the installer.\nMost probably the bundled JVM is not compatible with the current platform.
nlw.bundled.jvm.verify.error=An error occured while verifying bundled JVM.\nMost probably the bundled JVM is not compatible with the current platform.
nlw.arg.output={0} <output-file>\n\tRedirect output to file <output-file>
nlw.arg.javahome={0} <javahomedir>\n\tRun jar file using JVM from <javahomedir>
nlw.arg.verbose={0}\n\tUse verbose output
nlw.arg.tempdir={0} <temp-dir>\n\tUse <temp-dir> for extracting data
nlw.arg.extract={0} [directory]\n\tExtract all bundled data to the specific directory.\n\tIf directory is not specified then extract to the current directory
nlw.arg.classpatha={0} <classpath>\n\tAppend classpath with <classpath>
nlw.arg.classpathp={0} <classpath>\n\tPrepend classpath with <classpath>
nlw.arg.disable.space.check={0}\n\tDisable free space check
nlw.arg.locale={0} <locale>\n\tOverride system default locale with <locale>
nlw.arg.silent={0} \n\tRun installer silently
nlw.arg.help={0}\n\tShow help message
nlw.msg.create.tmpdir=Creating temporary directory ...
nlw.msg.extract=Extracting data ...
nlw.msg.jvmsearch=Finding JVM on your system ...
nlw.msg.setoptions=Setting command options ...
nlw.msg.running=Running JVM ...
nlw.msg.title=Please wait while the launcher prepares data to run the installer ...
nlw.msg.messagebox.title=NetBeans IDE Installer
nlw.msg.progress.title=Configuring the installer ...
nlw.msg.button.error=Exit Installer
nlw.msg.main.title=NetBeans IDE Installer
|