12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175 |
- == MergetoolWindowTitle ==
- Plastic SCM Merge tool
-
- == FirstConflictButtonTooltip ==
- Go to first conflict (Ctrl + Shift + -)
-
- == PrevConflictButtonTooltip ==
- Previous conflict (Ctrl + -)
-
- == NextConflictButtonTooltip ==
- Next conflict (Ctrl + +)
-
- == LastConflictButtonTooltip ==
- Go to last conflict (Ctrl + Shift + +)
-
- == PrevNotAutomaticConflictButtonTooltip ==
- Previous not automatic conflict (Ctrl + PageUp)
-
- == NextNotAutomaticConflictButtonTooltip ==
- Next not automatic conflict (Ctrl + PageDown)
-
- == FirstConflictButtonTooltipPrefix ==
- Go to first conflict ({0})
-
- == PrevConflictButtonTooltipPrefix ==
- Previous conflict ({0})
-
- == NextConflictButtonTooltipPrefix ==
- Next conflict ({0})
-
- == LastConflictButtonTooltipPrefix ==
- Go to last conflict ({0})
-
- == PrevNotAutomaticConflictButtonTooltipPrefix ==
- Previous not automatic conflict ({0})
-
- == NextNotAutomaticConflictButtonTooltipPrefix ==
- Next not automatic conflict ({0})
-
- == GtkPendingAutomaticConflictsLabel ==
- {0}/{1}
-
- == GtkPendingNonAutomaticConflictsLabel ==
- Pending non-automatic: {0}/{1}
-
- == PendingAutomaticConflictsLabel ==
- Current conflict: {0} of {1}
-
- == PendingNonAutomaticConflictsLabel ==
- Unresolved conflicts: {0} of {1}
-
- == NonAutomaticConflictsLabelTooltip ==
- Current unsolved non-automatic conflict
-
- == CurrentConflictLabelTooltip ==
- Current merge conflict
-
- == NonAutomaticConflictsNavigationTooltip ==
- Navigate through the currently unsolved conflicts
-
- == AutomaticConflictsNavigationTooltip ==
- Navigate through the merge conflicts
-
- == AutomaticConflictMarkup ==
- Current conflict is <span foreground='green'>automatic</span>. No user intervention is required.
-
- == NonAutomaticConflictMarkup ==
- Current conflict is <span foreground='red'>non-automatic</span>. Resolve it by clicking the buttons above, editing the result file or marking it as resolved.
-
- == NonAutomaticConflictMarkedAsResolvedMarkup ==
- Current conflict is <span foreground='green'>non-automatic</span>, and it has been already <span foreground='green'>resolved</span> by the user.
-
- == MarkAsResolvedButton ==
- Mark as resolved
-
- == MarkAsUnresolvedButton ==
- Mark as unresolved
-
- == MergetoolUsageTitle ==
- Mergetool usage
-
- == XMergeUsageTitle ==
- XMerge Tool Usage
-
- == ToolUsageNotice ==
- Please read below the usage of the tool
-
- == BinMergeToolExitQuestion ==
- Do you want save the selected contributor as the merge result?
-
- == GtkMergetoolUsageHeader ==
- Usage: gtkmergetool
-
- == MacMergetoolUsageHeader ==
- Usage: macmergetool
-
- == XMergeUsage ==
- Usage: {0} xmerge [<diffOptions> | <mergeOptions>]
-
- diffOptions: <generalFiles> [<generalOptions>]
-
- mergeOptions: <generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] [<silent>] <resultFile>] [<mergeType>] [<generalOptions>]
-
- baseFile: {{-b | --base}}=<filename>
- baseSymbolicName: {{-bn | --basesymbolicname}}=<symbolicname>
- automatic: -a | --automatic
- silent: --silent
- resultFile: {{-r | --result}}=<filename>
- mergeType: {{-m | --mergeresolutiontype}}={{onlyone | onlysrc | onlydst | try | forced}}
-
- generalFiles: <sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
-
- sourceFile: {{-s | --source}}=<filename>
- srcSymbolicName: {{-sn | --srcsymbolicname}}=<symbolicname>
- destinationFile: {{-d | --destination}}=<filename>
- dstSymbolicName: {{-dn | --dstsymbolicname}}=<symbolicname>
-
- generalOptions: [<defaultEncoding>] [<comparisonMethod>] [<fileType>] [<resultEncoding>]
-
- defaultEncoding: {{-e | --encoding}}={{none |ascii | unicode | bigendian | utf7 | utf8}}
- comparisonMethod: {{-i | --ignore}}={{none | eol | whitespaces | eol&whitespaces}}
- fileType: {{-t | --filestype}}={{text/csharp | text/XML | text}}
- resultEncoding: {{-re | --resultencoding}}={{none |ascii | unicode | bigendian | utf7 | utf8}}
- progress: {{--progress}}=progress string indicating the current progress, for example: Merging file 1/8
- extraInfoFile: {{--extrainfofile}}=path to a file that contains extra info about the merge
-
- Remarks:
-
- -a | --automatic: Tries to resolve the merge automatically.
- If the merge can't be resolved automatically (requires user interaction), the merge tool is shown.
- A result file must always be specified for a merge to be resolved automatically.
- --silent: This option must be used combined with the --automatic option.
- When a merge can't be resolved automatically, this option causes the tool to return immediately
- with a non-zero exit code (no merge tool is shown).
- If the tool was able to resolve the merge automatically, the program returns exit code 0.
-
- Examples:
-
- {0} xmerge
- {0} xmerge -s=file1.txt -d=file2.txt
- {0} xmerge -s=file1.txt -b=file0.txt --destination=file2.txt
- {0} xmerge --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
- {0} xmerge -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -e=utf7 -i=eol -t=text/csharp -m=onlyone
-
- == MergetoolUsage ==
- mergeOptions: <sourceFile> [<sourceSymbolicName>]
- <baseFile> [<baseSymbolicName>]
- <destinationfile> [<destinationSymbolicName>]
- [[<autosave>] <resultFile>]
- [<mergeType>]
- [<generalOptions>]
-
- sourceFile: {-s | --source}=<filename>
- sourceSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
- baseFile: {-b | --base}=<filename>
- baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
- destinationFile: {-d | --destination}=<filename>;
- destinationSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
- autosave: -as | --autosave
- automatic: -a | --automatic
- silent: --silent
- resultFile: {-r | --result}=<filename>
- mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
-
- generalOptions: [<defaultEncoding>] [<comparisonMethod>] [<resultEncoding>]
-
- defaultEncoding: {-e | --defaultencoding}={none |ascii | unicode | bigendian | utf7 | utf8}
- resultEncoding: {-re | --resultencoding}={none |ascii | unicode | bigendian | utf7 | utf8}
- comparisonMethod: {-i | --ignore}={none | eol | whitespaces | ""eol&whitespaces""}
-
- remarks:
-
- -a | --automatic: Tries to resolve the merge automatically.
- If the merge can't be resolved automatically (requires user interaction), the merge tool is shown.
- --silent: This option must be used combined with the --automatic option.
- When a merge can't be resolved automatically, this option causes the tool to return immediately
- with a non-zero exit code (no merge tool is shown).
- If the tool was able to resolve the merge automatically, the program returns exit code 0.
-
- == WinMergetoolUsage ==
- Usage: mergetool [<diffOptions> | <mergeOptions>]
-
- diffOptions: <generalFiles> [<generalOptions>]
-
- mergeOptions: <generalFiles> <baseFile> [<baseSymbolicName>] [[<automatic>] [<silent>] <resultFile>] [<mergeType>] [<generalOptions>]
-
- baseFile: {-b | --base}=<filename>
- baseSymbolicName: {-bn | --basesymbolicname}=<symbolicname>
- automatic: -a | --automatic
- silent: --silent
- resultFile: {-r | --result}=<filename>
- mergeType: {-m | --mergeresolutiontype}={onlyone | onlysrc | onlydst | try | forced}
-
- generalFiles: <sourceFile> [<srcSymbolicName>] <destination> [<dstSymbolicName>]
-
- sourceFile: {-s | --source}=<filename>
- srcSymbolicName: {-sn | --srcsymbolicname}=<symbolicname>
- destinationFile: {-d | --destination}=<filename>
- dstSymbolicName: {-dn | --dstsymbolicname}=<symbolicname>
-
- generalOptions: [<defaultEncoding>] [<comparisonMethod>] [<fileType>] [<resultEncoding>]
-
- defaultEncoding: {-e | --encoding}={none |ascii | unicode | bigendian | utf7 | utf8}
- comparisonMethod: {-i | --ignore}={none | eol | whitespaces | eol&whitespaces}
- fileType: {-t | --filestype}={text/csharp | text/XML | text}
- resultEncoding: {-re | --resultencoding}={none |ascii | unicode | bigendian | utf7 | utf8}
- progress: {--progress}=progress string indicating the current progress, for example: Merging file 1/8
- extraInfoFile: {--extrainfofile}=path to a file that contains extra info about the merge
-
- Remarks:
-
- -a | --automatic: Tries to resolve the merge automatically.
- If the merge can't be resolved automatically (requires user interaction), the merge tool is shown.
- --silent: This option must be used combined with the --automatic option.
- When a merge can't be resolved automatically, this option causes the tool to return immediately
- with a non-zero exit code (no merge tool is shown).
- If the tool was able to resolve the merge automatically, the program returns exit code 0.
-
- Examples:
-
- mergetool
- mergetool -s=file1.txt -d=file2.txt
- mergetool -s=file1.txt -b=file0.txt --destination=file2.txt
- mergetool --base=file0.txt -d=file2.txt --source=file1.txt --automatic --result=result.txt
- mergetool -b=file0.txt -s=file1.txt -d=file2.txt -a -r=result.txt -e=utf7 -i=eol -t=text/csharp -m=onlyone
-
- == BrowseForSaveFileTitle ==
- Save file
-
- == PendingUnsolvedConflicts ==
- The file still has {0} unsolved conflicts.
-
- == FileChangedSinceSaved ==
- The file has been changed since it was last saved.
-
- == SaveAndExitDialogButton ==
- Save & exit
-
- == ExitWithoutSavingButton ==
- Exit without saving
-
- == CloseButton ==
- Close
-
- == OkButton ==
- OK
-
- == CancelButton ==
- Cancel
-
- == SourceHeaderButton ==
- Select Source: '{0}'
-
- == SourceHeader ==
- Source: '{0}'
-
- == SourceHeaderPressedButton ==
- Deselect Source: '{0}'
-
- == SourceHeaderButtonTooltip ==
- (Ctrl+1)
-
- == BaseHeaderButton ==
- Select Base: '{0}'
-
- == BaseHeader ==
- Base: '{0}'
-
- == BaseHeaderPressedButton ==
- Deselect Base: '{0}'
-
- == BaseHeaderButtonTooltip ==
- (Ctrl+2)
-
- == DestinationHeaderButton ==
- Select Destination: '{0}'
-
- == DestinationHeader ==
- Destination: '{0}'
-
- == DestinationHeaderPressedButton ==
- Deselect Destination: '{0}'
-
- == DestinationHeaderButtonTooltip ==
- (Ctrl+3)
-
- == ResultButton ==
- Select Result
-
- == KeepResultButton ==
- Keep result
-
- == ResultPressedButton ==
- Deselect Result
-
- == ResultButtonTooltip ==
- (Ctrl+4)
-
- == SaveAndExitButton ==
- Save & exit
-
- == SaveAndExitTooltip ==
- Save result and close mergetool
-
- == SaveAsTooltip ==
- Save result in a new file
-
- == SaveButton ==
- Save
-
- == SaveButtonTooltip ==
- Save changes (Ctrl+S)
-
- == SaveButtonTooltipWithCustomShortcut ==
- Save changes ({0})
-
- == SaveAsMenu ==
- Save as...
-
- == MergeButton ==
- Merge
-
- == KeepSrcMenu ==
- Keep source contributor & exit
-
- == KeepBaseMenu ==
- Keep base contributor & exit
-
- == KeepDstMenu ==
- Keep destination contributor & exit
-
- == SrcNeeded ==
- Source file name is needed
-
- == DstNeeded ==
- Destination file name is needed
-
- == ResultNeeded ==
- In automatic merge result file name is needed
-
- == AutomaticNeeded ==
- In silent mode the automatic merge option is needed
-
- == FileTypeError ==
- {0} isn't a valid file type for syntax highlight
-
- == CompMethodError ==
- Invaild comparison method
-
- == ArgError ==
- The specified arguments are not valid
-
- == SrcEncodingMenuTitle ==
- Source encoding
-
- == DstEncodingMenuTitle ==
- Destination encoding
-
- == BaseEncodingMenuTitle ==
- Base encoding
-
- == ResultEncodingMenuTitle ==
- Result encoding
-
- == SplitBlocksMenuTitle ==
- Split conflict blocks
-
- == MergeBlocksMenuTitle ==
- Merge conflict blocks
-
- == ComparisonMethodMenuTitle ==
- Comparison method
-
- == ColorsMenuTitle ==
- Merge tracking colors
-
- == RecognizeAll ==
- Recognize all
-
- == IgnoreEol ==
- Ignore EOLs
-
- == IgnoreWhitespace ==
- Ignore whitespaces
-
- == IgnoreEolWhitespace ==
- Ignore EOLs and whitespaces
-
- == EncodingDialogTitle ==
- Select encoding
-
- == EncodingDialogDescription ==
- Select a character encoding
-
- == EncodingDialogLabel ==
- Encoding:
-
- == DefaultEncoding ==
- Default encoding:
-
- == ResultEncoding ==
- Result encoding:
-
- == NoneEncoding ==
- NONE
-
- == AsciiEncoding ==
- ASCII
-
- == UnicodeEncoding ==
- Unicode
-
- == UnicodeBigEndianEncoding ==
- Unicode Big-Endian
-
- == Utf7Encoding ==
- UTF-7
-
- == Utf8Encoding ==
- UTF-8
-
- == OtherEncoding ==
- Other...
-
- == ChangeEncoding ==
- Change...
-
- == Options ==
- Options
-
- == FindButton ==
- Find...
-
- == MatchCase ==
- Match case
-
- == MergeResolutionOptionsTooltip ==
- Merge resolution options
-
- == MergeOptionsTooltip ==
- Display and calculation options
-
- == SyntaxHighlight ==
- Syntax highlight
-
- == FirstDiffButtonTooltip ==
- First difference
-
- == PrevDiffButtonTooltip ==
- Previous difference
-
- == NextDiffButtonTooltip ==
- Next difference
-
- == LastDiffButtonTooltip ==
- Last difference
-
- == FirstDiffButtonTooltipWithShortcut ==
- First difference (Ctrl + Shift + n)
-
- == PrevDiffButtonTooltipWithShortcut ==
- Previous difference (Ctrl + n)
-
- == NextDiffButtonTooltipWithShortcut ==
- Next difference (Ctrl + m)
-
- == LastDiffButtonTooltipWithShortcut ==
- Last difference (Ctrl + Shift + m)
-
- == CurrentDifference ==
- Current: {0}/{1}
-
- == LeftEncoding ==
- Left encoding
-
- == RightEncoding ==
- Right encoding
-
- == DifferencesWindowTitle ==
- Differences
-
- == AutomaticConflictChunk1 ==
- Current conflict is
-
- == AutomaticConflictChunk2 ==
- automatic
-
- == AutomaticConflictChunk3 ==
- . No user intervention is required.
-
- == SolvedConflictChunk1 ==
- Current conflict is
-
- == SolvedConflictChunk2 ==
- non-automatic
-
- == SolvedConflictChunk3 ==
- , and it has been already
-
- == SolvedConflictChunk4 ==
- resolved
-
- == SolvedConflictChunk5 ==
- by the user.
-
- == NonAutomaticConflictChunk1 ==
- Current conflict is
-
- == NonAutomaticConflictChunk2 ==
- non-automatic
-
- == NonAutomaticConflictChunk3 ==
- . Resolve it by clicking the buttons above, editing the result file or marking it as resolved.
-
- == PatternNotFound ==
- Pattern not found
-
- == PreviousSearchButtonTooltip ==
- Search previous match
-
- == NextSearchButtonTooltip ==
- Search next match
-
- == UnexpectedError ==
- An unexpected error has occurred.
-
- == GoToLineMenuItem ==
- Go to line...
-
- == AddDiffSelectionMenuItem ==
- Add diff selection
-
- == DiffWithPreviousSelectionMenuItem ==
- Diff with previous selection
-
- == FindMenuItem ==
- Find...
-
- == FindNextMenuItem ==
- Find next
-
- == FirstSelection ==
- First selection
-
- == SecondSelection ==
- Second selection
-
- == SemanticDiffMovedCode ==
- Diff moved code...
-
- == SemanticGoToMovedCode ==
- Go to moved code
-
- == SemanticDiffChangedCode ==
- Diff changed code...
-
- == SyncMovedCode ==
- Sync moved code on top
-
- == UnsyncMovedCode ==
- Restore scroll position
-
- == OutliningMenu ==
- Outlining
-
- == CollapseRegionsWithoutDiffsMenu ==
- Collapse regions without diffs
-
- == CollapseToDefinitionsMenu ==
- Collapse to definitions
-
- == ExpandAllMenu ==
- Expand all
-
- == Merged ==
- Merged
-
- == LoadingAnnotations ==
- Loading annotations...
-
- == AnnotateLineInfoChangeset ==
- Changeset
-
- == AnnotateLineInfoTimeStamp ==
- Creation date
-
- == AnnotateLineInfoOwner ==
- Owner
-
- == AnnotateLineInfoComments ==
- Comments
-
- == AnnotateColorByAuthor ==
- Color by author
-
- == AnnotateColorByDate ==
- Color by date
-
- == AnnotateContextMenu ==
- Annotate
-
- == AnnotateShowAuthor ==
- Show author
-
- == AnnotateShowBranch ==
- Show branch
-
- == AnnotateShowChangeInMerge ==
- Show whether line was changed in a merge
-
- == AnnotateShowChangeset ==
- Show changeset
-
- == AnnotateShowDateModified ==
- Show date modified
-
- == AnnotateShowLineAge ==
- Show line age
-
- == BigFileMessage ==
- The file is quite big. Finding differences could take a while. Click the button if you really want to find the differences for this file.
-
- == CalculateDifferencesButton ==
- Find differences
-
- == BigFileContentsMessage ==
- The file is quite big. Showing the content could take a while. Click the button if you really want to show the content for this file.
-
- == ShowContentButton ==
- Show content
-
- == BranchChanges ==
- Branch changes
-
- == BranchChangesTooltip ==
- Highlight changes done in the branch
-
- == ConflictChanges ==
- Conflict changes
-
- == ConflictChangesTooltip ==
- Highlight changes with conflicts that the user solved during the merge
-
- == MergedChanges ==
- Merged changes
-
- == RestoreDefaults ==
- Restore defaults
-
- == MergedChangesTooltip ==
- Highlight changes coming from a merge
-
- == CaseSensitiveCheckBox ==
- Match case
-
- == ColorsConfigurationMenuItem ==
- Configure fonts and colors...
-
- == ComparisonMethodMenuItem ==
- Comparison method
-
- == ComparisonMethodIgnoreEolMenuItem ==
- Ignore EOL
-
- == ComparisonMethodIgnoreWhitespacesMenuItem ==
- Ignore whitespaces
-
- == ComparisonMethodIgnoreEolWhitespacesMenuItem ==
- Ignore EOL and whitespaces
-
- == ComparisonMethodRecognizeAllMenuItem ==
- Recognize all
-
- == Content ==
- Content of {0}
-
- == CopyToClipboard ==
- Copy to clipboard
-
- == DiffWaitingAnimation ==
- Finding differences...
-
- == ContentWaitingAnimation ==
- Calculating contents to show...
-
- == DiscardButton ==
- Discard
-
- == DiscardButtonTooltip ==
- Discard changes
-
- == EditorOptions ==
- Editor options
-
- == EditorOptionsConvertTabsToSpaces ==
- Convert tabs to spaces while editing
-
- == EditorOptionsWhistespaces ==
- View whitespaces
-
- == EditorOptionsTabs ==
- Tabs
-
- == EditorOptionsTabsSpacesNumber ==
- {0} spaces
-
- == EditorOptionsColumnGuides ==
- Column guides
-
- == EditorOptionsColumnsNumber ==
- {0} columns
-
- == EditorOptionsBorderLines ==
- View border lines for unselected regions
-
- == EncodingDifferences ==
- Encoding changed from {0} to {1}.
-
- == FsProtectionDifferences ==
- Filesystem permissions changed from {0} to {1}
-
- == UnableCalculateDiffs ==
- Unable to calculate the differences.
-
- == HideUnchanged ==
- hide unchanged
-
- == HideUnchangedTooltip ==
- show changed declarations only
-
- == ShowUnchanged ==
- show unchanged
-
- == ShowUnchangedTooltip ==
- show the complete file trees, so you can check every declaration
-
- == GroupUnchanged ==
- group unchanged
-
- == GroupUnchangedTooltip ==
- show changed declarations grouping the rest of the declarations into an single, unchanged one
-
- == DiffButton ==
- diff
-
- == ZoomIn ==
- zoom in
-
- == ZoomInTooltip ==
- zoom in on the graphic - you can also use the scroll wheel while holding the control key pressed
-
- == ZoomOut ==
- zoom out
-
- == ZoomOutTooltip ==
- zoom out on the graphic - you can also use the scroll wheel while holding the control key pressed
-
- == ErrorSavingFile ==
- An error occured saving the file: {0}
-
- == Find ==
- Find:
-
- == FindCloseButtonTooltip ==
- Close search bar
-
- == FindPreviousButtonTooltip ==
- Search previous match
-
- == FindNextButtonTooltip ==
- Search next match
-
- == MovedDetectionMenuItem ==
- Moved detection
-
- == MovedDetectionDialogMenuItem ==
- Moved detection...
-
- == EnableMoveDetectionMenuItem ==
- Enable moved detection
-
- == MoveDetectionRatio ==
- Move detection ratio
-
- == MinimumLinesInDifference ==
- Minimum lines in difference
-
- == MaximizeButtonLeftTooltip ==
- Maximize left panel
-
- == MaximizeButtonRightTooltip ==
- Maximize right panel
-
- == RestoreButtonLeftTooltip ==
- Restore left panel
-
- == RestoreButtonRightTooltip ==
- Restore right panel
-
- == OutliningPreferencesTitle ==
- Outlining preferences
-
- == OutliningPreferencesCaption ==
- Outlining preferences
-
- == OutliningPreferencesDetails ==
- Select your preferred outlining mode when a file loads
-
- == OutliningPreferencesExplanation ==
- After a file is loaded, use the following outlining mode:
-
- == OutliningPreferencesCollapseWithoutDiffs ==
- Collapse regions without differences
-
- == OutliningPreferencesCollapseToDefinitions ==
- Collapse to definitions
-
- == OutliningPreferencesExpandAll ==
- Expand all
-
- == NavigationTooltip ==
- Go to moved fragment
-
- == XDiffTooltip ==
- Show differences of moved fragment side by side
-
- == XDiffFragment ==
- [fragment]
-
- == FontsAndColorsMenuItem ==
- Fonts and colors
-
- == FontDoesNotSupportStrikeout ==
- The font {0} does not support the strikeout style, used by the application. Please choose other font.
-
- == ChangeFontMenuItem ==
- Change font...
-
- == LeftDiffColorMenuItem ==
- Left diff color
-
- == RightDiffColorMenuItem ==
- Right diff color
-
- == RestoreDefaultsMenuItem ==
- Restore defaults
-
- == FilesIdentical ==
- Files are identical.
-
- == AddDiffSelection ==
- Add diff selection
-
- == DiffWithPreviousSelection ==
- Diff with previous selection
-
- == DiffSourceWithBase ==
- Diff base with source contributor
-
- == DiffDestinationWithBase ==
- Diff base with destination contributor
-
- == DiffDestinationWithSource ==
- Diff source with destination contributor
-
- == Encoding ==
- Encoding
-
- == FontMenuItem ==
- Font
-
- == DuplicatedArg ==
- Duplicated argument {0}.
-
- == MergeTypeError ==
- {0} isn't a valid merge resolution type
-
- == MergeExplanation ==
- This option launches a 3 - way merge tool, involving base, source and destination files.You'll be able to save the result to another file.
-
- == DifferencesExplanation ==
- This option launches a visual text file differencing tool.Please select two files to see textual differences between them.
-
- == XMergeNoChanges ==
- Xmerge result is empty.No changes will be performed.
-
- == XMergeConfirmationMessage ==
- Xmerge result will replace your selection, and the not automatic conflict will be discarded. Do you want to continue?
-
- == SourceDesc ==
- source (code you are merging)
-
- == SourceLoc ==
- in the source
-
- == DestinationDesc ==
- destination (your working copy)
-
- == DestinationLoc ==
- in the destination
-
- == HowXMergeFormat ==
- You have a merge conflict but the {0} is not there anymore.
-
- What has happened? Most likely one developer has moved a piece of code ({1}) and another developer has modified that piece of code in the original location ({2}).
-
- == UnauthorizedAccessFile ==
- File '{0}' cannot be saved because you don't have permission. You can save the file in another path.
-
- == AutomaticConflictMarkup1 ==
- Current conflict is
-
- == AutomaticConflictMarkup2 ==
- automatic
-
- == AutomaticConflictMarkup3 ==
- . No user intervention is required.
-
- == SolvedConflictMarkup1 ==
- Current conflict is
-
- == SolvedConflictMarkup2 ==
- non-automatic
-
- == SolvedConflictMarkup3 ==
- , and it has been already
-
- == SolvedConflictMarkup4 ==
- resolved
-
- == SolvedConflictMarkup5 ==
- by the user.
-
- == NonAutomaticConflictMarkup1 ==
- Current conflict is
-
- == NonAutomaticConflictMarkup2 ==
- non-automatic
-
- == NonAutomaticConflictMarkup3 ==
- . Resolve it by clicking the buttons above, editing the result file or marking it as resolved.
-
- == MarkAsResolvedExplanation ==
- Select the contributors that should go to the result file using thee buttons below (source, base or destination). Or, if the suggested result is already good, click \"Mark as resolved\"
-
- == SourceFileName ==
- Source file: {0}
-
- == BaseFileName ==
- Base file: {0}
-
- == DestinationFileName ==
- Destination file: {0}
-
- == RestoreButtonSrcTooltip ==
- Restore src panel
-
- == RestoreButtonBaseTooltip ==
- Restore base panel
-
- == RestoreButtonDstTooltip ==
- Restore dst panel
-
- == RestoreButtonResultTooltip ==
- Restore result panel
-
- == MaximizeButtonSrcTooltip ==
- Maximize src panel
-
- == MaximizeButtonBaseTooltip ==
- Maximize base panel
-
- == MaximizeButtonDstTooltip ==
- Maximize dst panel
-
- == MaximizeButtonResultTooltip ==
- Maximize result panel
-
- == PendingNonAutomatic ==
- Pending to solve: {0}/{1}
-
- == PreviousConflictButtonTooltip ==
- Previous conflict(Ctrl+-)
-
- == PreviousUnsolvedConflictButtonTooltip ==
- Previous not automatic conflict (Ctrl+PageUp)
-
- == NextUnsolvedConflictButtonTooltip ==
- Next not automatic conflict (Ctrl+PagDown)
-
- == OptionsButton ==
- Options
-
- == BaseEncodingMenuItem ==
- Base encoding
-
- == SrcEncodingMenuItem ==
- Source encoding
-
- == DstEncodingMenuItem ==
- Destination encoding
-
- == ResultEncodingMenuItem ==
- Result encoding
-
- == SplitMenuItem ==
- Split conflict blocks
-
- == XmergeButton ==
- XMerge...
-
- == XmergeButtonTooltip ==
- Launch XMerge wizard
-
- == XmergeMenuItem ==
- XMerge...
-
- == XmergeNoTextSelected ==
- There is no text selected. Can't perform Xmerge.
-
- == XmergeNotEnoughInfo ==
- Not enough information to perform XMerge
-
- == XmergeRemovedTextSelected ==
- The selected lines are removed. They are not valid as Xmerge selection.
-
- == XmergeStartTip ==
- This window shows the moved and the modifed code fragments. The moved code is on the {0} ({1}). On the {2} ({3}) the modified code before it was moved.Solve the remaining manual conflicts and click on \"Save & Exit\".
-
- == UnsolvedPendingConflicts ==
- The file still has {0} unsolved conflicts.
-
- == ChangedFile ==
- The file has been changed since it was last saved.
-
- == MergeWaitingAnimation ==
- Calculating conflicts. Please wait...
-
- == SaveAsButton ==
- Save as...
-
- == SaveBaseContributor ==
- Keep base contributor & exit
-
- == SaveDstContributor ==
- Keep destination contributor & exit
-
- == SaveSrcContributor ==
- Keep source contributor & exit
-
- == ExtraInfoButton ==
- Info about this merge
-
- == ExtraInfoButtonTooltip ==
- Show the info about this merge in a panel
-
- == Left ==
- left
-
- == Right ==
- right
-
- == SourceContributor ==
- source contributor
-
- == DestinationContributor ==
- destination contributor
-
- == MovedCode ==
- Moved piece of code.
-
- == ModifiedCode ==
- Modified piece of code in the original location.
-
- == OriginalCode ==
- Original piece of code.
-
- == ResultFile ==
- Result file
-
- == AnnotateOptions ==
- Annotate options
-
- == Copy ==
- Copy
-
- == Cut ==
- Cut
-
- == Paste ==
- Paste
-
- == SelectAll ==
- Select all
-
- == FileTooLargeToDisplay ==
- File is too large to display content.
-
- == SourceTitle ==
- Source
-
- == RemoteVersion ==
- remote version
-
- == BaseTitle ==
- Base
-
- == OriginalVersion ==
- original version
-
- == DestinationTitle ==
- Destination
-
- == LocalVersion ==
- local version
-
- == MenuItemOpen ==
- Open
-
- == MenuItemOpenWith ==
- Open with...
-
- == PlasticNextUnresolvedConflictShortcutForWindows ==
- Ctrl+M
-
- == PlasticNextUnresolvedConflictShortcutForMacOS ==
- Cmd+M
-
- == PlasticNextUnresolvedConflictShortcutForLinux ==
- Ctrl+M
-
- == PlasticPreviousUnresolvedConflictShortcutForWindows ==
- Ctrl+N
-
- == PlasticPreviousUnresolvedConflictShortcutForMacOS ==
- Cmd+N
-
- == PlasticPreviousUnresolvedConflictShortcutForLinux ==
- Ctrl+N
-
- == PlasticNextConflictShortcutForWindows ==
- Ctrl+OemPlus
-
- == PlasticNextConflictShortcutForMacOS ==
- Cmd+OemPlus
-
- == PlasticNextConflictShortcutForLinux ==
- Ctrl+OemPlus
-
- == PlasticPreviousConflictShortcutForWindows ==
- Ctrl+OemMinus
-
- == PlasticPreviousConflictShortcutForMacOS ==
- Cmd+OemMinus
-
- == PlasticPreviousConflictShortcutForLinux ==
- Ctrl+OemMinus
-
- == PlasticFirstConflictShortcutForWindows ==
- Ctrl+Shift+OemMinus
-
- == PlasticFirstConflictShortcutForMacOS ==
- Cmd+Shift+OemMinus
-
- == PlasticFirstConflictShortcutForLinux ==
- Ctrl+Shift+OemMinus
-
- == PlasticLastConflictShortcutForWindows ==
- Ctrl+Shift+OemPlus
-
- == PlasticLastConflictShortcutForMacOS ==
- Cmd+Shift+OemPlus
-
- == PlasticLastConflictShortcutForLinux ==
- Ctrl+Shift+OemPlus
|