Changes for issue #121

This commit is contained in:
MikeMaximus
2018-01-20 14:05:10 -06:00
parent 99d70b96fb
commit f69d10065a
10 changed files with 817 additions and 8 deletions
+162
View File
@@ -3624,6 +3624,105 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Cancel.
'''</summary>
Friend ReadOnly Property frmSessionExport_btnCancel() As String
Get
Return ResourceManager.GetString("frmSessionExport_btnCancel", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Export.
'''</summary>
Friend ReadOnly Property frmSessionExport_btnExport() As String
Get
Return ResourceManager.GetString("frmSessionExport_btnExport", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Export Column Headers (CSV).
'''</summary>
Friend ReadOnly Property frmSessionExport_chkCSVHeaders() As String
Get
Return ResourceManager.GetString("frmSessionExport_chkCSVHeaders", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Session Export Options.
'''</summary>
Friend ReadOnly Property frmSessionExport_FormName() As String
Get
Return ResourceManager.GetString("frmSessionExport_FormName", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Date Type.
'''</summary>
Friend ReadOnly Property frmSessionExport_grpDateType() As String
Get
Return ResourceManager.GetString("frmSessionExport_grpDateType", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Export Type.
'''</summary>
Friend ReadOnly Property frmSessionExport_grpExportType() As String
Get
Return ResourceManager.GetString("frmSessionExport_grpExportType", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Other Options.
'''</summary>
Friend ReadOnly Property frmSessionExport_grpOptions() As String
Get
Return ResourceManager.GetString("frmSessionExport_grpOptions", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to CSV.
'''</summary>
Friend ReadOnly Property frmSessionExport_optCSV() As String
Get
Return ResourceManager.GetString("frmSessionExport_optCSV", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Current Locale.
'''</summary>
Friend ReadOnly Property frmSessionExport_optCurrentLocale() As String
Get
Return ResourceManager.GetString("frmSessionExport_optCurrentLocale", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Unix Timestamp.
'''</summary>
Friend ReadOnly Property frmSessionExport_optUnix() As String
Get
Return ResourceManager.GetString("frmSessionExport_optUnix", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to XML.
'''</summary>
Friend ReadOnly Property frmSessionExport_optXML() As String
Get
Return ResourceManager.GetString("frmSessionExport_optXML", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Close.
'''</summary>
@@ -3642,6 +3741,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Export Grid.
'''</summary>
Friend ReadOnly Property frmSessions_btnExport() As String
Get
Return ResourceManager.GetString("frmSessions_btnExport", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Reset Filters.
'''</summary>
@@ -3651,6 +3759,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Choose a location for the export file.
'''</summary>
Friend ReadOnly Property frmSessions_ChooseExportLocation() As String
Get
Return ResourceManager.GetString("frmSessions_ChooseExportLocation", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to End.
'''</summary>
@@ -3705,6 +3822,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to CSV.
'''</summary>
Friend ReadOnly Property frmSessions_CSV() As String
Get
Return ResourceManager.GetString("frmSessions_CSV", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Game Session Export.
'''</summary>
Friend ReadOnly Property frmSessions_DefaultExportFileName() As String
Get
Return ResourceManager.GetString("frmSessions_DefaultExportFileName", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Date Range:.
'''</summary>
@@ -3741,6 +3876,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to XML.
'''</summary>
Friend ReadOnly Property frmSessions_XML() As String
Get
Return ResourceManager.GetString("frmSessions_XML", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Executable.
'''</summary>
@@ -5527,6 +5671,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured exporting the session data.[BR][BR][PARAM].
'''</summary>
Friend ReadOnly Property mgrSessions_ErrorExportFailure() As String
Get
Return ResourceManager.GetString("mgrSessions_ErrorExportFailure", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The data has been exported successfully..
'''</summary>
Friend ReadOnly Property mgrSessions_ExportSuccess() As String
Get
Return ResourceManager.GetString("mgrSessions_ExportSuccess", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured creating a backup of the database file at [PARAM][BR][BR][PARAM].
'''</summary>