|
@@ -683,6 +683,87 @@ 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>
|