|
@@ -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,96 @@ 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>
|
|
|
+ /// 查找类似 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 +375,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 +539,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 +683,42 @@ namespace PDF_Office.Strings.MainPage {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <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>
|
|
|
+ /// 查找类似 Sample 的本地化字符串。
|
|
|
+ /// </summary>
|
|
|
+ public static string Sample {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Sample", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查找类似 Clear 的本地化字符串。
|
|
|
/// </summary>
|
|
@@ -530,6 +854,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 +872,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>
|