org.netbeans.modules.mercurial.Bundle.properties Maven / Gradle / Ivy
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Display-Category=Base IDE
OpenIDE-Module-Long-Description=\
Integrates Mercurial functionality into NetBeans IDE
OpenIDE-Module-Name=Mercurial
OpenIDE-Module-Short-Description=Mercurial Versioning System
# Note: Changing the label below to &Mercurial, breaks the app
CTL_Mercurial_MainMenu = &Mercurial
CTL_Mercurial_DisplayName = Mercurial
## Annotator.java
MercurialAnnotator.defaultFormat = [{0}]
CTL_FileInfoStatus_Unknown = Unknown
CTL_FileInfoStatus_Excluded = Ignored
CTL_FileInfoStatus_NewLocally = Locally New
CTL_FileInfoStatus_AddedLocally = Locally Added
CTL_FileInfoStatus_AddedLocallyCopied = Locally Copied
CTL_FileInfoStatus_AddedLocallyRenamed = Locally Renamed
CTL_FileInfoStatus_AddedLocallyMoved = Locally Moved
CTL_FileInfoStatus_UpToDate = Up to date
CTL_FileInfoStatus_ModifiedLocally = Locally Modified
CTL_FileInfoStatus_DeletedLocally = Locally Deleted
CTL_FileInfoStatus_RemovedLocally = Locally Removed
CTL_FileInfoStatus_Conflict = Merge Conflict
CTL_FileInfoStatus_RemovedInRepository = Removed In Repository
CTL_FileInfoStatus_ModifiedInRepository = Modified In Repository
CTL_FileInfoStatus_NewInRepository = New In Repository
CTL_FileInfoStatus_Merge = Merge
CTL_FileInfoStatus_TextAnnotation=Additional Text Annotation
CTL_FileInfoStatus_Excluded_Short = Ignored
CTL_FileInfoStatus_NewLocally_Short = New
CTL_FileInfoStatus_AddedLocally_Short = Added
CTL_FileInfoStatus_AddedLocallyCopied_Short = Copied
CTL_FileInfoStatus_AddedLocallyMoved_Short = Moved
CTL_FileInfoStatus_AddedLocallyRenamed_Short = Renamed
CTL_FileInfoStatus_ModifiedLocally_Short = Modified
CTL_FileInfoStatus_RemovedLocally_Short = Removed
CTL_FileInfoStatus_DeletedLocally_Short = Deleted
CTL_FileInfoStatus_Conflict_Short = Conflict
CTL_PopupMenuItem_Status=Show Changes
CTL_PopupMenuItem_Diff=Diff To Base
CTL_PopupMenuItem_Update=Update...
CTL_PopupMenuItem_Commit=Commit...
CTL_PopupMenuItem_ExportDiff=Export Diff...
CTL_PopupMenuItem_ExportDiffChanges=Export Uncommitted Changes...
CTL_PopupMenuItem_ImportDiff=Import Patches...
CTL_PopupMenuItem_Ignore=Toggle Ignore
CTL_PopupMenuItem_Revert=Revert...
CTL_PopupMenuItem_Merge=Merge Changes
CTL_PopupMenuItem_Resolve=Resolve Conflicts
CTL_PopupMenuItem_MarkResolved=Mark as Resolved
CTL_PopupMenuItem_Log=Search History
CTL_PopupMenuItem_HideAnnotations=Hide Annotations
CTL_PopupMenuItem_ShowAnnotations=Show Annotations
CTL_PopupMenuItem_GetClean=Revert Modifications
CTL_PopupMenuItem_RevertDelete=Revert Delete
CTL_PopupMenuItem_View=View...
CTL_PopupMenuItem_Properties=Properties...
CTL_PopupMenuItem_IncludeInCommit=Include in Commit
CTL_PopupMenuItem_ExcludeFromCommit=Exclude from Commit
CTL_PopupMenuItem_ResolveConflicts=Resolve Conflicts...
CTL_PopupMenuItem_Delete=Delete
MSG_ActionCanceledByUser = Action canceled by user
MSG_Remove_Progress = Removing ...
MSG_VERSION_CONFIRM = Confirm Mercurial Version
MSG_VERSION_CONFIRM_QUERY = The version of Mercurial found ({0}) is not one supported by the NetBeans Mercurial Plugin.\nDo you want to use this version of Mercurial with the plugin?
MSG_VERSION_NONE_TITLE = Mercurial not Found
MSG_VERSION_NONE_MSG = Mercurial could not be found.\nNo Mercurial commands can be executed.\n\nPlease check Mercurial is installed and on your PATH.
# Capitalized letters used intentionally to emphasize the words in an output window, should be translated
MSG_VERSION_NONE_OUTPUT_MSG = INFO: Mercurial could not be found.\nNo Mercurial commands can be executed.
MSG_USING_UNRECOGNIZED_VERSION_MSG = INFO: Using unrecognized version {0} of Mercurial.
# description of the running task displayed in the progress bar
# {0} - name of the running task. Can be anything
LBL_Queued = {0} (Queued)
MSG_Contains_Modified_Locally = Contains new, modified or deleted files
MSG_Contains_Conflicts = Contains files that are in conflict with those in the repository
# Exception Handler
CTL_Action_OK = OK
CTL_ActionCanceled_Title = Action cancelled
MSG_ParsingError=The configuration file has an unsupported format and can not be loaded.\nYou can find more information in the IDE log file.
LBL_ParsingError=Unsupported format
# initial letter is not capitalized, separate part of the annotation next to a node name in the Project view
# {0} - first revision
# {1} - second revision
LBL_Annotator.label.merged.twoBranches=merged {0} {1}
# initial letter is not capitalized, separate part of the annotation next to a node name in the Project view
# {0} - first revision id
# {1} - second revision id
# {2} - branch the merge was made in
LBL_Annotator.label.merged.oneBranch=merged {0} {1} in {2}
LBL_Annotator.currentBranch.toolTip=Working on branch \"{0}\"
# {0} - first branch
# {1} - second branch
LBL_Annotator.mergeNeeded.twoBranches.toolTip=Commit is needed after merge of: {0} {1}
# {0} - first revision id
# {1} - second revision id
# {2} - branch the merge was made in
LBL_Annotator.mergeNeeded.oneBranch.toolTip=Commit is needed after merge of: {0} {1} in {2}
LBL_LookingUp=Looking up moved file...
# {0} - filename
# {1} - revision id
LBL_LookingUpAtRevision=Looking up moved file {0} at revision {1}
MSG_MoveFailed = Hg failed to move {0} to: {1}
MSG_DeleteFailed = Hg failed to delete {0}