yes. #20
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user