mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
More cleanup and UI work
This commit is contained in:
33
Application/Properties/Resources.Designer.cs
generated
33
Application/Properties/Resources.Designer.cs
generated
@@ -268,12 +268,41 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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..
|
||||
/// </summary>
|
||||
public static string ConfirmDeleteCategory {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmDeleteCategory", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to delete this feed?.
|
||||
/// </summary>
|
||||
public static string ConfirmDelete {
|
||||
public static string ConfirmDeleteFeed {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmDelete", resourceCulture);
|
||||
return ResourceManager.GetString("ConfirmDeleteFeed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to delete the selected feeds?.
|
||||
/// </summary>
|
||||
public static string ConfirmDeleteFeeds {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmDeleteFeeds", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Confirm Delete.
|
||||
/// </summary>
|
||||
public static string ConfirmDeleteTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmDeleteTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -400,7 +400,7 @@
|
||||
<data name="EditMenu" xml:space="preserve">
|
||||
<value>Edit...</value>
|
||||
</data>
|
||||
<data name="ConfirmDelete" xml:space="preserve">
|
||||
<data name="ConfirmDeleteFeed" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this feed?</value>
|
||||
</data>
|
||||
<data name="optionCategoryReading" xml:space="preserve">
|
||||
@@ -538,4 +538,15 @@
|
||||
<data name="categoryNameLabel" xml:space="preserve">
|
||||
<value>_Name:</value>
|
||||
</data>
|
||||
<data name="ConfirmDeleteCategory" xml:space="preserve">
|
||||
<value>Are you sure you want to delete this category?
|
||||
|
||||
All feeds currently in category "{0}" will be moved to the default category.</value>
|
||||
</data>
|
||||
<data name="ConfirmDeleteTitle" xml:space="preserve">
|
||||
<value>Confirm Delete</value>
|
||||
</data>
|
||||
<data name="ConfirmDeleteFeeds" xml:space="preserve">
|
||||
<value>Are you sure you want to delete the selected feeds?</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -32,7 +32,7 @@
|
||||
</application>
|
||||
</compatibility>
|
||||
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
|
||||
<!-- <dependency>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
@@ -43,5 +43,5 @@
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>-->
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||
Reference in New Issue
Block a user