diff --git a/.vs/FileFlow/FileContentIndex/67dd8188-69a2-464f-8052-40f324424ad9.vsidx b/.vs/FileFlow/FileContentIndex/67dd8188-69a2-464f-8052-40f324424ad9.vsidx deleted file mode 100644 index e658ac5..0000000 Binary files a/.vs/FileFlow/FileContentIndex/67dd8188-69a2-464f-8052-40f324424ad9.vsidx and /dev/null differ diff --git a/.vs/FileFlow/FileContentIndex/e4b40a02-d6e4-4051-8d84-a18c40ffd013.vsidx b/.vs/FileFlow/FileContentIndex/e4b40a02-d6e4-4051-8d84-a18c40ffd013.vsidx new file mode 100644 index 0000000..8e9302e Binary files /dev/null and b/.vs/FileFlow/FileContentIndex/e4b40a02-d6e4-4051-8d84-a18c40ffd013.vsidx differ diff --git a/Global_Indexer/ClassFileHandler.vb b/Global_Indexer/ClassFileHandler.vb index d071203..1711f9d 100644 --- a/Global_Indexer/ClassFileHandler.vb +++ b/Global_Indexer/ClassFileHandler.vb @@ -130,9 +130,9 @@ Public Class ClassFileHandler If oTempFilePath.ToUpper.EndsWith(".LNK") Then If USER_LANGUAGE = "de-DE" Then - MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "Global Indexer") + MsgBox("Verknüpfungen können nicht abgelegt werden!", MsgBoxStyle.Critical, "File Flow") Else - MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "Global Indexer") + MsgBox("Shortcuts cannot be droppped!", MsgBoxStyle.Critical, "File Flow") End If Return False End If diff --git a/Global_Indexer/ClassInit.vb b/Global_Indexer/ClassInit.vb index 984a151..99cb7c6 100644 --- a/Global_Indexer/ClassInit.vb +++ b/Global_Indexer/ClassInit.vb @@ -298,7 +298,7 @@ Public Class ClassInit If LICENSE_COUNT < USERCOUNT_LOGGED_IN And LICENSE_EXPIRED = False Then MsgBox("Die Anzahl der aktuell angemeldeten User (" & USERCOUNT_LOGGED_IN.ToString & ") überschreitet die Anzahl der aktuellen Lizenzen!" & vbNewLine & "Anzahl der Lizenzen: " & LICENSE_COUNT.ToString & vbNewLine & "Bitte setzen Sie sich mit dem Systembetreuer in Verbindung!", MsgBoxStyle.Critical, "Achtung:") - LOGGER.Info(" >> Die Anzahl der aktuell angemeldeten User (" & USERCOUNT_LOGGED_IN.ToString & ") überschreitet die Anzahl der Lizenzen (" & LICENSE_COUNT & ") für Global Indexer!") + LOGGER.Info(" >> Die Anzahl der aktuell angemeldeten User (" & USERCOUNT_LOGGED_IN.ToString & ") überschreitet die Anzahl der Lizenzen (" & LICENSE_COUNT & ") für File Flow!") If USER_IS_ADMIN = False Then 'Anmeldung wieder herausnehmen oSql = "DELETE FROM TBDD_USER_MODULE_LOG_IN WHERE USER_ID = " & USER_ID & " AND MODULE= 'Global-Indexer'" diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index 77d299a..9e5f01b 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file diff --git a/Global_Indexer/frmAdministration.en-US.resx b/Global_Indexer/frmAdministration.en-US.resx index d5dddf8..bf0cc19 100644 --- a/Global_Indexer/frmAdministration.en-US.resx +++ b/Global_Indexer/frmAdministration.en-US.resx @@ -1326,6 +1326,6 @@ The received values can be written to Indicies or used to rename a file. - Adminconsole Global Indexer + Adminconsole File Flow \ No newline at end of file diff --git a/Global_Indexer/frmAdministration.resx b/Global_Indexer/frmAdministration.resx index 36062db..af96d28 100644 --- a/Global_Indexer/frmAdministration.resx +++ b/Global_Indexer/frmAdministration.resx @@ -6737,7 +6737,7 @@ Die erhaltenen Werte können in Indizes geschrieben oder zur Benennung der Datei 3, 4, 3, 4 - Global Indexer - Administration + File Flow - Administration viewAssignedGroups diff --git a/Global_Indexer/frmConfig_Basic.vb b/Global_Indexer/frmConfig_Basic.vb index d7412d2..91442ab 100644 --- a/Global_Indexer/frmConfig_Basic.vb +++ b/Global_Indexer/frmConfig_Basic.vb @@ -75,8 +75,8 @@ Public Class frmConfig_Basic USER_ID = DATABASE_ECM.GetScalarValue(sql) If IsDBNull(USER_ID) Then - MsgBox("Attention: Your Username '" & Environment.UserName & "' is not configured for Global Indexer. this might result in unhandled exceptions!", MsgBoxStyle.Exclamation) - LOGGER.Info("User '" & Environment.UserName & "' not configured for Global Indexer! (DBNull - frmConfigBasic)") + MsgBox("Attention: Your Username '" & Environment.UserName & "' is not configured for File Flow. this might result in unhandled exceptions!", MsgBoxStyle.Exclamation) + LOGGER.Info("User '" & Environment.UserName & "' not configured for File Flow! (DBNull - frmConfigBasic)") End If diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb index 3b0a134..035949d 100644 --- a/Global_Indexer/frmStart.vb +++ b/Global_Indexer/frmStart.vb @@ -480,11 +480,11 @@ Public Class frmStart TimerFolderWatch.Enabled = False Dim title = "Critical Error" - Dim message = $"Database could not be reached. Global Indexer will NOT work without a database!{vbCrLf}{vbCrLf}Please check your connection.{vbCrLf}The Application will exit now." + Dim message = $"Database could not be reached. File Flow will NOT work without a database!{vbCrLf}{vbCrLf}Please check your connection.{vbCrLf}The Application will exit now." If USER_LANGUAGE = "de-DE" Then title = "Kritischer Fehler" - message = $"Die Datenbank konnte nicht erreicht werden. Global Indexer funktioniert NICHT ohne Datenbankverbindung{vbCrLf}{vbCrLf}Bitte überprüfen Sie Ihre Netzwerkverbindung oder benachrichtigen Sie Ihren Administrator.{vbCrLf}Die Anwendung wird nun geschlossen." + message = $"Die Datenbank konnte nicht erreicht werden. File Flow funktioniert NICHT ohne Datenbankverbindung{vbCrLf}{vbCrLf}Bitte überprüfen Sie Ihre Netzwerkverbindung oder benachrichtigen Sie Ihren Administrator.{vbCrLf}Die Anwendung wird nun geschlossen." End If Dim result = MsgBox(message, MsgBoxStyle.Critical, title) @@ -573,9 +573,9 @@ Public Class frmStart Private Sub TimerClose3Minutes_Tick(sender As Object, e As EventArgs) Handles TimerClose3Minutes.Tick If LICENSE_EXPIRED = True Or LICENSE_COUNT < USERCOUNT_LOGGED_IN Then If USER_LANGUAGE = "de-DE" Then - MsgBox("Global Indexer wird nun geschlossen, weil keine neue Lizenzdaten eingegeben wurden!", MsgBoxStyle.Information) + MsgBox("File Flow wird nun geschlossen, weil keine neue Lizenzdaten eingegeben wurden!", MsgBoxStyle.Information) Else - MsgBox("Global Indexer will now be closed, cause no new license was updated!", MsgBoxStyle.Information) + MsgBox("File Flow will now be closed, cause no new license was updated!", MsgBoxStyle.Information) End If Me.Close()