summaryrefslogtreecommitdiff
path: root/apps/lang/korean.lang
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
commitf17e5c04f30ee49b3a514b31bdad805323ce93e6 (patch)
tree3e6335fae00c1d8023c1d7c895f1f677f0b075da /apps/lang/korean.lang
parent5eb1e1549c24aa3ed590c5edb784796b0ecbf010 (diff)
downloadrockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.gz
rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.zip
FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/korean.lang')
-rw-r--r--apps/lang/korean.lang658
1 files changed, 658 insertions, 0 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang
index d8e595670e..6cf2f225e9 100644
--- a/apps/lang/korean.lang
+++ b/apps/lang/korean.lang
@@ -8671,3 +8671,661 @@
8671 </voice> 8671 </voice>
8672</phrase> 8672</phrase>
8673 8673
8674<phrase>
8675 id: LANG_SYSFONT_SET_BOOL_YES
8676 desc: bool true representation
8677 user:
8678 <source>
8679 *: "Yes"
8680 </source>
8681 <dest>
8682 *: "예"
8683 </dest>
8684 <voice>
8685 *: "예"
8686 </voice>
8687</phrase>
8688<phrase>
8689 id: LANG_SYSFONT_SET_BOOL_NO
8690 desc: bool false representation
8691 user:
8692 <source>
8693 *: "No"
8694 </source>
8695 <dest>
8696 *: "아니오"
8697 </dest>
8698 <voice>
8699 *: "아니오"
8700 </voice>
8701</phrase>
8702<phrase>
8703 id: LANG_SYSFONT_ON
8704 desc: Used in a lot of places
8705 user:
8706 <source>
8707 *: "On"
8708 </source>
8709 <dest>
8710 *: "사용"
8711 </dest>
8712 <voice>
8713 *: "사용"
8714 </voice>
8715</phrase>
8716<phrase>
8717 id: LANG_SYSFONT_OFF
8718 desc: Used in a lot of places
8719 user:
8720 <source>
8721 *: "Off"
8722 </source>
8723 <dest>
8724 *: "사용안함"
8725 </dest>
8726 <voice>
8727 *: "사용안함"
8728 </voice>
8729</phrase>
8730<phrase>
8731 id: LANG_SYSFONT_VOLUME
8732 desc: in sound_settings
8733 user:
8734 <source>
8735 *: "Volume"
8736 </source>
8737 <dest>
8738 *: "볼륨 조절"
8739 </dest>
8740 <voice>
8741 *: "볼륨 조절"
8742 </voice>
8743</phrase>
8744<phrase>
8745 id: LANG_SYSFONT_CHANNEL_STEREO
8746 desc: in sound_settings
8747 user:
8748 <source>
8749 *: "Stereo"
8750 </source>
8751 <dest>
8752 *: "스테레오"
8753 </dest>
8754 <voice>
8755 *: "스테레오"
8756 </voice>
8757</phrase>
8758<phrase>
8759 id: LANG_SYSFONT_CHANNEL_MONO
8760 desc: in sound_settings
8761 user:
8762 <source>
8763 *: "Mono"
8764 </source>
8765 <dest>
8766 *: "모노"
8767 </dest>
8768 <voice>
8769 *: "모노"
8770 </voice>
8771</phrase>
8772<phrase>
8773 id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
8774 desc: in the equalizer settings menu
8775 user:
8776 <source>
8777 *: "Edit mode: %s"
8778 </source>
8779 <dest>
8780 *: "Edit mode: %s"
8781 </dest>
8782 <voice>
8783 *: ""
8784 </voice>
8785</phrase>
8786<phrase>
8787 id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
8788 desc: in the equalizer settings menu
8789 user:
8790 <source>
8791 *: "Cutoff Frequency"
8792 </source>
8793 <dest>
8794 *: "Cutoff Frequency"
8795 </dest>
8796 <voice>
8797 *: "차단 주파수"
8798 </voice>
8799</phrase>
8800<phrase>
8801 id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
8802 desc: in the equalizer settings menu
8803 user:
8804 <source>
8805 *: "Gain"
8806 </source>
8807 <dest>
8808 *: "Gain"
8809 </dest>
8810 <voice>
8811 *: "증폭"
8812 </voice>
8813</phrase>
8814<phrase>
8815 id: LANG_SYSFONT_SHUFFLE
8816 desc: in settings_menu
8817 user:
8818 <source>
8819 *: "Shuffle"
8820 </source>
8821 <dest>
8822 *: "임의 재생"
8823 </dest>
8824 <voice>
8825 *: "임의 재생"
8826 </voice>
8827</phrase>
8828<phrase>
8829 id: LANG_SYSFONT_REPEAT
8830 desc: in settings_menu
8831 user:
8832 <source>
8833 *: "Repeat"
8834 </source>
8835 <dest>
8836 *: "반복 재생"
8837 </dest>
8838 <voice>
8839 *: "반복 재생"
8840 </voice>
8841</phrase>
8842<phrase>
8843 id: LANG_SYSFONT_REPEAT_ALL
8844 desc: repeat playlist once all songs have completed
8845 user:
8846 <source>
8847 *: "All"
8848 </source>
8849 <dest>
8850 *: "모두"
8851 </dest>
8852 <voice>
8853 *: "모두"
8854 </voice>
8855</phrase>
8856<phrase>
8857 id: LANG_SYSFONT_REPEAT_ONE
8858 desc: repeat one song
8859 user:
8860 <source>
8861 *: "One"
8862 </source>
8863 <dest>
8864 *: "한 곡"
8865 </dest>
8866 <voice>
8867 *: "한 곡"
8868 </voice>
8869</phrase>
8870<phrase>
8871 id: LANG_SYSFONT_REPEAT_AB
8872 desc: repeat one song
8873 user:
8874 <source>
8875 *: "A-B"
8876 </source>
8877 <dest>
8878 *: "A-B"
8879 </dest>
8880 <voice>
8881 *: "A-B"
8882 </voice>
8883</phrase>
8884<phrase>
8885 id: LANG_SYSFONT_FILTER
8886 desc: setting name for dir filter
8887 user:
8888 <source>
8889 *: "Show Files"
8890 </source>
8891 <dest>
8892 *: "파일 표시 설정"
8893 </dest>
8894 <voice>
8895 *: "파일 표시 설정"
8896 </voice>
8897</phrase>
8898<phrase>
8899 id: LANG_SYSFONT_FILTER_ALL
8900 desc: show all files
8901 user:
8902 <source>
8903 *: "All"
8904 </source>
8905 <dest>
8906 *: "모든 파일"
8907 </dest>
8908 <voice>
8909 *: "모든 파일"
8910 </voice>
8911</phrase>
8912<phrase>
8913 id: LANG_SYSFONT_FILTER_SUPPORTED
8914 desc: show all file types supported by Rockbox
8915 user:
8916 <source>
8917 *: "Supported"
8918 </source>
8919 <dest>
8920 *: "지원 파일"
8921 </dest>
8922 <voice>
8923 *: "지원 파일"
8924 </voice>
8925</phrase>
8926<phrase>
8927 id: LANG_SYSFONT_FILTER_MUSIC
8928 desc: show only music-related files
8929 user:
8930 <source>
8931 *: "Music"
8932 </source>
8933 <dest>
8934 *: "음악 파일"
8935 </dest>
8936 <voice>
8937 *: "음악 파일"
8938 </voice>
8939</phrase>
8940<phrase>
8941 id: LANG_SYSFONT_FILTER_PLAYLIST
8942 desc: show only playlist
8943 user:
8944 <source>
8945 *: "Playlists"
8946 </source>
8947 <dest>
8948 *: "재생목록 파일"
8949 </dest>
8950 <voice>
8951 *: "재생목록 파일"
8952 </voice>
8953</phrase>
8954<phrase>
8955 id: LANG_SYSFONT_FILTER_ID3DB
8956 desc: show ID3 Database
8957 user:
8958 <source>
8959 *: "ID3 Database"
8960 </source>
8961 <dest>
8962 *: "ID3 데이터베이스"
8963 </dest>
8964 <voice>
8965 *: "ID3 데이터베이스"
8966 </voice>
8967</phrase>
8968<phrase>
8969 id: LANG_SYSFONT_RECORDING_QUALITY
8970 desc: in the recording settings
8971 user:
8972 <source>
8973 *: "Quality"
8974 </source>
8975 <dest>
8976 *: "음질"
8977 </dest>
8978 <voice>
8979 *: "음질"
8980 </voice>
8981</phrase>
8982<phrase>
8983 id: LANG_SYSFONT_RECORDING_FREQUENCY
8984 desc: in the recording settings
8985 user:
8986 <source>
8987 *: "Frequency"
8988 </source>
8989 <dest>
8990 *: "오디오 샘플 속도"
8991 </dest>
8992 <voice>
8993 *: "오디오 샘플 속도"
8994 </voice>
8995</phrase>
8996<phrase>
8997 id: LANG_SYSFONT_RECORDING_SOURCE
8998 desc: in the recording settings
8999 user:
9000 <source>
9001 *: "Source"
9002 </source>
9003 <dest>
9004 *: "녹음 방식"
9005 </dest>
9006 <voice>
9007 *: "녹음 방식"
9008 </voice>
9009</phrase>
9010<phrase>
9011 id: LANG_SYSFONT_RECORDING_SRC_MIC
9012 desc: in the recording settings
9013 user:
9014 <source>
9015 *: "Mic"
9016 </source>
9017 <dest>
9018 *: "마이크"
9019 </dest>
9020 <voice>
9021 *: "마이크"
9022 </voice>
9023</phrase>
9024<phrase>
9025 id: LANG_SYSFONT_RECORDING_SRC_LINE
9026 desc: in the recording settings
9027 user:
9028 <source>
9029 *: "Line In"
9030 </source>
9031 <dest>
9032 *: "라인 입력"
9033 </dest>
9034 <voice>
9035 *: "라인 입력"
9036 </voice>
9037</phrase>
9038<phrase>
9039 id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
9040 desc: in the recording settings
9041 user:
9042 <source>
9043 *: "Digital"
9044 </source>
9045 <dest>
9046 *: "디지털"
9047 </dest>
9048 <voice>
9049 *: "디지털"
9050 </voice>
9051</phrase>
9052<phrase>
9053 id: LANG_SYSFONT_RECORDING_CHANNELS
9054 desc: in the recording settings
9055 user:
9056 <source>
9057 *: "Channels"
9058 </source>
9059 <dest>
9060 *: "채널 선택"
9061 </dest>
9062 <voice>
9063 *: "채널 선택"
9064 </voice>
9065</phrase>
9066<phrase>
9067 id: LANG_SYSFONT_RECORD_TRIGGER
9068 desc: in recording settings_menu
9069 user:
9070 <source>
9071 *: "Trigger"
9072 </source>
9073 <dest>
9074 *: "음성 자동 감지"
9075 </dest>
9076 <voice>
9077 *: "음성 자동 감지"
9078 </voice>
9079</phrase>
9080<phrase>
9081 id: LANG_SYSFONT_FLIP_DISPLAY
9082 desc: in settings_menu, option to turn display+buttos by 180 degreed
9083 user:
9084 <source>
9085 *: "Upside Down"
9086 </source>
9087 <dest>
9088 *: "화면상하 반전"
9089 </dest>
9090 <voice>
9091 *: "화면상하 반전"
9092 </voice>
9093</phrase>
9094<phrase>
9095 id: LANG_SYSFONT_SCROLL_BAR
9096 desc: display menu, F3 substitute
9097 user:
9098 <source>
9099 *: "Scroll Bar"
9100 </source>
9101 <dest>
9102 *: "스크롤 바"
9103 </dest>
9104 <voice>
9105 *: "스크롤 바"
9106 </voice>
9107</phrase>
9108<phrase>
9109 id: LANG_SYSFONT_STATUS_BAR
9110 desc: display menu, F3 substitute
9111 user:
9112 <source>
9113 *: "Status Bar"
9114 </source>
9115 <dest>
9116 *: "상태 표시줄"
9117 </dest>
9118 <voice>
9119 *: "상태 표시줄"
9120 </voice>
9121</phrase>
9122<phrase>
9123 id: LANG_SYSFONT_PITCH
9124 desc: "pitch" in the pitch screen
9125 user:
9126 <source>
9127 *: "Pitch"
9128 </source>
9129 <dest>
9130 *: "재생속도 변경"
9131 </dest>
9132 <voice>
9133 *: "재생속도 변경"
9134 </voice>
9135</phrase>
9136<phrase>
9137 id: LANG_SYSFONT_PITCH_UP
9138 desc: in wps
9139 user:
9140 <source>
9141 *: "Pitch Up"
9142 </source>
9143 <dest>
9144 *: "위로 조정"
9145 </dest>
9146 <voice>
9147 *: ""
9148 </voice>
9149</phrase>
9150<phrase>
9151 id: LANG_SYSFONT_PITCH_DOWN
9152 desc: in wps
9153 user:
9154 <source>
9155 *: "Pitch Down"
9156 </source>
9157 <dest>
9158 *: "아래로 조정"
9159 </dest>
9160 <voice>
9161 *: ""
9162 </voice>
9163</phrase>
9164<phrase>
9165 id: LANG_SYSFONT_F2_MODE
9166 desc: in wps F2 pressed
9167 user:
9168 <source>
9169 *: "Mode:"
9170 </source>
9171 <dest>
9172 *: "모드: "
9173 </dest>
9174 <voice>
9175 *: ""
9176 </voice>
9177</phrase>
9178<phrase>
9179 id: LANG_SYSFONT_RECORDING_TIME
9180 desc: Display of recorded time
9181 user:
9182 <source>
9183 *: "Time:"
9184 </source>
9185 <dest>
9186 *: "Time:"
9187 </dest>
9188 <voice>
9189 *: ""
9190 </voice>
9191</phrase>
9192<phrase>
9193 id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
9194 desc: Display of record timer interval setting, on the record screen
9195 user:
9196 <source>
9197 *: "Split Time:"
9198 </source>
9199 <dest>
9200 *: "Split Time:"
9201 </dest>
9202 <voice>
9203 *: ""
9204 </voice>
9205</phrase>
9206<phrase>
9207 id: LANG_SYSFONT_RECORDING_SIZE
9208 desc: Display of recorded file size
9209 user:
9210 <source>
9211 *: "Size:"
9212 </source>
9213 <dest>
9214 *: "Size:"
9215 </dest>
9216 <voice>
9217 *: ""
9218 </voice>
9219</phrase>
9220<phrase>
9221 id: LANG_SYSFONT_RECORD_PRERECORD
9222 desc: in recording and radio screen
9223 user:
9224 <source>
9225 *: "Pre-Recording"
9226 </source>
9227 <dest>
9228 *: "예약 녹음"
9229 </dest>
9230 <voice>
9231 *: ""
9232 </voice>
9233</phrase>
9234<phrase>
9235 id: LANG_SYSFONT_RECORDING_GAIN
9236 desc: in the recording screen
9237 user:
9238 <source>
9239 *: "Gain"
9240 </source>
9241 <dest>
9242 *: "증폭"
9243 </dest>
9244 <voice>
9245 *: ""
9246 </voice>
9247</phrase>
9248<phrase>
9249 id: LANG_SYSFONT_RECORDING_LEFT
9250 desc: in the recording screen
9251 user:
9252 <source>
9253 *: "Gain Left"
9254 </source>
9255 <dest>
9256 *: "왼쪽 증폭"
9257 </dest>
9258 <voice>
9259 *: ""
9260 </voice>
9261</phrase>
9262<phrase>
9263 id: LANG_SYSFONT_RECORDING_RIGHT
9264 desc: in the recording screen
9265 user:
9266 <source>
9267 *: "Gain Right"
9268 </source>
9269 <dest>
9270 *: "오른쪽 증폭"
9271 </dest>
9272 <voice>
9273 *: ""
9274 </voice>
9275</phrase>
9276<phrase>
9277 id: LANG_SYSFONT_DISK_FULL
9278 desc: in recording screen
9279 user:
9280 <source>
9281 *: "The disk is full. Press OFF to continue."
9282 </source>
9283 <dest>
9284 *: "디스크 공간이 부족합니다. [정지] 버튼을 누르세요."
9285 </dest>
9286 <voice>
9287 *: ""
9288 </voice>
9289</phrase>
9290<phrase>
9291 id: LANG_SYSFONT_DIRBROWSE_F1
9292 desc: in dir browser, F1 button bar text
9293 user:
9294 <source>
9295 *: "Menu"
9296 </source>
9297 <dest>
9298 *: "메뉴"
9299 </dest>
9300 <voice>
9301 *: ""
9302 </voice>
9303</phrase>
9304<phrase>
9305 id: LANG_SYSFONT_DIRBROWSE_F2
9306 desc: in dir browser, F2 button bar text
9307 user:
9308 <source>
9309 *: "Option"
9310 </source>
9311 <dest>
9312 *: "설정"
9313 </dest>
9314 <voice>
9315 *: ""
9316 </voice>
9317</phrase>
9318<phrase>
9319 id: LANG_SYSFONT_DIRBROWSE_F3
9320 desc: in dir browser, F3 button bar text
9321 user:
9322 <source>
9323 *: "LCD"
9324 </source>
9325 <dest>
9326 *: "LCD"
9327 </dest>
9328 <voice>
9329 *: ""
9330 </voice>
9331</phrase>