|
@@ -60,6 +60,150 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Author 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogAuthor {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogAuthor", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Clear 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogClear {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogClear", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Color 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogColor {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogColor", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogNo {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogNo", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Style 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogStyle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogStyle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Apply 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_DialogYes {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_DialogYes", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 All comments in this file will be displayed here. 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_EmptyContext {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_EmptyContext", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 No Annotations 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_EmptyTitle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_EmptyTitle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Collapse All 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuCollapse {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuCollapse", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Copy Text 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuCopyText {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuCopyText", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Delete 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuDelete {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuDelete", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Delete All Anntations 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuDeleteAll {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuDeleteAll", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Expand All 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuExpand {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuExpand", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Export Annotations to XFDX 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuExport {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuExport", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Import Annotations 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_MenuImport {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_MenuImport", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Annotation 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Annotation_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Annotation_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Change Target Location 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -78,6 +222,24 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Please right-click on the selected page and select "Add Bookmark", or click the "Add" button on the upper right to create a bookmark. 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Bookmark_EmptyContext {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Bookmark_EmptyContext", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 No Bookmarks 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Bookmark_EmptyTitle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Bookmark_EmptyTitle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Page {0} 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -105,6 +267,159 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Change Color 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ColorMenuItem_Change {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ColorMenuItem_Change", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Restore Default Color 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ColorMenuItem_Restore {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ColorMenuItem_Restore", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Cancel {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Cancel", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Compress 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Compress {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Compress", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 High 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_High {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_High", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Low 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Low {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Low", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Minimum 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Minimum {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Minimum", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Standard 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Standard {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Standard", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Compress 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Compress_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Compress_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Copy 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ContentSelection_Copy {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ContentSelection_Copy", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Crop 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ContentSelection_Crop {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ContentSelection_Crop", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Output 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ContentSelection_Output {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ContentSelection_Output", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Print 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ContentSelection_Print {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ContentSelection_Print", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Zoom to Selected Area 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string ContentSelection_ZoomArea {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("ContentSelection_ZoomArea", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Fill 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string FreeText_Fill {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("FreeText_Fill", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Font 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string FreeText_Font {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("FreeText_Font", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Text 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string FreeText_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("FreeText_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Enter Read Mode, tap ESC to exit 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -123,6 +438,33 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Highlight 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Highlight_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Highlight_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Page 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Link_Page {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Link_Page", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Link 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Link_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Link_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Add Files 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -260,6 +602,15 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Opacity 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Opacity_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Opacity_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Add Item 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -395,6 +746,249 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Failed to complete this operation. 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_Failed {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_Failed", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Copy 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuCopy {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuCopy", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cut 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuCut {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuCut", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Delete 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuDelete {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuDelete", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Paste 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuPaste {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuPaste", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Print 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuPrint {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuPrint", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Rotate Clockwise 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuRotateClockwise {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuRotateClockwise", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Rotate Counterclockwise 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuRotateCounterclockwise {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuRotateCounterclockwise", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Display Page Size 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string PageEdit_MenuShowPageSize {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("PageEdit_MenuShowPageSize", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Color 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Palette_Color {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Palette_Color", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 More 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Palette_More {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Palette_More", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Recently Used 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Palette_Recently {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Palette_Recently", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Are you sure you want to remove the security settings for”{0}” documents? 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string RemovePassword_Context {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("RemovePassword_Context", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string RemovePassword_No {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("RemovePassword_No", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Remove 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string RemovePassword_YES {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("RemovePassword_YES", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Sample 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Sample {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Sample", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Remove Passwords 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Security_RemovePassword {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Security_RemovePassword", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Set Passwords 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Security_SetPassword {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Security_SetPassword", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_No {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_No", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Open Password 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_OpenEmptyText {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_OpenEmptyText", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Document Open Password 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_OpenTitle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_OpenTitle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Permission Password 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_PermissionEmptyText {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_PermissionEmptyText", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Document Permission Password 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_PermissionTitle {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_PermissionTitle", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Restrict content copying 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_RestrictCopying {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_RestrictCopying", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Restrict document printing 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_RestrictPrinting {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_RestrictPrinting", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Set Passwords 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Encrypt 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string SetPassword_YES {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("SetPassword_YES", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Clear 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -530,6 +1124,15 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Strikethrough 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Strikethrough_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Strikethrough_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Thumbnails 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -539,6 +1142,15 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查找类似 Underline 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Underline_Title {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Underline_Title", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Book Mode 的本地化字符串。
|
|
|
/// </summary>
|