1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <string name="app_name">WiFi Direct</string> 4 <string name="enable_p2p_button">P2P On/Off</string> 5 <string name="discover_peers_button">Discover</string> 6 <string name="connect_peer_button">Connect</string> 7 <string name="disconnect_peer_button">Disconnect</string> 8 <string name="get_file_button">Launch Gallery</string> 9 <string name="empty"></string> 10 <string name="yes">yes</string> 11 <string name="no">no</string> 12 <string name="client_text">This device will act as a client. Click on Gallery button to pick a local(stored) file</string> 13 <string name="empty_message">No devices found. Turn on P2P and perform discovery from the Action Bar</string> 14 <string name="p2p_off_warning">Enable P2P from action bar button above or system settings</string> 15 <string name="group_owner_text">"Am I the Group Owner? "</string> 16 <string name="label_me">ME</string> 17 <string name="label_peers">PEERS</string> 18</resources> 19