1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 * Copyright (C) 2008 The Android Open Source Project 4 * 5 * Licensed under the Apache License, Version 2.0 (the "License"); 6 * you may not use this file except in compliance with the License. 7 * You may obtain a copy of the License at 8 * 9 * http://www.apache.org/licenses/LICENSE-2.0 10 * 11 * Unless required by applicable law or agreed to in writing, software 12 * distributed under the License is distributed on an "AS IS" BASIS, 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 * See the License for the specific language governing permissions and 15 * limitations under the License. 16 --> 17 <resources> 18 <string name="application_terminal">Terminal Emulator</string> 19 <string name="preferences">Preferences</string> 20 <string name="reset">Reset term</string> 21 <string name="send_email">Email to</string> 22 <string name="special_keys">Special keys</string> 23 24 <!-- Preference dialog --> 25 <string name="text_preferences">Text</string> 26 27 <string name="title_fontsize_preference">Font size</string> 28 <string name="summary_fontsize_preference">Choose character height in points.</string> 29 <string name="dialog_title_fontsize_preference">Font size</string> 30 31 <string name="title_color_preference">Colors</string> 32 <string name="summary_color_preference">Choose text color.</string> 33 <string name="dialog_title_color_preference">Text color</string> 34 35 <string name="keyboard_preferences">Keyboard</string> 36 <string name="title_controlkey_preference">Control key</string> 37 <string name="summary_controlkey_preference">Choose control key.</string> 38 <string name="dialog_title_controlkey_preference">Control key</string> 39 40 <string name="shell_preferences">Shell</string> 41 <string name="title_shell_preference">Command line</string> 42 <string name="summary_shell_preference">Specify the shell command line.</string> 43 <string name="dialog_title_shell_preference">Shell</string> 44 45 <string name="title_initialcommand_preference">Initial command</string> 46 <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string> 47 <string name="dialog_title_initialcommand_preference">Initial Command</string> 48 49 <!-- Don't localize these default values --> 50 <string name="default_value_fontsize_preference">10</string> 51 <string name="default_value_color_preference">2</string> 52 <string name="default_value_controlkey_preference">0</string> 53 <string name="default_value_shell_preference">/system/bin/sh -</string> 54 <string name="default_value_initialcommand_preference">export PATH=/data/local/bin:$PATH</string> 55 </resources> 56