Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 92ff2c3

Browse files
committed
Move some extensions strings and commands to the bottom of the file with an extension comment.
1 parent d261ce1 commit 92ff2c3

1 file changed

Lines changed: 31 additions & 29 deletions

File tree

src/nls/root/strings.js

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ define({
124124

125125
"ERROR_FETCHING_UPDATE_INFO_TITLE" : "Error getting update info",
126126
"ERROR_FETCHING_UPDATE_INFO_MSG" : "There was a problem getting the latest update information from the server. Please make sure you are connected to the internet and try again.",
127-
128-
// Switch language
129-
"LANGUAGE_TITLE" : "Switch Language",
130-
"LANGUAGE_MESSAGE" : "Language:",
131-
"LANGUAGE_SUBMIT" : "Reload {APP_NAME}",
132-
"LANGUAGE_CANCEL" : "Cancel",
133-
"LANGUAGE_SYSTEM_DEFAULT" : "System Default",
134127

135128
/**
136129
* ProjectManager
@@ -233,9 +226,7 @@ define({
233226
"NAVIGATE_MENU" : "Navigate",
234227
"CMD_QUICK_OPEN" : "Quick Open",
235228
"CMD_GOTO_LINE" : "Go to Line",
236-
"CMD_GOTO_DEFINITION" : "Go to Definition",
237229
"CMD_JUMPTO_DEFINITION" : "Jump to Definition",
238-
"CMD_JSLINT_FIRST_ERROR" : "Go to First JSLint Error",
239230
"CMD_TOGGLE_QUICK_EDIT" : "Quick Edit",
240231
"CMD_TOGGLE_QUICK_DOCS" : "Quick Docs",
241232
"CMD_QUICK_EDIT_PREV_MATCH" : "Previous Match",
@@ -244,27 +235,14 @@ define({
244235
"CMD_PREV_DOC" : "Previous Document",
245236
"CMD_SHOW_IN_TREE" : "Show in File Tree",
246237

247-
// Debug menu commands
248-
"DEBUG_MENU" : "Debug",
249-
"CMD_REFRESH_WINDOW" : "Reload {APP_NAME}",
250-
"CMD_SHOW_DEV_TOOLS" : "Show Developer Tools",
251-
"CMD_RUN_UNIT_TESTS" : "Run Tests",
252-
"CMD_JSLINT" : "Enable JSLint",
253-
"CMD_SHOW_PERF_DATA" : "Show Performance Data",
254-
"CMD_NEW_BRACKETS_WINDOW" : "New {APP_NAME} Window",
255-
"CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder",
256-
"CMD_SWITCH_LANGUAGE" : "Switch Language",
257-
"CMD_ENABLE_NODE_DEBUGGER" : "Enable Node Debugger",
258-
"CMD_LOG_NODE_STATE" : "Log Node State to Console",
259-
"CMD_RESTART_NODE" : "Restart Node",
260-
261238
// Help menu commands
262239
"HELP_MENU" : "Help",
263240
"CMD_CHECK_FOR_UPDATE" : "Check for Updates",
264241
"CMD_HOW_TO_USE_BRACKETS" : "How to Use {APP_NAME}",
265242
"CMD_FORUM" : "{APP_NAME} Forum",
266243
"CMD_RELEASE_NOTES" : "Release Notes",
267244
"CMD_REPORT_AN_ISSUE" : "Report an Issue",
245+
"CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder",
268246
"CMD_TWITTER" : "{TWITTER_NAME} on Twitter",
269247
"CMD_ABOUT" : "About {APP_TITLE}",
270248

@@ -353,12 +331,24 @@ define({
353331
"EXTENSION_MORE_INFO_LINK" : "More",
354332
"BROWSE_EXTENSIONS" : "Browse Extensions",
355333

356-
// extensions/default/JSLint
357-
"JSLINT_ERRORS" : "JSLint Errors",
358-
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
359-
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
360-
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
361-
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",
334+
335+
// extensions/default/DebugCommands
336+
"DEBUG_MENU" : "Debug",
337+
"CMD_SHOW_DEV_TOOLS" : "Show Developer Tools",
338+
"CMD_REFRESH_WINDOW" : "Reload {APP_NAME}",
339+
"CMD_NEW_BRACKETS_WINDOW" : "New {APP_NAME} Window",
340+
"CMD_SWITCH_LANGUAGE" : "Switch Language",
341+
"CMD_RUN_UNIT_TESTS" : "Run Tests",
342+
"CMD_SHOW_PERF_DATA" : "Show Performance Data",
343+
"CMD_ENABLE_NODE_DEBUGGER" : "Enable Node Debugger",
344+
"CMD_LOG_NODE_STATE" : "Log Node State to Console",
345+
"CMD_RESTART_NODE" : "Restart Node",
346+
347+
"LANGUAGE_TITLE" : "Switch Language",
348+
"LANGUAGE_MESSAGE" : "Language:",
349+
"LANGUAGE_SUBMIT" : "Reload {APP_NAME}",
350+
"LANGUAGE_CANCEL" : "Cancel",
351+
"LANGUAGE_SYSTEM_DEFAULT" : "System Default",
362352

363353
// extensions/default/InlineColorEditor
364354
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
@@ -369,6 +359,18 @@ define({
369359
"COLOR_EDITOR_USED_COLOR_TIP_SINGULAR" : "{0} (Used {1} time)",
370360
"COLOR_EDITOR_USED_COLOR_TIP_PLURAL" : "{0} (Used {1} times)",
371361

362+
// extensions/default/JavaScriptCodeHints
363+
"CMD_GOTO_DEFINITION" : "Go to Definition",
364+
365+
// extensions/default/JSLint
366+
"CMD_JSLINT" : "Enable JSLint",
367+
"CMD_JSLINT_FIRST_ERROR" : "Go to First JSLint Error",
368+
"JSLINT_ERRORS" : "JSLint Errors",
369+
"JSLINT_ERROR_INFORMATION" : "1 JSLint Error",
370+
"JSLINT_ERRORS_INFORMATION" : "{0} JSLint Errors",
371+
"JSLINT_NO_ERRORS" : "No JSLint errors - good job!",
372+
"JSLINT_DISABLED" : "JSLint disabled or not working for the current file",
373+
372374
// extensions/default/WebPlatformDocs
373375
"DOCS_MORE_LINK" : "Read more"
374376
});

0 commit comments

Comments
 (0)