mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Rewrote Reference class
This commit is contained in:
45
RainmeterStudio/Resources/Strings.Designer.cs
generated
45
RainmeterStudio/Resources/Strings.Designer.cs
generated
@ -60,6 +60,33 @@ namespace RainmeterStudio.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The following files have unsaved changes:.
|
||||
/// </summary>
|
||||
public static string CloseUnsavedDialog_Message {
|
||||
get {
|
||||
return ResourceManager.GetString("CloseUnsavedDialog_Message", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do you want to save these changes?.
|
||||
/// </summary>
|
||||
public static string CloseUnsavedDialog_Question {
|
||||
get {
|
||||
return ResourceManager.GetString("CloseUnsavedDialog_Question", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unsaved changes.
|
||||
/// </summary>
|
||||
public static string CloseUnsavedDialog_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("CloseUnsavedDialog_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Close.
|
||||
/// </summary>
|
||||
@ -339,6 +366,15 @@ namespace RainmeterStudio.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do_n't save.
|
||||
/// </summary>
|
||||
public static string Dialog_DoNotSave {
|
||||
get {
|
||||
return ResourceManager.GetString("Dialog_DoNotSave", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to All files.
|
||||
/// </summary>
|
||||
@ -375,6 +411,15 @@ namespace RainmeterStudio.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Save.
|
||||
/// </summary>
|
||||
public static string Dialog_Save {
|
||||
get {
|
||||
return ResourceManager.GetString("Dialog_Save", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _File.
|
||||
/// </summary>
|
||||
|
@ -240,4 +240,19 @@
|
||||
<data name="CreateProjectDialog_Browse_Title" xml:space="preserve">
|
||||
<value>Select project path</value>
|
||||
</data>
|
||||
<data name="CloseUnsavedDialog_Message" xml:space="preserve">
|
||||
<value>The following files have unsaved changes:</value>
|
||||
</data>
|
||||
<data name="CloseUnsavedDialog_Question" xml:space="preserve">
|
||||
<value>Do you want to save these changes?</value>
|
||||
</data>
|
||||
<data name="CloseUnsavedDialog_Title" xml:space="preserve">
|
||||
<value>Unsaved changes</value>
|
||||
</data>
|
||||
<data name="Dialog_DoNotSave" xml:space="preserve">
|
||||
<value>Do_n't save</value>
|
||||
</data>
|
||||
<data name="Dialog_Save" xml:space="preserve">
|
||||
<value>_Save</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user