|
119 | 119 | "CLICK_VIEW_PROBLEM": "Click to view problem in panel", |
120 | 120 | "CLONE_REPOSITORY": "Clone repository", |
121 | 121 | "CLOSE": "Close", |
| 122 | + "CLOSE_ACTIVE_TAB": "Close Active Tab", |
| 123 | + "CLOSE_ALL_TABS": "Close All Tabs", |
122 | 124 | "CLOSE_DONT_SAVE": "Close (Don't Save)", |
| 125 | + "CLOSE_TAB": "Close Tab", |
| 126 | + "CLOSE_UNMODIFIED_TABS": "Close Unmodified Tabs", |
123 | 127 | "CMD_ABOUT": "About {APP_TITLE}", |
124 | 128 | "CMD_ADD_CUR_TO_NEXT_LINE": "Add Cursor to Next Line", |
125 | 129 | "CMD_ADD_CUR_TO_PREV_LINE": "Add Cursor to Previous Line", |
|
299 | 303 | "CMD_TOGGLE_RULERS": "Rulers", |
300 | 304 | "CMD_TOGGLE_SEARCH_AUTOHIDE": "Automatically close search", |
301 | 305 | "CMD_TOGGLE_SIDEBAR": "Toggle Sidebar", |
| 306 | + "CMD_TOGGLE_TABBAR": "Toggle Tab Bar", |
302 | 307 | "CMD_TOGGLE_WORD_WRAP": "Word Wrap", |
303 | 308 | "CMD_TWITTER": "{TWITTER_NAME} on Twitter", |
304 | 309 | "CMD_UNDO": "Undo", |
|
464 | 469 | "DESCRIPTION_MAX_CODE_HINTS": "Maximum code hints displayed at once", |
465 | 470 | "DESCRIPTION_MERGE_PANES_WHEN_LAST_FILE_CLOSED": "true to collapse panes after the last file from the pane is closed via pane header close button", |
466 | 471 | "DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed", |
| 472 | + "DESCRIPTION_NUMBER_OF_TABS": "The number of tabs to show in the tab bar. Set to -1 to show all tabs", |
467 | 473 | "DESCRIPTION_NUMBER_QUICK_VIEW": "true to show Quick View on hover over numbers in editor", |
468 | 474 | "DESCRIPTION_OPEN_PREFS_IN_SPLIT_VIEW": "false to disable opening preferences file in split view", |
469 | 475 | "DESCRIPTION_OPEN_USER_PREFS_IN_SECOND_PANE": "false to open user preferences file in left/top pane", |
|
485 | 491 | "DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR": "true to show errors in status bar", |
486 | 492 | "DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code", |
487 | 493 | "DESCRIPTION_SHOW_PANE_HEADER_BUTTONS": "Toggle when to show the close and flip-view buttons on the header.", |
| 494 | + "DESCRIPTION_SHOW_TABBAR": "true to show the tab bar, else false.", |
488 | 495 | "DESCRIPTION_SMART_INDENT": "Automatically indent when creating a new block", |
489 | 496 | "DESCRIPTION_SOFT_TABS": "false to turn off soft tabs behavior", |
490 | 497 | "DESCRIPTION_SORT_DIRECTORIES_FIRST": "true to sort the directories first in the project tree", |
|
493 | 500 | "DESCRIPTION_STATIC_SERVER_PORT": "Port number that the built-in server should use for Live Preview", |
494 | 501 | "DESCRIPTION_STYLE_ACTIVE_LINE": "true to highlight background color of the line the cursor is on", |
495 | 502 | "DESCRIPTION_SVG_HINTS": "Enable/disable SVG code hints", |
| 503 | + "DESCRIPTION_TABBAR": "Set the tab bar settings.", |
496 | 504 | "DESCRIPTION_TAB_SIZE": "Number of spaces to display for tabs", |
497 | 505 | "DESCRIPTION_THEME": "Select a {APP_NAME} theme", |
498 | 506 | "DESCRIPTION_TRIPLE_CTRL_PALETTE": "true to enable showing the visual command overlay on pressing Ctrl/Cmd key 3 consecutive times", |
|
1135 | 1143 | "REMOVE_FROM_GITIGNORE": "Remove from .gitignore", |
1136 | 1144 | "REMOVE_FROM_RECENT_PROJECTS": "Remove from Recent Projects", |
1137 | 1145 | "RENAMING": "Renaming", |
| 1146 | + "REOPEN_CLOSED_FILE": "Reopen Closed File", |
1138 | 1147 | "REPLACE_IN_FILES_ERRORS": "The following files weren't modified because they changed after the search or couldn't be written.", |
1139 | 1148 | "REPLACE_IN_FILES_ERRORS_TITLE": "Replace Errors", |
1140 | 1149 | "REPLACE_PLACEHOLDER": "Replace with…", |
|
0 commit comments