semantic.en.txt 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. == Base ==
  2. Base:
  3. == ChangedResultFile ==
  4. Do you want to save the result file?
  5. == ChangedDestinationFile ==
  6. Do you want to save the destination file?
  7. == CloseButton ==
  8. Close
  9. == ConfiguredStatus ==
  10. configured!
  11. == NotConfigureStatus ==
  12. not configured
  13. == Destination ==
  14. Destination:
  15. == ErrorAutomaticOptionNeeded ==
  16. In silent mode the automatic merge option is needed
  17. == ErrorComparisonMethod ==
  18. Invalid comparison method
  19. == ErrorConflictCanNotBeApplied ==
  20. The conflict resolution cannot be applied because it depends on other conflict's resolution. Please try to resolve conflicts in a different order. The conflict resolution returned the following error: {0}
  21. == ErrorContributorsMustBeSpecified ==
  22. The contributors must be specified
  23. == ErrorEncoding ==
  24. Specified encoding cannot be identified ({0}).
  25. == ErrorExecutingExternalDiffTool ==
  26. An error occurred when executing external diff tool:
  27. == ErrorExecutingExternalMergeTool ==
  28. An error occurred when executing external merge tool:
  29. == ErrorExecutingExternal2WayMergeTool ==
  30. An error occurred when executing external 2-way merge tool:
  31. == ErrorFileTitleType ==
  32. Oops! We do not support your language... yet!
  33. == ErrorFileType ==
  34. SemanticMerge received the following files: {0}.
  35. The file extensions are not recognized as supported languages.
  36. You can run your default text-based {1} tool.
  37. Note: in case you know these files contain a supported language check how to use the -l param in SemanticMerge.
  38. == ErrorJVMNotAvailableTitle ==
  39. Oops! JVM not found - required to parse your files
  40. == ErrorJVMNotAvailable ==
  41. SemanticMerge requires a valid JVM installation available
  42. in order to parse your {0} files.
  43. You can run your default text-based {1} tool instead.
  44. == ErrorNumberOfContributorsDoesNotMatch ==
  45. The number of contributors does not match
  46. == ErrorTabSpaces ==
  47. Invalid tab spaces
  48. == ErrorVersionControl ==
  49. Invalid version control to configure
  50. == OpenDialogFilterForExecutableFile ==
  51. Executable Files (*.exe)|*.exe
  52. == OpenDialogTitleForConfigFile ==
  53. Browse for config file
  54. == OpenDialogTitleForExecutableFile ==
  55. Browse for executable file
  56. == PlasticSCMConfigurationNotification ==
  57. Changes won't take effect until you reopen the Plastic SCM GUI
  58. == RestartMergeWithConfigChangesMessage ==
  59. In order to apply the new saved configuration, the merge should be restarted.
  60. == RestartDiffWithConfigChangesMessage ==
  61. In order to apply the new saved configuration, the diff should be restarted.
  62. == RestartMergeQuestion ==
  63. You have already resolved {0} conflict(s) that will be lost. Are you sure you want to restart the merge?
  64. == ResultNeeded ==
  65. A result file path must be specified
  66. == Source ==
  67. Source:
  68. == UnsolvedPendingConflicts ==
  69. The file still has {0} unsolved conflicts.
  70. == UnexpectedError ==
  71. An unexpected error has occurred.
  72. == Usage ==
  73. Usage: semanticmerge [<configureversioncontrol> | <mergeOptions>]
  74. configureversioncontrol: {--configure-version-control}=<versioncontrolkey>
  75. versioncontrolkey: {plasticscm | git}
  76. mergeOptions: <files> [-a|--automatic] [--silent] [--merge-decl] [--process-all-merges]
  77. [--nolangwarn] [--nostructurewarn] [--include-format-change] [--log-external-parser]
  78. [<contributorSymbolicNames>] [<generalOptions>]
  79. [<contributorExtendedInfo>]
  80. files: {<sortedFiles> | <unsortedFiles>}
  81. sortedFiles: <filename1> <filename2> <filename3> <filename4> <fileparamorder>
  82. fileparamorder: {-fpo | --fileparamorder}=<list of keys separated by a semicolon>
  83. The default value is --fileparamorder=s;d;b;r
  84. unsortedFiles: <sourceFile> <destinationFile> <baseFile> <resultFile>
  85. sourceFile: {-s | --source}=<filename>
  86. destinationFile: {-d | --destination}=<filename>
  87. baseFile: {-b | --base}=<filename>
  88. resultFile: {-r | --result}=<filename>
  89. -a | --automatic: Automatically merge without user interaction unless conflicts are found.
  90. --silent: This option must be used combined with the --automatic option.
  91. When a merge can't be solved automatically, this option causes the tool to return immediately
  92. with a non-zero exit code (no semanticmerge tool is shown).
  93. If the tool was able to solve the merge automatically, the program returns exit code 0.
  94. --merge-decl: Merge automatically as many declarations* as possible.
  95. --process-all-merges: Merge automatically as many declarations* as possible and
  96. run the external text based tool for each non-automatic merge declaration.
  97. *A declaration is the statement that defines any of the supported syntax elements: classes, methods, attributes, etc.
  98. Depending on the element type (e.g. classes, methods), they include a body where the element is implemented.
  99. --nolangwarn: Run the external text based tool directly when the language is not supported.
  100. --nostructurewarn: Run the external text-based tool directly if structure errors are found.
  101. --include-format-change: Include changes where only indentation and EOLs have been modified.
  102. This includes differences in white spaces and tabs at the beginning of lines and
  103. differences in EOLs. It also includes white lines at the beginning of declarations.
  104. By default all these differences are ignored to simplify the merge/diff.
  105. --log-external-parser: Enable logging the file contents to debug external parsers.
  106. contributorSymbolicNames: <srcSymbolicName> <dstSymbolicName> <baseSymbolicName>
  107. srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
  108. dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
  109. baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
  110. generalOptions: [<defaultEncoding>] [<resultEncoding>] [<fileLanguage>] [<virtualMachine>]
  111. [<externalMergeTool>] [<external2WayMerge>] [<externalDiffTool>]
  112. [<tabSpaces>] [<extrainfofile>] [<progress>]
  113. defaultEncoding: {-e | --defaultencoding}=<encoding>
  114. resultEncoding: {-re | --resultencoding}=<encoding>
  115. encoding: {ascii | ansi | unicode | bigendian | utf7 | utf8 | utf8bom | utf32be | utf32le}
  116. fileLanguage: {-l | --fileslanguage}={csharp | vb | java | cplusplus | php}
  117. virtualMachine: {-vm | --virtualmachine}=<path to the Java Virtual Machine executable>
  118. externalParser: {-ep | --externalparser}=<command to execute the external parser>
  119. externalMergeTool: {-emt | --externalmergetool}={default | <user_defined_tool>}
  120. external2WayMerge: {-e2mt | --external2waymergetool}={ <user_defined_tool>}
  121. externalDiffTool: {-edt | --externalDiffTool}={default | <user_defined_tool>}
  122. tabSpaces: {-ts | --tabspaces}={4 | <user_defined>}
  123. extrainfofile: {-ei | --extrainfofile}={path to a file containing extra merge information}
  124. progress: {-pg | --progress}={string representing the progress in the whole merge process}
  125. contributorExtendedInfo: <contributorOwnerName> <contributorBranchName>
  126. <contributorChangeset> <contributorComment>
  127. contributorOwnerName: <srcOwnerName> <dstOwnerName> <baseOwnerName>
  128. srcOwnerName: {-so | --srcowner}=<ownername>
  129. dstOwnerName: {-do | --dstowner}=<ownername>
  130. baseOwnerName: {-bo | --baseowner}=<ownername>
  131. contributorBranchName: <srcBranchName>; <dstBranchName> <baseBranchName>
  132. srcBranchName: {-sb | --srcbranch}=<name>
  133. dstBranchName: {-db | --dstbranch}=<branchname>
  134. baseBranchName: {-bb | --basebranch}=<branchname>
  135. contributorChangeset: <srcChangeset> <dstChangeset> <baseChangeset>
  136. srcChangeset: {-sc | --srccset}=<changeset>
  137. dstChangeset: {-dc | --dstcset}=<changeset>
  138. baseChangeset: {-bc | --basecset}=<changeset>
  139. contributorComment: <srcComment> <dstComment> <baseComment>
  140. srcComment: {-sm | --srccomment}=<changeset>
  141. dstComment: {-dm | --dstcomment}=<changeset>
  142. baseComment: {-bm | --basecomment}=<changeset>
  143. Examples:
  144. semanticmergetool -b=base.cs -d=dst.cs -s=src.cs -r=result.cs
  145. semanticmergetool base.cs dst.cs src.cs result.cs --fileparamorder=b;d;s;r
  146. semanticmergetool -b=base.cs -d=dst.cs -s=src.cs -r=result.cs
  147. -e2mt=""kdiff3.exe #sourcefile #destinationfile -o #output""
  148. semanticmergetool -b=base.cs -d=dst.cs -s=src.cs -r=result.cs
  149. -emt=""kdiff3.exe #basefile #sourcefile #destinationfile -o #output""
  150. == UsageCaption ==
  151. SemanticMerge Tool usage
  152. == WarningNoExternalDiffTool ==
  153. No external diff tool has been specified in order to proceed with the diff.
  154. == WarningNoExternal2MergeTool ==
  155. No external 2-way merge tool has been specified in order to merge the contents of the selected conflict.
  156. == WarningNoExternalMergeTool ==
  157. No external merge tool has been specified in order to proceed with the merge.
  158. == WarningExternalToolNotFound ==
  159. Tool not found, please introduce a valid one
  160. == WarningSemanticToolNotFound ==
  161. SemanticMerge tool not found, please introduce a valid one
  162. == WarningConfigFileNotFound ==
  163. Config file not found, please introduce a valid one
  164. == WarningInvalidJavaVirtualMachinePath ==
  165. Java Virtual Machine path not found
  166. == WarningInvalidTabSize ==
  167. Invalid tab size
  168. == RenameWindowTitle ==
  169. Renaming source
  170. == RenameWindowLabel ==
  171. New name for {0}:
  172. == RenameButton ==
  173. Rename
  174. == CancelButton ==
  175. Cancel
  176. == PendingConflictsToSolve ==
  177. {0}/{1} - Conflicts to solve: {2}
  178. == NextConflictButtonTooltip ==
  179. Next conflict (Ctrl+PagDown)
  180. == PreviousConflictButtonTooltip ==
  181. Previous conflict (Ctrl+PageUp)
  182. == SaveAndExitExplanation ==
  183. save the result file and exit the tool
  184. == SaveAndExitButton ==
  185. Save & E_xit
  186. == MergeWaitingAnimation ==
  187. Calculating conflicts. Please wait...
  188. == SyncDeclarationMenuItem ==
  189. Sync Declaration
  190. == OptionsButton ==
  191. Options
  192. == FindMenuItem ==
  193. Find...
  194. == OptionsMenuItem ==
  195. Options
  196. == ConfigureFontsAndColorsMenuItem ==
  197. Configure fonts and colors...
  198. == DisplayInfoAboutThisMerge ==
  199. Display info about this merge
  200. == LeftEncodingMenuItem ==
  201. Left encoding
  202. == RightEncodingMenuItem ==
  203. Right encoding
  204. == SkipFormatChangesMenuItem ==
  205. Skip format changes
  206. == ReformatSourceCode ==
  207. Reformat source code
  208. == ConfigurationMenuItem ==
  209. Configuration...
  210. == GetLicense ==
  211. Get license
  212. == GetUpdates ==
  213. Get updates
  214. == GetUpdatesExplanation ==
  215. a new version of semanticmerge is available, get it!
  216. == ShowUserGuideMenuItem ==
  217. User guide
  218. == UserGuideURL ==
  219. https://semanticmerge.com/documentation
  220. == ShowIntroGuideMenuItem ==
  221. Show intro guide
  222. == OpenSamplesDirectoryMenuItem ==
  223. Open samples
  224. == GiveUsFeedbackMenuItem ==
  225. Send feedback
  226. == FollowSemanticmergeMenuItem ==
  227. Follow @semanticmerge
  228. == AboutSemanticmergeMenuItem ==
  229. About & license
  230. == VisualDiffWindowTitle ==
  231. visual diff
  232. == VisualDiffExplanation ==
  233. shows a graphic that explains the diff
  234. == VisualDiffOptionExplanation ==
  235. select two declarations and click diff in order to see the differences
  236. == VisualDiffControlExplanation ==
  237. use the control key with the scroll wheel to zoom in and zoom out
  238. == ZoomInExplanation ==
  239. zoom in on the graphic; you can also use the control key with the scroll wheel to zoom in
  240. == ZoomOutExplanation ==
  241. zoom out on the graphic; you can also use the control key with the scroll wheel to zoom out
  242. == VisualMergeWindowTitle ==
  243. visual merge
  244. == VisualMerge ==
  245. _Visual Merge
  246. == VisualMergeExplanation ==
  247. shows a graphic that explains the merge
  248. == RunTextMerge ==
  249. Run _text merge
  250. == RunTextMergeExplanation ==
  251. runs the traditional, text based, merge tool
  252. == RestartMerge ==
  253. R_estart merge
  254. == RestartMergeExplanation ==
  255. discards all the changes and restarts the merge operation
  256. == ProcessAllMerges ==
  257. Process all merges
  258. == ProcessAllMergesExplanation ==
  259. merges automatically as many declarations as possible and runs the external text based tool for each non-automatic merge declaration
  260. == VisualDiffButton ==
  261. _Visual diff
  262. == RestartDiffButton ==
  263. _Restart diff
  264. == RestartDiffExplanation ==
  265. restarts the diff operation
  266. == RunTextDiffButton ==
  267. Run _text diff
  268. == RunTextDiffExplanation ==
  269. runs the traditional, text based, diff tool
  270. == OutlinePanelVisualDiffButton ==
  271. _visual diff
  272. == OutlinePanelRunTextDiffButton ==
  273. run _text diff
  274. == DivergentMoveDetails ==
  275. divergent move details
  276. == ShowMergeInfoExplanation ==
  277. displays the merge information
  278. == MergeInfoResultFile ==
  279. Result file:
  280. == MergeInfoLanguage ==
  281. Language:
  282. == MergeInfoBaseFile ==
  283. Base file
  284. == MergeInfoSourceFile ==
  285. Source file
  286. == MergeInfoDestinationFile ==
  287. Destination file
  288. == MergeInfoFileName ==
  289. Name:
  290. == MergeInfoFilePath ==
  291. Path:
  292. == MergeInfoExtraInfo ==
  293. Extra info
  294. == SemanticOutline ==
  295. Semantic Outline
  296. == ExpandSemanticOutlineTooltip ==
  297. Expand Semantic Outline
  298. == CollapseSemanticOutlineTooltip ==
  299. Collapse Semantic Outline
  300. == PendingConflicts ==
  301. Conflicts to solve ({0})
  302. == PendingConflictsExplanation ==
  303. shows the conflicts that need to be solved manually: happens when the same element has been modified both in 'their changes' and 'your changes'
  304. == DiffExplanation ==
  305. shows the diffs of this element
  306. == SourceDifferences ==
  307. Src - their changes ({0})
  308. == SourceDifferencesExplanation ==
  309. the changes made in the code you're merging from (theirs). Shows the differences between the base and the source contributor
  310. == DestinationDifferences ==
  311. Dst - your changes ({0})
  312. == DestinationDifferencesExplanation ==
  313. the changes on your working copy (yours). Shows the differences between the base and the destination contributor
  314. == NoConflictMessageText ==
  315. There are no conflicts to check.
  316. == NoConflictMessageDetail ==
  317. It means that the tool can solve the merge without user intervention.
  318. Probably you're seeing this because you want to review the merge anyway.
  319. But in case you prefer to automate the conflict resolution as much as possible: add the \"-a\" argument to the semanticmerge commandline.
  320. == MaximizeButtonLeftTooltip ==
  321. Maximize left panel
  322. == RestoreButtonLeftTooltip ==
  323. Restore left panel
  324. == MaximizeButtonSrcTooltip ==
  325. Maximize source panel
  326. == RestoreButtonSrcTooltip ==
  327. Restore source panel
  328. == MaximizeButtonDstTooltip ==
  329. Maximize destination panel
  330. == RestoreButtonDstTooltip ==
  331. Restore destination panel
  332. == MaximizeButtonBaseTooltip ==
  333. Maximize base panel
  334. == RestoreButtonBaseTooltip ==
  335. Restore base panel
  336. == MaximizeButtonResultTooltip ==
  337. Maximize result panel
  338. == RestoreButtonResultTooltip ==
  339. Restore result panel
  340. == CopyToClipboard ==
  341. Copy to clipboard
  342. == BackButtonTooltip ==
  343. Back
  344. == FindMatchesButton ==
  345. find _matches
  346. == DiffMatchButton ==
  347. _diff
  348. == MatchButton ==
  349. _match
  350. == UnMatchButton ==
  351. _unmatch
  352. == SelectElementToMatch ==
  353. Select an element to match
  354. == EditResultExplanation ==
  355. You cannot edit the result file until all conflicts are resolved. There are {0} conflict(s) remaining.
  356. == KeepSourceExplanation ==
  357. keeps the source changes
  358. == KeepDestinationExplanation ==
  359. keeps the destination changes
  360. == KeepBothExplanation ==
  361. keeps both changes
  362. == RenameExplanation ==
  363. renames the destination
  364. == MergeExplanation ==
  365. runs the external text merge tool to solve this conflict
  366. == TwoWayMergeExplanation ==
  367. launches the external 2 way mergetool to solve this conflict
  368. == DisplayConfigurationWindowExplanation ==
  369. shows the configuration window
  370. == DisplayAboutWindowExplanation ==
  371. shows the about window
  372. == HideUnchangedSelectionExplanation ==
  373. show only changed declarations
  374. == ShowUnchangedSelectionExplanation ==
  375. show the complete tree files, so you can check every declaration
  376. == GroupUnchangedSelectionExplanation ==
  377. show changed declarations grouping the rest of the declarations into an unchanged one
  378. == ExplainMoveMoveExplanation ==
  379. explains how the element was moved to different locations on source and destination contributors
  380. == SourceFileExplanation ==
  381. source contributor file
  382. == BaseFileExplanation ==
  383. base file, the ancestor of the source and destination files used during merge
  384. == DestinationFileExplanation ==
  385. destination contributor file
  386. == FindMatchesExplanation ==
  387. opens the matches window for matching an adedd with a deleted
  388. == UnmatchExplanation ==
  389. unmatch - in case methods were wrongly matched between base and this contributor, you can unmatch, convert them to added/deleted and correct the match manually
  390. == MatchExplanation ==
  391. applies the match to the selected item
  392. == InvalidEmail ==
  393. Invalid email
  394. == InvalidReport ==
  395. Invalid report
  396. == EnterValidEmailAndReport ==
  397. Please enter your email address, the subject and the comments.
  398. == EnterValidEmailAddress ==
  399. Please enter a valid email address.
  400. == ErrorReadingSampleTitle ==
  401. Error reading sample
  402. == ErrorReadingSampleDescription ==
  403. Cannot parse sample from file {0}: {1}
  404. == SamplesWindowExplanation ==
  405. For every sample case, we recommend you run the traditional merge tool and compare it with SemanticMerge
  406. == ShowIntroGuideButton ==
  407. show intro _guide
  408. == RunTextMergetoolButton ==
  409. text
  410. == RunSemanticMergetoolButton ==
  411. semantic
  412. == WelcomeSemantic20 ==
  413. Welcome to SemanticMerge 2.0
  414. == WelcomeExplanation1 ==
  415. Semantic is a different kind of merge tool. It parses the code before calculating the merge, which makes it possible to detect and automatically solve most conflicts.
  416. == WelcomeExplanation2 ==
  417. It is different than most merge tools you have used so far, so it is worth investing a few minutes browsing the sample cases to become a real merge master and get the best out of the tool.
  418. == ExploreTheSamplesButton ==
  419. _explore the samples
  420. == ReadTheIntroGuideLinkText1 ==
  421. To learn more about the SemanticMerge fundamentals
  422. == ReadTheIntroGuideLinkText2 ==
  423. read the Intro Guide
  424. == ReadTheIntroGuideLinkText3 ==
  425. (3 minutes read).
  426. == DontShowThisDialogOnStartup ==
  427. Don't _show this dialog on start up
  428. == RunTheToolButton ==
  429. run the _tool
  430. == ParsingErrorsLabel ==
  431. Some issues were found while processing these files.
  432. == ShowParsingErrorsButton ==
  433. Show parsing errors
  434. == ReleaseNotesBaseUrl ==
  435. https://users.semanticmerge.com/releasenotes/
  436. == MultifileCurrentFile ==
  437. File {0} of {1}:
  438. == MultifileCurrentFileExplanation ==
  439. This is the current file. To change file use the conflict navigation buttons and also the multi-file moves.