diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values-zh-rCN/strings.xml | 1 | ||||
-rw-r--r-- | res/values/strings.xml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index c6fc4d4..3f5b978 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -771,6 +771,7 @@ <string name="sd_format" product="default" msgid="2576054280507119870">"格式化 SD 卡"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"清除内部 USB 存储设备中的全部数据,例如音乐和照片"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"清除 SD 卡中的全部数据,例如音乐和照片"</string> + <string name="mtp_ptp_mode_summary">正在使用媒体设备(MTP)或相机(PTP)传输模式</string> <string name="read_only" msgid="6702420168629076340">" (只读)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="3077285629197874055">"要卸载 USB 存储设备吗?"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="3634502237262534381">"要卸载 SD 卡吗?"</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index 91a3549..e9121fc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1904,6 +1904,10 @@ <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] --> <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string> <!-- SD card status when it is mounted as read only. Will be appended to size, starts with an unbreakable space --> + + <!-- SD card & phone storage settings item summary that will result in the phone connected to PC and MTP/PTP enabled. [CHAR LIMIT=80] --> + <string name="mtp_ptp_mode_summary">MTP or PTP function is active</string> + <string name="read_only">\u0020(Read-only)</string> <!-- SD card eject confirmation dialog title [CHAR LIMIT=25] --> <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage?</string> |