Here's an update that fixes an issue when commas are used as decimal points.
This tool is also translateable using the domain 'dimText'. I've not included the translation files in the zip, but the strings and a link to the process:
viewtopic.php?p=182689#p182689
For example, If you have German set as the default language in pdf xchange:
I used google translate to translate the text strings posted above into German. Save the following as a text file with the name 'translationData.dimText.json' into the javascripts folder, and also save the 1ang.js file in the javascripts folder ( from here:
viewtopic.php?t=43253)
Code: Select all
{
"": {
"Dimension Text Override…\n────────────────────────\nOverride the dimension text on a dimension.": "",
"Dim Override…": "",
"Change Dimension Text": "",
"Elements to change:": "",
"Current Selection": "",
"All dimension lines on this page": "",
"Change text: ": "",
"Try to scale the dimension": "",
"Change text color to match line color": "",
"Nothing Selected": ""
},
"DEU": {
"Dimension Text Override…\n────────────────────────\nOverride the dimension text on a dimension.": "Bemaßungstext überschreiben…\n────────────────────────\nDen Bemaßungstext einer Bemaßung überschreiben.",
"Dim Override…": "Bemaßungstext überschreiben…",
"Change Dimension Text": "Bemaßungstext ändern",
"Elements to change:": "Zu ändernde Elemente:",
"Current Selection": "Aktuelle Auswahl",
"All dimension lines on this page": "Alle Bemaßungslinien auf dieser Seite",
"Change text: ": "Text ändern: ",
"Try to scale the dimension": "Versuchen Sie, die Bemaßung zu skalieren",
"Change text color to match line color": "Textfarbe so ändern, dass sie der Linienfarbe entspricht",
"Nothing Selected": "Nichts ausgewählt"
}
}