diff options
author | jkim <jkim@FreeBSD.org> | 2005-07-16 05:40:14 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2005-07-16 05:40:14 +0000 |
commit | 3ceb159fcb45c7e9f46e9cab072c2e079fe3d8f4 (patch) | |
tree | 2afa83bd5545c83ca44a6fd47757f9b1e5ba6894 /lib | |
parent | 24f7a1c3d6fc7181b6310f850c3ef744a1d99039 (diff) | |
download | FreeBSD-src-3ceb159fcb45c7e9f46e9cab072c2e079fe3d8f4.zip FreeBSD-src-3ceb159fcb45c7e9f46e9cab072c2e079fe3d8f4.tar.gz |
Use better Korean translation for `trap'
Requested by: many Korean users from bsdforum.or.kr
Submitted by: perky
Approved by: anholt (mentor)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/nls/ko_KR.UTF-8.msg | 6 | ||||
-rw-r--r-- | lib/libc/nls/ko_KR.eucKR.msg | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/nls/ko_KR.UTF-8.msg b/lib/libc/nls/ko_KR.UTF-8.msg index 00dce64..4fc4e78 100644 --- a/lib/libc/nls/ko_KR.UTF-8.msg +++ b/lib/libc/nls/ko_KR.UTF-8.msg @@ -194,11 +194,11 @@ $ SIGQUIT $ SIGILL 4 잘못된 명령 $ SIGTRAP -5 Trace/BPT 덫 +5 Trace/BPT 트랩 $ SIGABRT -6 Abort 덫 +6 Abort 트랩 $ SIGEMT -7 EMT 덫 +7 EMT 트랩 $ SIGFPE 8 부동소수점 연산 예외 $ SIGKILL diff --git a/lib/libc/nls/ko_KR.eucKR.msg b/lib/libc/nls/ko_KR.eucKR.msg index ca04c77..c2ca1a0 100644 --- a/lib/libc/nls/ko_KR.eucKR.msg +++ b/lib/libc/nls/ko_KR.eucKR.msg @@ -194,11 +194,11 @@ $ SIGQUIT $ SIGILL 4 ߸ $ SIGTRAP -5 Trace/BPT +5 Trace/BPT Ʈ $ SIGABRT -6 Abort +6 Abort Ʈ $ SIGEMT -7 EMT +7 EMT Ʈ $ SIGFPE 8 εҼ $ SIGKILL |