Android Dev Menu Options Reorder and Relabel

Summary:
Just rename and rearrange the dev menu options in Android, so as to be consistent with those in iOS.

{F61192593}                          {F61192595}

{F61192594}                          {F61192597}

There are other issues to solve on the inspector and profiling in Android, so I just ignore them for now.

Reviewed By: mkonicek

Differential Revision: D3361415

fbshipit-source-id: ffa823a0c54a27f7918e4e43ecea3c845d2a2f90
This commit is contained in:
Siqi Liu
2016-05-31 07:44:29 -07:00
committed by Facebook Github Bot 4
parent eb69d036d5
commit 31eea8eee3
2 changed files with 24 additions and 24 deletions

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="catalyst_reloadjs" project="catalyst" translatable="false">Reload JS</string>
<string name="catalyst_reloadjs" project="catalyst" translatable="false">Reload</string>
<string name="catalyst_debugjs" project="catalyst" translatable="false">Debug JS Remotely</string>
<string name="catalyst_debugjs_off" project="catalyst" translatable="false">Stop Remote JS Debugging</string>
<string name="catalyst_debugjs_off" project="catalyst" translatable="false">Disable Remote JS Debugging</string>
<string name="catalyst_hot_module_replacement" project="catalyst" translatable="false">Enable Hot Reloading</string>
<string name="catalyst_hot_module_replacement_off" project="catalyst" translatable="false">Disable Hot Reloading</string>
<string name="catalyst_live_reload" project="catalyst" translatable="false">Enable Live Reload</string>
<string name="catalyst_live_reload_off" project="catalyst" translatable="false">Disable Live Reload</string>
<string name="catalyst_perf_monitor" project="catalyst" translatable="false">Enable Perf Monitor</string>
<string name="catalyst_perf_monitor_off" project="catalyst" translatable="false">Disable Perf Monitor</string>
<string name="catalyst_perf_monitor" project="catalyst" translatable="false">Show Perf Monitor</string>
<string name="catalyst_perf_monitor_off" project="catalyst" translatable="false">Hide Perf Monitor</string>
<string name="catalyst_settings" project="catalyst" translatable="false">Dev Settings</string>
<string name="catalyst_settings_title" project="catalyst" translatable="false">Catalyst Dev Settings</string>
<string name="catalyst_jsload_title" project="catalyst" translatable="false">Please wait…</string>