From a780f0b8d0ccec90d359c0c554f07d5afde9554c Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期二, 28 六月 2022 17:05:31 +0800 Subject: [PATCH] 代码同步 --- HDLLinphoneSDKDemoNew/app/src/main/res/values/strings.xml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/app/src/main/res/values/strings.xml b/HDLLinphoneSDKDemoNew/app/src/main/res/values/strings.xml index 54e46a9..2ddccc0 100644 --- a/HDLLinphoneSDKDemoNew/app/src/main/res/values/strings.xml +++ b/HDLLinphoneSDKDemoNew/app/src/main/res/values/strings.xml @@ -1,3 +1,20 @@ <resources> - <string name="app_name">HDLLinphoneSDKDemo</string> -</resources> \ No newline at end of file + <string name="app_name">HDLLinphoneSDK</string> + <string name="lp_tipStr">Prompt</string> + <string name="lp_okStr">OK</string> + <string name="lp_saveToTheAlbumsStr">Saved to the albums.</string> + <string name="lp_operationFailedStr">Operation failed.</string> + <string name="lp_refuseStr">Refuse</string> + <string name="lp_answerStr">Answer</string> + <string name="lp_hangupStr">Hang up</string> + <string name="lp_unlockSuccessfullyStr">Unlock successfully</string> + <string name="lp_unlockfailureStr">Unlock failure</string> + <string name="lp_callingStr">Incoming call</string> + <string name="lp_endOfCallStr">End of call</string> + <string name="lp_endMonitoringStr">End of the monitor</string> + <string name="lp_screenshotStr">Screenshot</string> + <string name="lp_unlockStr">Unlock</string> + <string name="lp_outdoorUnitStr">Outdoor unit</string> + <string name="lp_sipAccount_null">Failed to answer the call. The device does not exist.</string> + +</resources> -- Gitblit v1.8.0