blob: fc4abf0e335080fadc8a1f1864875859e943ab3b [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.
##UpdateAction.java
CTL_MenuItem_Update = &Update...
##ResolveConflictsAction.java
CTL_MenuItem_Resolve = &Resolve Conflicts
##ConflictsResolvedAction.java
CTL_MenuItem_MarkResolved = &Mark as Resolved
##RevertModificationsAction.java
CTL_MenuItem_GetClean = &Revert Modifications
Diff.titleWorkingFile = Local Working File
Diff.titleRevision = Revision {0}
Merge.titleResult = Result after merge
MSG_NoConflictsFound=No Conflicts found\!
CTL_RevertForm_Action_Revert=&Revert
ACSD_RevertForm_Action_Revert=Revert
ACSN_RevertForm_Action_Revert=Revert
CTL_RevertForm_Action_Cancel=&Cancel
ACSD_RevertForm_Action_Cancel=Avbryt
ACSN_RevertForm_Action_Cancel=Avbryt
CTL_RevertDialog=Revert Modifications - {0}
CTL_MultiRevertDialog=Revert Modifications - Multiple Files
ACSD_RevertDialog=Revert Modifications - {0}
ACSD_MultiRevertDialog=Revert Modifications - Multiple Files
MSG_Update_Progress=Updating...
MSG_Revert_Progress=Reverting...
CTL_UpdateForm_Action_Update=&Uppdatera
ACSD_UpdateForm_Action_Update=Uppdatera
ACSN_UpdateForm_Action_Update=Uppdatera
CTL_UpdateForm_Action_Cancel=&Cancel
ACSD_UpdateForm_Action_Cancel=Avbryt
ACSN_UpdateForm_Action_Cancel=Avbryt
CTL_UpdateDialog=Update Repository - {0}
ACSD_UpdateDialog=Update Repository - {0}
MSG_UPDATE_TITLE = Mercurial Update
MSG_UPDATE_TITLE_SEP = ----------------
MSG_UPDATE_INFO_SEP = Update to revision {0} in:\n{1}
MSG_UPDATE_DONE = INFO: End of Update
MSG_REVERT_TITLE = Mercurial Revert
MSG_REVERT_TITLE_SEP = ----------------
MSG_REVERT_REVISION_STR = Reverting to revision {0}
MSG_REVERT_DONE = INFO: End of Revert
MSG_REVERT_NOTHING = Nothing yet committed, so nothing to revert.
MSG_REVERT_NOFILES = No files to revert.
MSG_Refreshing_Revert_Versions = Refreshing Revert Versions
MSG_Refreshing_Update_Versions = Refreshing Update Versions
MSG_ConflictResolved_Progress = Marking resolved...
RevertModificationsPanel.infoLabel.text=Revert selected files to their state in the chosen revision
RevertModificationsPanel.infoLabel2.text=(only modifies the working directory, not the repository)
RevertModificationsPanel.doBackupChxBox.text=&Back up any Locally Modified files to <file>.orig
UpdatePanel.infoLabel.text=Update files in the Repository's working directory to the selected revision
UpdatePanel.infoLabel2.text=(Set Repository's working dir parent to this revision)
UpdatePanel.forcedUpdateChxBox.text=Do a Forced Update - ANY local changes to this Repository will be lost!
ACSD_doBackupChxBox=Specifies that any file which is locally modified is backed up first
ACSD_revisionsComboBox=Specified the revision to be reverted to
MSG_UPDATE_CONFIRM = Confirm Repository Update
MSG_UPDATE_CONFIRM_QUERY = Forced Update acts on the WHOLE Repository. ALL local changes for the Repository,\nnot just the selected context, will be LOST!\n\nDo a Forced Update of the Repository's working directory?
MSG_UPDATE_FORCED = Carrying out a Forced Update of the whole Repository''s working directory {0}
MSG_UPDATE_CANCELED = \nINFO: Forced Update canceled by user
MSG_PreparingMerge = Preparing merge...