Skip to content

Commit

Permalink
update strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
8enet committed Aug 7, 2017
1 parent d4c6076 commit 96f91e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,6 @@
<string name="never_used">(从未使用)</string>

<string name="menu_app_info">应用信息</string>

<string name="with_root_network">显示网络权限</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@
<string name="shell_cmd">adb shell sh /sdcard/Android/data/com.zzzmode.appopsx/opsx.sh &amp;</string>
<string name="never_used">(從未使用)</string>
<string name="menu_app_info">應用程式資訊</string>
<string name="with_root_network">顯示網路許可權</string>
</resources>
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_name">AppOpsX</string>
<string name="reset_all">Restore defaults</string>
<string name="reset_all">Reset to defaults</string>
<string name="menu_setting">Settings</string>
<string name="menu_permission_sort">App permissions</string>
<string name="menu_backup">Export/restore permission</string>
Expand All @@ -22,18 +22,18 @@
<string name="experience">Experimental Features</string>
<string name="others">Other</string>
<string name="auto_ignore_premission">Automatically turn off permissions</string>
<string name="auto_ignore_summary">all permissions auto turn off after application installed</string>
<string name="auto_ignore_summary">All permissions auto turn off after application installed</string>
<string name="auto_ignore_permission_title">Close permission template automatically</string>
<string name="auto_ignore_permission_temp_summary">Only selected permissions will be turned off once auto turn off permission function is on</string>
<string name="allow_bg_remote">Allow running in the background</string>
<string name="allow_bg_remote_summary">Allows running in the background can reduce the number of applications granted by the ROOT.</string>
<string name="show_log">Show Logs</string>
<string name="log_empty">No logs</string>
<string name="show_sys_apps">display system application</string>
<string name="show_sys_apps">Display system application</string>
<string name="show_sys_apps_summary">Display system apps in the list</string>
<string name="use_adb_mode">Use ADB mode</string>
<string name="use_adb_mode_summary">Using ADB mode without Root permissions, turn on [ADB over network] in the developer options \r\n or connected to the computer to execute adb tcpip %1$d in terminal</string>
<string name="use_adb_port">choose ADB port</string>
<string name="use_adb_port">Choose ADB port</string>
<string name="use_adb_port_summary">Current ABD port: %1$d</string>
<string name="app_sort_type">Sort by</string>
<string name="app_sort_type_summary">Current sort order: %1$s</string>
Expand All @@ -42,7 +42,7 @@
<string name="app_daynight_mode_summary">It will take effect after restart</string>
<string name="app_language">Language</string>
<string name="close_bg_server_summary">Turn off background services</string>
<string name="close_bg_server_title">click this option to improve the connection when connection failure</string>
<string name="close_bg_server_title">Click this option to improve the connection when connection failure</string>
<string name="root_over_adb_mode">Root compatibility mode</string>
<string name="root_over_adb_mode_summary">Please enable this mode when Root mode failed.</string>
<string name="disable_toast">Ignored %2$d permissions of [ %1$s ]</string>
Expand Down

0 comments on commit 96f91e4

Please sign in to comment.