Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
10 lines
211 B
JavaScript
10 lines
211 B
JavaScript
qsTr("Three");
|
|
qsTranslate("BarContext", "Four");
|
|
|
|
var celebration_strings = [
|
|
QT_TR_NOOP("Happy birthday!"),
|
|
QT_TRANSLATE_NOOP("BarContext", "Congratulations!")
|
|
];
|
|
|
|
qsTr("Three", "not the same three");
|