All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.mercurial.util.Bundle.properties Maven / Gradle / Ivy

There is a newer version: RELEASE220
Show newest version
# 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.

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_QQUEUE_SWITCH_FAILED = Switching queue failed\n\nSee Output Window for further details
MSG_QPUSH_FAILED = Push patches failed\n\nSee Output Window for further details
MSG_QPOP_FAILED = Pop patches failed\n\nSee Output Window for further details
MSG_QGOTO_FAILED = Go to patch failed\n\nSee Output Window for further details

MSG_BACKOUT_MERGE_COMMIT_MSG = Automated backout of revision {0}

# Capitalized letters used intentionally to emphasize the words in an output window, should be translated
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_BRANCH=branch
LB_TAGS=tags
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy