mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Start adding server support
This commit is contained in:
155
Application/Properties/Resources.Designer.cs
generated
155
Application/Properties/Resources.Designer.cs
generated
@@ -60,6 +60,114 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Name.
|
||||
/// </summary>
|
||||
public static string AccountNameColumnHeader {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountNameColumnHeader", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Name.
|
||||
/// </summary>
|
||||
public static string accountNameLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("accountNameLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Refresh account every.
|
||||
/// </summary>
|
||||
public static string accountReadIntervalPrefix {
|
||||
get {
|
||||
return ResourceManager.GetString("accountReadIntervalPrefix", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to minutes.
|
||||
/// </summary>
|
||||
public static string accountReadIntervalSuffix {
|
||||
get {
|
||||
return ResourceManager.GetString("accountReadIntervalSuffix", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Account requires authentication.
|
||||
/// </summary>
|
||||
public static string accountRequiresAuthenticationCheckBox {
|
||||
get {
|
||||
return ResourceManager.GetString("accountRequiresAuthenticationCheckBox", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Type.
|
||||
/// </summary>
|
||||
public static string AccountTypeColumnHeader {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountTypeColumnHeader", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fever.
|
||||
/// </summary>
|
||||
public static string AccountTypeFever {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountTypeFever", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Google Reader.
|
||||
/// </summary>
|
||||
public static string AccountTypeGoogleReader {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountTypeGoogleReader", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Type.
|
||||
/// </summary>
|
||||
public static string accountTypeLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("accountTypeLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to URL.
|
||||
/// </summary>
|
||||
public static string accountUrlLabel {
|
||||
get {
|
||||
return ResourceManager.GetString("accountUrlLabel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add Account.
|
||||
/// </summary>
|
||||
public static string AccountWindowAdd {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountWindowAdd", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Edit Account.
|
||||
/// </summary>
|
||||
public static string AccountWindowEdit {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountWindowEdit", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A_ctions.
|
||||
/// </summary>
|
||||
@@ -69,6 +177,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add Account.
|
||||
/// </summary>
|
||||
public static string AddAccountButton {
|
||||
get {
|
||||
return ResourceManager.GetString("AddAccountButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Add Category.
|
||||
/// </summary>
|
||||
@@ -277,6 +394,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to delete this account?.
|
||||
/// </summary>
|
||||
public static string ConfirmDeleteAccount {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmDeleteAccount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to delete this category?
|
||||
///
|
||||
@@ -543,6 +669,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete Account.
|
||||
/// </summary>
|
||||
public static string DeleteAccountButton {
|
||||
get {
|
||||
return ResourceManager.GetString("DeleteAccountButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete Category.
|
||||
/// </summary>
|
||||
@@ -597,6 +732,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Edit Account.
|
||||
/// </summary>
|
||||
public static string EditAccountButton {
|
||||
get {
|
||||
return ResourceManager.GetString("EditAccountButton", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Edit Category.
|
||||
/// </summary>
|
||||
@@ -1155,6 +1299,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Accounts.
|
||||
/// </summary>
|
||||
public static string optionCategoryAccounts {
|
||||
get {
|
||||
return ResourceManager.GetString("optionCategoryAccounts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Categories.
|
||||
/// </summary>
|
||||
@@ -1174,7 +1327,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Feeds.
|
||||
/// Looks up a localized string similar to Local Feeds.
|
||||
/// </summary>
|
||||
public static string optionCategoryFeeds {
|
||||
get {
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
<value>About</value>
|
||||
</data>
|
||||
<data name="optionCategoryFeeds" xml:space="preserve">
|
||||
<value>Feeds</value>
|
||||
<value>Local Feeds</value>
|
||||
</data>
|
||||
<data name="optionCategoryUpdate" xml:space="preserve">
|
||||
<value>Update</value>
|
||||
@@ -561,4 +561,55 @@ All feeds currently in category "{0}" will be moved to the default category.</va
|
||||
<data name="FeedReadResult_TooManyRequests" xml:space="preserve">
|
||||
<value>Too many requests</value>
|
||||
</data>
|
||||
<data name="optionCategoryAccounts" xml:space="preserve">
|
||||
<value>Accounts</value>
|
||||
</data>
|
||||
<data name="AccountNameColumnHeader" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="AddAccountButton" xml:space="preserve">
|
||||
<value>Add Account</value>
|
||||
</data>
|
||||
<data name="EditAccountButton" xml:space="preserve">
|
||||
<value>Edit Account</value>
|
||||
</data>
|
||||
<data name="DeleteAccountButton" xml:space="preserve">
|
||||
<value>Delete Account</value>
|
||||
</data>
|
||||
<data name="AccountWindowAdd" xml:space="preserve">
|
||||
<value>Add Account</value>
|
||||
</data>
|
||||
<data name="AccountWindowEdit" xml:space="preserve">
|
||||
<value>Edit Account</value>
|
||||
</data>
|
||||
<data name="ConfirmDeleteAccount" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this account?</value>
|
||||
</data>
|
||||
<data name="accountNameLabel" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="accountUrlLabel" xml:space="preserve">
|
||||
<value>URL</value>
|
||||
</data>
|
||||
<data name="accountReadIntervalPrefix" xml:space="preserve">
|
||||
<value>_Refresh account every</value>
|
||||
</data>
|
||||
<data name="accountReadIntervalSuffix" xml:space="preserve">
|
||||
<value>minutes</value>
|
||||
</data>
|
||||
<data name="accountRequiresAuthenticationCheckBox" xml:space="preserve">
|
||||
<value>_Account requires authentication</value>
|
||||
</data>
|
||||
<data name="accountTypeLabel" xml:space="preserve">
|
||||
<value>Type</value>
|
||||
</data>
|
||||
<data name="AccountTypeFever" xml:space="preserve">
|
||||
<value>Fever</value>
|
||||
</data>
|
||||
<data name="AccountTypeColumnHeader" xml:space="preserve">
|
||||
<value>Type</value>
|
||||
</data>
|
||||
<data name="AccountTypeGoogleReader" xml:space="preserve">
|
||||
<value>Google Reader</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user