Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "com.microsoft.copilot.eclipse.ui.jobs.i18n.messages"; //$NON-NLS-1$

public static String jobsView_toolTip_refreshAgentJobs;
public static String jobsView_toolTip_collapseAll;
public static String jobsView_toolTip_expandAll;
public static String jobsView_toolTip_pullRequest;
public static String jobsView_label_loadingAgentJobs;
public static String jobsView_label_noOpenProjects;
Expand All @@ -22,9 +19,7 @@ public final class Messages extends NLS {
public static String jobsView_label_draftPrefix;
public static String jobsView_job_loadingPullRequests;
public static String jobsView_job_loadingPullRequestsForProjects;
public static String jobsView_job_loadingPRsForProject;
public static String jobsView_error_loadingPullRequests;
public static String jobsView_error_searchingPRsForProject;
public static String jobsView_error_loadingPRsForProject;
public static String jobsView_error_languageServerNotAvailable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
jobsView_toolTip_refreshAgentJobs=Refresh Agent Jobs
jobsView_toolTip_collapseAll=Collapse All
jobsView_toolTip_expandAll=Expand All
jobsView_toolTip_pullRequest=Click to open pull request "{0}" in your default browser
jobsView_label_loadingAgentJobs=Loading Agent Jobs...
jobsView_label_noOpenProjects=No open projects
Expand All @@ -9,8 +6,6 @@ jobsView_label_noAgentJobsFound=No Copilot coding agent jobs found
jobsView_label_draftPrefix=[Draft]
jobsView_job_loadingPullRequests=Loading Pull Requests
jobsView_job_loadingPullRequestsForProjects=Loading pull requests for projects
jobsView_job_loadingPRsForProject=Loading PRs for {0}
jobsView_error_loadingPullRequests=Failed to load pull requests
jobsView_error_searchingPRsForProject=Error searching PRs for project {0}
jobsView_error_loadingPRsForProject=Error loading PRs for project {0}
jobsView_error_languageServerNotAvailable=Language server not available for project after retries: {0}
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ public final class Messages extends NLS {
public static String agentMessageWidget_openInBrowserTooltip;
public static String agentMessageWidget_openJobListButton;
public static String agentMessageWidget_openJobListTooltip;
public static String agentMessageWidget_openJobListError;
public static String handoffContainer_proceedFrom;
public static String fileChangeSummary_filesChanged;
public static String fileChangeSummary_fileChanged;
public static String fileChangeSummary_doneButton;
public static String fileChangeSummary_keepButton;
public static String fileChangeSummary_undoButton;
public static String fileChangeSummary_collapseTooltip;
public static String fileChangeSummary_expandTooltip;
public static String todoList_title;
public static String todoList_titleWithCount;
public static String todoList_clearButton;
public static String todoList_clearButtonDisabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ agentMessageWidget_openInBrowserButton=Open in Browser
agentMessageWidget_openInBrowserTooltip=Click to open the pull request in browser
agentMessageWidget_openJobListButton=Open Job List
agentMessageWidget_openJobListTooltip=Click to open the GitHub Copilot Agent Jobs view
agentMessageWidget_openJobListError=Failed to open GitHub Copilot Agent Jobs view

handoffContainer_proceedFrom=PROCEED FROM {0}

fileChangeSummary_filesChanged=\ Files Changed
fileChangeSummary_fileChanged=\ File Changed
fileChangeSummary_doneButton=Done
fileChangeSummary_keepButton=Keep
fileChangeSummary_undoButton=Undo
fileChangeSummary_collapseTooltip={0}. Click to collapse the file list
fileChangeSummary_expandTooltip={0}. Click to expand the file list

todoList_title=Todos
todoList_titleWithCount=Todos ({0}/{1})
todoList_clearButton=Clear all todos
todoList_clearButtonDisabled=Cannot clear todos while a task is in progress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ public final class Messages extends NLS {
public static String mcpRegistryDialog_mcpRegistry;
public static String mcpRegistryDialog_banner_description;
public static String mcpRegistryDialog_searchPlaceholder;
public static String mcpRegistryDialog_col_name;
public static String mcpRegistryDialog_col_desc;
public static String mcpRegistryDialog_col_actions;
public static String mcpRegistryDialog_details;
public static String mcpRegistryDialog_moreInfo;
public static String mcpRegistryDialog_install;
public static String mcpRegistryDialog_empty;
public static String mcpRegistryDialog_errorLoading_prefix;
public static String mcpRegistryDialog_errorLoading_default;
public static String mcpRegistryDialog_invalidResponse;
Expand All @@ -34,19 +27,14 @@ public final class Messages extends NLS {

public static String mcpServerDetailDialog_title;
public static String mcpServerDetailDialog_description;
public static String mcpServerDetailDialog_category;
public static String mcpServerDetailDialog_version;
public static String mcpServerDetailDialog_repository;
public static String mcpServerDetailDialog_repository_tooltip;
public static String mcpServerDetailDialog_close;
public static String mcpServerDetailDialog_noDetailsAvailable;
public static String mcpServerDetailDialog_noDescription;
public static String mcpServerDetailDialog_noVersion;
public static String mcpServerDetailDialog_categoryDeveloperTools;
public static String mcpServerDetailDialog_categoryDataScience;
public static String mcpServerDetailDialog_published;
public static String mcpServerDetailDialog_updated;
public static String mcpServerDetailDialog_install;
public static String mcpServerDetailDialog_noPublishedDate;
public static String mcpServerDetailDialog_noUpdatedDate;
public static String mcpServerDetailDialog_installation_options;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ mcpRegistryDialog_button_changeUrl=Configure Registry Base URL
mcpRegistryDialog_button_changeUrl_tooltip=Click to modify MCP Registry Base URL
mcpRegistryDialog_error_empty_url=Once configured, return to this window to view the list of available MCP servers.
mcpRegistryDialog_loading_label=Loading MCP servers...
mcpRegistryDialog_col_name=MCP Servers
mcpRegistryDialog_col_desc=Description
mcpRegistryDialog_col_actions=Actions
mcpRegistryDialog_details=Details
mcpRegistryDialog_moreInfo=more info
mcpRegistryDialog_install=Install
mcpRegistryDialog_empty=No servers found
mcpRegistryDialog_errorLoading_prefix=Failed to load MCP servers: {0}
mcpRegistryDialog_errorLoading_default=Failed to load MCP servers, please check the URL or your network connection, then try again.
mcpRegistryDialog_invalidResponse=Invalid response from MCP registry.\nThe registry URL {0} may be incorrect.\nPlease verify the URL is pointing to a valid MCP registry base URL like 'https://api.mcp.github.com'.\nClick "{1}" button above to configure MCP Registry Base URL
Expand All @@ -47,19 +40,14 @@ mcpRegistryDialog_emptyUrlForRegistryOnly_msg=Your IT admin has restricted MCP a

mcpServerDetailDialog_title=MCP Server Details
mcpServerDetailDialog_description=Description
mcpServerDetailDialog_category=Category
mcpServerDetailDialog_version=Version
mcpServerDetailDialog_repository=Repository
mcpServerDetailDialog_repository_tooltip=Click to open the MCP server repository in browser
mcpServerDetailDialog_close=Close
mcpServerDetailDialog_noDetailsAvailable=No details available
mcpServerDetailDialog_noDescription=No description available
mcpServerDetailDialog_noVersion=Version not specified
mcpServerDetailDialog_categoryDeveloperTools=Developer Tools
mcpServerDetailDialog_categoryDataScience=Data Science
mcpServerDetailDialog_published=Published
mcpServerDetailDialog_updated=Updated
mcpServerDetailDialog_install=Install
mcpServerDetailDialog_noPublishedDate=Publication date not available
mcpServerDetailDialog_noUpdatedDate=Update date not available
mcpServerDetailDialog_installation_options=Installation Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/
public final class Messages extends NLS {
private static final String BUNDLE_NAME = "com.microsoft.copilot.eclipse.ui.i18n.messages"; //$NON-NLS-1$
public static String menu_copilotStatus;
public static String menu_copilotStatus_ready;
public static String menu_copilotStatus_loading;
public static String menu_copilotStatus_completionInProgress;
public static String menu_copilotStatus_notSignedInToGitHub;
public static String menu_copilotStatus_unknownError;
public static String menu_copilotStatus_notAuthorized;
public static String menu_copilotStatus_agentWarning;
public static String menu_signToGitHub;
public static String menu_signOutOfGitHub;
public static String menu_configureGitHubCopilotSettings;
Expand Down Expand Up @@ -86,22 +78,17 @@ public final class Messages extends NLS {
public static String signInHandler_msgDialog_signInSuccess;
public static String signInHandler_msgDialog_signInFailed;
public static String signInHandler_msgDialog_signInFailedTryAgain;
public static String signInHandler_msgDialog_signInFailedFailure;
public static String signOutHandler_msgDialog_githubCopilot;
public static String signOutHandler_msgDialog_signOutSuccess;
public static String signOutHandler_msgDialog_signOutFailed;
public static String signOutHandler_msgDialog_signOutFailedFailure;
public static String chat_topBanner_mcpRegistry_Tooltip;
public static String chat_topBanner_newConversationButton_Tooltip;
public static String chat_topBanner_defaultChatTitle;
public static String chat_topBanner_chatHistoryButton_Tooltip;
public static String chat_topBanner_chatHistoryItem_newChat;
public static String chat_topBanner_chatHistoryItem_newChatTime_Now;
public static String chat_topBanner_chatHistoryItem_untitledConversation_placeholder;
public static String chat_topBanner_chatHistoryItem_currentConversation_label;
public static String chat_actionBar_initialContent;
public static String chat_actionBar_initialContentForAgent;
public static String chat_actionBar_attachContextButton_Tooltip;
public static String chat_actionBar_sendButton_Tooltip;
public static String chat_actionBar_sendToJobButton_Tooltip;
public static String chat_actionBar_sendToJob_noProject;
Expand Down Expand Up @@ -155,9 +142,7 @@ public final class Messages extends NLS {
public static String chat_filePicker_title;
public static String chat_filePicker_message;
public static String chat_noQuotaView_updatePlanButton_Tooltip;
public static String chat_noQuotaView_enableAdditionalUsageButton;
public static String chat_noQuotaView_enableAdditionalUsageButton_tooltip;
public static String chat_noQuotaView_viewYourPlanButton_Tooltip;
public static String chat_currentReferencedFile_description;
public static String chat_turnWidget_copilot;
public static String chat_turnWidget_user;
Expand All @@ -168,7 +153,6 @@ public final class Messages extends NLS {
public static String chat_customModels;
public static String chat_addPremiumModels;
public static String chat_referencedFile_noVision_tooltip;
public static String agent_tool_terminal_copilotTerminalTitle;
public static String agent_tool_compareEditor_titlePrefix;
public static String agent_tool_compareEditor_proposedChangesTitle;
public static String agentFileEditor_contentAssist_statusMessage;
Expand All @@ -189,7 +173,6 @@ public final class Messages extends NLS {
public static String generateCommitMessage_noRepo_message;
public static String generateCommitMessage_noStagedFiles_title;
public static String generateCommitMessage_noStagedFiles_message;
public static String newChat_cancelButton;
public static String addToReference_addFile_title;
public static String addToReference_addFolder_title;
public static String chat_historyView_backButton;
Expand All @@ -200,7 +183,6 @@ public final class Messages extends NLS {
public static String relative_dateFormat_weeksAgo;
public static String relative_dateFormat_oneMonthAgo;
public static String relative_dateFormat_monthsAgo;
public static String chat_historyView_textTruncation_ellipsis;
public static String chat_historyView_enterIcon_tooltip;
public static String chat_historyView_editIcon_tooltip;
public static String chat_historyView_deleteIcon_tooltip;
Expand Down Expand Up @@ -233,7 +215,6 @@ public final class Messages extends NLS {
public static String context_window_tool_results;
public static String chat_rateLimitBanner_getMoreInfo;
public static String chat_rateLimitBanner_closeTooltip;
public static String chat_quotaBanner_viewYourPlan;

static {
// initialize resource bundle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
menu_copilotStatus=Status
menu_copilotStatus_ready=Ready
menu_copilotStatus_loading=Loading
menu_copilotStatus_completionInProgress=Copilot completing in progress
menu_copilotStatus_notSignedInToGitHub=Not signed in to GitHub
menu_copilotStatus_unknownError=Unknown error
menu_copilotStatus_notAuthorized=No access to GitHub Copilot
menu_copilotStatus_agentWarning=Copilot is encountering temporary issues
menu_signToGitHub=Sign In to GitHub
menu_signOutOfGitHub=Sign Out of GitHub
menu_configureGitHubCopilotSettings=Activate GitHub Copilot Account...
Expand Down Expand Up @@ -74,23 +66,18 @@ signInHandler_msgDialog_alreadySignedIn=User already signed in.
signInHandler_msgDialog_signInSuccess=You have successfully signed in and authorized GitHub Copilot access to your GitHub account.
signInHandler_msgDialog_signInFailed=Unable to sign in to GitHub Copilot at this time
signInHandler_msgDialog_signInFailedTryAgain= Please try again to resume use of GitHub Copilot features.
signInHandler_msgDialog_signInFailedFailure=Copilot Sign In Failure
signOutHandler_msgDialog_githubCopilot=GitHub Copilot
signOutHandler_msgDialog_signOutSuccess=You have successfully signed out from Copilot.
signOutHandler_msgDialog_signOutFailed=Unable to sign out to GitHub Copilot at this time
signOutHandler_msgDialog_signOutFailedFailure=Copilot Sign Out Failure

chat_topBanner_mcpRegistry_Tooltip=MCP Registry
chat_topBanner_newConversationButton_Tooltip=New Chat
chat_topBanner_defaultChatTitle=New Chat
chat_topBanner_chatHistoryButton_Tooltip=Chat History
chat_topBanner_chatHistoryItem_newChat=New Chat
chat_topBanner_chatHistoryItem_newChatTime_Now=Now
chat_topBanner_chatHistoryItem_untitledConversation_placeholder=Untitled Conversation
chat_topBanner_chatHistoryItem_currentConversation_label=(Current)
chat_actionBar_initialContent=Ask Copilot
chat_actionBar_initialContentForAgent=Edit files in your workspace in agent mode
chat_actionBar_attachContextButton_Tooltip=Attach Context
chat_actionBar_sendButton_Tooltip=Send
chat_actionBar_sendToJobButton_Tooltip=Delegate to coding agent
chat_actionBar_sendToJob_noProject=No GitHub repository was found in the workspace. Please open a project that contains a Git repository to use the coding agent.
Expand Down Expand Up @@ -136,9 +123,7 @@ chat_agentModeView_attachContextSuffix=to attach context
chat_loadingView_title=Loading
chat_loadingView_description=Initializing Copilot...
chat_noQuotaView_updatePlanButton_Tooltip=Upgrade your Copilot plan
chat_noQuotaView_enableAdditionalUsageButton=Enable Additional Usage
chat_noQuotaView_enableAdditionalUsageButton_tooltip=Pay-as-you-go usage of additional AI credits once you run out of your included usage. Set a budget to cap your maximum monthly spend.
chat_noQuotaView_viewYourPlanButton_Tooltip=View your Copilot plan
chat_noAuthView_title=No Copilot subscription found
chat_noAuthView_description=Request a license from your organization manager or sign up for a 60 day trial
chat_noAuthView_checkSubButton=Check subscription plans
Expand All @@ -152,7 +137,6 @@ relative_dateFormat_oneWeekAgo=1 week ago
relative_dateFormat_weeksAgo= {0} weeks ago
relative_dateFormat_oneMonthAgo=1 month ago
relative_dateFormat_monthsAgo= {0} months ago
chat_historyView_textTruncation_ellipsis=...
chat_historyView_enterIcon_tooltip=Apply title changes
chat_historyView_editIcon_tooltip=Edit conversation title
chat_historyView_deleteIcon_tooltip=Delete conversation
Expand All @@ -172,7 +156,6 @@ chat_customModels=Custom Models
chat_addPremiumModels=Add Premium Models
chat_referencedFile_noVision_tooltip=%s does not support images.

agent_tool_terminal_copilotTerminalTitle=Copilot
agent_tool_compareEditor_titlePrefix=Changes from GitHub Copilot:
agent_tool_compareEditor_proposedChangesTitle=Proposed Changes

Expand All @@ -197,7 +180,6 @@ generateCommitMessage_noRepo_message=Cannot generate commit message: No reposito
generateCommitMessage_noStagedFiles_title=No Staged Files
generateCommitMessage_noStagedFiles_message=There are no staged files to generate a commit message from.

newChat_cancelButton=Cancel
addToReference_addFile_title=Add File to Chat
addToReference_addFolder_title=Add Folder to Chat

Expand Down Expand Up @@ -229,4 +211,3 @@ context_window_tool_results=Tool Results

chat_rateLimitBanner_getMoreInfo=Get more info
chat_rateLimitBanner_closeTooltip=Dismiss
chat_quotaBanner_viewYourPlan=View your plan
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ public class Messages extends NLS {
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_customModes_defaultDescription;
public static String preferences_page_customModes_defaultInstructions;
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_proxy_kerberos_sp;
public static String preferences_page_github_enterprise;
public static String preferences_page_watched_files;
public static String preferences_page_watched_files_note_content;
Expand Down Expand Up @@ -88,17 +85,14 @@ public class Messages extends NLS {
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;
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_enable;
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_deleteButton;
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;
Expand All @@ -116,8 +110,6 @@ public class Messages extends NLS {
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;
public static String preferences_page_mcpOAuth_confirmTitle;
public static String preferences_page_mcpOAuth_confirmMessage;

// CustomModesPreferencePage
public static String customModes_page_description;
Expand Down
Loading
Loading