-
Notifications
You must be signed in to change notification settings - Fork 1
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
喻凯
committed
Jun 21, 2019
1 parent
d8e9fbd
commit 089dcf5
Showing
2 changed files
with
11 additions
and
11 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 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,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="hint">提示</string> | ||
<string name="confirm">确定</string> | ||
<string name="cancel">取消</string> | ||
<string name="go_to_set">去设置</string> | ||
<string name="message">您拒绝了%s授权,如果您想恢复授权,请去设置界面设置</string> | ||
<!--<string name="hint">Hint</string>--> | ||
<!--<string name="confirm">Confirm</string>--> | ||
<!--<string name="cancel">Cancel</string>--> | ||
<!--<string name="go_to_set">Set</string>--> | ||
<!--<string name="message">You rejected the permission: %s .If you want to allow the access now, please go to Settings.</string>--> | ||
<!--<string name="hint">提示</string>--> | ||
<!--<string name="confirm">确定</string>--> | ||
<!--<string name="cancel">取消</string>--> | ||
<!--<string name="go_to_set">去设置</string>--> | ||
<!--<string name="message">您拒绝了%s授权,如果您想恢复授权,请去设置界面设置</string>--> | ||
<string name="hint">Hint</string> | ||
<string name="confirm">Confirm</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="go_to_set">Set</string> | ||
<string name="message">You rejected the permission: %s .If you want to allow the access now, please go to Settings.</string> | ||
</resources> |