-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
<resources> | ||
<string name="app_name">Transmis</string> | ||
<string name="main_title">Transmis 设置</string> | ||
<string name="sms_title">短信提醒</string> | ||
<string name="call_title">未接电话提醒</string> | ||
<string name="mail_title">邮件参数设置</string> | ||
|
||
<string name="sms_title_default">你的备用机收到了一条新短信</string> | ||
<string name="sms_content_default">电话:%1$s \n内容:%2$s \n\n</string> | ||
<string name="call_title_default">你的备用机有一个未接电话</string> | ||
<string name="call_content_default">电话:%1$s \n时间:%2$s \n响铃:%3$s 秒\n\n</string> | ||
|
||
<string name="info_sms_content">模版中使用 "%s" 来表示号码和内容等变量</string> | ||
<string name="info_call_content">模版中使用 "%s" 来表示号码、内容和响铃时间等变量</string> | ||
</resources> |