kexec-tools/po/ko.po
Dave Young 7f92db4f60 Cleanup and recreate po files
Resolves: bz859783

Old po/ folder are not well maintained. All po files are just
same as the outdated pot file.

Translating team need kexec-tools to update it to
the conventional mode so it become available for translating.

Currently old translated po files are not maintained in git.
Instead it's a kexec-tools-po.tar.gz in dist git server.
see kexec-tools.spec: Source13. This patch will maintain them
in po/ and update the contents from lastest source code.

The refresh include below items:
1. update pot file from latest source code.
2. merge old translated po files with the new pot file
3. maintain translated po files in po/ folder
Also updated the Makefile to make the process more easier.

Usage after the update is like below:
a) simple `make` will generate the mo files for installation
b) `make install` will install mo files to locale directory
Above two command are used in rpm spec to install mo files

c) `make merge` will update pot file from source code and merge
translated po files with latest pot file. So it become ready for
translation team to translate

For kexec-tools maintaining, what we need to do is:
Once firstboot_kdump.py is modifed, we should run `make merge`
to update the po files for translation
After po files get translated they need to be copied to po/
and commit to git. Then create a kexec-tools-po.tar.gz and
upload the tar.gz to dist git, also update the checksum in spec
file.
2012-11-30 17:34:16 +08:00

118 lines
3.8 KiB
Plaintext

# translation of ko.po to Korean
# translation of ko.po to
# translation of ko.po to
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER, 2007.
#
# Eunju Kim <eukim@redhat.com>, 2007.
# Hyunsok Oh <hoh@redhat.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: ko\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-11-30 16:43+0800\n"
"PO-Revision-Date: 2010-08-10 11:40+1000\n"
"Last-Translator: Hyunsok Oh <hoh@redhat.com>\n"
"Language-Team: Korean <ko@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../firstboot_kdump.py:53
msgid "Kdump"
msgstr "Kdump"
#. kdump enable/disable checkbox
#: ../firstboot_kdump.py:236
msgid "_Enable kdump?"
msgstr "kdump를 활성화하겠습니까?(_E)"
#. detected total amount of system memory
#: ../firstboot_kdump.py:240 ../firstboot_kdump.py:259
#: ../firstboot_kdump.py:264
#, python-format
msgid "%s"
msgstr "%s"
#: ../firstboot_kdump.py:241
#, fuzzy
msgid "Total System Memory (MB):"
msgstr "전체 시스템 메모리 (MB) (_T):"
#: ../firstboot_kdump.py:251
msgid "Memory To Be _Reserved (MB):"
msgstr ""
#: ../firstboot_kdump.py:260
#, fuzzy
msgid "Usable System Memory (MB):"
msgstr "사용 가능한 시스템 메모리 (MB) (_U):"
#: ../firstboot_kdump.py:263
msgid "Memory Currently Reserved (MB):"
msgstr ""
#: ../firstboot_kdump.py:269
#, fuzzy
msgid "Kdump Memory Reservation:"
msgstr "Kdump 메모리 (MB) (_K):"
#: ../firstboot_kdump.py:270
msgid "_Automatic"
msgstr ""
#: ../firstboot_kdump.py:271
msgid "_Manual"
msgstr ""
#: ../firstboot_kdump.py:300
msgid ""
"\n"
"Advanced kdump configuration"
msgstr ""
#: ../firstboot_kdump.py:312
msgid ""
"Kdump is a kernel crash dumping mechanism. In the event of a system crash, "
"kdump will capture information from your system that can be invaluable in "
"determining the cause of the crash. Note that kdump does require reserving a "
"portion of system memory that will be unavailable for other uses."
msgstr ""
"kdump는 커널 충돌 덤프 기술입니다. 시스템 충돌 시, kdump는 충돌의 원인을 파악"
"하는데 유용한 시스템 정보를 캡쳐합니다.kdump는 시스템 메모리의 한 부분을 차지"
"하며, 이 부분은 다른 목적으로 사용할 수 없음을 알려드립니다."
#: ../firstboot_kdump.py:412
msgid "Sorry, your system does not have enough memory for kdump to be viable!"
msgstr ""
"죄송합니다. 시스템에 kdump를 실행할 만한 충분한 메모리 공간이 없습니다!"
#: ../firstboot_kdump.py:418
msgid "Sorry, Xen kernels do not support kdump at this time!"
msgstr "죄송합니다. Xen 커널은 현재 kdump를 지원하지 않습니다!"
#: ../firstboot_kdump.py:424
#, python-format
msgid "Sorry, the %s architecture does not support kdump at this time!"
msgstr "죄송합니다. %s 구조는 현재 kdump를 지원하지 않습니다!"
#: ../firstboot_kdump.py:433
#, fuzzy
msgid ""
"Changing Kdump settings requires rebooting the system to reallocate memory "
"accordingly. Would you like to continue with this change and reboot the "
"system after firstboot is complete?"
msgstr ""
"kdump 설정을 변경하면 그에 맞게 메모리를 재할당하기 위해 시스템을 다시 시작해"
"야 합니다. %s firstboot가 완료된 다음에 시스템을 다시 시작하여 이 변경사항을 "
"적용하시겠습니까?"
#: ../firstboot_kdump.py:450
msgid "Error! No bootloader config file found, aborting configuration!"
msgstr "오류! 부트로더 구성 파일을 찾을 수 없습니다. 설정을 종료합니다!"
#~ msgid "Insufficient memory to configure kdump!"
#~ msgstr "kdump를 설정려고 하나 메모리가 부족합니다!"