1 #ifndef __LANGUAGE_EN_H_ 2 #define __LANGUAGE_EN_H_ 3 4 #define PCBA_VERSION_NAME "RockChip Linux PCBA Test V2.1" 5 #define PCBA_MANUAL_TEST "Manual Test" 6 #define PCBA_AUTO_TEST "Automatic Test" 7 #define PCBA_SECCESS "Pass" 8 #define PCBA_FAILED "Failed" 9 #define PCBA_BLUETOOTH "BlueTooth" 10 #define PCBA_GSENSOR "Gsensor" 11 #define PCBA_KEY "Key" 12 #define PCBA_RTC "Rtc" 13 #define PCBA_SIM "Sim" 14 #define PCBA_SIM2 "Sim2" 15 #define PCBA_SDCARD "SDCard" 16 #define PCBA_VIBRATOR "VIBRATOR" 17 #define PCBA_FM "FM" 18 #define PCBA_UCARD "UDisk" 19 #define PCBA_LAN "Ethernet" 20 #define PCBA_WIFI "Wifi" 21 #define PCBA_WIFI_SIGNAL "Level" 22 #define PCBA_WIFI_SIGNAL1 "" 23 #define PCBA_BATTERY "Battery" 24 #define PCBA_BATTERY_CHARGE "Charge" 25 #define PCBA_BATTERY_DISCHARGE "DisCharge" 26 #define PCBA_BATTERY_FULLCHARGE "FullCharge" 27 #define PCBA_BATTERY_VOLTAGE "Voltage" 28 #define PCBA_BATTERY_CAPACITY "Capacity" 29 #define PCBA_RECORD "Record Volum" 30 #define PCBA_VOLUME "Volume" 31 #define PCBA_CODEC "Codec" 32 #define PCBA_CODEC_PLAY "AudioPlay" 33 #define PCBA_CODEC_RECORD "AudioRecord" 34 #define PCBA_CODEC_INFO "Vol+:INT_MIC/LS Vol-:EXT_MIC/HS Power:EP" 35 #define PCBA_WITHOUT_EP_CODEC_INFO "Vol+:INT_MIC/LS Vol-:EXT_MIC/HS" 36 #define PCBA_CODEC_VOL_UP "INT_MIC/LS testing" 37 #define PCBA_CODEC_VOL_DOWN "EXT_MIC/HS testing" 38 #define PCBA_CODEC_VOL_POWER "EP testing" 39 #define PCBA_DDR "DDR" 40 #define PCBA_EMMC "eMMC" 41 #define PCBA_NAND "Nand" 42 #define PCBA_FLASHLIGHT "FLASHLIGHT" 43 #define PCBA_CAMERA "Camera" 44 #define PCBA_FRONT_CAMERA "Front Camera" 45 #define PCBA_BACK_CAMERA "Back Camera" 46 #define PCBA_TESTING "Testing..." 47 #define PCBA_ERR_CHECK "Detect errors" 48 #define PCBA_ERR_FREQ "Frequency conversion error" 49 #define PCBA_SDCARD_NOINSERT "no sdcard" 50 #define PCBA_INTEL_PTEST_MODE "PTEST MODE" 51 #define PCBA_BOOT_IN_ANDROID_FUCTION "Click power button 5 times to exit ptest!" 52 #define PCBA_BOOT_IN_CORE_FUNCTION "Clik each key(power, vol+, vol-) 1 time to go to pcba core" 53 #define PCBA_BOOT_IN_TOUCH_FUNCTION "Please draw line in this screen to execute TP test" 54 #define PCBA_TIP_IN_PCBA_FUNCTION "Press VOL+ or VOL- longer than 5 seconds to exit PTEST mode" 55 #define PCBA_LSENSOR "LSensor" 56 #define PCBA_GNSS "GPS" 57 #define PCBA_PSENSOR "PSensor" 58 #define PCBA_COMPASS "ECompass" 59 #define PCBA_POWER_KEY "press down power key" 60 #define PCBA_VOLUME_UP_KEY "press down volume+ key" 61 #define PCBA_VOLUME_DOWN_KEY "press down volume- key" 62 #define PCBA_RF_CAL "RF calibration:" 63 #define PCBA_WIFI_CAL "WIFI calibration:" 64 #define PCBA_IMEI_NO "IMEI number:" 65 #define PCBA_CAL_YES "YES" 66 #define PCBA_CAL_NO "NO" 67 #define PCBA_GYRO "Gyro" 68 #define PCBA_GSENSOR_CALIBRATE "Gsensor Cal" 69 #define PCBA_DDR_EMMC "Device memory" 70 #define PCBA_LCD "LCD" 71 #define PCBA_TESTED "Tested" 72 #define PCBA_AC_ONLINE "Power Online" 73 #define PCBA_AC_OFFLINE "Power OFFline" 74 #endif 75