comparison res/values/strings.xml @ 239:f20a39b38f13

add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 10:20:07 -0700
parents bd803721f94a
children
comparison
equal deleted inserted replaced
238:bd803721f94a 239:f20a39b38f13
596 <string name="pref_custom_keymap_title">Custom Keymap</string> 596 <string name="pref_custom_keymap_title">Custom Keymap</string>
597 <string name="pref_custom_keymap_summary">Remapping of certain keys on supported devices</string> 597 <string name="pref_custom_keymap_summary">Remapping of certain keys on supported devices</string>
598 <string name="pref_custom_keymap_full">Full hardware keyboard</string> 598 <string name="pref_custom_keymap_full">Full hardware keyboard</string>
599 <string name="pref_custom_keymap_disabled">disabled</string> 599 <string name="pref_custom_keymap_disabled">disabled</string>
600 600
601 <!-- Force screen size -->
602 <string name="pref_default_size_category">Default sizing values</string>
603 <!--
604 <string name="pref_default_font_size">Default font size</string>
605 <string name="pref_default_font_size_summary">Default start font size (0 = Auto)</string>
606 <string name="pref_default_fsize_width">Default width (force size)</string>
607 <string name="pref_default_fsize_width_summary">Default screen width in columns for force resize</string>
608 <string name="pref_default_fsize_height">Default height (force size)</string>
609 <string name="pref_default_fsize_height_summary">Default screen height in rows for force resize</string>
610 -->
611 <string name="resize_error_title">Error resizing screen</string> 601 <string name="resize_error_title">Error resizing screen</string>
612 <string name="resize_error_width_height">Width and height must be higher than 0</string> 602 <string name="resize_error_width_height">Width and height must be higher than 0</string>
613 <string name="dia_resize_x">x</string> 603 <string name="dia_resize_x">x</string>
614 604
615 <!-- Screen capture --> 605 <!-- Screen capture -->