Merge branch 'main' into dean/copy-to-clipboard
This commit is contained in:
Generated
+53
@@ -1067,6 +1067,23 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// Looks up a localized string similar to Copy link to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopyLink {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyLink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copied link to clipboard.
|
||||
/// </summary>
|
||||
internal static string Context_CopyLinkNotification {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_CopyLinkNotification", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide chat.
|
||||
/// </summary>
|
||||
@@ -1148,6 +1165,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open link in browser.
|
||||
/// </summary>
|
||||
internal static string Context_OpenInBrowser {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_OpenInBrowser", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Failed to open the link in the browser, please report this issue.
|
||||
/// </summary>
|
||||
internal static string Context_OpenInBrowserError {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_OpenInBrowserError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Promote.
|
||||
/// </summary>
|
||||
@@ -1229,6 +1264,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to URL at {0}.
|
||||
/// </summary>
|
||||
internal static string Context_URLDomain {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_URLDomain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Only open URLs from websites you trust.
|
||||
/// </summary>
|
||||
internal static string Context_URLWarning {
|
||||
get {
|
||||
return ResourceManager.GetString("Context_URLWarning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Chinese (full).
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user