mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Add setting for default user agent
This commit is contained in:
38
Application/Properties/Resources.Designer.cs
generated
38
Application/Properties/Resources.Designer.cs
generated
@@ -169,15 +169,6 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Browser:.
|
||||
/// </summary>
|
||||
public static string browserLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("browserLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Edit Multiple Feeds.
|
||||
/// </summary>
|
||||
@@ -470,7 +461,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default.
|
||||
/// Looks up a localized string similar to < Windows Default >.
|
||||
/// </summary>
|
||||
public static string DefaultBrowserCaption {
|
||||
get {
|
||||
@@ -478,6 +469,33 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default _browser:.
|
||||
/// </summary>
|
||||
public static string defaultBrowserLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("defaultBrowserLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Feed Center.
|
||||
/// </summary>
|
||||
public static string DefaultUserAgentCaption {
|
||||
get {
|
||||
return ResourceManager.GetString("DefaultUserAgentCaption", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default _user agent:.
|
||||
/// </summary>
|
||||
public static string defaultUserAgentLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("defaultUserAgentLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete Category.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user