Changes for issue #147
This commit is contained in:
Generated
+18
@@ -2013,6 +2013,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The backup folder contains one or more backup files that cannot be renamed to [PARAM] because a file using that name already exist.[BR][BR]Do you want to continue and remove the existing files?.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmGameManager_ErrorRenameFilesExist() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmGameManager_ErrorRenameFilesExist", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The backup folder [PARAM] cannot be renamed to [PARAM] because a folder with that name already exists.[BR][BR]Do you want to continue and remove the existing folder?.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmGameManager_ErrorRenameFolderExists() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmGameManager_ErrorRenameFolderExists", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to You must enter a valid game name..
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user