kexec-tools/po/hr.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

146 lines
4.7 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-11-30 16:43+0800\n"
"PO-Revision-Date: 2007-07-02 07:20+0100\n"
"Last-Translator: Renato Pavicic <renato<-at->translator-shop.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../firstboot_kdump.py:53
msgid "Kdump"
msgstr "Kdump"
#. kdump enable/disable checkbox
#: ../firstboot_kdump.py:236
msgid "_Enable kdump?"
msgstr "_Omogućiti kdump?"
#. 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 "Ukupna _memorija sustava (MB):"
#: ../firstboot_kdump.py:251
msgid "Memory To Be _Reserved (MB):"
msgstr ""
#: ../firstboot_kdump.py:260
#, fuzzy
msgid "Usable System Memory (MB):"
msgstr "_Upotrebljiva memorija sustava (MB):"
#: ../firstboot_kdump.py:263
msgid "Memory Currently Reserved (MB):"
msgstr ""
#: ../firstboot_kdump.py:269
#, fuzzy
msgid "Kdump Memory Reservation:"
msgstr "_Kdump memorija (MB):"
#: ../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 je mehanizam ispisivanja pada kernela. U slučaju pada sustava, Kdump "
"će snimiti podatke vašeg sustava koji bi mogli biti od neprocjenjive "
"važnosti za određivanje uzroka pada. Napomena: Kdump ne zahtjeva "
"rezerviranje dijela memorije sustava koja bi u tom slučaju bila nedostupna "
"ostalim potrebama."
#: ../firstboot_kdump.py:412
msgid "Sorry, your system does not have enough memory for kdump to be viable!"
msgstr ""
"Nažalost, vaš sustav ne raspolaže s dovoljno memorije radi omogućavanja rada "
"modula Kdump!"
#: ../firstboot_kdump.py:418
#, fuzzy
msgid "Sorry, Xen kernels do not support kdump at this time!"
msgstr ""
"Nažalost, ia64 Xen kerneli u ovom trenutku ne pružaju podršku za kdump."
#: ../firstboot_kdump.py:424
#, python-format
msgid "Sorry, the %s architecture does not support kdump at this time!"
msgstr "Nažalost, arhitektura %s u ovom trenutku ne pruža podršku za 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 ""
"Promjena postavki modula Kdump potražuje ponovno pokretanje sustava radi "
"odgovarajućeg dodjeljivanja memorije %s \n"
"\n"
"Želite li nastaviti s postojećim postavkama i sustav ponovno pokrenuti nakon "
"što dovršenja postupka firstboot?"
#: ../firstboot_kdump.py:450
msgid "Error! No bootloader config file found, aborting configuration!"
msgstr ""
"Pogreška! Konfiguracijska datoteka pokretača nije pronađena. Konfiguriranje "
"se prekida!"
#~ msgid ""
#~ "WARNING: xen kdump support requires a non-xen kernel to perform actual "
#~ "crash dump capture. Please be sure you have a non-xen kernel installed, "
#~ "and configured for use via /etc/sysconfig/kdump's KDUMP_KERNELVER "
#~ "parameter."
#~ msgstr ""
#~ "UPOZORENJE: Podrška za xen kdump od ne-xen kernela potražuje izvođenje "
#~ "stvarnog snimanja ispisa rušenja. Provjerite je li instaliran ne-xen "
#~ "kernel i je li njegova upotreba konfigurirana putem parametra /etc/"
#~ "sysconfig/kdump's KDUMP_KERNELVER."
#~ msgid ""
#~ "\n"
#~ "\n"
#~ "Note that the %s architecture does not feature a relocatable kernel at "
#~ "this time, and thus requires a separate kernel-kdump package to be "
#~ "installed for kdump to function. This can be installed via 'yum install "
#~ "kernel-kdump' at your convenience."
#~ msgstr ""
#~ "\n"
#~ "\n"
#~ "Napomena: Arhitektura %s u ovom trenutku ne sadrži podršku značajke "
#~ "\"relocatable kernel\" pa iz tog razloga zahtjeva instaliranje posebnog "
#~ "paketa kernel-kdump kako bi kdump mogao funkcionirati. Ovaj paket možete "
#~ "u bilo kojum pogodnom trenutku instalirati pomoću naredbe \"yum install "
#~ "kernel-kdump\"."