|
@@ -1095,6 +1095,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Clear all 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_ClearAll {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI.ClearAll", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Close 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1239,6 +1248,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Current page 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_CurrentPage {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/CurrentPage", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Custom 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1248,6 +1266,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Custom range 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_CustomRange {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/CustomRange", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Cut 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1266,6 +1293,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Delete all 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_DeleteAll {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/DeleteAll", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Description 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1392,6 +1428,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Even pages 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_EvenPages {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/EvenPages", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Exit 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1635,6 +1680,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Interrupt 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_Interrupt {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/Interrupt", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Items 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1824,6 +1878,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Odd pages 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_OddPages {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/OddPages", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 OK 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1959,6 +2022,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Preview 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_Preview {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/Preview", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Previous Page 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -1986,6 +2058,15 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Progress 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_Progress {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/Progress", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Published 的當地語系化字串。
|
|
|
/// </summary>
|
|
@@ -2085,6 +2166,24 @@ namespace KdanStrings_WPF.Strings {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Remove 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_Remove {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/Remove", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 查詢類似 Remove all 的當地語系化字串。
|
|
|
+ /// </summary>
|
|
|
+ public static string CommonUI_RemoveAll {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("CommonUI/RemoveAll", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 查詢類似 Rename 的當地語系化字串。
|
|
|
/// </summary>
|