The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 17 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 18 | <string name="english_ime_name">"Android 키보드"</string> |
| 19 | <string name="english_ime_settings">"Android 키보드 설정"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 20 | <string name="vibrate_on_keypress">"키를 누를 때 진동 발생"</string> |
| 21 | <string name="sound_on_keypress">"버튼을 누를 때 소리 발생"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 22 | <string name="hit_correction">"입력 오류 수정"</string> |
| 23 | <string name="hit_correction_summary">"입력 오류 수정 사용"</string> |
| 24 | <string name="hit_correction_land">"가로 입력 오류"</string> |
| 25 | <string name="hit_correction_land_summary">"입력 오류 수정 사용"</string> |
| 26 | <string name="auto_correction">"단어 추천"</string> |
| 27 | <string name="auto_correction_summary">"이전 단어를 자동으로 수정"</string> |
| 28 | <string name="prediction">"단어 추천"</string> |
| 29 | <string name="prediction_category">"단어 추천 설정"</string> |
| 30 | <string name="prediction_summary">"입력할 때 자동 완성 사용"</string> |
| 31 | <string name="auto_complete_dialog_title">"자동 완성"</string> |
| 32 | <string name="prediction_landscape">"입력란 크기 늘리기"</string> |
| 33 | <string name="prediction_landscape_summary">"가로 보기에서 단어 추천 숨기기"</string> |
| 34 | <string name="auto_cap">"자동 대문자화"</string> |
| 35 | <string name="auto_cap_summary">"문장의 첫 글자를 대문자로 표시"</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 36 | <string name="auto_punctuate">"자동 구두점 입력"</string> |
The Android Open Source Project | 264b19a | 2009-03-18 17:39:49 -0700 | [diff] [blame] | 37 | <!-- no translation found for auto_punctuate_summary (6589441565817502132) --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 38 | <skip /> |
Eric Fischer | ab5db42 | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 39 | <string name="quick_fixes">"빠른 수정"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame^] | 40 | <string name="quick_fixes_summary">"자주 발생하는 오타를 수정합니다."</string> |
Eric Fischer | ab5db42 | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 41 | <string name="show_suggestions">"추천 단어 표시"</string> |
| 42 | <string name="show_suggestions_summary">"글자를 입력하는 동안 추천 단어를 표시합니다."</string> |
| 43 | <string name="auto_complete">"자동 완성"</string> |
| 44 | <string name="auto_complete_summary">"스페이스 바와 문장부호 키를 사용하면 강조 표시된 단어가 자동으로 삽입됩니다."</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 45 | <string-array name="prediction_modes"> |
| 46 | <item>"없음"</item> |
| 47 | <item>"기본"</item> |
| 48 | <item>"고급"</item> |
| 49 | </string-array> |
| 50 | <string name="prediction_none">"0"</string> |
| 51 | <string name="prediction_basic">"1"</string> |
| 52 | <string name="prediction_full">"2"</string> |
The Android Open Source Project | 264b19a | 2009-03-18 17:39:49 -0700 | [diff] [blame] | 53 | <!-- no translation found for prediction_modes_values:0 (579944677836100459) --> |
| 54 | <!-- no translation found for prediction_modes_values:1 (7214414132844804570) --> |
| 55 | <!-- no translation found for prediction_modes_values:2 (6678546276084314171) --> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 56 | <string name="added_word">"<xliff:g id="WORD">%s</xliff:g> : 저장됨"</string> |
| 57 | <string name="alternates_for_a">"àáâãäåæ"</string> |
| 58 | <string name="alternates_for_e">"èéêë"</string> |
| 59 | <string name="alternates_for_i">"ìíîï"</string> |
| 60 | <string name="alternates_for_o">"òóôõöœø"</string> |
| 61 | <string name="alternates_for_u">"ùúûü"</string> |
| 62 | <string name="alternates_for_s">"§ß"</string> |
| 63 | <string name="alternates_for_n">"ñ"</string> |
| 64 | <string name="alternates_for_c">"ç"</string> |
| 65 | <string name="alternates_for_y">"ýÿ"</string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 66 | <string name="tip_long_press">"키를 길게 누르면 악센트(ø, ö 등)가 표시됩니다."</string> |
| 67 | <string name="tip_dismiss">"키보드를 닫으려면 언제든지 뒤로 키(↶)를 누르세요."</string> |
| 68 | <string name="tip_access_symbols">"숫자 및 기호 액세스"</string> |
| 69 | <string name="tip_add_to_dictionary">"맨 왼쪽에 있는 단어를 길게 누르면 사전에 추가됩니다."</string> |
Eric Fischer | ab5db42 | 2009-04-07 13:55:06 -0700 | [diff] [blame] | 70 | <string name="touch_to_continue">"계속하려면 힌트를 터치하세요. »"</string> |
| 71 | <string name="touch_to_finish">"힌트를 닫고 입력을 시작하려면 여기를 터치하세요."</string> |
| 72 | <string name="tip_to_open_keyboard"><b>"입력란을 터치하면 키보드가 열립니다."</b></string> |
| 73 | <string name="tip_to_view_accents"><b>"키를 길게 누르면 악센트"\n"(ø, ö, ô, ó 등)를 볼 수 있습니다."</b></string> |
| 74 | <string name="tip_to_open_symbols"><b>"이 키를 터치하면 숫자 및 기호 자판으로 변경됩니다."</b></string> |
| 75 | <string name="tip_to_close_symbols"><b>"이 키를 다시 터치하면 키보드가 표시됩니다."</b></string> |
| 76 | <string name="tip_to_launch_settings"><b>"자동 완성과 같은 키보드 설정을 변경하려면 이 키를 길게 누르세요."</b></string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame^] | 77 | <string name="tip_to_start_typing"><b>"이제 직접 사용해 보세요!"</b></string> |
Eric Fischer | 9e171bc | 2009-03-24 21:02:51 -0700 | [diff] [blame] | 78 | <string name="label_go_key">"이동"</string> |
| 79 | <string name="label_next_key">"다음"</string> |
| 80 | <string name="label_done_key">"완료"</string> |
| 81 | <string name="label_send_key">"전송"</string> |
| 82 | <string name="label_symbol_key">"?123"</string> |
| 83 | <string name="label_phone_key">"123"</string> |
| 84 | <string name="label_alpha_key">"ABC"</string> |
| 85 | <string name="label_alt_key">"ALT"</string> |
Eric Fischer | a3ab449 | 2009-07-13 15:53:17 -0700 | [diff] [blame^] | 86 | <!-- no translation found for open_the_keyboard (2215920976029260466) --> |
| 87 | <skip /> |
| 88 | <!-- no translation found for close_the_keyboard (6251022259044940103) --> |
| 89 | <skip /> |
| 90 | <!-- no translation found for touch_and_hold (6154166367273010534) --> |
| 91 | <skip /> |
| 92 | <!-- no translation found for keyboard_settings (4585753477617374032) --> |
| 93 | <skip /> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 94 | </resources> |