forked from brackets-userland/brackets-git
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstrings.js
More file actions
150 lines (149 loc) · 9.81 KB
/
strings.js
File metadata and controls
150 lines (149 loc) · 9.81 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
/*jshint maxlen:false */
define({
ADD_ENDLINE_TO_THE_END_OF_FILE: "Add endline at the end of file",
ADD_TO_GITIGNORE: "Add to .gitignore",
AGREE_TO_STORE_PASSWORDS: "I agree that password are stored in plain text on my computer",
AMEND_COMMIT: "Amend last commit",
AMEND_COMMIT_FORBIDDEN: "Cannot amend commit when there are no unpushed commits",
AUTHOR: "Author",
AUTHORS_OF: "Authors of",
BASH_NOT_AVAILABLE: "Bash is not available or properly configured",
BASIC_CONFIGURATION: "Basic configuration",
BRACKETS_GIT_ERROR: "Brackets Git encountered an error\u2026",
BRANCH_NAME: "Branch name",
BUTTON_CANCEL: "Cancel",
BUTTON_CHANGELOG: "Show changelog",
BUTTON_CLOSE: "Close",
BUTTON_DEFAULTS: "Restore defaults",
BUTTON_OK: "OK",
BUTTON_REPORT: "Report",
BUTTON_SAVE: "Save",
BUTTON_COMMIT: "Commit",
BUTTON_INIT: "Init",
BUTTON_CLONE: "Clone",
CHANGELOG: "Changelog",
CHANGE_USER_NAME: "Change git username",
CHANGE_USER_EMAIL: "Change git email",
CHECK_GIT_SETTINGS: "Check Git settings",
CODE_INSPECTION_PROBLEMS: "Code inspection problems:",
COMMAND_ARGUMENTS: "Command arguments",
COMMIT: "Commit",
COMMIT_ALL_SHORTCUT: "Commit all files",
COMMIT_CURRENT_SHORTCUT: "Commit current file",
COMMIT_MESSAGE_PLACEHOLDER: "Enter commit message here\u2026",
CLONE_REPOSITORY: "Clone repository",
CREATE_NEW_BRANCH: "Create new branch\u2026",
CREATE_NEW_REMOTE: "Create new remote\u2026",
CREATE_NEW_GITFTP_SCOPE: "Create new Git-FTP remote\u2026",
CUSTOM_TERMINAL_COMMAND: "Custom terminal command (sample: gnome-terminal or complete path to executable)",
CUSTOM_TERMINAL_COMMAND_HINT: "Sample arguments: --window --working-directory=$1<br>$1 in arguments will be replaced by current project directory.",
DATE_FORMAT: "YYYY-MM-DD HH:mm:ss",
DATE_MODE_0: "Formatted using local date format",
DATE_MODE_1: "Relative time",
DATE_MODE_2: "Intelligent mode (relative/formatted)",
DATE_MODE_3: "Formatted using your own format",
DATE_MODE_4: "Original Git date",
DEBUG: "Debug",
DEBUG_MODE_SETTING: "DEBUG mode — Leave this OFF unless you need to find a problem with the extension. All Git communication will be forwarded to Brackets console!",
DELETE_FILE: "Delete file",
DELETE_REMOTE: "Delete remote",
DELETE_REMOTE_NAME: "Do you really wish to delete remote \"{0}\"?",
DELETE_LOCAL_BRANCH: "Delete local branch",
DELETE_LOCAL_BRANCH_NAME: "Do you really wish to delete local branch \"{0}\"?",
DIFF: "Diff",
DIFF_FAILED_SEE_FILES: "Git diff failed to provide diff results. This is the list of staged files to be commited:",
ENTER_PASSWORD: "Enter password:",
ENTER_USERNAME: "Enter username:",
ENTER_REMOTE_GIT_URL: "Enter Git URL of the repository you want to clone:",
ENTER_REMOTE_NAME: "Enter name of the new remote:",
ENTER_GITFTP_SCOPE_NAME: "Enter name of the new Git-FTP remote:",
ENTER_REMOTE_URL: "Enter URL of the new remote:",
ENTER_GITFTP_SCOPE_URL: "Enter FTP URL of the new Git-FTP remote specifing username and password:",
ERROR_TERMINAL_NOT_FOUND: "Terminal was not found for your OS, you can define a custom Terminal command in the settings",
EXTENDED_COMMIT_MESSAGE: "EXTENDED",
EXTENSION_WAS_UPDATED_TITLE: "The extension was updated to {0}",
ENTER_NEW_USER_NAME: "Enter username",
ENTER_NEW_USER_EMAIL: "Enter email",
FEATURES: "Features",
FILE_DELETED: "Deleted",
FILE_MODIFIED: "Modified",
FILE_NEWFILE: "New file",
FILE_RENAMED: "Renamed",
FILE_STAGED: "Staged",
FILE_UNTRACKED: "Untracked",
FILE_UNMERGED: "Unmerged",
FOR_MAC_LINUX_USERS: "For Mac/Linux users",
FOR_WINDOWS_USERS: "For Windows users",
GIT_COMMIT: "Git commit\u2026",
GIT_CONFIGURATION: "Git configuration",
GIT_DIFF: "Git diff —",
GIT_IS_IN_PATH: "Git can be called from anywhere (is in system path, might not work on Mac)",
GIT_PULL_RESPONSE: "Git Pull response",
GIT_PUSH_RESPONSE: "Git Push response",
GITFTP_PUSH_RESPONSE: "Git-FTP Push response",
GIT_SETTINGS: "Git Settings\u2026",
GIT_REMOTES: "Git remotes",
GITFTP_SCOPES: "Git-FTP remotes",
GOTO_PREVIOUS_GIT_CHANGE: "Go to previous Git change",
GOTO_NEXT_GIT_CHANGE: "Go to next Git change",
INIT_GITFTP_SCOPE: "Initialize Git-FTP remote",
INIT_GITFTP_SCOPE_NAME: "Initialize Git-FTP remote \"{0}\"?",
LAUNCH_BASH_SHORTCUT: "Bash/Terminal shortcut",
LOADING: "Loading\u2026",
LINES: "Lines",
_LINES: "lines",
LIST_MODIFIED_FILES: "Modified files",
MARK_MODIFIED_FILES_IN_TREE: "Mark modified files in file tree",
MERGE_BRANCH: "Merge branch",
MERGE_RESULT: "Merge result",
NOTHING_TO_COMMIT: "Nothing to commit, working directory clean.",
ORIGIN_BRANCH: "Origin branch",
PANEL_COMMAND: "Show Git panel",
PANEL_SHORTCUT: "Toggle panel",
PASSWORDS: "Passwords",
PATH_TO_GIT_EXECUTABLE: "Path to Git executable",
PATH_TO_GIT_MSYSGIT: "Path to msysgit folder",
PULL_SHORTCUT: "Pull from remote repository",
PUSH_SHORTCUT: "Push to remote repository",
Q_DELETE_FILE: "Are you sure you wish to delete the file <span class='dialog-filename'>{0}</span>?",
Q_RESTART_BRACKETS: "Do you wish to restart Brackets to apply new settings?",
Q_UNDO_CHANGES: "Reset changes to file <span class='dialog-filename'>{0}</span>?",
REMOVE_FROM_GITIGNORE: "Remove from .gitignore",
RESTART: "Restart",
SAVE_PASSWORD_QUESTION: "Save username/password?",
SET_ORIGIN_URL: "Set origin URL",
SHORTCUTS: "Shortcuts",
SHORTCUTS_HINT: "Separate keys with dash, like this: Ctrl-Alt-G<br>You can use the english key identifiers Ctrl, Cmd (Mac), Alt and Shift.",
SHOW_BASH_TERMINAL_BUTTON: "Show Bash/Terminal button in the panel",
SHOWN_DATE_FORMAT: "Format of commit dates in history",
SHOW_REPORT_BUG_BUTTON: "Show Report Bug button in the panel",
STRIP_WHITESPACE_FROM_COMMITS: "Strip trailing whitespace from commits",
TARGET_BRANCH: "Target branch",
TOOLTIP_BUG: "Report bug",
TOOLTIP_OPEN_BASH: "Open Bash/Terminal console",
TOOLTIP_PULL: "Git Pull",
TOOLTIP_PUSH: "Git Push",
TOOLTIP_GITPUSH: "Git-FTP Push",
TOOLTIP_CLOSE_NOT_MODIFIED: "Close files not modified in Git",
TOOLTIP_INIT: "Initialize repository",
TOOLTIP_CLONE: "Clone existing repository",
TOOLTIP_COMMIT: "Commit the selected files",
TOOLTIP_SHOW_UNTRACKED: "Show untracked",
TOOLTIP_HIDE_UNTRACKED: "Hide untracked",
TOOLTIP_REFRESH_PANEL: "Refresh panel",
TOOLTIP_HIDE_HISTORY: "Hide history",
TOOLTIP_SHOW_HISTORY: "Show history",
TOOLTIP_PICK_REMOTE: "Pick preferred remote",
TOOLTIP_MORE: "More actions\u2026",
USER_ABORTED: "User aborted!",
UNDO_CHANGES: "Discard changes",
UNDO_LAST_LOCAL_COMMIT: "Undo last local (not pushed) commit",
URL: "URL",
USE_CODE_INSPECTION: "Use Code inspection",
USE_GIT_GUTTER: "Use Git gutter marks",
USER_DATE_FORMAT: "Own date format (<a href='http://momentjs.com/docs/#/displaying/format/'>Syntax</a>)",
USE_GITFTP: "Use Git-FTP",
USING_GIT_VERSION: "Git version",
VIEW_AUTHORS_SELECTION: "View authors of selection",
VIEW_AUTHORS_FILE: "View authors of file"
});