comparison res/values/strings.xml @ 90:3f587bd647a5

convert ctrl keys to virtual keys; use proper android home directory
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jun 2014 12:34:05 -0700
parents aac8e0496ef9
children c29fd84dff5f
comparison
equal deleted inserted replaced
89:bb27518ac2e9 90:3f587bd647a5
343 <!-- Port field title for host editor preference --> 343 <!-- Port field title for host editor preference -->
344 <string name="hostpref_port_title">"Port"</string> 344 <string name="hostpref_port_title">"Port"</string>
345 345
346 <!-- Monitor field title for host editor preference --> 346 <!-- Monitor field title for host editor preference -->
347 <string name="hostpref_monitor_title">"Monitor Init String"</string> 347 <string name="hostpref_monitor_title">"Monitor Init String"</string>
348 <string name="hostpref_monitor_summary">"String to pass to the monitor process"</string>
348 349
349 <!-- Override global emulation (terminal type) host editor preference --> 350 <!-- Override global emulation (terminal type) host editor preference -->
350 <string name="hostpref_emulation_title">"Emulation mode"</string> 351 <string name="hostpref_emulation_title">"Emulation mode"</string>
351 <string name="hostpref_emulation_summary">"Override global emulation mode / answerback string"</string> 352 <string name="hostpref_emulation_summary">"Override global emulation mode / answerback string"</string>
352 353