@lang('modules.menu.copyBetweenBranches')
@if ($copyDirection === 'from')

@lang('modules.menu.copyFromOtherBranchInfo', ['branch' => $currentBranchName])

@foreach ($otherBranches as $branch) @endforeach
@else

@lang('modules.menu.copyToOtherBranchesInfo', ['branch' => $currentBranchName])

@foreach ($otherBranches as $branch) @endforeach
@endif

@lang('modules.menu.copyOnlyNewHint')

@lang('modules.settings.cloneOptionsHint')

@if ($showCloneDependencyNote)

@lang('modules.settings.cloneDependenciesAutoSelected')

@endif

@lang('modules.settings.cloneMenuItemsRequires')

@lang('modules.settings.cloneItemModifiersRequires')

@lang('app.cancel') @if ($copyDirection === 'from') @lang('modules.menu.copyFromOtherBranch') @else @lang('modules.menu.copyToOtherBranches') @endif