74 lines
2.7 KiB
C
74 lines
2.7 KiB
C
#ifndef __LANGUAGE_EN_H_
|
|
#define __LANGUAGE_EN_H_
|
|
|
|
#define PCBA_VERSION_NAME "RockChip Pcba Test V2.1"
|
|
#define PCBA_MANUAL_TEST "Manual Test"
|
|
#define PCBA_AUTO_TEST "Automatic Test"
|
|
#define PCBA_SECCESS "Pass"
|
|
#define PCBA_FAILED "Failed"
|
|
#define PCBA_BLUETOOTH "BlueTooth"
|
|
#define PCBA_GSENSOR "Gsensor"
|
|
#define PCBA_KEY "Key"
|
|
#define PCBA_RTC "Rtc"
|
|
#define PCBA_SIM "Sim"
|
|
#define PCBA_SIM2 "Sim2"
|
|
#define PCBA_SDCARD "SDCard"
|
|
#define PCBA_VIBRATOR "VIBRATOR"
|
|
#define PCBA_FM "FM"
|
|
#define PCBA_UCARD "UDisk"
|
|
#define PCBA_LAN "Ethernet"
|
|
#define PCBA_WIFI "Wifi"
|
|
#define PCBA_WIFI_SIGNAL "Level"
|
|
#define PCBA_WIFI_SIGNAL1 ""
|
|
#define PCBA_BATTERY "Battery"
|
|
#define PCBA_BATTERY_CHARGE "Charge"
|
|
#define PCBA_BATTERY_DISCHARGE "DisCharge"
|
|
#define PCBA_BATTERY_FULLCHARGE "FullCharge"
|
|
#define PCBA_BATTERY_VOLTAGE "Voltage"
|
|
#define PCBA_BATTERY_CAPACITY "Capacity"
|
|
#define PCBA_RECORD "Record Volum"
|
|
#define PCBA_VOLUME "Volume"
|
|
#define PCBA_CODEC "Codec"
|
|
#define PCBA_CODEC_INFO "Vol+:INT_MIC/LS Vol-:EXT_MIC/HS Power:EP"
|
|
#define PCBA_WITHOUT_EP_CODEC_INFO "Vol+:INT_MIC/LS Vol-:EXT_MIC/HS"
|
|
#define PCBA_CODEC_VOL_UP "INT_MIC/LS testing"
|
|
#define PCBA_CODEC_VOL_DOWN "EXT_MIC/HS testing"
|
|
#define PCBA_CODEC_VOL_POWER "EP testing"
|
|
#define PCBA_RINGMIC "RIingMic"
|
|
#define PCBA_DDR "DDR"
|
|
#define PCBA_EMMC "eMMC"
|
|
#define PCBA_NAND "Nand"
|
|
#define PCBA_FLASHLIGHT "FLASHLIGHT"
|
|
#define PCBA_CAMERA "Camera"
|
|
#define PCBA_FRONT_CAMERA "Front Camera"
|
|
#define PCBA_BACK_CAMERA "Back Camera"
|
|
#define PCBA_TESTING "Testing..."
|
|
#define PCBA_ERR_CHECK "Detect errors"
|
|
#define PCBA_ERR_FREQ "Frequency conversion error"
|
|
#define PCBA_SDCARD_NOINSERT "no sdcard"
|
|
#define PCBA_INTEL_PTEST_MODE "PTEST MODE"
|
|
#define PCBA_BOOT_IN_ANDROID_FUCTION "Click power button 5 times to exit ptest!"
|
|
#define PCBA_BOOT_IN_CORE_FUNCTION "Clik each key(power, vol+, vol-) 1 time to go to pcba core"
|
|
#define PCBA_BOOT_IN_TOUCH_FUNCTION "Please draw line in this screen to execute TP test"
|
|
#define PCBA_TIP_IN_PCBA_FUNCTION "Press VOL+ or VOL- longer than 5 seconds to exit PTEST mode"
|
|
#define PCBA_LSENSOR "LSensor"
|
|
#define PCBA_GNSS "GPS"
|
|
#define PCBA_PSENSOR "PSensor"
|
|
#define PCBA_COMPASS "ECompass"
|
|
#define PCBA_POWER_KEY "press down power key"
|
|
#define PCBA_VOLUME_UP_KEY "press down volume+ key"
|
|
#define PCBA_VOLUME_DOWN_KEY "press down volume- key"
|
|
#define PCBA_RF_CAL "RF calibration:"
|
|
#define PCBA_WIFI_CAL "WIFI calibration:"
|
|
#define PCBA_IMEI_NO "IMEI number:"
|
|
#define PCBA_CAL_YES "YES"
|
|
#define PCBA_CAL_NO "NO"
|
|
#define PCBA_GYRO "Gyro"
|
|
#define PCBA_GSENSOR_CALIBRATE "Gsensor Cal"
|
|
#define PCBA_DDR_EMMC "Device memory"
|
|
#define PCBA_LCD "LCD"
|
|
#define PCBA_TESTED "Tested"
|
|
#define PCBA_AC_ONLINE "Power Online"
|
|
#define PCBA_AC_OFFLINE "Power OFFline"
|
|
#endif
|