Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 963ec274bd6f014f3fd3a2b988260becfb17abf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
##################################################################################
# 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