|
| 1 | +{ |
| 2 | + "svn.add.title": "Add", |
| 3 | + "svn.addToIgnoreExplorer.title": "Ignore file/ext from SVN (svn:ignore)", |
| 4 | + "svn.addToIgnoreSCM.title": "Ignore file/ext from SVN (svn:ignore)", |
| 5 | + "svn.branchchanges.refresh.title": "Refresh branch changes", |
| 6 | + "svn.changelist.title": "Set changelist", |
| 7 | + "svn.checkout.title": "Checkout", |
| 8 | + "svn.cleanup.title": "Clean up working copy", |
| 9 | + "svn.close.title": "Close repository", |
| 10 | + "svn.commit.title": "Commit Selected", |
| 11 | + "svn.commitWithMessage.title": "Commit Changes", |
| 12 | + "svn.deleteUnversioned.title": "Delete selected files", |
| 13 | + "svn.itemlog.copymsg.title": "Copy message to clipboard", |
| 14 | + "svn.itemlog.copyrevision.title": "Copy revision number to clipboard", |
| 15 | + "svn.itemlog.openDiff.title": "Open diff", |
| 16 | + "svn.itemlog.openDiffBase.title": "Open diff with BASE", |
| 17 | + "svn.itemlog.openFileRemote.title": "Open this revision", |
| 18 | + "svn.itemlog.refresh.title": "Refresh log for item", |
| 19 | + "svn.log.title": "Show commit messages", |
| 20 | + "svn.openChangeBase.title": "Open Changes with BASE", |
| 21 | + "svn.openChangeHead.title": "Open Changes with HEAD", |
| 22 | + "svn.openChangePrev.title": "Open Changes with PREV", |
| 23 | + "svn.openFile.title": "Open File", |
| 24 | + "svn.openHEADFile.title": "Open File (HEAD)", |
| 25 | + "svn.patch.title": "Show diff patch for selected", |
| 26 | + "svn.patchAll.title": "Show all diff patch", |
| 27 | + "svn.patchChangeList.title": "Show patch from changelist", |
| 28 | + "svn.pickCommitMessage.title": "Pick a previous commit message", |
| 29 | + "svn.refresh.title": "Refresh", |
| 30 | + "svn.refreshRemoteChanges.title": "Refresh Remote Changes", |
| 31 | + "svn.remove.title": "Remove Selected", |
| 32 | + "svn.removeUnversioned.title": "Remove unversioned files", |
| 33 | + "svn.renameExplorer.title": "Rename with SVN", |
| 34 | + "svn.repolog.addrepolike.title": "Add repo-like path", |
| 35 | + "svn.repolog.copymsg.title": "Copy message to clipboard", |
| 36 | + "svn.repolog.copyrevision.title": "Copy revision number to clipboard", |
| 37 | + "svn.repolog.openDiff.title": "Open diff", |
| 38 | + "svn.repolog.openFileLocal.title": "Open WC version of a file", |
| 39 | + "svn.repolog.openFileRemote.title": "Open this revision", |
| 40 | + "svn.repolog.refresh.title": "Refresh log", |
| 41 | + "svn.repolog.remove.title": "Remove", |
| 42 | + "svn.resolve.title": "Resolve conflicts for selected", |
| 43 | + "svn.resolveAll.title": "Resolve all conflicts", |
| 44 | + "svn.revert.title": "Revert Selected File", |
| 45 | + "svn.revertAll.title": "Revert All Changes", |
| 46 | + "svn.revertChange.title": "Revert Change", |
| 47 | + "svn.revertExplorer.title": "Revert with SVN", |
| 48 | + "svn.searchLogByRevision.title": "Search log by revision", |
| 49 | + "svn.searchLogByText.title": "Search log", |
| 50 | + "svn.switchBranch.title": "Switch Branch", |
| 51 | + "svn.treeview.pullIncomingChange.title": "Update selected", |
| 52 | + "svn.treeview.refreshProvider.title": "Refresh", |
| 53 | + "svn.update.title": "Update", |
| 54 | + |
| 55 | + "svn.autorefresh.description": "Whether auto refreshing is enabled", |
| 56 | + "svn.commit.changes.selectedAll.description": "Select all files when commit changes", |
| 57 | + "svn.conflicts.autoResolve.description": "Set file to status resolved after fix conflicts", |
| 58 | + "svn.default.encoding.description": "Encoding of svn output if the output is not utf-8. When this parameter is null, the encoding is automatically detected. Example: 'windows-1252'.", |
| 59 | + "svn.defaultCheckoutDirectory.description": "The default location to checkout a svn repository.", |
| 60 | + "svn.delete.actionForDeletedFiles.description": "When a file is deleted, what SVN should do? `none` - Do nothing, `prompt` - Ask the action, `remove` - automatically remove from SVN", |
| 61 | + "svn.delete.ignoredRulesForDeletedFiles.description": "Ignored files/rules for `svn.delete.actionForDeletedFiles`(Ex.: file.txt or **/*.txt)", |
| 62 | + "svn.detectExternals.description": "Controls whether to automatically detect svn externals.", |
| 63 | + "svn.detectIgnored.description": "Controls whether to automatically detect svn on ignored folders.", |
| 64 | + "svn.diff.withHead.description": "Show diff changes using latest revision in the repository. Set false to use latest revision in local folder", |
| 65 | + "svn.enabled.description": "Whether svn is enabled", |
| 66 | + "svn.experimental.detect_encoding.description": "Try the experimental encoding detection", |
| 67 | + "svn.experimental.encoding_priority.description": "Priority of encoding", |
| 68 | + "svn.gravatar.icon_url.description": "Url for the gravitar icon using the <AUTHOR>, <AUTHOR_MD5> and <SIZE> placeholders", |
| 69 | + "svn.gravatars.enabled.description": "Use garavatar icons in log viewers", |
| 70 | + "svn.ignoreMissingSvnWarning.description": "Ignores the warning when SVN is missing", |
| 71 | + "svn.ignoreRepositories.description": "List of SVN repositories to ignore.", |
| 72 | + "svn.ignoreWorkingCopyIsTooOld.description": "Ignores the warning when working copy is too old", |
| 73 | + "svn.layout.branchesRegex.description": "Regex to detect path for 'branches' in SVN URL, 'null' to disable. Subpath use 'branches/[^/]+/([^/]+)(/.*)?' (Ex.: 'branches/...', 'versions/...')", |
| 74 | + "svn.layout.branchesRegexName.description": "Regex group position for name of branch", |
| 75 | + "svn.layout.showFullName.description": "Set true to show 'branches/<name>' and false to show only '<name>'", |
| 76 | + "svn.layout.tagRegexName.description": "Regex group position for name of tag", |
| 77 | + "svn.layout.tagsRegex.description": "Regex to detect path for 'tags' in SVN URL, 'null' to disable. Subpath use 'tags/[^/]+/([^/]+)(/.*)?'. (Ex.: 'tags/...', 'stamps/...')", |
| 78 | + "svn.layout.trunkRegex.description": "Regex to detect path for 'trunk' in SVN URL, 'null' to disable. (Ex.: '(trunk)', '(main)')", |
| 79 | + "svn.layout.trunkRegexName.description": "Regex group position for name of trunk", |
| 80 | + "svn.log.length.description": "Number of commit messages to log", |
| 81 | + "svn.multipleFolders.depth.description": "Maximum depth to find subfolders using SVN", |
| 82 | + "svn.multipleFolders.enabled.description": "Allow to find subfolders using SVN", |
| 83 | + "svn.multipleFolders.ignore.description": "Folders to ignore using SVN", |
| 84 | + "svn.path.description": "Path to the svn executable", |
| 85 | + "svn.refresh.remoteChanges.description": "Refresh remote changes on refresh command", |
| 86 | + "svn.remoteChanges.checkFrequency.description": "Set the interval in seconds to check changed files on remote repository and show in statusbar. 0 to disable", |
| 87 | + "svn.showOutput.description": "Show the output window when the extension starts", |
| 88 | + "svn.showUpdateMessage.description": "Show the update message when update is run", |
| 89 | + "svn.sourceControl.changesLeftClick.description": "Set left click functionality on changes resource state", |
| 90 | + "svn.sourceControl.combineExternalIfSameServer.description": "Combine the svn external in the main if is from the same server.", |
| 91 | + "svn.sourceControl.countUnversioned.description": "Allow to count unversioned files in status count", |
| 92 | + "svn.sourceControl.hideUnversioned.description": "Hide unversioned files in Source Control UI", |
| 93 | + "svn.sourceControl.ignoreOnCommit.description": "Changelists to ignore on commit", |
| 94 | + "svn.sourceControl.ignoreOnStatusCount.description": "Changelists to ignore on status count", |
| 95 | + "svn.update.ignoreExternals.description": "Set to ignore externals definitions on update (add --ignore-externals)" |
| 96 | +} |
0 commit comments