forked from microsoft/copilot-for-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessages.java
More file actions
164 lines (154 loc) · 9.15 KB
/
Copy pathMessages.java
File metadata and controls
164 lines (154 loc) · 9.15 KB
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
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
package com.microsoft.copilot.eclipse.ui.preferences;
import org.eclipse.osgi.util.NLS;
/**
* Messages used in preference page.
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "com.microsoft.copilot.eclipse.ui.preferences.messages"; //$NON-NLS-1$
public static String preferences_page_completions_autoShowCompletion;
public static String preferences_page_byok_title;
public static String preferences_page_byok_description;
public static String preferences_page_byok_signin_description;
public static String preferences_page_loading;
public static String preferences_page_byok_provider_title;
public static String preferences_page_byok_provider_description;
public static String preferences_page_byok_table_status_column;
public static String preferences_page_byok_addModel_button;
public static String preferences_page_byok_removeModel;
public static String preferences_page_byok_changeApi_button;
public static String preferences_page_byok_deleteApi_button;
public static String preferences_page_byok_enableModel_button;
public static String preferences_page_byok_disableModel_button;
public static String preferences_page_byok_reload_button;
public static String preferences_page_byok_removeModel_confirmDialog_message;
public static String preferences_page_byok_addModel_dialog_title;
public static String preferences_page_byok_addModel_modelId;
public static String preferences_page_byok_addModel_deploymentUrl;
public static String preferences_page_byok_addModel_apiKey;
public static String preferences_page_byok_addModel_displayName;
public static String preferences_page_byok_addModel_supportVision;
public static String preferences_page_byok_addModel_supportToolCalling;
public static String preferences_page_byok_changeApi_dialog_title;
public static String preferences_page_byok_changeApi_dialog_description;
public static String preferences_page_byok_deleteApi_dialog_title;
public static String preferences_page_byok_deleteApi_dialog_description;
public static String preferences_page_byok_dialog_add;
public static String preferences_page_byok_dialog_delete;
public static String preferences_page_byok_dialog_yes;
public static String preferences_page_byok_default;
public static String preferences_page_byok_dialog_cancel;
public static String preferences_page_byok_dialog_remove;
public static String preferences_page_byok_customModels;
public static String preferences_page_byok_enabledCount;
public static String preferences_page_byok_disabled_tip;
public static String preferences_page_completions_codeMiningNote;
public static String preferences_page_completions_enableNes;
public static String preferences_page_restart_required;
public static String preferences_page_enable_strict_ssl;
public static String preferences_page_whats_new_settings;
public static String preferences_page_enable_whats_new;
public static String preferences_page_enable_whats_new_tooltip;
public static String preferences_page_github_enterprise;
public static String preferences_page_watched_files;
public static String preferences_page_watched_files_note_content;
public static String preferences_page_restart_question;
public static String preferences_page_sub_agent;
public static String preferences_page_sub_agent_note_content;
public static String preferences_page_mcp;
public static String preferences_page_proxy_config_link;
public static String preferences_page_proxy_settings;
public static String preferences_page_auth_settings;
public static String preferences_page_mcp_settings;
public static String preferences_page_enable_strict_ssl_tooltip;
public static String preferences_page_proxy_config_link_tooltip;
public static String preferences_page_github_enterprise_tooltip;
public static String preferences_page_mcp_tooltip;
public static String preferences_page_mcp_note_content;
public static String preferences_page_mcp_disabled_tip;
public static String preferences_page_mcp_tools_settings;
public static String preferences_page_mcp_tools_mode_selector;
public static String preferences_page_mcp_tools_agent_mode;
public static String preferences_page_mcp_tools_builtin;
public static String preferences_page_mcp_tools_unknown_tool;
public static String preferences_page_mcp_server_init_error;
public static String preferences_page_extMcp_title;
public static String preferences_page_extMcp_button_edit;
public static String preferences_page_extMcp_button_tooltip;
public static String preferences_page_mcp_registry_settings;
public static String preferences_page_mcp_registry_url;
public static String preferences_page_mcp_registry_description;
public static String preferences_page_mcp_registry_button;
public static String preferences_page_mcp_registry_restricted_info;
public static String preferences_page_custom_instructions_copilot_instructions_desc;
public static String preferences_page_custom_instructions_copilot_instructions_note;
public static String preferences_page_custom_instructions_workspace;
public static String preferences_page_custom_instructions_workspace_enable;
public static String preferences_page_custom_instructions_project;
public static String preferences_page_custom_instructions_project_intro;
public static String preferences_page_custom_instructions_project_table_projectName;
public static String preferences_page_custom_instructions_project_table_fileLocation;
public static String preferences_page_custom_instructions_project_table_editButton;
public static String preferences_page_custom_instructions_project_table_note;
public static String preferences_page_custom_instructions_project_editDialog_title;
public static String preferences_page_custom_instructions_project_editDialog_message;
public static String preferences_page_custom_instructions_project_editDialog_button_close;
public static String preferences_page_custom_instructions_project_editDialog_button_stay;
public static String preferences_page_custom_instructions_project_file_save_reminder_title;
public static String preferences_page_custom_instructions_project_file_save_reminder_desc;
public static String preferences_page_custom_instructions_git_commit;
public static String preferences_page_custom_instructions_git_commit_desc;
public static String preferences_page_custom_instructions_git_commit_note;
public static String preferences_page_custom_instructions_chat_load_scope_label;
public static String preferences_page_custom_instructions_chat_load_scope_all;
public static String preferences_page_custom_instructions_chat_load_scope_referenced;
public static String preferences_page_custom_instructions_chat_load_scope_combo_tooltip;
public static String preferences_page_note_prefix;
public static String preferences_page_note_content;
// CustomModesPreferencePage
public static String customModes_page_description;
public static String customModes_table_column_modeName;
public static String customModes_table_column_workspace;
public static String customModes_table_column_description;
public static String customModes_button_add;
public static String customModes_button_edit;
public static String customModes_button_delete;
public static String customModes_info_label;
public static String customModes_error_noWorkspaceFolder_title;
public static String customModes_error_noWorkspaceFolder_message;
public static String customModes_dialog_createMode_title;
public static String customModes_dialog_modeName_label;
public static String customModes_dialog_workspaceFolder_label;
public static String customModes_dialog_error_emptyName_title;
public static String customModes_dialog_error_emptyName_message;
public static String customModes_dialog_error_invalidName_title;
public static String customModes_dialog_error_invalidName_message;
public static String customModes_dialog_error_noFolder_title;
public static String customModes_dialog_error_noFolder_message;
public static String customModes_error_createFailed_title;
public static String customModes_error_createFailed_message;
public static String customModes_error_fileNotFound_title;
public static String customModes_error_fileNotFound_message;
public static String customModes_error_openFailed_title;
public static String customModes_error_openFailed_message;
public static String customModes_delete_confirm_title;
public static String customModes_delete_confirm_message;
public static String customModes_error_deleteFailed_title;
public static String customModes_error_deleteFailed_message;
//Agent Max Requests
public static String preferences_page_agent_max_requests;
public static String preferences_page_agent_max_requests_desc;
public static String preferences_page_agent_max_requests_validation_error;
// Skills
public static String preferences_page_skills_enabled;
public static String preferences_page_skills_enabled_note_content;
public static String setting_managed_by_organization;
public static String setting_disabled_by_organization;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}