You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"svn_not_found": "SVN not found. Install it or configure it using the 'svn.path' setting.",
10
+
"updated_svn_path": "Updated \"svn.path\" with \"{0}\"",
11
+
"select_changelist_new": "Select an existing changelist or create a new",
12
+
"changelist_name": "Changelist name",
13
+
"changelist_enter_name": "Please enter a changelist name",
14
+
"no_changes_commit": "There are no changes to commit.",
15
+
"select_changelist_commit": "Select a changelist to commit",
16
+
"select_files_commit": "Select files to commit",
17
+
"no_changelists_pick": "No changelists to pick from",
18
+
"select_changelist": "Select a changelist",
19
+
"base": "base",
20
+
"base.description": "Choose the file that was the (unmodified) BASE revision before you tried to integrate changes",
21
+
"working": "working",
22
+
"working.description": "Assuming that you've manually handled the conflict resolution, choose the version of the file as it currently stands in your working copy.",
23
+
"mine_full": "mine-full",
24
+
"mine_full.description": "Preserve all local modifications and discarding all changes fetched",
25
+
"theirs_full": "theirs-full",
26
+
"ctheirs_full.description": "Discard all local modifications and integrating all changes fetched",
27
+
"mine_conflict": "mine-conflict",
28
+
"mine_conflict.description": "Resolve conflicted files by preferring local modifications over the changes fetched",
29
+
"theirs_conflict": "theirs-conflict",
30
+
"theirs_conflict.description": "Resolve conflicted files by preferring the changes fetched from the server over local modifications",
31
+
"no_change_to_commit": "There are no changes to commit.",
32
+
"commit_message": "Commit Message",
33
+
"pick_prev_commit": "Pick a previous commit message",
34
+
"enter_commit": "Message (press Ctrl+Enter to commit)",
35
+
"commit": "Commit",
36
+
"cancel": "Cancel",
37
+
"commit_empty_message": "Do you really want to commit an empty message?",
38
+
"changes": "Changes",
39
+
"conflicts": "Conflicts",
40
+
"unversioned": "Unversioned",
41
+
"changelist_var": "Changelist {0}",
42
+
"remote_changes": "Remote Changes",
43
+
"created_new_branch": "Created new branch",
44
+
"open_diff_head": "Open Diff With Head",
45
+
"open_diff_base": "Open Diff With Base",
46
+
"renamed_from": "Renamed from {0}",
47
+
"property": "Property {0}",
48
+
"choose_repo": "Choose a repository",
49
+
"failed_to_execute_svn_enoent": "Failed to execute svn (ENOENT)",
50
+
"failed_to_execute_svn": "Failed to execute svn",
51
+
"unable_to_add_file": "Unable to add file",
52
+
"files_no_version_control": "Files are not under version control and cannot be added to a change list",
53
+
"files_diff_repo_error": "Unable to add files from different repositories to change list",
54
+
"files_untracked_no_changelist": "Some Files are not under version control and cannot be added to a change list",
55
+
"unable_to_remove_file_changelist": "Unable to remove file \"{0}\" from changelist",
56
+
"added_files_changelist": "Added files \"{0}\" to changelist \"{1}\"",
57
+
"unable_to_add_file_changelist": "Unable to add file \"{0}\" to changelist \"{1}\"",
0 commit comments