<!--paste_motion_special-->
<!--This XML file is used as a template to re-write the other file PasteMotionSpecialDialog.xml, in order to persist the settings.-->
<dialog title="모션 선택하여 붙여넣기" buttons="accept, cancel">
	<vbox>
		<label value="다음 속성을 붙여 넣습니다."/> 
		<checkbox id="x" checked="true" label="X 위치"/>
		<checkbox id="y" checked="true" label="Y 위치"/> 
		<checkbox id="scaleX" checked="true" label="수평 비율"/>
		<checkbox id="scaleY" checked="true" label="수직 비율"/> 
		<checkbox id="rotationAndSkew" checked="true" label="회전 및 기울이기"/>
		<checkbox id="color" checked="true" label="색상"/> 
		<checkbox id="filters" checked="true" label="필터"/>
		<checkbox id="blendMode" checked="true" label="블렌드 모드"/> 
		<separator/> 
		<checkbox id="overrideScale" checked="false" label="대상 크기 조절 속성 무시"/> 
		<checkbox id="overrideRotationAndSkew" checked="false" label="대상 회전 및 기울이기 속성 무시"/>
	</vbox>
</dialog> 
