Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 963ec274bd6f014f3fd3a2b988260becfb17abf9 (plain) (tree)






















































































































                                                                                    
##################################################################################
# Copyright (c) 2011, 2014 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Target Explorer, TCF File System Extensions
providerName = Eclipse.org - Target Explorer

# ***** Navigator Content *****

navigatorContent.name = File System

# ***** Editor Pages *****

FSExplorerEditorPage.name=File System

# ***** Preference and Property Pages *****

GeneralInformationPage.name=General

preference.page.name = File System

# ***** Wizards and Wizard Pages *****

NewWizards.category.filesystem.name=Remote File System

newfile.wizard.name = File
newfile.wizard.description = Please specify the attributes of the file.
newfolder.wizard.name = Folder
newfolder.wizard.description = Please specify the attributes of the folder.

# ***** Filter *****

FSTreeViewerFilter.hiddenFiles=Hidden files and folders
FSTreeViewerFilter.systemFiles=Protected operating system files

# ***** Actions/Commands *****

PropertiesAction.label=Properties
PropertiesAction.tooltip=Show Properties of Selection

fsmenu.open.label = Open
fsmenu.refresh.label = Refresh
fsmenu.update.label = Update
fsmenu.commit.label = Commit
fsmenu.merge.label = Merge
fsmenu.revert.label = Revert

temenu.open.label = Open
temenu.refresh.label = Refresh
temenu.update.label = Update
temenu.commit.label = Commit
temenu.merge.label = Merge
temenu.revert.label = Revert

command.refresh.name = Refresh File
command.update.name = Update File
command.commit.name = Commit File
command.merge.name = Merge File
command.revert.name = Revert File

command.delete.label=Delete
command.delete.description=Delete the selected node

decorator.modified.label = Remote File System Modified Cache Decorator
decorator.outdated.label = Remote File System Outdated Cache Decorator
decorator.conflict.label = Remote File System Conflicting Cache Decorator
decorator.label.cut = Remote File System Cut File Decorator
decorator.hidden.label = Remote File System Hidden File Decorator

menu.label.openwith = Open With
menu.new.label = &New

command.label.cut = Cut
command.label.copy = Copy
command.label.paste = Paste
command.label.delete = Delete
command.label.rename = Rename
command.label.move = Move

command.newfile.label = &File
command.newfolder.label = &Folder
command.newfile.name = New File
command.newfolder.name = New Folder

column.name.name = Name
column.name.size = Size
column.name.modified = Date Modified

filter.name.hidden = Hidden files and folders
filter.name.system = Protected operating system files

column.name.type = Type
column.name.accessed = Date Accessed

filter.description.hidden = Hide hidden files and folders.
filter.description.system = Hide protected operating system files.

command.refreshViewer.label = Refresh View
command.refreshViewer.tooltip = Refresh View
command.refreshViewer.name = Refresh Viewer

propertyTab.general.label = General
propertyTab.advanced.label = Advanced
propertyTab.permission.label = Permissions
command.refresh.tooltip = Refresh the selected nodes
command.search.label = Find...

command.cut.mnemonic = t
command.copy.mnemonic = C
command.paste.mnemonic = P
command.delete.mnemonic = D
command.rename.mnemonic = R
command.move.mnemonic = M

Back to the top