1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 Copyright (C) 2008-2012 OMRON SOFTWARE Co., Ltd. 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 <!-- 18 Copyright (C) 2008-2011 OMRON SOFTWARE Co., Ltd. 19 20 Licensed under the Apache License, Version 2.0 (the "License"); 21 you may not use this file except in compliance with the License. 22 You may obtain a copy of the License at 23 24 http://www.apache.org/licenses/LICENSE-2.0 25 26 Unless required by applicable law or agreed to in writing, software 27 distributed under the License is distributed on an "AS IS" BASIS, 28 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 29 See the License for the specific language governing permissions and 30 limitations under the License. 31 --> 32 <resources> 33 <!-- common part --> 34 <!-- Preferences --> 35 <string name="preference_ime_setting_app"></string> 36 37 <string name="preference_key_setting_menu"></string> 38 39 <string name="preference_key_sound_title"></string> 40 <string name="preference_key_sound_summary"></string> 41 42 <string name="preference_key_vibration_title"></string> 43 <string name="preference_key_vibration_summary"></string> 44 45 <string name="preference_preview_title"></string> 46 <string name="preference_preview_summary"></string> 47 48 <string name="preference_auto_caps_title"></string> 49 <string name="preference_auto_caps_summary"></string> 50 51 <string name="preference_keyboard_skin_title"></string> 52 <string name="preference_keyboard_skin_summary"></string> 53 54 <string name="preference_keyboard_android_default"></string> 55 <string name="preference_keyboard_simple"></string> 56 <string name="preference_keyboard_metal"></string> 57 58 <string name="preference_conversion_menu_ja"></string> 59 <string name="preference_conversion_menu_en"></string> 60 61 <string name="preference_prediction_title_ja"></string> 62 <string name="preference_prediction_title_en"></string> 63 <string name="preference_prediction_summary"></string> 64 65 <string name="preference_correct_spell_title_en"></string> 66 <string name="preference_correct_spell_summary"></string> 67 68 <string name="preference_input_learning_title_ja"></string> 69 <string name="preference_input_learning_title_en"></string> 70 <string name="preference_input_learning_summary"></string> 71 72 <string name="preference_aboutime_menu">IME</string> 73 74 <string name="preference_dictionary_menu"></string> 75 <string name="preference_dictionary_menu_ja"></string> 76 <string name="preference_dictionary_menu_en"></string> 77 <string name="preference_dictionary_menu_zhcn"></string> 78 79 <string name="preference_user_dictionary"></string> 80 81 <string name="preference_user_dictionary_edit_words_title">//</string> 82 <string name="preference_user_dictionary_edit_words_summary"></string> 83 <string name="preference_user_dictionary_edit_words_summary_ja"></string> 84 <string name="preference_user_dictionary_edit_words_summary_en"></string> 85 <string name="preference_user_dictionary_edit_words_summary_zhcn"></string> 86 87 <string name="preference_user_dictionary_clear_learning_title"></string> 88 <string name="preference_user_dictionary_clear_learning_summary"></string> 89 90 <string name="preference_user_dictionary_clear_user_title"></string> 91 <string name="preference_user_dictionary_clear_user_summary"></string> 92 93 <!-- Dialog Messages --> 94 <string name="dialog_button_ok">OK</string> 95 <string name="dialog_button_cancel"></string> 96 <string name="dialog_button_close"></string> 97 98 <string name="dialog_clear_user_dictionary_message"></string> 99 <string name="dialog_clear_learning_dictionary_message"></string> 100 <string name="dialog_clear_user_dictionary_done"></string> 101 <string name="dialog_clear_learning_dictionary_done"></string> 102 103 <!-- user dictionary --> 104 <string name="user_dictionary_list_words"></string> 105 <string name="user_dictionary_edit_words"></string> 106 <string name="user_dictionary_title_read"></string> 107 <string name="user_dictionary_title_candidate"></string> 108 <string name="user_dictionary_add"></string> 109 <string name="user_dictionary_edit"></string> 110 <string name="user_dictionary_delete"></string> 111 <string name="user_dictionary_delete_confirm"></string> 112 <string name="user_dictionary_delete_complete"></string> 113 <string name="user_dictionary_delete_fail"></string> 114 <string name="user_dictionary_words_duplication_message"></string> 115 <string name="user_dictionary_over_max_text_size_message"></string> 116 <string name="user_dictionary_creating_wordlist"></string> 117 <string name="user_dictionary_init"></string> 118 119 <!-- IME dependency --> 120 <!-- OpenWnn English --> 121 <string name="openwnn_english_copyright">Ver.1.3.6\n ()</string> 122 123 <!-- OpenWnn Japanese --> 124 <string name="openwnn_japanese_copyright">Ver.1.3.6\n ()</string> 125 126 <!-- OpenWnn Chinese --> 127 <string name="openwnn_china_copyright">Ver.1.3.6\n ()</string> 128 129 <!-- Candidate Delete --> 130 <string name="button_candidate_select"></string> 131 <string name="button_candidate_delete"></string> 132 133 <!-- Candidate --> 134 <string name="cand_tab_symbol_txt"></string> 135 <string name="cand_tab_emoticon_txt"></string> 136 137 <!-- Symbol --> 138 <string name="half_symbol_txt">()</string> 139 <string name="full_symbol_txt">()</string> 140 141 <!-- Symbol keyboard --> 142 <string name="key_symbol_mode"></string> 143 144 <!-- Tutorial --> 145 <string name="touch_to_continue"> >></string> 146 <string name="touch_to_try"></string> 147 <string name="touch_to_finish"></string> 148 <string name="tip_to_step1"><b>\n</b></string> 149 <string name="tip_to_step2_a"><b>\n</b></string> 150 <string name="tip_to_step2_b"><b>\n</b></string> 151 <string name="tip_to_step2_c"><b>\n</b></string> 152 <string name="tip_to_step2_d"><b>\n\n\n\n</b></string> 153 <string name="tip_to_step3_a"><b>\n</b></string> 154 <string name="tip_to_step3_b"><b>\n</b></string> 155 <string name="tip_to_step3_c"><b></b></string> 156 <string name="tip_to_step4"><b>)\n\n\n</b></string> 157 <string name="tip_to_step5"><b>\n\n</b></string> 158 <string name="tip_to_step6"><b></b></string> 159 160 <string name="ti_input_mode_full_hirakana_title_txt"></string> 161 <string name="ti_input_mode_full_katakana_title_txt"></string> 162 <string name="ti_input_mode_half_katakana_title_txt"></string> 163 <string name="ti_input_mode_full_alphabet_title_txt"></string> 164 <string name="ti_input_mode_half_alphabet_title_txt"></string> 165 <string name="ti_input_mode_full_number_title_txt"></string> 166 <string name="ti_input_mode_half_number_title_txt"></string> 167 168 <string name="ti_long_press_dialog_input_mode_txt"></string> 169 170 </resources> 171 172