Quoting Slavko ([email protected]):

> #. Type: string
> #. Description
> #: ../templates:3001
> msgid ""
> "The following are useful arguments to pass to chkrookit:\n"
> " -r <root>: use an alternate root directory;\n"
> " -n       : do not attempt to analyze NFS-mounted files;\n"
> " -q       : run in quiet mode [highly recommended]."
> msgstr ""
> "Nasledujú užitočné argumenty pre chkrootkit:\n"
> " -r <root>: použiť alternatívny adresár root;\n"
> " -n       : neanalyzovať súbory pripojené cez NFS;\n"
> " -q       : spustiť v tichom režime [dôrazne odporúčané].\n"


This string triggers the following error by gettext utilities:

sk.po:55: `msgid' and `msgstr' entries do not both end with '\n'
msgfmt: found 1 fatal error


The attached patch fixes the problem (fixed PO file also attached).


--- /home/cperrier/tmp/sk.po    2011-12-06 18:42:22.743813198 +0100
+++ sk.po       2011-12-06 18:43:10.697123108 +0100
@@ -56,7 +56,7 @@
 "Nasledujú užitočné argumenty pre chkrootkit:\n"
 " -r <root>: použiť alternatívny adresár root;\n"
 " -n       : neanalyzovať súbory pripojené cez NFS;\n"
-" -q       : spustiť v tichom režime [dôrazne odporúčané].\n"
+" -q       : spustiť v tichom režime [dôrazne odporúčané]."
 
 #. Type: boolean
 #. Description

Attachment: sk.po
Description: application/gettext

Attachment: signature.asc
Description: Digital signature

Reply via email to