blob: bca81b682ad10cdaf9ac9eb9b69d6c2264f068e8 [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.
MSG_WARN_UPDATE_MERGE_TEXT = Merge is required - run menu command "Merge"
MSG_WARN_UPDATE_COMMIT_TEXT = Merge has been done, invoke "Commit" menu item\n to commit these changes before doing an "Update"
MSG_WARN_NO_VIEW_TEXT = hg: unknown command 'view'\n Have you added "hgext.hgk =" to extensions section of .hgrc?
MSG_WARN_HGK_NOT_FOUND_TEXT = sh: hgk not found\n Is the location of hgk in your path?
MSG_UNABLE_EXECUTE_COMMAND = Unable to execute command\n\nSee Output Window for further details
MSG_COMMAND_ABORTED = Command failed\n\nSee Output Window for further details
MSG_COMMAND_CANCELLED = Command has been cancelled
MSG_ROLLBACK_FAILED = Rollback command has failed\n\nSee Output Window for further details
MSG_STRIP_FAILED = Strip command has failed\n\nSee Output Window for further details
MSG_VERIFY_FAILED = Verify command has failed\n\nSee Output Window for further details
MSG_BACKOUT_FAILED = Backout command has failed\n\nSee Output Window for further details
MSG_CREATE_FAILED = Create command has failed\n\nSee Output Window for further details
MSG_NO_REPOSITORY_ERR = Mercurial repository could not be found
MSG_NO_RESPONSE_ERR = no suitable response from remote hg!
MSG_FAILED_TO_READ_COMMIT_MESSAGE = Failed to read commit message
MSG_COMMIT_FAILED = Commit command has failed\n\nSee Output Window for further details
MSG_RENAME_FAILED = Rename command has failed\n\nSee Output Window for further details
MSG_COPY_FAILED = Copy command has failed\n\nSee Output Window for further details
MSG_ALREADY_TRACKED = File already tracked\n\nSee Output Window for further details
MSG_REVERT_FAILED = Revert command has failed\n\nSee Output Window for further details
MSG_EXPORT_FAILED = Export command has failed\n\nSee Output Window for further details
MSG_BUNDLE_FAILED = Bundle command has failed\n\nSee Output Window for further details
MSG_IMPORT_FAILED = Import command has failed\n\nSee Output Window for further details
MSG_UNABLE_TO_CREATE_PARENT_DIR = Unable to create parent directory\n\nSee Output Window for further details
MSG_BACKOUT_MERGE_COMMIT_MSG = Automated backout of revision {0}
MSG_COMMAND_ERR = ERROR Command failed:
MSG_COMMAND_INFO_ERR = Command: {0}\nOutput: {1}
MSG_ARG_LIST_TOO_LONG_ERR = \nMercurial command "hg {0}" could not be executed as too many arguments ({1}) where passed\n\nPlease perform this operation from the command line.
MSG_USING_PROXY_INFO = using IDE Options->General Proxy settings: {0}
MSG_IGNORE_FILES = When working with this Clone, if you are doing any Merges or Reverts Mercurial\nmay generate additional files with extensions, .orig, .chg and .rej.\n\nWould you like the IDE to automatically ignore them by adding these extensions\nto the clone's .hgignore file?
MSG_IGNORE_FILES_TITLE = Mercurial Working Files
MSG_UNABLE_TO_IGNORE = Ignore is not supported as .hgignore file contains syntax change line
MSG_UNABLE_TO_IGNORE_TITLE = Unable to Ignore
MSG_UNABLE_TO_UNIGNORE = Unignore is not supported as .hgignore file contains syntax change line
MSG_UNABLE_TO_UNIGNORE_TITLE = Unable to Unignore
MSG_SEARCH_HISTORY_TITLE = Search History
MSG_SEARCH_HISTORY_WARN_BOTHDATES_NEEDED_TEXT = You cannot mix Revisions and Dates.\nPlease specify both From and To Dates or Revisions only.
MSG_SEARCH_HISTORY_WARN_FROM_BEFORE_TODATE_NEEDED_TEXT = The From date is after the To date.\nPlease specify a From date before the To date.
MSG_POSSIBLE_PROXY_ISSUE_TITLE = Command Failed - Possible Proxy Issue
MSG_POSSIBLE_PROXY_ISSUE_QUERY = The Mercurial command has failed (refer to Output Window).\n\nThis may be due to your proxy settings, do you want to modify them?
LB_CHANGESET=changeset
LB_AUTHOR=author
LB_DATE=date
LB_SUMMARY=summary
FileSelector.jLabel1.text=Your selection applies to more than one repository. Please specify the folder you want to use:
LBL_FileSelector_Title=Select a Repository