Add max MMS limit reached string
This commit is contained in:
parent
1f456a902c
commit
c828c044ca
47 changed files with 66 additions and 19 deletions
|
|
@ -91,6 +91,7 @@
|
|||
<string name="unknown_error_occurred_sending_message">无法发送消息,错误代码:%d</string>
|
||||
<string name="invalid_short_code">无法回复类似这样的短码</string>
|
||||
<string name="invalid_short_code_desc">你只能回复类似 \"503501\" 这样的短码,不能回复 \"AB-CD0\" 这样既包含字母又包含数字的短码。</string>
|
||||
<string name="attachment_sized_exceeds_max_limit">Attachment size exceeds max MMS limit</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">为什么该应用需要访问互联网?</string>
|
||||
<string name="faq_1_text">很遗憾这对于发送彩信附件是必须的。如果不能发送彩信的话这相比其他应用会是一个巨大的劣势,所以我们决定这么采取现在的方式。 但是和其他应用一样,不包含广告、追踪或者任意的分析工具, 互联网访问仅用于发送彩信。</string>
|
||||
|
|
@ -102,4 +103,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue