|
@@ -19,7 +19,7 @@ namespace PDF_Master.Strings.MainPage {
|
|
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
|
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
|
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
|
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
|
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
|
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
|
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class MainPage {
|
|
public class MainPage {
|
|
@@ -60,6 +60,42 @@ namespace PDF_Master.Strings.MainPage {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Copyright © {0}-{1} PDF Technologies,Inc. All Rights Reserved. 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string About_Copyright {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("About_Copyright", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Privacy Policy 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string About_PrivacyAgreement {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("About_PrivacyAgreement", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Terms of Service 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string About_TermsOfService {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("About_TermsOfService", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Version 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string About_Version {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("About_Version", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 查找类似 Failed to import annotations 的本地化字符串。
|
|
/// 查找类似 Failed to import annotations 的本地化字符串。
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -1678,6 +1714,15 @@ namespace PDF_Master.Strings.MainPage {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Powered by ComPDFKit 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string Powered_by_ComPDFKit {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("Powered_by_ComPDFKit", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 查找类似 B1 Normal Text (Standard) 的本地化字符串。
|
|
/// 查找类似 B1 Normal Text (Standard) 的本地化字符串。
|
|
/// </summary>
|
|
/// </summary>
|