diff options
Diffstat (limited to 'android/sdremote/res')
-rw-r--r-- | android/sdremote/res/menu/selector_contextmenu.xml | 4 | ||||
-rw-r--r-- | android/sdremote/res/values/strings.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/android/sdremote/res/menu/selector_contextmenu.xml b/android/sdremote/res/menu/selector_contextmenu.xml new file mode 100644 index 000000000000..d3c99a15592c --- /dev/null +++ b/android/sdremote/res/menu/selector_contextmenu.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + <item android:id="@+id/selector_context_delete" android:title="@string/selector_delete"></item> +</menu>
\ No newline at end of file diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml index fb1ac80c845f..61a340428ac2 100644 --- a/android/sdremote/res/values/strings.xml +++ b/android/sdremote/res/values/strings.xml @@ -23,6 +23,7 @@ <string name="bluetooth">Bluetooth</string> <string name="wifi">WI-FI</string> <string name="selector_noservers">Searching for computers…</string> + <string name="selector_delete">Remove server</string> <string name="pairing_instructions_1">In Impress, click on the "Slideshow" menu and select "Impress Remote".</string> <string name="pairing_instructions_2_deviceName">Choose \"{0}\" as your device.</string> <string name="pairing_instructions_3">Then input this PIN:</string> |