blob: defa86ec4983214a36f2dbcba0e926f2b35cb93d [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-2009 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.
##FetchAction.java
CTL_MenuItem_FetchLocal = &Fetch
CTL_MenuItem_FetchRoot = &Fetch - {0}
##PullAction.java
CTL_MenuItem_PullLocal = Pull &from default
CTL_MenuItem_PullRoot = Pull &from default - {0}
##PullOtherAction.java
CTL_MenuItem_PullOther = Pu&ll Other...
MSG_PULL_PROGRESS = Pulling...
MSG_PULL_FROM = INFO Pulled From: {0} - {1}
MSG_PULLING_FROM = INFO Pulling From: {0} - {1} ...
MSG_PULL_FROM_NONAME = INFO Pulled From: {0}
MSG_PULLING_FROM_NONAME = INFO Pulling From: {0} ...
MSG_PULL_TO_NONAME = INFO To: {0}
MSG_PULL_TO = INFO To: {0} - {1}
MSG_PULL_TITLE = Mercurial Pull
MSG_PULL_TITLE_SEP = --------------
MSG_PULL_DONE = INFO: End of Mercurial Pull
MSG_CHANGESETS_TO_PULL = INFO Changesets to pull:
MSG_NO_DEFAULT_PULL_SET = No default Pull path set for this project.\n\nPlease set a default Pull path using Mercurial > Properties.
MSG_NO_DEFAULT_PULL_SET_MSG = No default Pull path set for this project.\nPlease set a default Pull path using Mercurial > Properties.
MSG_DEFAULT_PULL_INVALID = Default Pull path set for this project\n ({0})\nis not a valid URL for Mercurial.\nPlease set a valid Pull path using Mercurial > Properties.
MSG_PULL_MERGE_CONFIRM_TITLE = Confirm Merge after Pull
MSG_PULL_MERGE_CONFIRM_QUERY = Pull has completed and Merge is Required.\nMerge the pulled changes now?
MSG_PULL_MERGE_UNCOMMITTED_CONFIRM_QUERY = Pull has completed and there were uncommitted merges.\nMerge is Required.\nMerge the pulled changes now?
MSG_PULL_MERGE_DO = INFO MERGE: Performing Merge with pulled changes
MSG_EXTERNAL_REPOSITORY = <External Repository>
#PullOther
CTL_PullDialog_Title = Pull Dialog
CTL_Pull_Action_Pull = &Pull
ACSD_Pull_Action_Pull = Pull
ACSN_Pull_Action_Pull = Pull
CTL_Pull_Action_Cancel = &Annuleren
ACSD_Pull_Action_Cancel = Annuleren
ACSN_Pull_Action_Cancel = Annuleren
MSG_PULL_LOCALMODS_CONFIRM_QUERY = There are conflict/locally modified/new file(s) that will be overridden by Pull.\nDo you still want to perform the Pull?
MSG_PULL_LOCALMODS_CONFIRM_TITLE = Confirm Pull with Local Modifications
MSG_PULL_LOCALMODS_CANCEL = INFO Pull cancelled by user as there are conflict/locally modified/new file(s).
MSG_PULL_OVERWRITE_LOCAL = WARNING Pull will overwrite the following conflict/locally modified/new file(s):
MSG_FETCH_TITLE = Mercurial Fetch
MSG_FETCH_TITLE_SEP = ---------------
MSG_FETCH_LAUNCH_INFO = INFO: Running Fetch for {0}
MSG_FETCH_PROGRESS = Fetching...
MSG_FETCH_SETFETCH_PROP_CONFIRM_TITLE = Add Fetch Extension
MSG_FETCH_SETFETCH_PROP_CONFIRM_QUERY= To work fetch requires the Fetch extension to be added to your .hgrc config file.\n\nDo you want this extension added now?
MSG_FETCH_SETHGK_PROP_DO_INFO = INFO: Setting fetch in your .hgrc config file
MSG_FETCH_NOTSETHGK_PROP_INFO = INFO: fetch not set in your .hgrc config file, so Fetch can not be run
MSG_FETCH_DONE = INFO: End of Mercurial Fetch