44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!--
 | 
						|
  Copyright 2017 The Android Open Source Project
 | 
						|
 | 
						|
  Licensed under the Apache License, Version 2.0 (the "License");
 | 
						|
  you may not use this file except in compliance with the License.
 | 
						|
  You may obtain a copy of the License at
 | 
						|
 | 
						|
  http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
 | 
						|
  Unless required by applicable law or agreed to in writing, software
 | 
						|
  distributed under the License is distributed on an "AS IS" BASIS,
 | 
						|
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | 
						|
  See the License for the specific language governing permissions and
 | 
						|
  limitations under the License.
 | 
						|
-->
 | 
						|
<resources>
 | 
						|
 | 
						|
    <string name="app_name">PMC</string>
 | 
						|
    <string name="settings">Settings</string>
 | 
						|
    <string name="choose_pm_activity">Start Power Measuring Activity</string>
 | 
						|
    <string name="start_dataflow">Start background data!</string>
 | 
						|
    <string name="action_settings">Settings</string>
 | 
						|
    <string name="action_stop">Stop</string>
 | 
						|
    <string name="action_start">Start</string>
 | 
						|
    <string name="conn_scan">Connectivity Scan</string>
 | 
						|
    <string name="gscan_2g">GScan for Channel-1,6,11</string>
 | 
						|
    <string name="gscan_without_dfs">GScan without DFS Channel</string>
 | 
						|
    <string name="iperf_client">Iperf Client</string>
 | 
						|
    <string name="kbfile">Download 1KB file</string>
 | 
						|
    <string name="tenkbfile">Download 10KB file</string>
 | 
						|
    <string name="hundredkbfile">Download 100KB file</string>
 | 
						|
    <string name="mbfile">Download 1MB file</string>
 | 
						|
    <string name="btn_start">Start</string>
 | 
						|
    <string name="btn_stop">Stop</string>
 | 
						|
    <string name="server_ip">Server IP</string>
 | 
						|
    <string name="server_port">Server Port</string>
 | 
						|
    <string name="interval">Download/Scan Interval (seconds)</string>
 | 
						|
    <string name="iperf_bandwidth">Iperf Bandwidth</string>
 | 
						|
    <string name="iperf_logfile">Iperf Logfile</string>
 | 
						|
    <string name="usb_tethering">USB Tethering</string>
 | 
						|
 | 
						|
</resources>
 |