mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Rework much of options UI
This commit is contained in:
12
Application/Properties/Resources.Designer.cs
generated
12
Application/Properties/Resources.Designer.cs
generated
@@ -215,7 +215,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Name:.
|
||||
/// Looks up a localized string similar to Name.
|
||||
/// </summary>
|
||||
public static string categoryNameLabel {
|
||||
get {
|
||||
@@ -508,7 +508,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default _browser:.
|
||||
/// Looks up a localized string similar to Default browser.
|
||||
/// </summary>
|
||||
public static string defaultBrowserLabel {
|
||||
get {
|
||||
@@ -526,7 +526,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default _user agent:.
|
||||
/// Looks up a localized string similar to Default user agent.
|
||||
/// </summary>
|
||||
public static string defaultUserAgentLabel {
|
||||
get {
|
||||
@@ -994,7 +994,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Multi-line items:.
|
||||
/// Looks up a localized string similar to Multiline titles.
|
||||
/// </summary>
|
||||
public static string multipleLineDisplayLabel {
|
||||
get {
|
||||
@@ -1444,7 +1444,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Tool bar location:.
|
||||
/// Looks up a localized string similar to Toolbar location.
|
||||
/// </summary>
|
||||
public static string toolbarLocationLabel {
|
||||
get {
|
||||
@@ -1462,7 +1462,7 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Version: {0}.
|
||||
/// Looks up a localized string similar to Version {0}.
|
||||
/// </summary>
|
||||
public static string Version {
|
||||
get {
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
<value>< no title ></value>
|
||||
</data>
|
||||
<data name="Version" xml:space="preserve">
|
||||
<value>Version: {0}</value>
|
||||
<value>Version {0}</value>
|
||||
</data>
|
||||
<data name="SplashCheckingForUpdate" xml:space="preserve">
|
||||
<value>Checking for update...</value>
|
||||
@@ -320,7 +320,7 @@
|
||||
<value>Right</value>
|
||||
</data>
|
||||
<data name="toolbarLocationLabel" xml:space="preserve">
|
||||
<value>_Tool bar location:</value>
|
||||
<value>Toolbar location</value>
|
||||
</data>
|
||||
<data name="Top" xml:space="preserve">
|
||||
<value>Top</value>
|
||||
@@ -347,7 +347,7 @@
|
||||
<value>_Register as default feed reader</value>
|
||||
</data>
|
||||
<data name="defaultBrowserLabel" xml:space="preserve">
|
||||
<value>Default _browser:</value>
|
||||
<value>Default browser</value>
|
||||
</data>
|
||||
<data name="DefaultBrowserCaption" xml:space="preserve">
|
||||
<value>< Windows Default ></value>
|
||||
@@ -365,7 +365,7 @@
|
||||
<value>Edit Category</value>
|
||||
</data>
|
||||
<data name="multipleLineDisplayLabel" xml:space="preserve">
|
||||
<value>_Multi-line items:</value>
|
||||
<value>Multiline titles</value>
|
||||
</data>
|
||||
<data name="multipleLineDisplayFirstLine" xml:space="preserve">
|
||||
<value>Show only first line</value>
|
||||
@@ -527,7 +527,7 @@
|
||||
<value>Feed Center</value>
|
||||
</data>
|
||||
<data name="defaultUserAgentLabel" xml:space="preserve">
|
||||
<value>Default _user agent:</value>
|
||||
<value>Default user agent</value>
|
||||
</data>
|
||||
<data name="SplashLoadingDatabase" xml:space="preserve">
|
||||
<value>Loading database...</value>
|
||||
@@ -536,7 +536,7 @@
|
||||
<value>Migrating legacy database...</value>
|
||||
</data>
|
||||
<data name="categoryNameLabel" xml:space="preserve">
|
||||
<value>_Name:</value>
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="ConfirmDeleteCategory" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this category?
|
||||
|
||||
Reference in New Issue
Block a user