PageRenderTime 23ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/projects/netbeans-7.3/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/Bundle.properties

https://gitlab.com/essere.lab.public/qualitas.class-corpus
Properties File | 154 lines | 83 code | 11 blank | 60 comment | 0 complexity | 7a9e3ea2c3e7099d3ca9c1455aaae29a MD5 | raw file
  1. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  2. #
  3. # Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
  4. #
  5. # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  6. # Other names may be trademarks of their respective owners.
  7. #
  8. # The contents of this file are subject to the terms of either the GNU
  9. # General Public License Version 2 only ("GPL") or the Common
  10. # Development and Distribution License("CDDL") (collectively, the
  11. # "License"). You may not use this file except in compliance with the
  12. # License. You can obtain a copy of the License at
  13. # http://www.netbeans.org/cddl-gplv2.html
  14. # or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  15. # specific language governing permissions and limitations under the
  16. # License. When distributing the software, include this License Header
  17. # Notice in each file and include the License file at
  18. # nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
  19. # particular file as subject to the "Classpath" exception as provided
  20. # by Oracle in the GPL Version 2 section of the License file that
  21. # accompanied this code. If applicable, add the following below the
  22. # License Header, with the fields enclosed by brackets [] replaced by
  23. # your own identifying information:
  24. # "Portions Copyrighted [year] [name of copyright owner]"
  25. #
  26. # Contributor(s):
  27. #
  28. # The Original Software is NetBeans. The Initial Developer of the Original
  29. # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  30. # Microsystems, Inc. All Rights Reserved.
  31. #
  32. # If you wish your version of this file to be governed by only the CDDL
  33. # or only the GPL Version 2, indicate your decision by adding
  34. # "[Contributor] elects to include this software in this distribution
  35. # under the [CDDL or GPL Version 2] license." If you do not indicate a
  36. # single choice of license, a recipient has the option to distribute
  37. # your version of this file under either the CDDL, the GPL Version 2 or
  38. # to extend the choice of license to its licensees as provided above.
  39. # However, if you add GPL Version 2 code and therefore, elected the GPL
  40. # Version 2 license, then the option applies only if the new code is
  41. # made subject to such option by the copyright holder.
  42. ##BackoutAction.java
  43. CTL_MenuItem_Backout = &Backout...
  44. ##RollbackAction.java
  45. CTL_MenuItem_Rollback = &Rollback
  46. CTL_MenuItem_RollbackRoot = &Rollback - {0}
  47. ##StripAction.java
  48. CTL_MenuItem_Strip = &Strip...
  49. ##VerifyAction.java
  50. CTL_MenuItem_Verify = &Verify
  51. MSG_ROLLBACK_PROGRESS = Rollback...
  52. MSG_NO_ROLLBACK = Nothing to rollback, can only rollback after: commit, pull, push (with this repository as destination)
  53. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  54. MSG_ROLLBACK_INFO = INFO Rollback rolls back the last transaction in this repository and can only rollback one level.
  55. MSG_ROLLBACK_TITLE = Mercurial Rollback
  56. MSG_ROLLBACK_TITLE_SEP = --------------------
  57. MSG_ROLLBACK_INFO_SEP = Rollback in:\n{0}
  58. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  59. MSG_ROLLBACK_CANCELED = INFO: Rollback canceled by user
  60. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  61. MSG_ROLLBACK_DONE = INFO: End of Mercurial Rollback
  62. MSG_ROLLBACK_CONFIRM = Confirm Rollback
  63. MSG_ROLLBACK_CONFIRM_QUERY = Roll back the last commit, push/pull, import or unbundle in this repository.\nUse with care as there is no way to undo a rollback!\n\nDo you still want to perform a Rollback?
  64. MSG_ROLLBACK_CONFIRM_UPDATE = Confirm Rollback Update
  65. MSG_ROLLBACK_FORCE_UPDATE = Carrying out a forced update of the working directory {0}
  66. MSG_ROLLBACK_MESSAGE = No Rollback Update
  67. MSG_ROLLBACK_MESSAGE_NOHISTORY = Repository Rollback has completed.\nThe working directory will not be updated as the repository now has no history.
  68. MSG_Fetching_Revisions = Fetching Revisions...
  69. MSG_Refreshing_Strip_Versions = Refreshing Strip Versions
  70. MSG_STRIP_TITLE = Mercurial Strip
  71. MSG_STRIP_TITLE_SEP = ---------------
  72. MSG_STRIP_INFO_SEP = Stripping revision {0} and descendents in:\n{1}
  73. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  74. MSG_NO_REV_STRIP = \nINFO: Unable to Strip this Revision {0}
  75. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  76. MSG_LOCAL_CHANGES_STRIP = \nStrip will not work if there are local changes. You can view them using Mercurial -> Status.\nINFO: If you wish to discard local changes, use Mercurial -> Update selecting the Forced Update option and rerun Strip.
  77. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  78. MSG_MULTI_HEADS_STRIP = \nINFO: Strip will not work across multiple heads unless the Force multihead option is selected.
  79. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  80. MSG_STRIP_RESTORE_INFO = \nINFO: Strip can be undone using the saved backup bundle. On the command line run:
  81. MSG_STRIP_RESTORE_INFO2 = hg unbundle {0}
  82. MSG_STRIP_PROGRESS = Strip...
  83. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  84. MSG_STRIP_DONE = INFO: End of Mercurial Strip
  85. MSG_STRIP_REVISION_PARENT = parent of the working copy
  86. MSG_BACKOUT_TITLE = Mercurial Backout
  87. MSG_BACKOUT_TITLE_SEP = -----------------
  88. MSG_BACKOUT_INFO_SEP = Backout revision {0} in:\n{1}
  89. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  90. MSG_NO_REV_BACKOUT = \nINFO: Unable to Backout this Revision {0}
  91. MSG_BACKOUT_PROGRESS = Backout...
  92. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  93. MSG_BACKOUT_DONE = INFO: End of Mercurial Backout
  94. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  95. MSG_UNCOMMITTED_CHANGES_BACKOUT = \nBackout will not work if there are uncommitted local changes. You can view them using Mercurial -> Status.\nINFO: If you wish to discard these changes, use Mercurial -> Update selecting the Forced Update option and rerun Backout.
  96. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  97. MSG_MERGE_CSET_BACKOUT = \nCannot backout a backout merge changeset.\nINFO: Either run hg backout --parent from the command line or use Mercurial -> Rollback.
  98. MSG_BACKOUT_MERGE_CONFIRM_TITLE = Confirm Merge after Backout
  99. MSG_BACKOUT_MERGE_CONFIRM_QUERY = Backout has completed and Merge is Required.\nMerge the backout changeset now?
  100. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  101. MSG_BACKOUT_MERGE_DO = INFO MERGE: Performing Merge with backout changeset
  102. MSG_VERIFY_TITLE = Mercurial Verify
  103. MSG_VERIFY_TITLE_SEP = ----------------
  104. MSG_VERIFY_INFO = Verifying repository {0}...
  105. MSG_VERIFY_PROGRESS = Verify...
  106. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  107. MSG_VERIFY_DONE = INFO: End of Mercurial Verify
  108. CTL_StripForm_Action_Strip=&Strip
  109. ACSD_StripForm_Action_Strip=Strip
  110. ACSN_StripForm_Action_Strip=Strip
  111. CTL_StripForm_Action_Cancel=&Cancel
  112. ACSD_StripForm_Action_Cancel=Cancel
  113. ACSN_StripForm_Action_Cancel=Cancel
  114. CTL_StripDialog=Strip - {0}
  115. ACSD_StripDialog=Strip - {0}
  116. StripPanel.revisionsLabel.text=Choose from &Revisions:
  117. StripPanel.infoLabel.text=Strip selected revision and it's descendants from the repository
  118. StripPanel.infoLabel2.text=(updates the working dir to the first parent of the stripped revision)
  119. StripPanel.doBackupChxBox.text= Save a &backup so stripped revisions can be reapplied
  120. StripPanel.jPanel1.border.title= Options
  121. StripPanel.doForcedMultiHeadStripChxBox.text=Force multi-head removal if required
  122. BackoutPanel.revisionsLabel.text=Choose from &Revisions:
  123. BackoutPanel.infoLabel.text=Backout selected revision from the repository
  124. BackoutPanel.infoLabel2.text=(creates a backout changeset to back out only this revision)
  125. BackoutPanel.jPanel1.border.title= Options
  126. BackoutPanel.doMergeChxBox.text=Automerge the backout changeset with tip and commit
  127. MSG_Refreshing_Backout_Versions = Refreshing Backout Versions
  128. CTL_BackoutForm_Action_Backout=&Backout
  129. ACSD_BackoutForm_Action_Backout=Backout
  130. ACSN_BackoutForm_Action_Backout=Backout
  131. CTL_BackoutForm_Action_Cancel=&Cancel
  132. ACSD_BackoutForm_Action_Cancel=Cancel
  133. ACSN_BackoutForm_Action_Cancel=Cancel
  134. CTL_ChoosenRevision= Chosen &Revision:
  135. CTL_BackoutDialog=Backout - {0}
  136. ACSD_BackoutDialog=Backout - {0}
  137. # {0} - changeset id template={revision}
  138. BackoutPanel.commitMsgField.text=Autocommit of backout changeset for {0}
  139. BackoutPanel.commitLabel.text=Co&mmit Msg:
  140. ACSD_doBackupChxBox=Specifies a backup should be done before the strip
  141. ACSD_revisionsComboBox=Specifies the revision to be stripped
  142. ACSD_revisionsComboBoxBackout=Specifies the revision to be backed out
  143. ACSD_commitMsgField=Specifies the commit message to be used for backout changeset