
Hi, I imported a process named "Egyedi megrendelés", and this notification appeared (see attached picture): "Process Egyedi megrendelés and all its data has been imported successfully." This string is located here: https://github.com/OTRS/otrs/blob/master/Kernel/System/ProcessManagement/DB/... Martin Gruner explained, why can not translate these kind of strings in backends: https://github.com/OTRS/otrs/pull/1037#issuecomment-198247289 If a string has no parameter, Translatable() can mark it for translation, and somewhere else in the .tt files will be translated. But what about if a string has a parameter? Neither Translatable(), nor $LanguageObject can not be used in backend files. How to translate this kind of strings? Regards, Balázs