Update Entry.lua
This commit is contained in:
parent
a7142926be
commit
f0ef554936
@ -1,8 +1,8 @@
|
|||||||
return {
|
return {
|
||||||
InvalidEntryData = function(message: string):string
|
InvalidEntryData = function(message: string):string
|
||||||
return ("[MarcSync Exception] InvalidEntryData: %s"):format(message)
|
return ("[MarkSynchronisationsausnahme] InvaliedeEintragsDaten: %s"):format(message)
|
||||||
end,
|
end,
|
||||||
EntryNotFound = function(message: string):string
|
EntryNotFound = function(message: string):string
|
||||||
return ("[MarcSync Exception] EntryNotFound: %s"):format(message)
|
return ("[MarkSynchronisationsausnahme] EintragNichtGefunden: %s"):format(message)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user