blob: 71e93b5c52c0a2b72b91699ba012c55571442387 [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-2009 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.
#CTL_Issue=#{0} - {1}
CTL_NewIssue=New Issue
CTL_Issue_ID_Title=ID
CTL_Issue_ID_Desc=Issue ID
CTL_Issue_Severity_Title=Severity
CTL_Issue_Severity_Desc=Issue Severity
CTL_Issue_Issue_Type_Title=Issue Type
CTL_Issue_Issue_Type_Desc=Issue Type
CTL_Issue_Priority_Title=Priority
CTL_Issue_Priority_Desc=Issue Priority
CTL_Issue_Status_Title=Status
CTL_Issue_Status_Desc=Issue Status
CTL_Issue_Resolution_Title=Resolution
CTL_Issue_Resolution_Desc=Issue Resolution
CTL_Issue_Summary_Title=Sammanfattning
CTL_Issue_Summary_Desc=Issue Summary
CTL_Issue_Assigned_Title=Assigned To
CTL_Issue_Assigned_Desc=User to whom the issue is assigned
CTL_Issue_Product_Title=Product
CTL_Issue_Product_Desc=Issue Product
CTL_Issue_Component_Title=Component
CTL_Issue_Component_Desc=Issue Component
CTL_Issue_Version_Title=Version
CTL_Issue_Version_Desc=Issue Version
CTL_Issue_OS_Title=OS
CTL_Issue_OS_Desc=Issue OS
CTL_Issue_Platform_Title=Platform
CTL_Issue_Platform_Desc=Issue Platform
CTL_Issue_Milestone_Title=Milestone
CTL_Issue_Milestone_Desc=Issue Milestone
CTL_Issue_Reporter_Title=Reporter
CTL_Issue_Reporter_Desc=Issue Reporter
CTL_Issue_Modification_Title=Modifierad
CTL_Issue_Modification_Desc=Last time the issue was modified
CTL_Issue_QA_Contact_Title=QA Contact
CTL_Issue_QA_Contact_Desc=Issue QA Contact
CTL_Issue_Keywords_Title=Keywords
CTL_Issue_Keywords_Desc=Issue Keywords
CTL_Issue_Whiteboard_Title=Status Whiteboard
CTL_Issue_Whiteboard_Desc=Issue Status Whiteboard
# IssuePanel
IssuePanel.productLabel.text=Prod&uct:
IssuePanel.componentLabel.text=Co&mponent:
IssuePanel.versionLabel.text=&Version:
IssuePanel.platformLabel.text=Plat&form:
IssuePanel.statusLabel.text=&Status:
IssuePanel.resolutionLabel.text=&Resolution:
IssuePanel.priorityLabel.text=&Priority:
IssuePanel.targetMilestoneLabel.text=&Target Milestone:
IssuePanel.urlLabel.text=UR&L:
IssuePanel.keywordsLabel.text=Key&words:
IssuePanel.reportedLabel.text=Reported:
# {0} creation, {1} reporter
IssuePanel.reportedLabel.format={0} by {1}
IssuePanel.modifiedLabel.text=Modified:
IssuePanel.assignedLabel.text=&Assigned to:
IssuePanel.qaContactLabel.text=&QA Contact:
IssuePanel.ccLabel.text=&CC:
IssuePanel.dependsLabel.text=&Depends on:
IssuePanel.blocksLabel.text=Bloc&ks:
IssuePanel.addCommentLabel.text=Add your comme&nt:
IssuePanel.submitButton.text=Su&bmit Changes
IssuePanel.submitButton.text.new=Su&bmit Issue
IssuePanel.cancelButton.text=Cancel C&hanges
IssuePanel.attachmentsLabel.text=Attachments:
# {0} id, {1} summary
IssuePanel.headerLabel.format=Issue #{0} - {1}
# {0} id
IssuePanel.submitMessage=Submitting changes to issue {0}
IssuePanel.submitNewMessage=Submitting new issue
IssuePanel.refreshButton.text=R&efresh Issue
IssuePanel.refreshMessage=Refreshing issue {0}
IssuePanel.duplicateLabel.text=of Issue
IssuePanel.keywordsButton.text=...
IssuePanel.keywordsButton.message=Select or deselect issue keywords.
IssuePanel.blocksButton.text=...
IssuePanel.blocksButton.message=&Select issue that this issue blocks.
IssuePanel.dependsOnButton.text=...
IssuePanel.dependsOnButton.message=&Select issue that this issue depends on.
IssuePanel.duplicateButton.text=...
IssuePanel.duplicateButton.message=&Select the duplicate issue.
IssuePanel.attachment.noDescription=<no description>
IssuePanel.summaryLabel.text=Summar&y:
IssuePanel.description=Descriptio&n:
IssuePanel.noSummary=Missing summary.
IssuePanel.noComponent=Misssing component.
IssuePanel.noTargetMilestone=Missing target milestone.
IssuePanel.noVersion=Missing version.
IssuePanel.cyclicDependency=This issue cannot block and depend on the same issue.
# {0} field name {1} old value {2} new value
IssuePanel.fieldModifiedWarning=Someone changed {0} field (from "{1}" to "{2}") while you were editing this issue.
# {0} field name {1} new value
IssuePanel.fieldModifiedError=Someone changed {0} field (to "{1}") before you submitted your changes. Submit will override this change.
IssuePanel.commentAddedWarning=Someone added a comment while you were editing this issue. Read it below.
IssuePanel.invalidKeyword=Keywords field contains non-existing keyword(s).
IssuePanel.reloadButton.text=Reload Attributes
IssuePanel.reloadMessage=Reloading server attributes
IssuePanel.refreshButton.toolTipText=Load the latest issue data from the server.
IssuePanel.reloadButton.toolTipText=Reload sever attributes like the list of components, versions, etc.
IssuePanel.tasklistButton.add=Add to Tasklist
IssuePanel.tasklistButton.remove=Remove from Tasklist
IssuePanel.statusWhiteboardLabel.text=Status Whiteboard:
IssuePanel.issueTypeLabel.text=Issue Type:
# IssuePanel - A11Y
IssuePanel.productCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.productField.AccessibleContext.accessibleDescription=I/T
IssuePanel.componentCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.versionCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.platformCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.osCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.statusCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.resolutionCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.resolutionField.AccessibleContext.accessibleDescription=I/T
IssuePanel.priorityCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.severityCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.targetMilestoneCombo.AccessibleContext.accessibleDescription=I/T
IssuePanel.urlField.AccessibleContext.accessibleDescription=I/T
IssuePanel.keywordsField.AccessibleContext.accessibleDescription=I/T
IssuePanel.keywordsButton.AccessibleContext.accessibleDescription=Opens keywords chooser
IssuePanel.reportedField.AccessibleContext.accessibleDescription=I/T
IssuePanel.modifiedField.AccessibleContext.accessibleDescription=I/T
IssuePanel.assignedField.AccessibleContext.accessibleDescription=I/T
IssuePanel.qaContactField.AccessibleContext.accessibleDescription=I/T
IssuePanel.ccField.AccessibleContext.accessibleDescription=I/T
IssuePanel.duplicateField.AccessibleContext.accessibleDescription=Number of duplicate issue
IssuePanel.duplicateButton.AccessibleContext.accessibleDescription=Opens issue chooser
IssuePanel.dependsField.AccessibleContext.accessibleDescription=I/T
IssuePanel.dependsOnButton.AccessibleContext.accessibleDescription=Opens issue chooser
IssuePanel.blocksField.AccessibleContext.accessibleDescription=I/T
IssuePanel.blocksButton.AccessibleContext.accessibleDescription=Opens issue chooser
IssuePanel.refreshButton.AccessibleContext.accessibleDescription=I/T
IssuePanel.summaryField.AccessibleContext.accessibleDescription=I/T
IssuePanel.addCommentArea.AccessibleContext.accessibleDescription=I/T
IssuePanel.submitButton.AccessibleContext.accessibleDescription=I/T
IssuePanel.cancelButton.AccessibleContext.accessibleDescription=I/T
# {0} NB version {1} OS name {2} OS version {3} OS arch
# {4} Java version {5} java.vm.name {6} java.vm.version
#IssuePanel.newIssue.netbeansInfo=Product Version = {0}\nOperating System = {1} version {2} running on {3}\nJava; VM; Vendor = {4}\nRuntime = {5} {6}\n
# CommentsPanel
# {0} summary
CommentsPanel.leftLabel.format=<html><b>Description - {0}
CommentsPanel.leftLabel.text=Comment
# {0} timestamp {1} user
CommentsPanel.rightLabel.format={0} by {1}
Comments.replyButton.text=Reply
CommentsPanel.textPane.AccessibleContext.accessibleName=Comment or description
CommentsPanel.textPane.AccessibleContext.accessibleDescription=Comment or description of the issue
CommentsPanel.replyButton.AccessibleContext.accessibleDescription=Reply to the comment
# AttachmentsPanel
AttachmentsPanel.noneLabel.text=none
AttachmentsPanel.createNewButton.text=create new
AttachmentsPanel.table.description=Beskrivning
AttachmentsPanel.table.filename=Filnamn
AttachmentsPanel.table.date=Datum
AttachmentsPanel.table.author=F\u00f6rfattare
AttachmentPanels.createNewButton.AccessibleContext.accessibleDescription=I/T
AttachmentPanels.patchButton.AccessibleContext.accessibleDescription=Apply the patch
AttachmentPanels.filenameButton.AccessibleContext.accessibleDescription=Open the attachment
AttachmentPanel.browseButton.text=Bl\u00e4ddra
AttachmentPanel.deleteButton.text=delete
AttachmentPanel.descriptionLabel.text=Beskrivning:
AttachmentPanel.fileTypeLabel.text=File Type:
AttachmentPanel.patchLabel.text=Patch:
AttachmentPanel.fileType.automatic=Automatic
AttachmentPanel.fileType.textPlain=Plain text
AttachmentPanel.fileType.textHTML=HTML source
AttachmentPanel.fileType.applicationXML=XML source
AttachmentPanel.fileType.imageGIF=GIF image
AttachmentPanel.fileType.imageJPEG=JPEG image
AttachmentPanel.fileType.imagePNG=PNG imgage
AttachmentPanel.fileType.binary=Binary file
AttachmentPanel.fileField.AccessibleContext.accessibleName=Filnamn
AttachmentPanel.fileField.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.browseButton.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.deleteButton.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.descriptionField.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.fileTypeCombo.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.patchChoice.AccessibleContext.accessibleDescription=I/T
AttachmentPanel.patchChoice.AccessibleContext.accessibleName=Patch
LBL_NEW_STATUS=Ny
LBL_SUMMARY_CHANGED_STATUS=Summary changed
LBL_CC_FIELD_CHANGED_STATUS=CC field changed
LBL_KEYWORDS_CHANGED_STATUS=Keywords changed
LBL_DEPENDENCE_CHANGED_STATUS=Dependence changed
LBL_CHANGED_TO={0} changed to {1}
LBL_CHANGES_INCL_SUMMARY= {0} changes, incl. summary
LBL_CHANGES_INCL_PRIORITY= {0} changes, incl. priority
LBL_CHANGES_INCL_SEVERITY= {0} changes, incl. severity
LBL_CHANGES_INCL_ISSUE_TYPE= {0} changes, incl. issue type
LBL_CHANGES_INCL_PRODUCT= {0} changes, incl. product
LBL_CHANGES_INCL_COMPONENT= {0} changes, incl. component
LBL_CHANGES_INCL_PLATFORM= {0} changes, incl. platform
LBL_CHANGES_INCL_VERSION= {0} changes, incl. version
LBL_CHANGES_INCL_MILESTONE= {0} changes, incl. milestone
LBL_CHANGES_INCL_KEYWORDS= {0} changes, incl. keywords
LBL_CHANGES_INCL_URL= {0} changes, incl. url
LBL_CHANGES_INCL_ASSIGNEE= {0} changes, incl. Assignee
LBL_CHANGES_INCL_QA_CONTACT= {0} changes, incl. qa contact
LBL_CHANGES_INCLUSIVE_DEPENDENCE= {0} changes, inclusive dependence
LBL_CHANGES={0} changes
LBL_COMMENTS_CHANGED={0} new comment(s)
LBL_ATTACHMENTS_CHANGED=Attachment(s) added
Attachment.DefaultAction.name=\u00d6ppna
Attachment.SaveAction.name=Spara
Attachment.ApplyPatchAction.name=Apply
Attachment.open.progress=Opening attachment {0}
Attachment.saveToFile.progress=Saving attachment {0}
Attachment.applyPatch.progress=Applicera patchen {0}
BugzillaIssueProvider.loadingIssue = Loading issue...
BugzillaIssueProvider.resolveAction=Resolve...
BugzillaIssueProvider.resolveIssueButton.text=Resolve Issue
BugzillaIssueProvider.resolveIssueMessage=Resolving issue {0}
BugzillaIssueProvider.resolveAction.notPermitted=Resolve action is not permitted\nIssue is already closed.
ResolveIssuePanel.resolutionLabel.text=&Resolution:
ResolveIssuePanel.commentLabel.text=Co&mment:
ResolveIssuePanel.duplicateButton.text=...
ResolveIssuePanel.resolveButton=&Resolve
ResolveIssuePanel.resolutionCombo.AccessibleContext.accessibleDescription=I/T
ResolveIssuePanel.duplicateField.AccessibleContext.accessibleDescription=Number of duplicate issue
ResolveIssuePanel.duplicateButton.AccessibleContext.accessibleDescription=Opens issue chooser
ResolveIssuePanel.textArea.AccessibleContext.accessibleDescription=I/T
ResolveIssuePanel.duplicateLabel.text=of &Issue
IssuePanel.showInBrowserButton.text=Show in Browser