Skip to content

Commit

Permalink
Refine #1556
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 5, 2018
1 parent 88274fb commit 6ded9d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions mobile/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@

<string name="acl_rule_templates_generic">"URL/子网/域名 PCRE 正则表达式"</string>
<string name="acl_rule_templates_domain">"域名及其子域名"</string>
<string name="acl_rule_online_config">配置文件地址</string>

<!-- plugin -->
<string name="plugin">"插件"</string>
Expand Down
1 change: 1 addition & 0 deletions mobile/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@

<string name="acl_rule_templates_generic">"URL/子網路/主機名稱 PCRE 模式"</string>
<string name="acl_rule_templates_domain">"網域及其所有子網域"</string>
<string name="acl_rule_online_config">配置文件地址</string>

<!-- plugin -->
<string name="plugin">"外掛程式"</string>
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<string-array name="acl_rule_templates" translatable="false">
<item>@string/acl_rule_templates_generic</item>
<item>@string/acl_rule_templates_domain</item>
<item>URL</item>
<item>@string/acl_rule_online_config</item>
</string-array>

<string-array name="service_modes">
Expand Down
1 change: 1 addition & 0 deletions mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<string name="action_add_rule">Add rule(s)…</string>
<string name="acl_rule_templates_generic">Subnet or Hostname PCRE pattern</string>
<string name="acl_rule_templates_domain">Domain name and all its subdomain names</string>
<string name="acl_rule_online_config">URL to online config</string>
<string name="edit_rule">Edit rule</string>

<!-- plugin -->
Expand Down

0 comments on commit 6ded9d3

Please sign in to comment.