PageRenderTime 26ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://gitlab.com/essere.lab.public/qualitas.class-corpus
Properties File | 105 lines | 58 code | 2 blank | 45 comment | 0 complexity | e9eb2d14e1ace22c1fee115692137bc4 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. #CreateTagAction
  43. CTL_MenuItem_CreateTag=&Create Tag...
  44. CTL_PopupMenuItem_CreateTag = Create Tag...
  45. MSG_CREATE_TITLE = Mercurial Create Tag
  46. MSG_CREATE_TITLE_SEP = ----------------
  47. MSG_CREATE_INFO_SEP = Create Tag {0} in:\n{1}
  48. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  49. MSG_CREATE_DONE = INFO: End of Create
  50. MSG_CreateTag_Progress=Creating Tag {0}...
  51. CTL_CreateTag.ok.text=&Create
  52. LBL_CreateTagPanel.title=Create Tag
  53. CreateTagPanel.lblTagName.text=Tag &Name:
  54. CreateTagPanel.lblTagName.TTtext=Name of Tag you want to create
  55. CreateTagPanel.lblRevision.toolTipText=Revision you want to tag
  56. CreateTagPanel.lblRevision.text=&Revision:
  57. CreateTagPanel.txtRevision.text=
  58. CreateTagPanel.lblMessage.toolTipText=Message used as the commit message for a corresponding commit
  59. CreateTagPanel.lblMessage.text=&Message:
  60. CreateTagPanel.btnSelectRevision.text=&Select
  61. MSG_Revision_Parent=parent of the working copy
  62. CreateTagPanel.cbLocal.text=&Local Tag
  63. CreateTagPanel.cbLocal.TTtext=No commit will be created for this tag and it will not be pushed to remote repositories
  64. MSG_Fetching_Revisions=Loading revisions...
  65. CreateTag.ChangesetPicker.jLabel1.text=Select a revision to be tagged
  66. CreateTag.ChangesetPicker.jLabel2.text=(for contents of listed revisions refer to Show History)
  67. CTL_CreateTag.ChangesetPicker_SelectButton=&Select
  68. CTL_CreateTag.ChangesetPicker_Title=Select Revision To Tag
  69. #Manage Tags
  70. CTL_MenuItem_ManageTags=&Manage Tags...
  71. CTL_PopupMenuItem_ManageTags=Manage Tags...
  72. LBL_TagManagerPanel.title=Manage Tags - {0}
  73. TagManagerPanel.txtFilter.text=
  74. TagManagerPanel.jLabel6.toolTipText=Displays only tags containing the following string
  75. TagManagerPanel.jLabel6.text=&Filter:
  76. TagManagerPanel.btnRemove.toolTipText=Deletes the selected tag
  77. TagManagerPanel.btnRemove.text=Re&move
  78. TagManagerPanel.jLabel1.text=&Tags
  79. TagManagerPanel.jLabel1.TTtext=List of tags
  80. TagManagerPanel.jLabel2.text=Tag &name:
  81. TagManagerPanel.txtTagName.text=
  82. TagManagerPanel.lblLocal.text=local tag
  83. TagManagerPanel.jLabel3.text=Tagged &Commit
  84. TagManagerPanel.btnUpdate.toolTipText=Opens the Update dialog with the preselected revision
  85. TagManagerPanel.btnUpdate.text=U&pdate To
  86. LBL_TagManager.tag.local = local
  87. MSG_Tag_Loading=Loading tags...
  88. TagManagerPanel.jLabel5.text=&Revision:
  89. TagManagerPanel.txtTaggedRevision.text=
  90. CTL_TagManagerPanel.removeTag.okButton.text=&Remove
  91. LBL_TagManagerPanel.removeTag.title=Remove Tag - {0}
  92. CTL_TagManagerPanel.removeTag.confirmation.message=Do you really want to remove local tag \"{0}\"?
  93. RemoveTagPanel.jLabel2.TTtext=sss
  94. RemoveTagPanel.lblMessage.text=Commit &Message:
  95. RemoveTagPanel.lblMessage.TTtext=The message will be used as a commit message for the commit removing the tag
  96. RemoveTagPanel.lblText.text=jLabel1
  97. CTL_TagManagerPanel.removeTagPanel.text=Do you want to remove tag \"{0}\"?
  98. MSG_TagManagerPanel.removing.progressName=Deleting Tag {0}...
  99. MSG_DELETE_TAG_TITLE = Mercurial Remove Tag
  100. MSG_DELETE_TAG_TITLE_SEP = ----------------
  101. MSG_DELETE_TAG_INFO_SEP = Remove Tag {0} in:\n{1}
  102. # Capitalized letters used intentionally to emphasize the words in an output window, should be translated
  103. MSG_DELETE_TAG_DONE = INFO: End of Removal