소스 검색

Merge branch 'develop_PDFReaderProNew' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderProNew

niehaoyu 11 달 전
부모
커밋
4320996def
15개의 변경된 파일233개의 추가작업 그리고 1153개의 파일을 삭제
  1. 62 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/Base.lproj/ExportAccessoryView.xib
  2. 0 1144
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ExportAccessoryView.xib
  3. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/de.lproj/ExportAccessoryView.strings
  4. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/en.lproj/ExportAccessoryView.strings
  5. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/es.lproj/ExportAccessoryView.strings
  6. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/fr.lproj/ExportAccessoryView.strings
  7. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/it.lproj/ExportAccessoryView.strings
  8. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ja.lproj/ExportAccessoryView.strings
  9. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/nl.lproj/ExportAccessoryView.strings
  10. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/pl.lproj/ExportAccessoryView.strings
  11. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ru.lproj/ExportAccessoryView.strings
  12. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/zh-Hans.lproj/ExportAccessoryView.strings
  13. 12 0
      PDF Office/PDF Master/Class/Common/OC/ExportAccessory/zh-Hant.lproj/ExportAccessoryView.strings
  14. 1 1
      PDF Office/PDF Master/Info.plist
  15. 38 8
      PDF Office/PDF Reader Pro.xcodeproj/project.pbxproj

+ 62 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/Base.lproj/ExportAccessoryView.xib

@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
+    <dependencies>
+        <deployment identifier="macosx"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
+    </dependencies>
+    <objects>
+        <customObject id="-2" userLabel="File's Owner" customClass="SKExportAccessoryController">
+            <connections>
+                <outlet property="labelField" destination="10" id="19"/>
+                <outlet property="matrix" destination="2" id="32"/>
+                <outlet property="view" destination="8" id="9"/>
+            </connections>
+        </customObject>
+        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
+        <customObject id="-3" userLabel="Application"/>
+        <customView id="8">
+            <rect key="frame" x="0.0" y="0.0" width="273" height="118"/>
+            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+            <subviews>
+                <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2">
+                    <rect key="frame" x="97" y="10" width="160" height="58"/>
+                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                    <size key="cellSize" width="160" height="18"/>
+                    <size key="intercellSpacing" width="4" height="2"/>
+                    <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="5">
+                        <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                        <font key="font" metaFont="system"/>
+                    </buttonCell>
+                    <cells>
+                        <column>
+                            <buttonCell type="radio" title="Default" imagePosition="leading" alignment="left" scrollable="YES" lineBreakMode="clipping" state="on" inset="2" id="3">
+                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                <font key="font" metaFont="system"/>
+                            </buttonCell>
+                            <buttonCell type="radio" title="Without notes" imagePosition="leading" alignment="left" scrollable="YES" lineBreakMode="clipping" tag="1" inset="2" id="4">
+                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                <font key="font" metaFont="system"/>
+                            </buttonCell>
+                            <buttonCell type="radio" title="With embedded notes" imagePosition="leading" alignment="left" scrollable="YES" lineBreakMode="clipping" tag="2" inset="2" id="6">
+                                <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
+                                <font key="font" metaFont="system"/>
+                            </buttonCell>
+                        </column>
+                    </cells>
+                </matrix>
+                <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
+                    <rect key="frame" x="13" y="90" width="79" height="17"/>
+                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
+                    <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="File Format:" id="11">
+                        <font key="font" metaFont="system"/>
+                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
+                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+                    </textFieldCell>
+                </textField>
+            </subviews>
+            <point key="canvasLocation" x="60" y="154"/>
+        </customView>
+    </objects>
+</document>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1144
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ExportAccessoryView.xib


+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/de.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Standard";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Ohne Notizen";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Mit eingebetteten Notizen";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Dateiformat:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/en.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Default";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Without notes";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "With embedded notes";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "File Format:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/es.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Por defecto";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Sin notas";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Con notas";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Formato del archivo:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/fr.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Défauts";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Sans note";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Avec notes incorporées";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Format de fichier :";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/it.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Default";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Senza note";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Con note incorporate";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Formato doc.:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ja.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "デフォルト";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "ノートを除外した";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "と埋め込まれたノート";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "フォーマット:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/nl.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Standaard";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Zonder notities";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Met ingebedde notities";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Structuur:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/pl.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Domyślnie";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Bez notatek";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "Z osadzonymi notatkami";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "File Format:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/ru.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "Стандартный";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "Без заметок";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "С включенными заметками";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "Формат файла:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/zh-Hans.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "默认";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "无笔记";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "内置笔记";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "文件格式:";

+ 12 - 0
PDF Office/PDF Master/Class/Common/OC/ExportAccessory/zh-Hant.lproj/ExportAccessoryView.strings

@@ -0,0 +1,12 @@
+
+/* Class = "NSButtonCell"; title = "Default"; ObjectID = "3"; */
+"3.title" = "預設";
+
+/* Class = "NSButtonCell"; title = "Without notes"; ObjectID = "4"; */
+"4.title" = "無筆記";
+
+/* Class = "NSButtonCell"; title = "With embedded notes"; ObjectID = "6"; */
+"6.title" = "內嵌筆記";
+
+/* Class = "NSTextFieldCell"; title = "File Format:"; ObjectID = "11"; */
+"11.title" = "檔案格式:";

+ 1 - 1
PDF Office/PDF Master/Info.plist

@@ -170,7 +170,7 @@
 		</dict>
 		<dict>
 			<key>CFBundleTypeName</key>
-			<string>PDF Reader Pro Edition Notes</string>
+			<string>PDF Reader Pro Edition Notes liujiajie</string>
 			<key>CFBundleTypeRole</key>
 			<string>Editor</string>
 			<key>LSHandlerRank</key>

+ 38 - 8
PDF Office/PDF Reader Pro.xcodeproj/project.pbxproj

@@ -3853,6 +3853,9 @@
 		BB86C1F228F54535005AD968 /* CPDFListView+KeyEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB86C1F128F54535005AD968 /* CPDFListView+KeyEvent.m */; };
 		BB86C1F328F54535005AD968 /* CPDFListView+KeyEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB86C1F128F54535005AD968 /* CPDFListView+KeyEvent.m */; };
 		BB86C1F428F54535005AD968 /* CPDFListView+KeyEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB86C1F128F54535005AD968 /* CPDFListView+KeyEvent.m */; };
+		BB86C2A22BC8C39600326A6B /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB86C2A62BC8C39600326A6B /* ExportAccessoryView.xib */; };
+		BB86C2A32BC8C39600326A6B /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB86C2A62BC8C39600326A6B /* ExportAccessoryView.xib */; };
+		BB86C2A42BC8C39600326A6B /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB86C2A62BC8C39600326A6B /* ExportAccessoryView.xib */; };
 		BB8810612B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB88105E2B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib */; };
 		BB8810622B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB88105E2B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib */; };
 		BB8810632B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB88105E2B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib */; };
@@ -4145,9 +4148,6 @@
 		BB97BE242BC3E02D00BECEA8 /* SKExportAccessoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = BB97BE222BC3E02D00BECEA8 /* SKExportAccessoryController.m */; };
 		BB97BE252BC3E02D00BECEA8 /* SKExportAccessoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = BB97BE222BC3E02D00BECEA8 /* SKExportAccessoryController.m */; };
 		BB97BE262BC3E02D00BECEA8 /* SKExportAccessoryController.m in Sources */ = {isa = PBXBuildFile; fileRef = BB97BE222BC3E02D00BECEA8 /* SKExportAccessoryController.m */; };
-		BB97BE272BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB97BE232BC3E02D00BECEA8 /* ExportAccessoryView.xib */; };
-		BB97BE282BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB97BE232BC3E02D00BECEA8 /* ExportAccessoryView.xib */; };
-		BB97BE292BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB97BE232BC3E02D00BECEA8 /* ExportAccessoryView.xib */; };
 		BB981E522AD4F638001988CA /* KMCoverButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB981E502AD4F637001988CA /* KMCoverButton.swift */; };
 		BB981E532AD4F638001988CA /* KMCoverButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB981E502AD4F637001988CA /* KMCoverButton.swift */; };
 		BB981E542AD4F638001988CA /* KMCoverButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB981E502AD4F637001988CA /* KMCoverButton.swift */; };
@@ -6722,6 +6722,18 @@
 		BB86C1EC28F544F4005AD968 /* CPDFListView+Event.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "CPDFListView+Event.m"; sourceTree = "<group>"; };
 		BB86C1F028F54535005AD968 /* CPDFListView+KeyEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CPDFListView+KeyEvent.h"; sourceTree = "<group>"; };
 		BB86C1F128F54535005AD968 /* CPDFListView+KeyEvent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "CPDFListView+KeyEvent.m"; sourceTree = "<group>"; };
+		BB86C2A52BC8C39600326A6B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ExportAccessoryView.xib; sourceTree = "<group>"; };
+		BB86C2A92BC8C3BD00326A6B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2AB2BC8C3BF00326A6B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/ExportAccessoryView.strings"; sourceTree = "<group>"; };
+		BB86C2AD2BC8C41600326A6B /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/ExportAccessoryView.strings"; sourceTree = "<group>"; };
+		BB86C2AF2BC8C41D00326A6B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2B12BC8C42100326A6B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2B32BC8C42300326A6B /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2B52BC8C42700326A6B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2B72BC8C42A00326A6B /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2B92BC8C42E00326A6B /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2BB2BC8C43100326A6B /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
+		BB86C2BD2BC8C43400326A6B /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/ExportAccessoryView.strings; sourceTree = "<group>"; };
 		BB88105E2B4F74DD00AFA63E /* KMRepeatTrialAlertController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = KMRepeatTrialAlertController.xib; sourceTree = "<group>"; };
 		BB88105F2B4F74DD00AFA63E /* KMRepeatTrialAlertController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KMRepeatTrialAlertController.h; sourceTree = "<group>"; };
 		BB8810602B4F74DD00AFA63E /* KMRepeatTrialAlertController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KMRepeatTrialAlertController.m; sourceTree = "<group>"; };
@@ -6848,7 +6860,6 @@
 		BB96A0B72AFCE45800559E24 /* WaitingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaitingView.swift; sourceTree = "<group>"; };
 		BB97BE212BC3E02D00BECEA8 /* SKExportAccessoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKExportAccessoryController.h; sourceTree = "<group>"; };
 		BB97BE222BC3E02D00BECEA8 /* SKExportAccessoryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKExportAccessoryController.m; sourceTree = "<group>"; };
-		BB97BE232BC3E02D00BECEA8 /* ExportAccessoryView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ExportAccessoryView.xib; sourceTree = "<group>"; };
 		BB981E502AD4F637001988CA /* KMCoverButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KMCoverButton.swift; sourceTree = "<group>"; };
 		BB981E512AD4F638001988CA /* KMPageIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KMPageIndicator.swift; sourceTree = "<group>"; };
 		BB981E582AD4F70D001988CA /* KMWelcomeWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMWelcomeWindowController.swift; sourceTree = "<group>"; };
@@ -12394,7 +12405,7 @@
 			children = (
 				BB97BE212BC3E02D00BECEA8 /* SKExportAccessoryController.h */,
 				BB97BE222BC3E02D00BECEA8 /* SKExportAccessoryController.m */,
-				BB97BE232BC3E02D00BECEA8 /* ExportAccessoryView.xib */,
+				BB86C2A62BC8C39600326A6B /* ExportAccessoryView.xib */,
 			);
 			path = ExportAccessory;
 			sourceTree = "<group>";
@@ -13796,7 +13807,7 @@
 				BB24D4AA2977BE6700041659 /* KMRedactConfirmWindowController.xib in Resources */,
 				ADDF838C2B391A5D00A81A4E /* DSignatureFileListCellView.xib in Resources */,
 				BB0FE0552B734DD1001E0F88 /* AIUserInfoController.xib in Resources */,
-				BB97BE272BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */,
+				BB86C2A22BC8C39600326A6B /* ExportAccessoryView.xib in Resources */,
 				BBAFC84D298519F700D0648E /* KMSavePanelAccessoryController.xib in Resources */,
 				BB0FE0402B734DD1001E0F88 /* AITypeChooseView.xib in Resources */,
 				F3A9DC81294309D80074E5D2 /* CPDFListEditAnnotationViewController.xib in Resources */,
@@ -14306,7 +14317,7 @@
 				AD867F9929D955D200F00440 /* KMBOTAOutlineCellView.xib in Resources */,
 				BB1BFF662AE9FBA8003EB179 /* KMBatchOperateWindowController.xib in Resources */,
 				AD2BF2292B5608700029F03F /* Assets.xcassets in Resources */,
-				BB97BE282BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */,
+				BB86C2A32BC8C39600326A6B /* ExportAccessoryView.xib in Resources */,
 				BB65A0832AF8FEA1003A27A0 /* KMBatchOperateRemoveHeaderFooterViewController.xib in Resources */,
 				BB4F7E9A2B0C858D0077EC8C /* KMNoteTypeCollectionViewItem.xib in Resources */,
 				ADDF83842B391A5D00A81A4E /* DSignatureSaveTypeViewController.xib in Resources */,
@@ -15153,7 +15164,7 @@
 				AD055E8F2B88304E0035F824 /* BookmarkSheet.xib in Resources */,
 				9F3D819829A33A290087B5AD /* KMDesignDropdown.xib in Resources */,
 				BBC8A7772B0640C200FA9377 /* KMBotaSearchViewController.xib in Resources */,
-				BB97BE292BC3E02D00BECEA8 /* ExportAccessoryView.xib in Resources */,
+				BB86C2A42BC8C39600326A6B /* ExportAccessoryView.xib in Resources */,
 				BB1B0B002B4FC6E900889528 /* KMOpenFileFunctionView.xib in Resources */,
 				8997010B28F4082C009AF911 /* KMFromViewController.xib in Resources */,
 				BB328B622B55512F00B382C6 /* KMVerificationMessageViewController.xib in Resources */,
@@ -18842,6 +18853,25 @@
 			name = Localizable.strings;
 			sourceTree = "<group>";
 		};
+		BB86C2A62BC8C39600326A6B /* ExportAccessoryView.xib */ = {
+			isa = PBXVariantGroup;
+			children = (
+				BB86C2A52BC8C39600326A6B /* Base */,
+				BB86C2A92BC8C3BD00326A6B /* en */,
+				BB86C2AB2BC8C3BF00326A6B /* zh-Hans */,
+				BB86C2AD2BC8C41600326A6B /* zh-Hant */,
+				BB86C2AF2BC8C41D00326A6B /* nl */,
+				BB86C2B12BC8C42100326A6B /* fr */,
+				BB86C2B32BC8C42300326A6B /* de */,
+				BB86C2B52BC8C42700326A6B /* it */,
+				BB86C2B72BC8C42A00326A6B /* ja */,
+				BB86C2B92BC8C42E00326A6B /* pl */,
+				BB86C2BB2BC8C43100326A6B /* ru */,
+				BB86C2BD2BC8C43400326A6B /* es */,
+			);
+			name = ExportAccessoryView.xib;
+			sourceTree = "<group>";
+		};
 		BB9007072B8DDCE400623B78 /* SyncPreferences.xib */ = {
 			isa = PBXVariantGroup;
 			children = (