yes. #20

Merged
IBims2CooleTim merged 29 commits from main into bugfix/SpellingError 2023-11-17 22:51:44 +00:00
Showing only changes of commit a7142926be - Show all commits

View File

@ -1,8 +1,8 @@
return { return {
CollectionNotFound = function(message: string):string CollectionNotFound = function(message: string):string
return ("[MarcSync Exception] CollectionNotFound: %s"):format(message) return ("[MarkSynchronisationsausnahme] SammlungNichtGefunden: %s"):format(message)
end, end,
CollectionAlreadyExists = function(message: string):string CollectionAlreadyExists = function(message: string):string
return ("[MarcSync Exception] CollectionAlreadyExists: %s"):format(message) return ("[MarkSynchronisationsausnahme] SammlungExistiertBereits: %s"):format(message)
end end
} }