### Chinese_Simplified [zh_CN] translation for gtk-kde4 ### ### utf-8 charset ### ### translated by: Ni Hui (shuizhuyuanluo@126.com) ### ### Mar 27th, 2008 ### ### in the form1.cpp ### if (varstr=="zh_CN") zh_CN(); ### and also these ### void form1::zh_CN() { comboBox->setItemText(0,QString::fromUtf8("使用当前的 KDE 样式")); label->setText(QString::fromUtf8("选择样式:")); applyBox->setText(QString::fromUtf8("对 GTK 程序应用 KDE 配色")); CFButton->setText(QString::fromUtf8("更改字体")); label2->setText(QString::fromUtf8("选择图标:")); aboutButton->setText(QString::fromUtf8("关于")); } ### in the form.ui ### ### here, i use "actionChinese_Simplified" ### 简体中文 ### in the .desktop file ### Name[zh_CN]=GTK 样式 Comment[zh_CN]=自定义 GTK 程序的样式 ### the end ###