|
@@ -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", "16.0.0.0")]
|
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.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 {
|
|
@@ -1417,6 +1417,60 @@ namespace PDF_Master.Strings.MainPage {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Cancel 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_CancelDownload {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_CancelDownload", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Download 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_Download {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_Download", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Download failed 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_DownloadError {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_DownloadError", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Downloading OCR, please wait... 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_Downloading {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_Downloading", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Redownload 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_DownloadRedownload {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_DownloadRedownload", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 查找类似 Please download OCR component first 的本地化字符串。
|
|
|
|
+ /// </summary>
|
|
|
|
+ public static string OCR_PleaseDownload {
|
|
|
|
+ get {
|
|
|
|
+ return ResourceManager.GetString("OCR_PleaseDownload", resourceCulture);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 查找类似 Opacity 的本地化字符串。
|
|
/// 查找类似 Opacity 的本地化字符串。
|
|
/// </summary>
|
|
/// </summary>
|