Changes for issue #135
This commit is contained in:
Generated
+10
-1
@@ -2698,7 +2698,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Items are semi-colon delimited..
|
||||
''' Looks up a localized string similar to Items are colon delimited..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmIncludeExclude_RawEditInfo() As String
|
||||
Get
|
||||
@@ -5637,6 +5637,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to A file with the same name already exists in the backup folder.[BR][BR]This game stores saves in a relative location, you may need to restore the current backup if the game was recently re-installed.[BR][BR]Do you want to overwrite this file?.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrBackup_ConfirmOverwriteRelative() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrBackup_ConfirmOverwriteRelative", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Backup aborted due to lack of disk space..
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user