Improve texts

This commit is contained in:
M66B 2015-10-27 08:16:21 +01:00
parent 78320c205e
commit 0ec29331a1
7 changed files with 5 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 967 B

View File

@ -13,9 +13,7 @@
netguard:showAsAction="always" />
<item
android:id="@+id/menu_refresh"
android:icon="@drawable/ic_refresh_white_24dp"
android:title="@string/menu_refresh"
netguard:showAsAction="ifRoom" />
android:title="@string/menu_refresh" />
<item
android:id="@+id/menu_whitelist_wifi"
android:checkable="true"

View File

@ -2,15 +2,15 @@
<string name="app_name" translatable="false">NetGuard</string>
<string name="app_copyright" translatable="false">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string>
<string name="menu_search">Search applications</string>
<string name="menu_network">Android network settings</string>
<string name="menu_search">Search application</string>
<string name="menu_network">Open network settings</string>
<string name="menu_refresh">Refresh applications</string>
<string name="menu_whitelist_wifi">Default block Wi-Fi</string>
<string name="menu_whitelist_other">Default block mobile</string>
<string name="menu_reset_wifi">Reset Wi-Fi rules</string>
<string name="menu_reset_other">Reset mobile rules</string>
<string name="menu_dark">Dark theme</string>
<string name="menu_vpn_settings">Android VPN settings</string>
<string name="menu_dark">Use dark theme</string>
<string name="menu_vpn_settings">Open VPN settings</string>
<string name="menu_support">Support</string>
<string name="menu_about">About</string>