- some strings updated; update on the Romanian translate

This commit is contained in:
Marius Stanciu
2019-12-13 18:36:57 +02:00
parent f6c0741d3d
commit e397e26484
14 changed files with 5478 additions and 5305 deletions

View File

@@ -884,8 +884,9 @@ class Excellon(Geometry):
log.error("Excellon PARSING FAILED. Line %d: %s" % (line_num, eline))
msg = '[ERROR_NOTCL] %s' % \
_("An internal error has ocurred. See shell.\n")
msg += _('{e_code} Excellon Parser error.\nParsing Failed. Line {l_nr}: {line}\n').format(
msg += ('{e_code} {tx} {l_nr}: {line}\n').format(
e_code='[ERROR]',
tx=_("Excellon Parser error.\nParsing Failed. Line"),
l_nr=line_num,
line=eline)
msg += traceback.format_exc()