//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace FeedCenter.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FeedCenter.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to A_ctions.
///
public static string ActionsButton {
get {
return ResourceManager.GetString("ActionsButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add Category.
///
public static string AddCategoryButton {
get {
return ResourceManager.GetString("AddCategoryButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add Feed.
///
public static string AddFeedButton {
get {
return ResourceManager.GetString("AddFeedButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add.
///
public static string AddLink {
get {
return ResourceManager.GetString("AddLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to < all >.
///
public static string AllCategory {
get {
return ResourceManager.GetString("AllCategory", resourceCulture);
}
}
///
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon Application {
get {
object obj = ResourceManager.GetObject("Application", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
///
/// Looks up a localized string similar to Feed Center.
///
public static string ApplicationDisplayName {
get {
return ResourceManager.GetString("ApplicationDisplayName", resourceCulture);
}
}
///
/// Looks up a localized string similar to FeedCenter.
///
public static string ApplicationName {
get {
return ResourceManager.GetString("ApplicationName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed Center.
///
public static string ApplicationUserAgentCaption {
get {
return ResourceManager.GetString("ApplicationUserAgentCaption", resourceCulture);
}
}
///
/// Looks up a localized string similar to Password.
///
public static string authenticationPasswordLabel {
get {
return ResourceManager.GetString("authenticationPasswordLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Authentication.
///
public static string authenticationTab {
get {
return ResourceManager.GetString("authenticationTab", resourceCulture);
}
}
///
/// Looks up a localized string similar to User name.
///
public static string authenticationUserNameLabel {
get {
return ResourceManager.GetString("authenticationUserNameLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Bottom.
///
public static string Bottom {
get {
return ResourceManager.GetString("Bottom", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Multiple Feeds.
///
public static string BulkFeedWindow {
get {
return ResourceManager.GetString("BulkFeedWindow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cancel.
///
public static string CancelButton {
get {
return ResourceManager.GetString("CancelButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Categories:.
///
public static string CategoriesHeader {
get {
return ResourceManager.GetString("CategoriesHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Category: {0}.
///
public static string CategoryFilterHeader {
get {
return ResourceManager.GetString("CategoryFilterHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Category.
///
public static string CategoryNameColumnHeader {
get {
return ResourceManager.GetString("CategoryNameColumnHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Name.
///
public static string categoryNameLabel {
get {
return ResourceManager.GetString("categoryNameLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add Category.
///
public static string CategoryWindowAdd {
get {
return ResourceManager.GetString("CategoryWindowAdd", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Category.
///
public static string CategoryWindowEdit {
get {
return ResourceManager.GetString("CategoryWindowEdit", resourceCulture);
}
}
///
/// Looks up a localized string similar to Check _Now.
///
public static string checkVersionNowButton {
get {
return ResourceManager.GetString("checkVersionNowButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Check for a new version on startup.
///
public static string checkVersionOnStartupCheckBox {
get {
return ResourceManager.GetString("checkVersionOnStartupCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Close.
///
public static string CloseButton {
get {
return ResourceManager.GetString("CloseButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Are you sure you want to delete this category?
///
///All feeds currently in category "{0}" will be moved to the default category..
///
public static string ConfirmDeleteCategory {
get {
return ResourceManager.GetString("ConfirmDeleteCategory", resourceCulture);
}
}
///
/// Looks up a localized string similar to Are you sure you want to delete this feed?.
///
public static string ConfirmDeleteFeed {
get {
return ResourceManager.GetString("ConfirmDeleteFeed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Are you sure you want to delete the selected feeds?.
///
public static string ConfirmDeleteFeeds {
get {
return ResourceManager.GetString("ConfirmDeleteFeeds", resourceCulture);
}
}
///
/// Looks up a localized string similar to Confirm Delete.
///
public static string ConfirmDeleteTitle {
get {
return ResourceManager.GetString("ConfirmDeleteTitle", resourceCulture);
}
}
///
/// Looks up a localized string similar to CREATE TABLE Category
///(
/// ID uniqueidentifier NOT NULL,
/// Name nvarchar(1000) NOT NULL DEFAULT '',
///
/// CONSTRAINT PK_Category PRIMARY KEY (ID)
///)
///GO
///
///CREATE TABLE Setting
///(
/// Name nvarchar(500) NOT NULL DEFAULT '',
/// Value nvarchar(3500) NOT NULL DEFAULT '',
/// Version nvarchar(50) NOT NULL DEFAULT '',
///
/// CONSTRAINT PK_Setting PRIMARY KEY (Name, Version)
///)
///GO
///
///CREATE TABLE Feed
///(
/// ID uniqueidentifier NOT NULL,
/// Name nvarchar(1000) NOT NULL DEFAULT '',
/// Title [rest of string was truncated]";.
///
public static string CreateDatabase {
get {
return ResourceManager.GetString("CreateDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Feed.
///
public static string CurrentFeed {
get {
return ResourceManager.GetString("CurrentFeed", resourceCulture);
}
}
///
/// Looks up a localized string similar to ALTER TABLE FeedItem ADD COLUMN Guid nvarchar(1000)
///GO
///
///UPDATE FeedItem
///SET Guid = ''
///WHERE Guid IS NULL
///GO
///
///ALTER TABLE FeedItem ALTER COLUMN Guid nvarchar(1000) NOT NULL
///GO
///
///ALTER TABLE FeedItem ALTER COLUMN Guid SET DEFAULT ''
///GO
///
///UPDATE Setting
///SET Value = '2'
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_1 {
get {
return ResourceManager.GetString("DatabaseUpdate_1", resourceCulture);
}
}
///
/// Looks up a localized string similar to ALTER TABLE FeedItem
///ALTER COLUMN Description
///DROP DEFAULT
///GO
///
///ALTER TABLE FeedItem
///ALTER COLUMN Description ntext NOT NULL
///GO
///
///ALTER TABLE FeedItem
///ALTER COLUMN Description SET DEFAULT ''
///GO
///
///ALTER TABLE FeedItem
///ALTER COLUMN Title
///DROP DEFAULT
///GO
///
///ALTER TABLE FeedItem
///ALTER COLUMN Title ntext NOT NULL
///GO
///
///ALTER TABLE FeedItem
///ALTER COLUMN Title SET DEFAULT ''
///GO
///
///UPDATE Setting
///SET Value = '3'
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_2 {
get {
return ResourceManager.GetString("DatabaseUpdate_2", resourceCulture);
}
}
///
/// Looks up a localized string similar to UPDATE Category
///SET Name = '< default >'
///WHERE Name = 'Default'
///GO
///
///UPDATE Setting
///SET Value = '4'
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_3 {
get {
return ResourceManager.GetString("DatabaseUpdate_3", resourceCulture);
}
}
///
/// Looks up a localized string similar to ALTER TABLE Feed
///DROP COLUMN Sequence
///GO
///
///UPDATE Setting
///SET Value = '5'
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_4 {
get {
return ResourceManager.GetString("DatabaseUpdate_4", resourceCulture);
}
}
///
/// Looks up a localized string similar to ALTER TABLE Feed ADD COLUMN MultipleOpenAction int
///GO
///
///UPDATE Feed
///SET MultipleOpenAction = 0
///WHERE MultipleOpenAction IS NULL
///GO
///
///ALTER TABLE Feed ALTER COLUMN MultipleOpenAction int NOT NULL
///GO
///
///ALTER TABLE Feed ALTER COLUMN MultipleOpenAction SET DEFAULT 0
///GO
///
///UPDATE Setting
///SET Value = '6'
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_5 {
get {
return ResourceManager.GetString("DatabaseUpdate_5", resourceCulture);
}
}
///
/// Looks up a localized string similar to CREATE TABLE DatabaseVersion
///(
/// Value int NOT NULL DEFAULT 0
///)
///GO
///
///INSERT DatabaseVersion
/// (Value)
///VALUES (7)
///GO
///
///DELETE Setting
///WHERE Name = 'DatabaseVersion'
///GO
///.
///
public static string DatabaseUpdate_6 {
get {
return ResourceManager.GetString("DatabaseUpdate_6", resourceCulture);
}
}
///
/// Looks up a localized string similar to < Windows Default >.
///
public static string DefaultBrowserCaption {
get {
return ResourceManager.GetString("DefaultBrowserCaption", resourceCulture);
}
}
///
/// Looks up a localized string similar to Default browser.
///
public static string defaultBrowserLabel {
get {
return ResourceManager.GetString("defaultBrowserLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Default ({0}).
///
public static string DefaultUserAgentCaption {
get {
return ResourceManager.GetString("DefaultUserAgentCaption", resourceCulture);
}
}
///
/// Looks up a localized string similar to Default user agent.
///
public static string defaultUserAgentLabel {
get {
return ResourceManager.GetString("defaultUserAgentLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Delete Category.
///
public static string DeleteCategoryButton {
get {
return ResourceManager.GetString("DeleteCategoryButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Delete Feed.
///
public static string DeleteFeedButton {
get {
return ResourceManager.GetString("DeleteFeedButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Delete.
///
public static string DeleteLink {
get {
return ResourceManager.GetString("DeleteLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Delete.
///
public static string DeleteMenu {
get {
return ResourceManager.GetString("DeleteMenu", resourceCulture);
}
}
///
/// Looks up a localized string similar to Right click to disable.
///
public static string DisableHint {
get {
return ResourceManager.GetString("DisableHint", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Display empty feeds.
///
public static string displayEmptyFeedsCheckBox {
get {
return ResourceManager.GetString("displayEmptyFeedsCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Category.
///
public static string EditCategoryButton {
get {
return ResourceManager.GetString("EditCategoryButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Feed.
///
public static string EditFeedButton {
get {
return ResourceManager.GetString("EditFeedButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit.
///
public static string EditLink {
get {
return ResourceManager.GetString("EditLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit....
///
public static string EditMenu {
get {
return ResourceManager.GetString("EditMenu", resourceCulture);
}
}
///
/// Looks up a localized string similar to Right click to enable.
///
public static string EnableHint {
get {
return ResourceManager.GetString("EnableHint", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export Feeds.
///
public static string ExportFeedsButton {
get {
return ResourceManager.GetString("ExportFeedsButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Export.
///
public static string ExportLink {
get {
return ResourceManager.GetString("ExportLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to In field '{0}' - search for '{1}' - replace with '{2}'.
///
public static string FeedActionDescription {
get {
return ResourceManager.GetString("FeedActionDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to "{0}" has been successfully added to your feed list..
///
public static string FeedAddedNotification {
get {
return ResourceManager.GetString("FeedAddedNotification", resourceCulture);
}
}
///
/// Looks up a localized string similar to Authentication user name must be specified.
///
public static string FeedAuthenticationUserNameError {
get {
return ResourceManager.GetString("FeedAuthenticationUserNameError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Category.
///
public static string feedCategoryLabel {
get {
return ResourceManager.GetString("feedCategoryLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Choose Feed to Add.
///
public static string FeedChooserWindow {
get {
return ResourceManager.GetString("FeedChooserWindow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error.
///
public static string FeedErrorColumnHeader {
get {
return ResourceManager.GetString("FeedErrorColumnHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to One feed has an error.
///
public static string FeedErrorLink {
get {
return ResourceManager.GetString("FeedErrorLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} feeds have errors.
///
public static string FeedErrorsLink {
get {
return ResourceManager.GetString("FeedErrorsLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed Reading Errors.
///
public static string FeedErrorWindow {
get {
return ResourceManager.GetString("FeedErrorWindow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed link contains.
///
public static string FeedLinkFilterLabel {
get {
return ResourceManager.GetString("FeedLinkFilterLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed.
///
public static string FeedNameColumnHeader {
get {
return ResourceManager.GetString("FeedNameColumnHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed name must be specified.
///
public static string FeedNameError {
get {
return ResourceManager.GetString("FeedNameError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Name.
///
public static string feedNameLabel {
get {
return ResourceManager.GetString("feedNameLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Refresh feed every.
///
public static string feedReadIntervalPrefix {
get {
return ResourceManager.GetString("feedReadIntervalPrefix", resourceCulture);
}
}
///
/// Looks up a localized string similar to minutes.
///
public static string feedReadIntervalSuffix {
get {
return ResourceManager.GetString("feedReadIntervalSuffix", resourceCulture);
}
}
///
/// Looks up a localized string similar to Connection failed.
///
public static string FeedReadResult_ConnectionFailed {
get {
return ResourceManager.GetString("FeedReadResult_ConnectionFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid format.
///
public static string FeedReadResult_InvalidXml {
get {
return ResourceManager.GetString("FeedReadResult_InvalidXml", resourceCulture);
}
}
///
/// Looks up a localized string similar to No response.
///
public static string FeedReadResult_NoResponse {
get {
return ResourceManager.GetString("FeedReadResult_NoResponse", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not found.
///
public static string FeedReadResult_NotFound {
get {
return ResourceManager.GetString("FeedReadResult_NotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Server error.
///
public static string FeedReadResult_ServerError {
get {
return ResourceManager.GetString("FeedReadResult_ServerError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Temporarily unavailable.
///
public static string FeedReadResult_TemporarilyUnavailable {
get {
return ResourceManager.GetString("FeedReadResult_TemporarilyUnavailable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Timeout.
///
public static string FeedReadResult_Timeout {
get {
return ResourceManager.GetString("FeedReadResult_Timeout", resourceCulture);
}
}
///
/// Looks up a localized string similar to Too many requests.
///
public static string FeedReadResult_TooManyRequests {
get {
return ResourceManager.GetString("FeedReadResult_TooManyRequests", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not authorized.
///
public static string FeedReadResult_Unauthorized {
get {
return ResourceManager.GetString("FeedReadResult_Unauthorized", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feeds:.
///
public static string FeedsHeader {
get {
return ResourceManager.GetString("FeedsHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feed URL must be specified.
///
public static string FeedUrlError {
get {
return ResourceManager.GetString("FeedUrlError", resourceCulture);
}
}
///
/// Looks up a localized string similar to URL.
///
public static string feedUrlLabel {
get {
return ResourceManager.GetString("feedUrlLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add Feed.
///
public static string FeedWindowAdd {
get {
return ResourceManager.GetString("FeedWindowAdd", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Feed.
///
public static string FeedWindowEdit {
get {
return ResourceManager.GetString("FeedWindowEdit", resourceCulture);
}
}
///
/// Looks up a localized string similar to General.
///
public static string generalTab {
get {
return ResourceManager.GetString("generalTab", resourceCulture);
}
}
///
/// Looks up a localized string similar to OPML Files (*.opml)|*.opml|All Files (*.*)|*.*.
///
public static string ImportExportFilter {
get {
return ResourceManager.GetString("ImportExportFilter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Import Feeds.
///
public static string ImportFeedsButton {
get {
return ResourceManager.GetString("ImportFeedsButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Import.
///
public static string ImportLink {
get {
return ResourceManager.GetString("ImportLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Include _prerelease.
///
public static string includePrereleaseCheckBox {
get {
return ResourceManager.GetString("includePrereleaseCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last Updated.
///
public static string LastUpdatedColumnHeader {
get {
return ResourceManager.GetString("LastUpdatedColumnHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Left.
///
public static string Left {
get {
return ResourceManager.GetString("Left", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Lock window.
///
public static string lockWindowCheckBox {
get {
return ResourceManager.GetString("lockWindowCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Mark feed as read.
///
public static string markReadToolbarButton {
get {
return ResourceManager.GetString("markReadToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit Multiple Feeds.
///
public static string MultipleEditButton {
get {
return ResourceManager.GetString("MultipleEditButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Multiple Edit.
///
public static string MultipleEditLink {
get {
return ResourceManager.GetString("MultipleEditLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show only first line.
///
public static string multipleLineDisplayFirstLine {
get {
return ResourceManager.GetString("multipleLineDisplayFirstLine", resourceCulture);
}
}
///
/// Looks up a localized string similar to Multiline titles.
///
public static string multipleLineDisplayLabel {
get {
return ResourceManager.GetString("multipleLineDisplayLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Leave alone.
///
public static string multipleLineDisplayNormal {
get {
return ResourceManager.GetString("multipleLineDisplayNormal", resourceCulture);
}
}
///
/// Looks up a localized string similar to Flatten to single line.
///
public static string multipleLineDisplaySingleLine {
get {
return ResourceManager.GetString("multipleLineDisplaySingleLine", resourceCulture);
}
}
///
/// Looks up a localized string similar to New version available.
///
public static string NewVersionLink {
get {
return ResourceManager.GetString("NewVersionLink", resourceCulture);
}
}
///
/// Looks up a localized string similar to Next feed.
///
public static string nextToolbarButton {
get {
return ResourceManager.GetString("nextToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Exit.
///
public static string NotificationIconContextMenuExit {
get {
return ResourceManager.GetString("NotificationIconContextMenuExit", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lock window.
///
public static string NotificationIconContextMenuLocked {
get {
return ResourceManager.GetString("NotificationIconContextMenuLocked", resourceCulture);
}
}
///
/// Looks up a localized string similar to < no title >.
///
public static string NoTitleText {
get {
return ResourceManager.GetString("NoTitleText", resourceCulture);
}
}
///
/// Looks up a localized string similar to OK.
///
public static string OkayButton {
get {
return ResourceManager.GetString("OkayButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open all links on individual pages.
///
public static string openAllMultipleToolbarButton {
get {
return ResourceManager.GetString("openAllMultipleToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open all links on single page.
///
public static string openAllSingleToolbarButton {
get {
return ResourceManager.GetString("openAllSingleToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open Feed.
///
public static string OpenFeed {
get {
return ResourceManager.GetString("OpenFeed", resourceCulture);
}
}
///
/// Looks up a localized string similar to "Open all" action.
///
public static string openLabel {
get {
return ResourceManager.GetString("openLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open Page.
///
public static string OpenPage {
get {
return ResourceManager.GetString("OpenPage", resourceCulture);
}
}
///
/// Looks up a localized string similar to About.
///
public static string optionCategoryAbout {
get {
return ResourceManager.GetString("optionCategoryAbout", resourceCulture);
}
}
///
/// Looks up a localized string similar to Categories.
///
public static string optionCategoryCategories {
get {
return ResourceManager.GetString("optionCategoryCategories", resourceCulture);
}
}
///
/// Looks up a localized string similar to Display.
///
public static string optionCategoryDisplay {
get {
return ResourceManager.GetString("optionCategoryDisplay", resourceCulture);
}
}
///
/// Looks up a localized string similar to Feeds.
///
public static string optionCategoryFeeds {
get {
return ResourceManager.GetString("optionCategoryFeeds", resourceCulture);
}
}
///
/// Looks up a localized string similar to General.
///
public static string optionCategoryGeneral {
get {
return ResourceManager.GetString("optionCategoryGeneral", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reading.
///
public static string optionCategoryReading {
get {
return ResourceManager.GetString("optionCategoryReading", resourceCulture);
}
}
///
/// Looks up a localized string similar to Update.
///
public static string optionCategoryUpdate {
get {
return ResourceManager.GetString("optionCategoryUpdate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Options.
///
public static string optionsToolbarButton {
get {
return ResourceManager.GetString("optionsToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Options.
///
public static string OptionsWindow {
get {
return ResourceManager.GetString("OptionsWindow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Previous feed.
///
public static string previousToolbarButton {
get {
return ResourceManager.GetString("previousToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reading.
///
public static string readingTab {
get {
return ResourceManager.GetString("readingTab", resourceCulture);
}
}
///
/// Looks up a localized string similar to Refresh all feeds.
///
public static string refreshAllToolbarButton {
get {
return ResourceManager.GetString("refreshAllToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Retry.
///
public static string RefreshCurrent {
get {
return ResourceManager.GetString("RefreshCurrent", resourceCulture);
}
}
///
/// Looks up a localized string similar to Refresh current feed.
///
public static string refreshToolbarButton {
get {
return ResourceManager.GetString("refreshToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Register as default feed reader.
///
public static string registerAsDefaultFeedReaderCheckBox {
get {
return ResourceManager.GetString("registerAsDefaultFeedReaderCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Feed requires authentication.
///
public static string requiresAuthenticationCheckBox {
get {
return ResourceManager.GetString("requiresAuthenticationCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Right.
///
public static string Right {
get {
return ResourceManager.GetString("Right", resourceCulture);
}
}
///
/// Looks up a localized string similar to All.
///
public static string SelectAllLabel {
get {
return ResourceManager.GetString("SelectAllLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invert.
///
public static string SelectInvertLabel {
get {
return ResourceManager.GetString("SelectInvertLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select:.
///
public static string SelectLabel {
get {
return ResourceManager.GetString("SelectLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to None.
///
public static string SelectNoneLabel {
get {
return ResourceManager.GetString("SelectNoneLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show problems from last refresh.
///
public static string showErrorsToolbarButton {
get {
return ResourceManager.GetString("showErrorsToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show all items on a single page.
///
public static string showOnSinglePageToolbarButton {
get {
return ResourceManager.GetString("showOnSinglePageToolbarButton", resourceCulture);
}
}
///
/// Looks up a localized string similar to Sort.
///
public static string SortFeeds {
get {
return ResourceManager.GetString("SortFeeds", resourceCulture);
}
}
///
/// Looks up a localized string similar to Checking for legacy database....
///
public static string SplashCheckingForLegacyDatabase {
get {
return ResourceManager.GetString("SplashCheckingForLegacyDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Checking for update....
///
public static string SplashCheckingForUpdate {
get {
return ResourceManager.GetString("SplashCheckingForUpdate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Creating database....
///
public static string SplashCreatingDatabase {
get {
return ResourceManager.GetString("SplashCreatingDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Downloading update....
///
public static string SplashDownloadingUpdate {
get {
return ResourceManager.GetString("SplashDownloadingUpdate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Installing update....
///
public static string SplashInstallingUpdate {
get {
return ResourceManager.GetString("SplashInstallingUpdate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Loading database....
///
public static string SplashLoadingDatabase {
get {
return ResourceManager.GetString("SplashLoadingDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Maintaining legacy database....
///
public static string SplashMaintainingLegacyDatabase {
get {
return ResourceManager.GetString("SplashMaintainingLegacyDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Migrating legacy database....
///
public static string SplashMigratingLegacyDatabase {
get {
return ResourceManager.GetString("SplashMigratingLegacyDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Restarting....
///
public static string SplashRestarting {
get {
return ResourceManager.GetString("SplashRestarting", resourceCulture);
}
}
///
/// Looks up a localized string similar to Starting....
///
public static string SplashStarting {
get {
return ResourceManager.GetString("SplashStarting", resourceCulture);
}
}
///
/// Looks up a localized string similar to Updating legacy database....
///
public static string SplashUpdatingLegacyDatabase {
get {
return ResourceManager.GetString("SplashUpdatingLegacyDatabase", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Start when Windows starts.
///
public static string startWithWindowsCheckBox {
get {
return ResourceManager.GetString("startWithWindowsCheckBox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Toolbar location.
///
public static string toolbarLocationLabel {
get {
return ResourceManager.GetString("toolbarLocationLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Top.
///
public static string Top {
get {
return ResourceManager.GetString("Top", resourceCulture);
}
}
///
/// Looks up a localized string similar to User agent.
///
public static string userAgentLabel {
get {
return ResourceManager.GetString("userAgentLabel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Version {0}.
///
public static string Version {
get {
return ResourceManager.GetString("Version", resourceCulture);
}
}
}
}