1###############################################################################
2# Copyright (c) 2000, 2019 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13#     Pierre-Yves B., pyvesdev@gmail.com - Bug 121634: [find/replace] status bar must show the string being searched when "String Not Found"
14#     Pierre-Yves B., pyvesdev@gmail.com - Bug 552069: Clarify "File Changed" dialog
15###############################################################################
16
17
18## Errors ##
19
20Editor_error_no_provider=Text editor does not have a document provider
21
22Editor_error_save_title=Save Problems
23Editor_error_save_message=Save could not be completed. Try File > Save As... if the problem persists.
24
25Editor_error_save_deleted_title=Cannot Save
26Editor_error_save_deleted_message=The file has been deleted or is not accessible.
27
28Editor_error_init= Editor could not be initialized.
29
30Editor_error_save_outofsync_title=Update conflict
31Editor_error_save_outofsync_message=The file ''{0}'' has been changed on the file system. Do you want to overwrite the changes made on the file system?
32
33Editor_error_activated_outofsync_title=File Changed
34Editor_error_activated_outofsync_message=The file ''{0}'' has been changed. Replace the editor contents with these changes?
35
36Editor_error_replace_button_label=&Replace editor content
37Editor_error_dontreplace_button_label=&Ignore file change
38
39Editor_error_activated_deleted_save_title=File Not Accessible
40Editor_error_activated_deleted_save_message=The file ''{0}'' has been deleted or is not accessible. Do you want to save your changes or close the editor without saving?
41Editor_error_activated_deleted_save_button_save=Save
42Editor_error_activated_deleted_save_button_close=Close
43Editor_error_activated_deleted_close_title=File Not Accessible
44Editor_error_activated_deleted_close_message=The file ''{0}'' has been deleted or is not accessible. This editor will be closed.
45
46Editor_error_refresh_outofsync_title=Problems loading File
47Editor_error_refresh_outofsync_message=The file ''{0}'' could not be loaded from the file system.
48
49Editor_error_revert_title=Problems while reverting to saved state
50Editor_error_revert_message=Could not revert to saved state.
51Editor_error_setinput_title=Problem opening
52Editor_error_setinput_message=Cannot open input element:
53
54Editor_error_validateEdit_title= Problems editing file
55Editor_error_validateEdit_message= The file cannot be edited.
56
57Editor_error_HyperlinkDetector_couldNotCreate_message= The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.workbench.texteditor.hyperlinkDetectors'' extension point failed to load the hyperlink detector.
58Editor_error_HyperlinkDetector_invalidElementName_message= An extension from plug-in ''{0}'' to the ''org.eclipse.ui.workbench.texteditor.hyperlinkDetectors'' extension point was ignored because it contains the following invalid element: ''{1}''.
59Editor_error_HyperlinkDetector_invalidExtension_message= The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.workbench.texteditor.hyperlinkDetectors'' extension point will be ignored because it contains invalid attributes.
60Editor_error_HyperlinkDetectorTarget_invalidElementName_message= An extension from plug-in ''{0}'' to the ''org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets'' extension point was ignored because it contains the following invalid element: ''{1}''.
61Editor_error_HyperlinkDetectorTarget_invalidExtension_message= The ''{0}'' extension from plug-in ''{1}'' to the ''org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets'' extension point will be ignored because it contains invalid attributes.
62
63AbstractDocumentProvider_error_save_inuse=File is either open in another editor or in use by another operation.
64
65Editor_mark_status_message_mark_set=Mark set
66Editor_mark_status_message_mark_cleared=Mark cleared
67Editor_mark_status_message_mark_swapped=Mark swapped
68MarkRegionTarget_markNotSet=mark not set
69MarkRegionTarget_markNotVisible=mark not in visible region
70
71# Incremental Find Status field
72Editor_FindIncremental_name= Incremental Find
73Editor_FindIncremental_reverse_name= Reverse Incremental Find
74Editor_FindIncremental_not_found_pattern={0}{1} {2} not found
75Editor_FindIncremental_found_pattern={0}{1}: {2}
76Editor_FindIncremental_render_tab=<TAB>
77
78# The following two properties must end in a space
79Editor_FindIncremental_wrapped=Wrapped
80Editor_FindIncremental_reverse=Reverse
81
82Editor_ConvertLineDelimiter_title=Converting line delimiters...
83
84## Status line ##
85Editor_statusline_state_readonly_label=Read-Only
86Editor_statusline_state_writable_label=Writable
87Editor_statusline_mode_insert_label=Insert
88Editor_statusline_mode_overwrite_label=Overwrite
89Editor_statusline_mode_smartinsert_label=Smart Insert
90Editor_statusline_position_pattern={0} : {1}
91Editor_statusline_position_pattern_offset={0} : {1} : {2}
92Editor_statusline_position_pattern_selection={0} : {1} [{2}]
93Editor_statusline_error_label=?
94
95## Others ##
96WorkbenchChainedTextFontFieldEditor_defaultWorkbenchTextFont=<Using Workbench Text Font>
97
98FindReplace_title= Find/Replace
99FindReplace_Find_label=&Find:
100FindReplace_Replace_label=R&eplace with:
101FindReplace_Direction=Direction
102FindReplace_ForwardRadioButton_label=F&orward
103FindReplace_BackwardRadioButton_label=&Backward
104FindReplace_Scope=Scope
105FindReplace_GlobalRadioButton_label=A&ll
106FindReplace_SelectedRangeRadioButton_label=Selec&ted lines
107FindReplace_Options=Options
108FindReplace_CaseCheckBox_label=&Case sensitive
109FindReplace_WrapCheckBox_label=Wra&p search
110FindReplace_WholeWordCheckBox_label=&Whole word
111FindReplace_IncrementalCheckBox_label=&Incremental
112FindReplace_RegExCheckbox_label= Regular e&xpressions
113FindReplace_FindNextButton_label=Fi&nd
114FindReplace_ReplaceFindButton_label=Replace/Fin&d
115FindReplace_ReplaceSelectionButton_label=&Replace
116FindReplace_ReplaceAllButton_label=Replace &All
117FindReplace_CloseButton_label=Close
118FindReplace_Status_noMatch_label=String not found
119FindReplace_Status_noMatchWithValue_label=String ''{0}'' not found
120FindReplace_Status_replacement_label=1 match replaced
121FindReplace_Status_replacements_label={0} matches replaced
122FindReplace_Status_wrapped_label=Wrapped search
123
124FindNext_Status_noMatch_label=String ''{0}'' not found
125
126AbstractDocumentProvider_ok=OK
127AbstractDocumentProvider_error=ERROR
128FindReplaceDialog_read_only=Cannot replace. File is read-only.
129
130Editor_MoveLines_IllegalMove_status= Move not possible - Uncheck "Show Source of Selected Element Only" to see the entire document
131
132Editor_error_clipboard_copy_failed_message= Copy to clipboard failed.
133Editor_font_reset_message=reset \u2192 {0}
134Editor_font_zoom_message={0} \u2192 {1}
135