blob: 4beae7dae3a23ba6ee02def0479f8e9714b0a259 [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-2008 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.
## DiffAction.java
CTL_MenuItem_Diff = &Diff
CTL_MenuItem_Diff_Context = &Diff
CTL_MenuItem_Diff_Context_Multiple = &Diff Files
CTL_MenuItem_Diff_Projects=&Diff {0} Projects
CTL_MenuItem_DiffRunning = Diffing
CTL_MenuItem_DiffRunning_Context = Diffing "{0}"
CTL_MenuItem_DiffRunning_Context_Multiple = Diffing Files
CTL_MenuItem_DiffRunning_Projects=Diffing {0} Projects
## DiffStreamSource.java
#{0} = getTitle()
BK5001=[Binary File {0}]
## DiffTopComponent.java
ACSN_Diff_Top_Component = Diff
ACSD_Diff_Top_Component = Diff
## DiffMainPanal.java
CTL_DiffPanel_Title = {0} [ Diff ]
MSG_DiffPanel_NoContent = <Fetching Files from Repository. Please wait ...>
MSG_DiffPanel_NoFileSelected = <No File Selected>
CTL_DiffPanel_Local=&Local
CTL_DiffPanel_Local_Tooltip=Show Locally Modified Files
CTL_DiffPanel_Remote=&Remote
CTL_DiffPanel_Remote_Tooltip=Show Remotely Modified Files
CTL_DiffPanel_All=R&emote vs Local
CTL_DiffPanel_All_Tooltip=Show Both Locally and Remotely Modified Files
CTL_DiffPanel_Next_Tooltip=Go to Next Difference
CTL_DiffPanel_Prev_Tooltip=Go to Previous Difference
CTL_DiffPanel_Update_Tooltip=Uppdatera Alla
CTL_DiffPanel_Commit_Tooltip=Arkivera Alla
MSG_RefreshDiff_Tooltip = Refresh Diff
MSG_UpdateDiff_Tooltip = Update "{0}"
MSG_CommitDiff_Tooltip = Commit "{0}"
MSG_DiffPanel_NoBaseRevision = No Base Revision
MSG_DiffPanel_BaseRevision = Base ({0})
MSG_DiffPanel_RemoteModified = Remotely Modified (Based On {0})
MSG_DiffPanel_LocalModified = Locally Modified (Based On {0})
MSG_DiffPanel_LocalConflict = Local Conflict (Based On {0})
MSG_DiffPanel_LocalNew = Locally New
MSG_DiffPanel_LocalDeleted = Locally Deleted
MSG_DiffPanel_RemoteNew = Remotely New
MSG_DiffPanel_RemoteDeleted = Remotely Deleted
MSG_DiffPanel_NoLocalChanges = <No Local Changes>
MSG_DiffPanel_NoRemoteChanges = <No Remote Changes>
MSG_DiffPanel_NoAllChanges = <No Local or Remote Changes>
CTL_Diff_DiffAll = Di&ff All Files
CTL_DiffAll_WindowTitle = {0} Projekt
MSG_Refresh_Progress=Updating Statuses...
MSG_PrepareSetups_Progress=Preparing diff setups...
LBL_Diff_Property = {0} Property
LBL_Diff_PropertyBase = {0} Property Base
LBL_Diff_PropertyLocallyModified = {0} Property Locally Modified
LBL_Diff_PropertyLocallyDeleted = {0} Property Locally Deleted
LBL_Diff_PropertyLocallyNew = {0} Property Locally New
LBL_Diff_NoBinaryDiff=[No Diff, Binary Value]
LBL_Diff_NoFolderDiff=[No Content, This is a Folder]
LBL_Diff_Anonymous=anonymous
LBL_Diff_Padding=[Padding Below the Diff]
LBL_Diff_NoLocalFile=\tNo local file
## ExportDiffAction.java
CTL_MenuItem_ExportDiff = E&xport Diff Patch...
CTL_MenuItem_ExportDiff_Context = E&xport Diff Patch...
CTL_MenuItem_ExportDiff_Context_Multiple = E&xport Files Diff Patch...
CTL_MenuItem_ExportDiff_Projects=E&xport {0} Projects Diff Patch...
CTL_MenuItem_ExportDiffRunning = Exporting Diff Patch
CTL_MenuItem_ExportDiffRunning_Context = Exporting "{0}" Diff Patch
CTL_MenuItem_ExportDiffRunning_Context_Multiple = Exporting Files Diff Patch
CTL_MenuItem_ExportDiffRunning_Projects=Exporting {0} Projects Diff Patch
BK3001=In selected context there is nothing to export\!
BK3003=Diff patch export failed\!
#{0} count
BK3004=Diff patch exported {0} diffs.
MSG_BadSelection_Title = Illegal file set
MSG_BadSelection_Prompt = Your patch cannot contain files from different filesystem drives.
CTL_DiffTable_Column_Name_Title = Fil
CTL_DiffTable_Column_Name_Desc = Namn p\u00e5 filen
CTL_DiffTable_Column_Property_Title = Property
CTL_DiffTable_Column_Property_Desc = Name of the property
CTL_DiffTable_Column_Status_Title = Status
CTL_DiffTable_Column_Status_Desc = Versioning status of the resource
CTL_DiffTable_Column_Location_Title = Plats
CTL_DiffTable_Column_Location_Desc = Repository location of the resource
ACSN_DiffTable = Diff view
ACSD_DiffTable = Shows lists of files that have changed
refreshButton.toolTipText=Refresh Diff