儲存庫 vbox 的更動 62380
- 時間撮記:
- 2016-7-20 下午08:21:30 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r62365 r62380 1604 1604 case InformationElementType_UI: strResult = QApplication::translate("VBoxGlobal", "User interface", "InformationElementType"); break; 1605 1605 case InformationElementType_Description: strResult = QApplication::translate("VBoxGlobal", "Description", "InformationElementType"); break; 1606 case InformationElementType_RuntimeAttributes: strResult = QApplication::translate("VBoxGlobal", "Runtime Attributes", "InformationElementType"); break;1606 case InformationElementType_RuntimeAttributes: strResult = QApplication::translate("VBoxGlobal", "Runtime attributes", "InformationElementType"); break; 1607 1607 case InformationElementType_StorageStatistics: strResult = QApplication::translate("VBoxGlobal", "Storage statistics", "InformationElementType"); break; 1608 case InformationElementType_NetworkStatistics: strResult = QApplication::translate("VBoxGlobal", "Network Statistics", "InformationElementType"); break;1608 case InformationElementType_NetworkStatistics: strResult = QApplication::translate("VBoxGlobal", "Network statistics", "InformationElementType"); break; 1609 1609 default: 1610 1610 { … … 1637 1637 keys << QApplication::translate("VBoxGlobal", "User interface", "InformationElementType"); values << InformationElementType_UI; 1638 1638 keys << QApplication::translate("VBoxGlobal", "Description", "InformationElementType"); values << InformationElementType_Description; 1639 keys << QApplication::translate("VBoxGlobal", "Runtime Attributes", "InformationElementType"); values << InformationElementType_RuntimeAttributes;1639 keys << QApplication::translate("VBoxGlobal", "Runtime attributes", "InformationElementType"); values << InformationElementType_RuntimeAttributes; 1640 1640 keys << QApplication::translate("VBoxGlobal", "Storage statistics", "InformationElementType"); values << InformationElementType_StorageStatistics; 1641 keys << QApplication::translate("VBoxGlobal", "Network Statistics", "InformationElementType"); values << InformationElementType_NetworkStatistics;1641 keys << QApplication::translate("VBoxGlobal", "Network statistics", "InformationElementType"); values << InformationElementType_NetworkStatistics; 1642 1642 /* Invalid type for unknown words: */ 1643 1643 if (!keys.contains(strInformationElementType, Qt::CaseInsensitive))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器