comparison res/values/strings.xml @ 238:bd803721f94a

remove unused update preference; add host preference for fixed screen size
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 09:42:20 -0700
parents f9b1a07c0e96
children f20a39b38f13
comparison
equal deleted inserted replaced
237:f9b1a07c0e96 238:bd803721f94a
270 <!-- Preference to not use pubkeys to authenticate to this host. --> 270 <!-- Preference to not use pubkeys to authenticate to this host. -->
271 <string name="list_pubkeyids_none">"Do not use keys"</string> 271 <string name="list_pubkeyids_none">"Do not use keys"</string>
272 <!-- Preference to use any pubkey to authenticate to this host. --> 272 <!-- Preference to use any pubkey to authenticate to this host. -->
273 <string name="list_pubkeyids_any">"Use any unlocked key"</string> 273 <string name="list_pubkeyids_any">"Use any unlocked key"</string>
274 274
275 <!-- Frequency for which to check for program updates. -->
276 <string name="list_update_daily">"Daily"</string>
277 <!-- Frequency for which to check for program updates. -->
278 <string name="list_update_weekly">"Weekly"</string>
279 <!-- Frequency for which to check for program updates. -->
280 <string name="list_update_never">"Never"</string>
281
282 <!-- Host nickname field preference title --> 275 <!-- Host nickname field preference title -->
283 <string name="hostpref_nickname_title">"Nickname"</string> 276 <string name="hostpref_nickname_title">"Nickname"</string>
284 277
285 <!-- Host color category preference title --> 278 <!-- Host color category preference title -->
286 <string name="hostpref_color_title">"Color category"</string> 279 <string name="hostpref_color_title">"Color category"</string>
287 280
288 <!-- Host's default font size when opening the terminal in points (pt) --> 281 <!-- Host's default font size when opening the terminal in points (pt) -->
289 <string name="hostpref_fontsize_title">"Font size (pt)"</string> 282 <string name="hostpref_fontsize_title">"Font size (pt)"</string>
283
284 <!-- Host's use fixed size -->
285 <string name="hostpref_fixed_size_title">"Fixed screen size"</string>
286 <string name="hostpref_fixed_size_summary">"Compute font size from screen size"</string>
287 <string name="hostpref_fixed_width_title">"Screen width (columns)"</string>
288 <string name="hostpref_fixed_height_title">"Screen height (rows)"</string>
290 289
291 <!-- Host pubkey usage preference title --> 290 <!-- Host pubkey usage preference title -->
292 <string name="hostpref_pubkeyid_title">"Use pubkey authentication"</string> 291 <string name="hostpref_pubkeyid_title">"Use pubkey authentication"</string>
293 292
294 <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> 293 <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection -->
599 <string name="pref_custom_keymap_full">Full hardware keyboard</string> 598 <string name="pref_custom_keymap_full">Full hardware keyboard</string>
600 <string name="pref_custom_keymap_disabled">disabled</string> 599 <string name="pref_custom_keymap_disabled">disabled</string>
601 600
602 <!-- Force screen size --> 601 <!-- Force screen size -->
603 <string name="pref_default_size_category">Default sizing values</string> 602 <string name="pref_default_size_category">Default sizing values</string>
603 <!--
604 <string name="pref_default_font_size">Default font size</string> 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> 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> 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> 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> 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> 609 <string name="pref_default_fsize_height_summary">Default screen height in rows for force resize</string>
610 -->
610 <string name="resize_error_title">Error resizing screen</string> 611 <string name="resize_error_title">Error resizing screen</string>
611 <string name="resize_error_width_height">Width and height must be higher than 0</string> 612 <string name="resize_error_width_height">Width and height must be higher than 0</string>
612 <string name="dia_resize_x">x</string> 613 <string name="dia_resize_x">x</string>
613 614
614 <!-- Screen capture --> 615 <!-- Screen capture -->