2009-03-13 22:11:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2009-03-25 04:02:51 +00:00
|
|
|
<string name="english_ime_name">"Android 키보드"</string>
|
|
|
|
<string name="english_ime_settings">"Android 키보드 설정"</string>
|
2009-03-13 22:11:42 +00:00
|
|
|
<string name="vibrate_on_keypress">"키를 누를 때 진동 발생"</string>
|
|
|
|
<string name="sound_on_keypress">"버튼을 누를 때 소리 발생"</string>
|
2009-03-25 04:02:51 +00:00
|
|
|
<string name="hit_correction">"입력 오류 수정"</string>
|
|
|
|
<string name="hit_correction_summary">"입력 오류 수정 사용"</string>
|
|
|
|
<string name="hit_correction_land">"가로 입력 오류"</string>
|
|
|
|
<string name="hit_correction_land_summary">"입력 오류 수정 사용"</string>
|
|
|
|
<string name="auto_correction">"단어 추천"</string>
|
|
|
|
<string name="auto_correction_summary">"이전 단어를 자동으로 수정"</string>
|
|
|
|
<string name="prediction">"단어 추천"</string>
|
|
|
|
<string name="prediction_category">"단어 추천 설정"</string>
|
|
|
|
<string name="prediction_summary">"입력할 때 자동 완성 사용"</string>
|
|
|
|
<string name="auto_complete_dialog_title">"자동 완성"</string>
|
|
|
|
<string name="prediction_landscape">"입력란 크기 늘리기"</string>
|
|
|
|
<string name="prediction_landscape_summary">"가로 보기에서 단어 추천 숨기기"</string>
|
|
|
|
<string name="auto_cap">"자동 대문자화"</string>
|
|
|
|
<string name="auto_cap_summary">"문장의 첫 글자를 대문자로 표시"</string>
|
2009-03-13 22:11:42 +00:00
|
|
|
<string name="auto_punctuate">"자동 구두점 입력"</string>
|
2009-03-19 00:39:49 +00:00
|
|
|
<!-- no translation found for auto_punctuate_summary (6589441565817502132) -->
|
2009-03-13 22:11:42 +00:00
|
|
|
<skip />
|
2009-03-31 18:11:18 +00:00
|
|
|
<!-- no translation found for quick_fixes (5353213327680897927) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for quick_fixes_summary (3405028402510332373) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for show_suggestions (507074425254289133) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for show_suggestions_summary (1989672863935759654) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for auto_complete (1103196318775486023) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for auto_complete_summary (6113149638718274624) -->
|
|
|
|
<skip />
|
2009-03-25 04:02:51 +00:00
|
|
|
<string-array name="prediction_modes">
|
|
|
|
<item>"없음"</item>
|
|
|
|
<item>"기본"</item>
|
|
|
|
<item>"고급"</item>
|
|
|
|
</string-array>
|
|
|
|
<string name="prediction_none">"0"</string>
|
|
|
|
<string name="prediction_basic">"1"</string>
|
|
|
|
<string name="prediction_full">"2"</string>
|
2009-03-19 00:39:49 +00:00
|
|
|
<!-- no translation found for prediction_modes_values:0 (579944677836100459) -->
|
|
|
|
<!-- no translation found for prediction_modes_values:1 (7214414132844804570) -->
|
|
|
|
<!-- no translation found for prediction_modes_values:2 (6678546276084314171) -->
|
2009-03-13 22:11:42 +00:00
|
|
|
<string name="added_word">"<xliff:g id="WORD">%s</xliff:g> : 저장됨"</string>
|
|
|
|
<string name="alternates_for_a">"àáâãäåæ"</string>
|
|
|
|
<string name="alternates_for_e">"èéêë"</string>
|
|
|
|
<string name="alternates_for_i">"ìíîï"</string>
|
|
|
|
<string name="alternates_for_o">"òóôõöœø"</string>
|
|
|
|
<string name="alternates_for_u">"ùúûü"</string>
|
|
|
|
<string name="alternates_for_s">"§ß"</string>
|
|
|
|
<string name="alternates_for_n">"ñ"</string>
|
|
|
|
<string name="alternates_for_c">"ç"</string>
|
|
|
|
<string name="alternates_for_y">"ýÿ"</string>
|
2009-03-19 00:39:49 +00:00
|
|
|
<!-- no translation found for alternates_for_z (8206774143334512268) -->
|
2009-03-13 22:11:42 +00:00
|
|
|
<skip />
|
2009-03-25 04:02:51 +00:00
|
|
|
<string name="tip_long_press">"키를 길게 누르면 악센트(ø, ö 등)가 표시됩니다."</string>
|
|
|
|
<string name="tip_dismiss">"키보드를 닫으려면 언제든지 뒤로 키(↶)를 누르세요."</string>
|
|
|
|
<string name="tip_access_symbols">"숫자 및 기호 액세스"</string>
|
|
|
|
<string name="tip_add_to_dictionary">"맨 왼쪽에 있는 단어를 길게 누르면 사전에 추가됩니다."</string>
|
2009-03-31 18:11:18 +00:00
|
|
|
<!-- no translation found for touch_to_continue (7869803257948414531) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for touch_to_finish (7990196086480585789) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_open_keyboard (6821200275486950452) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_view_accents (5433158573693308501) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_open_symbols (7345139325622444880) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_close_symbols (5227724217206927185) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_launch_settings (8402961128983196128) -->
|
|
|
|
<skip />
|
|
|
|
<!-- no translation found for tip_to_start_typing (7213843601369174313) -->
|
|
|
|
<skip />
|
2009-03-25 04:02:51 +00:00
|
|
|
<string name="label_go_key">"이동"</string>
|
|
|
|
<string name="label_next_key">"다음"</string>
|
|
|
|
<string name="label_done_key">"완료"</string>
|
|
|
|
<string name="label_send_key">"전송"</string>
|
|
|
|
<string name="label_symbol_key">"?123"</string>
|
|
|
|
<string name="label_phone_key">"123"</string>
|
|
|
|
<string name="label_alpha_key">"ABC"</string>
|
|
|
|
<string name="label_alt_key">"ALT"</string>
|
2009-03-13 22:11:42 +00:00
|
|
|
</resources>
|