mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Finished create project dialog
This commit is contained in:
11
RainmeterStudio/Resources/Strings.Designer.cs
generated
11
RainmeterStudio/Resources/Strings.Designer.cs
generated
@ -249,6 +249,15 @@ namespace RainmeterStudio.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Select project path.
|
||||
/// </summary>
|
||||
public static string CreateProjectDialog_Browse_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("CreateProjectDialog_Browse_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Location:.
|
||||
/// </summary>
|
||||
@ -277,7 +286,7 @@ namespace RainmeterStudio.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Path:.
|
||||
/// Looks up a localized string similar to Full path:.
|
||||
/// </summary>
|
||||
public static string CreateProjectDialog_Path {
|
||||
get {
|
||||
|
@ -184,7 +184,7 @@
|
||||
<value>Name:</value>
|
||||
</data>
|
||||
<data name="CreateProjectDialog_Path" xml:space="preserve">
|
||||
<value>Path:</value>
|
||||
<value>Full path:</value>
|
||||
</data>
|
||||
<data name="CreateProjectDialog_PathCreateFolder" xml:space="preserve">
|
||||
<value>Create directory for project</value>
|
||||
@ -237,4 +237,7 @@
|
||||
<data name="ProjectTemplate_EmptyProject_DisplayText" xml:space="preserve">
|
||||
<value>Empty project</value>
|
||||
</data>
|
||||
<data name="CreateProjectDialog_Browse_Title" xml:space="preserve">
|
||||
<value>Select project path</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user