mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FancyZones] Editor multi monitor support (#6562)
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com> Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
This commit is contained in:
@@ -105,6 +105,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Close.
|
||||
/// </summary>
|
||||
public static string Close {
|
||||
get {
|
||||
return ResourceManager.GetString("Close", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error logged to .
|
||||
/// </summary>
|
||||
@@ -186,6 +195,24 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error applying layout.
|
||||
/// </summary>
|
||||
public static string Error_Applying_Layout {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Applying_Layout", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor Exception Handler.
|
||||
/// </summary>
|
||||
public static string Error_Exception_Message_Box_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Exception_Message_Box_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor arguments are invalid..
|
||||
/// </summary>
|
||||
@@ -195,6 +222,24 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Layout '{0}' has malformed data.
|
||||
/// </summary>
|
||||
public static string Error_Layout_Malformed_Data {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Layout_Malformed_Data", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error loading custom layouts.
|
||||
/// </summary>
|
||||
public static string Error_Loading_Custom_Layouts {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Loading_Custom_Layouts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor Error.
|
||||
/// </summary>
|
||||
@@ -204,6 +249,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Match not found ({0}).
|
||||
/// </summary>
|
||||
public static string Error_Monitor_Match_Not_Found {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Monitor_Match_Not_Found", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor should not be run as standalone application..
|
||||
/// </summary>
|
||||
@@ -222,6 +276,33 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error persisting custom layout.
|
||||
/// </summary>
|
||||
public static string Error_Persisting_Custom_Layout {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Persisting_Custom_Layout", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please report the bug to .
|
||||
/// </summary>
|
||||
public static string Error_Report {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Report", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error serializing deleted layouts.
|
||||
/// </summary>
|
||||
public static string Error_Serializing_Deleted_Layouts {
|
||||
get {
|
||||
return ResourceManager.GetString("Error_Serializing_Deleted_Layouts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor.
|
||||
/// </summary>
|
||||
|
||||
@@ -226,4 +226,31 @@
|
||||
<data name="Tab_Item_Templates" xml:space="preserve">
|
||||
<value>Templates tab selected, press ctrl + tab to switch to Custom</value>
|
||||
</data>
|
||||
<data name="Close" xml:space="preserve">
|
||||
<value>Close</value>
|
||||
</data>
|
||||
<data name="Error_Applying_Layout" xml:space="preserve">
|
||||
<value>Error applying layout</value>
|
||||
</data>
|
||||
<data name="Error_Layout_Malformed_Data" xml:space="preserve">
|
||||
<value>Layout '{0}' has malformed data</value>
|
||||
</data>
|
||||
<data name="Error_Loading_Custom_Layouts" xml:space="preserve">
|
||||
<value>Error loading custom layouts</value>
|
||||
</data>
|
||||
<data name="Error_Persisting_Custom_Layout" xml:space="preserve">
|
||||
<value>Error persisting custom layout</value>
|
||||
</data>
|
||||
<data name="Error_Serializing_Deleted_Layouts" xml:space="preserve">
|
||||
<value>Error serializing deleted layouts</value>
|
||||
</data>
|
||||
<data name="Error_Exception_Message_Box_Title" xml:space="preserve">
|
||||
<value>FancyZones Editor Exception Handler</value>
|
||||
</data>
|
||||
<data name="Error_Report" xml:space="preserve">
|
||||
<value>Please report the bug to </value>
|
||||
</data>
|
||||
<data name="Error_Monitor_Match_Not_Found" xml:space="preserve">
|
||||
<value>Match not found ({0})</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user