mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
[FancyZones] Localize strings in FancyZones editor (#6943)
* Localize strings in FancyZones editor * Move localized strings into resx file
This commit is contained in:
@@ -96,6 +96,24 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Error logged to .
|
||||
/// </summary>
|
||||
public static string Crash_Report_Message_Box_Text_Part1 {
|
||||
get {
|
||||
return ResourceManager.GetString("Crash_Report_Message_Box_Text_Part1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please report the bug to .
|
||||
/// </summary>
|
||||
public static string Crash_Report_Message_Box_Text_Part2 {
|
||||
get {
|
||||
return ResourceManager.GetString("Crash_Report_Message_Box_Text_Part2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Custom.
|
||||
/// </summary>
|
||||
@@ -141,6 +159,15 @@ namespace FancyZonesEditor.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to FancyZones Editor.
|
||||
/// </summary>
|
||||
public static string Fancy_Zones_Editor_App_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Fancy_Zones_Editor_App_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Name.
|
||||
/// </summary>
|
||||
|
||||
@@ -129,6 +129,12 @@
|
||||
<data name="Choose_Layout" xml:space="preserve">
|
||||
<value>Choose your layout for this desktop</value>
|
||||
</data>
|
||||
<data name="Crash_Report_Message_Box_Text_Part1" xml:space="preserve">
|
||||
<value>Error logged to </value>
|
||||
</data>
|
||||
<data name="Crash_Report_Message_Box_Text_Part2" xml:space="preserve">
|
||||
<value>Please report the bug to </value>
|
||||
</data>
|
||||
<data name="Custom" xml:space="preserve">
|
||||
<value>Custom</value>
|
||||
</data>
|
||||
@@ -144,6 +150,9 @@
|
||||
<data name="Edit_Selected_Layout" xml:space="preserve">
|
||||
<value>Edit selected layout</value>
|
||||
</data>
|
||||
<data name="Fancy_Zones_Editor_App_Title" xml:space="preserve">
|
||||
<value>FancyZones Editor</value>
|
||||
</data>
|
||||
<data name="Name" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user