blob: 4381acbd935d0630421a271cf81da3e2b36af9b9 (
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
|
###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
## Errors ##
Editor.error.no_provider=Text editor does not have a document provider
Editor.error.save.title=Save problems
Editor.error.save.message=Save could not be completed.
Editor.error.save.deleted.title=Cannot Save
Editor.error.save.deleted.message=The file has been deleted.
Editor.error.save.outofsync.title=Update conflict
Editor.error.save.outofsync.message=The file has been changed on the file system. Do you want to overwrite the changes?
Editor.error.activated.outofsync.title=File Changed
Editor.error.activated.outofsync.message=The file has been changed on the file system. Do you want to load the changes?
Editor.error.activated.deleted.save.title=File Deleted
Editor.error.activated.deleted.save.message=The file has been deleted from the file system. Do you want to save your changes or close the editor without saving?
Editor.error.activated.deleted.save.button.save=Save
Editor.error.activated.deleted.save.button.close=Close
Editor.error.activated.deleted.close.title=File Deleted
Editor.error.activated.deleted.close.message=The file has been deleted from the file system. This editor will be closed.
Editor.error.refresh.outofsync.title=Problems loading File
Editor.error.refresh.outofsync.message=The file could not be loaded from the file system.
Editor.error.revert.title=Problems while reverting to saved state
Editor.error.revert.message=Could not revert to saved state.
Editor.error.setinput.title=Problem while opening
Editor.error.setinput.message=Cannot open input element:
Editor.error.no_input=Unable to read text editor input
Editor.error.invalid_input=Invalid text editor input
Editor.error.validateEdit.title= Problems editing file
Editor.error.validateEdit.message= The file cannot be edited.
AbstractDocumentProvider.error.save.inuse=File is either open in another editor or in use by an operation.
DocumentProviderRegistry.error.extension_point_not_found=Extension point: {0}.documentProviders not found
## Actions ##
Editor.Undo.label=&Undo
Editor.Undo.tooltip=Undo
Editor.Undo.image=
Editor.Undo.description=Undo
Editor.Redo.label=&Redo
Editor.Redo.tooltip=Redo
Editor.Redo.image=
Editor.Redo.description=Redo
Editor.Cut.label=Cu&t
Editor.Cut.tooltip=Cut
Editor.Cut.image=
Editor.Cut.description=Cut
Editor.Copy.label=&Copy
Editor.Copy.tooltip=Copy
Editor.Copy.image=
Editor.Copy.description=Copy
Editor.Paste.label=&Paste
Editor.Paste.tooltip=Paste
Editor.Paste.image=
Editor.Paste.description=Paste
Editor.Delete.label=&Delete
Editor.Delete.tooltip=Delete
Editor.Delete.image=
Editor.Delete.description=Delete
Editor.Print.label=&Print
Editor.Print.tooltip=Print
Editor.Print.image=
Editor.Print.description=Print
Editor.SelectAll.label=Select &All
Editor.SelectAll.tooltip=Select All
Editor.SelectAll.image=
Editor.SelectAll.description=Select All
Editor.ShiftRight.label=Sh&ift Right
Editor.ShiftRight.tooltip=Shift Right
Editor.ShiftRight.image=
Editor.ShiftRight.description=Shift Right
Editor.ShiftLeft.label=S&hift Left
Editor.ShiftLeft.tooltip=Shift Left
Editor.ShiftLeft.image=
Editor.ShiftLeft.description=Shift Left
Editor.delete.line.submenu.label=D&elete Line
Editor.DeleteLine.label=&Whole
Editor.DeleteLine.tooltip=Delete Line
Editor.DeleteLine.image=
Editor.DeleteLine.description=Delete Line
Editor.CutLine.label=&Whole
Editor.CutLine.tooltip=Cut Line
Editor.CutLine.image=
Editor.CutLine.description=Cut Line
Editor.DeleteLineToBeginning.label=To &Beginning
Editor.DeleteLineToBeginning.tooltip=Delete Line to Beginning
Editor.DeleteLineToBeginning.image=
Editor.DeleteLineToBeginning.description=Delete Line to Beginning
Editor.CutLineToBeginning.label=To &Beginning
Editor.CutLineToBeginning.tooltip=Cut Line to Beginning
Editor.CutLineToBeginning.image=
Editor.CutLineToBeginning.description=Cut Line to Beginning
Editor.DeleteLineToEnd.label=To &End
Editor.DeleteLineToEnd.tooltip=Delete Line to End
Editor.DeleteLineToEnd.image=
Editor.DeleteLineToEnd.description=Delete Line to End
Editor.CutLineToEnd.label=To &End
Editor.CutLineToEnd.tooltip=Cut Line to End
Editor.CutLineToEnd.image=
Editor.CutLineToEnd.description=Cut Line to End
Editor.mark.status.message.mark.set=Mark set
Editor.mark.status.message.mark.cleared=Mark cleared
Editor.mark.status.message.mark.swapped=Mark swapped
Editor.mark.status.error.message.mark.not.set=Mark not set
Editor.mark.status.error.message.mark.not.visible=Mark not in visible region
Editor.mark.submenu.label=&Mark
Editor.SetMark.label=&Set
Editor.SetMark.tooltip=Set Mark
Editor.SetMark=
Editor.SetMark.description=Set Mark
Editor.ClearMark.label=&Clear
Editor.ClearMark.tooltip=Clear Mark
Editor.ClearMark=
Editor.ClearMark.description=Clear Mark
Editor.SwapMark.label=S&wap
Editor.SwapMark.tooltip=Swap Mark
Editor.SwapMark=
Editor.SwapMark.description=Swap Mark
Editor.FindReplace.label=&Find/Replace...
Editor.FindReplace.tooltip=Find/Replace
Editor.FindReplace.image=
Editor.FindReplace.description=Find/Replace
Editor.FindNext.label=Find &Next
Editor.FindNext.tooltip=Find Next
Editor.FindNext.image=
Editor.FindNext.description=Find Next
Editor.FindPrevious.label=Find Pre&vious
Editor.FindPrevious.tooltip=Find Previous
Editor.FindPrevious.image=
Editor.FindPrevious.description=Find Previous
Editor.FindIncremental.label=&Incremental Find Next
Editor.FindIncremental.tooltip=Incremental Find Next
Editor.FindIncremental.image=
Editor.FindIncremental.description=Incremental Find Next
Editor.FindIncremental.not_found.pattern={0}{1}Incremental Find: {2} not found
Editor.FindIncremental.found.pattern={0}{1}Incremental Find: {2}
Editor.FindIncremental.render.tab=<TAB>
# The following two properties must end in a space
Editor.FindIncremental.wrapped=Wrapped
Editor.FindIncremental.reverse=Reverse
Editor.FindIncrementalReverse.label=Incre&mental Find Previous
Editor.FindIncrementalReverse.tooltip=Incremental Find Previous
Editor.FindIncrementalReverse.image=
Editor.FindIncrementalReverse.description=Incremental Find Previous
Editor.AddBookmark.label=Boo&kmark...
Editor.AddBookmark.tooltip=Add Bookmark
Editor.AddBookmark.image=
Editor.AddBookmark.description=Add Bookmark
Editor.AddBookmark.dialog.title=Add Bookmark
Editor.AddBookmark.dialog.message=Enter Bookmark name:
Editor.AddBookmark.error.dialog.title=Add Bookmark
Editor.AddBookmark.error.dialog.message=Problems adding new bookmark
Editor.Save.label=&Save
Editor.Save.tooltip=Save
Editor.Save.image=
Editor.Save.description=Save
Editor.Revert.label=Re&vert File
Editor.Revert.tooltip=Revert File to Saved Version
Editor.Revert.image=
Editor.Revert.description=Reverts file contents to version on disk
Editor.GotoLine.label=&Go to Line...
Editor.GotoLine.tooltip=Go to Line
Editor.GotoLine.image=
Editor.GotoLine.description=Go to Line
Editor.GotoLine.dialog.title=Go to Line
Editor.GotoLine.dialog.message=Enter line number (1..{0}):
Editor.GotoLine.dialog.invalid_input=Not a number
Editor.GotoLine.dialog.invalid_range=Line number out of range
Editor.ManageBookmarks.tooltip=Adds and Removes Bookmarks
Editor.ManageBookmarks.image=
Editor.ManageBookmarks.description=Adds and removes Bookmarks
Editor.ManageBookmarks.add.label=Add Boo&kmark...
Editor.ManageBookmarks.remove.label=Remove Boo&kmark
Editor.ManageBookmarks.add.dialog.title=Add Bookmark
Editor.ManageBookmarks.add.dialog.message=Enter Bookmark name:
Editor.ManageBookmarks.error.dialog.title=Managing Bookmarks
Editor.ManageBookmarks.error.dialog.message=Problems managing bookmarks
Editor.ManageTasks.tooltip=Adds and Removes Tasks
Editor.ManageTasks.image=
Editor.ManageTasks.description=Adds and removes Tasks
Editor.ManageTasks.add.label=Add &Task...
Editor.ManageTasks.remove.label=Remove &Task
Editor.ManageTasks.add.dialog.title=Add Task
Editor.ManageTasks.add.dialog.message=Enter Task description:
Editor.ManageTasks.error.dialog.title=Managing Tasks
Editor.ManageTasks.error.dialog.message=Problems managing tasks
Editor.SelectMarker.tooltip=Selects the marker's range
Editor.SelectMarker.image=
Editor.SelectMarker.description=Selects the Marker's Range
Editor.SelectMarker.label=Select &Marker Range
Editor.SelectMarker.error.dialog.title=Selecting Marker Range
Editor.SelectMarker.error.dialog.message=Problems selecting marker range
Editor.ConvertLineDelimiter.title=Converting line delimiters...
Editor.ConvertLineDelimiter.toWindows.label=CRLF (&Windows)
Editor.ConvertLineDelimiter.toWindows.default.label=CRLF (&Windows) [default]
Editor.ConvertLineDelimiter.toUNIX.label=LF (&UNIX, MacOS X)
Editor.ConvertLineDelimiter.toUNIX.default.label=LF (&UNIX, MacOS X) [default]
Editor.ConvertLineDelimiter.toMac.label=CR (Classic &MacOS)
Editor.ConvertLineDelimiter.toMac.default.label=CR (Classic &MacOS) [default]
Editor.MoveLines.IllegalMove.status= Move not possible - Uncheck "Show Source of Selected Element Only" to see the entire document
Editor.SmartEnter.label=Insert line below current line
Editor.SmartEnter.tooltip=Adds a new line below the current one
Editor.SmartEnter.image=
Editor.SmartEnter.description=Adds a new line below the current one
Editor.SmartEnterInverse.label=Insert line above current line
Editor.SmartEnterInverse.tooltip=Adds a new line above the current one
Editor.SmartEnterInverse.image=
Editor.SmartEnterInverse.description=Adds a new line above the current one
Editor.MoveLinesUp.label=Move Lines Up
Editor.MoveLinesUp.tooltip=Moves the selected lines upwards
Editor.MoveLinesUp.image=
Editor.MoveLinesUp.description=Moves the selected lines upwards
Editor.MoveLinesDown.label=Move Lines Down
Editor.MoveLinesDown.tooltip=Moves the selected lines downwards
Editor.MoveLinesDown.image=
Editor.MoveLinesDown.description=Moves the selected lines downwards
Editor.UpperCase.label=To Upper Case
Editor.UpperCase.tooltip=Changes the selection to upper case
Editor.UpperCase.image=
Editor.UpperCase.description=Changes the selection to upper case
Editor.LowerCase.label=To Lower Case
Editor.LowerCase.tooltip=Changes the selection to lower case
Editor.LowerCase.image=
Editor.LowerCase.description=Changes the selection to lower case
## Status line ##
Editor.statusline.state.readonly.label=Read Only
Editor.statusline.state.writable.label=Writable
Editor.statusline.mode.insert.label=Insert
Editor.statusline.mode.overwrite.label=Overwrite
Editor.statusline.mode.smartinsert.label=Smart Insert
Editor.statusline.position.pattern={0} : {1}
Editor.statusline.error.label=?
## Others ##
AbstractMarkerAnnotationModel.connected=AbstractMarkerAnnotationModel.connected
AbstractMarkerAnnotationModel.createMarkerUpdater=AbstractMarkerAnnotationModel.createMarkerUpdater
AbstractMarkerAnnotationModel.removeAnnotations=AbstractMarkerAnnotationModel.removeAnnotations
ResourceMarkerAnnotationModel.resourceChanged=ResourceMarkerAnnotationModel.resourceChanged
WorkbenchChainedTextFontFieldEditor.defaultWorkbenchTextFont=<Using Workbench Text Font>
FindReplace.title= Find/Replace
FindReplace.Find.label=&Find:
FindReplace.Replace.label=R&eplace With:
FindReplace.Direction=Direction
FindReplace.ForwardRadioButton.label=F&orward
FindReplace.BackwardRadioButton.label=&Backward
FindReplace.Scope=Scope
FindReplace.GlobalRadioButton.label=A&ll
FindReplace.SelectedRangeRadioButton.label=Selec&ted Lines
FindReplace.Options=Options
FindReplace.CaseCheckBox.label=&Case Sensitive
FindReplace.WrapCheckBox.label=Wra&p Search
FindReplace.WholeWordCheckBox.label=&Whole Word
FindReplace.IncrementalCheckBox.label=&Incremental
FindReplace.FindNextButton.label=Fi&nd
FindReplace.ReplaceFindButton.label=Replace/Fin&d
FindReplace.ReplaceSelectionButton.label=&Replace
FindReplace.ReplaceAllButton.label=Replace &All
FindReplace.CloseButton.label=Close
FindReplace.Status.noMatch.label=String Not Found
FindReplace.Status.replacement.label=1 Match replaced
FindReplace.Status.replacements.label={0} matches replaced
FindNext.Status.noMatch.label=String Not Found
MarkerRulerAction.addMarker=MarkerRulerAction.addMarker
MarkerRulerAction.getMarker=MarkerRulerAction.getMarker
MarkerRulerAction.removeMarkers=MarkerRulerAction.removeMarkers
SelectMarkerRulerAction.getMarker=SelectMarkerRulerAction.getMarker
SelectMarkerRulerInfoAction.getMarker=SelectMarkerRulerInfoAction.getMarker
AbstractDocumentProvider.ok=OK
AbstractDocumentProvider.error=ERROR
FindReplaceDialog.read_only=Replace can not be performed because of read only state.
MarkRegionTarget.markNotSet=mark not set
MarkRegionTarget.markNotVisible=mark not in visible region
|