|
@@ -59,5 +59,394 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
resourceCulture = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Add Files 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_AddFiles {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_AddFiles", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Add an Open File 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_AddOpenFile {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_AddOpenFile", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Selected files
|
|
|
+ ///Drop files here or Click “Add Files” at bottom right button.
|
|
|
+ ///Drag files to reorder as you need. 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_Hint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_Hint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Pages 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_ItemPages {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_ItemPages", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_No {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_No", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 File Name 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_TitleFileName {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_TitleFileName", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Page Range 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_TitlePageRange {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_TitlePageRange", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Size 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_TitleSize {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_TitleSize", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Merge 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Merge_Yes {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Merge_Yes", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Add Item 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Add {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Add", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Add To Higher Level 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_AddLevel {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_AddLevel", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Add Sub-Item 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_AddSub {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_AddSub", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Change Destination 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Change {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Change", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Collapse All 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Collapse {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Collapse", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Delete 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Delete {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Delete", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Are you sure you want to set the destination as the current location? 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_DialogContent {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_DialogContent", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 No 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_DialogNO {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_DialogNO", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Yes 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_DialogYes {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_DialogYes", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Demote 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Down {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Down", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Expand All 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Expand {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Expand", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Remove All Outlines 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_RemoveAll {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_RemoveAll", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Rename 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Rename {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Rename", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Outline 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Promote 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Outline_Up {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Outline_Up", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Clear 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogClear {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogClear", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Drawing 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogDraw {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogDraw", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Sign here 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogDrawHint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogDrawHint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogNo {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogNo", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Image 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogPicture {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogPicture", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Select image file 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogPictureHint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogPictureHint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Remove Background 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogPictureReBkg {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogPictureReBkg", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Remove white background from images 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogPictureReBkgHint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogPictureReBkgHint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Reselect 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogPictureReselect {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogPictureReselect", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Keyboard 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogText {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogText", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Enter your signature here 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogTextHint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogTextHint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Create New Signature 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogTitle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogTitle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Apply 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_DialogYes {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_DialogYes", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Signature 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Signatur_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Signatur_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Stamp 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Stamp_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Stamp_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 All pages 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string WritableComboBox_AllPage {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("WritableComboBox_AllPage", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Custom Range 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string WritableComboBox_CustomRange {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("WritableComboBox_CustomRange", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Even Pages 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string WritableComboBox_EvenPage {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("WritableComboBox_EvenPage", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Odd Pages 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string WritableComboBox_OddPage {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("WritableComboBox_OddPage", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|