| [qet] don't translate abbreviations |
[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]
I propose to leave PNG as PNG in all languages
Example from the code:
format -> addItem(tr("PNG (*.png)"), "PNG");
format -> addItem(tr("JPEG (*.jpg)"), "JPG");
format -> addItem(tr("Bitmap (*.bmp)"), "BMP");
format -> addItem(tr("SVG (*.svg)"), "SVG");
====
format -> addItem("PNG (*.png)", "PNG");
..
..
..
--
Jonas Stein
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |