aboutsummaryrefslogtreecommitdiffstats
path: root/czech/international
diff options
context:
space:
mode:
authorJuraj Kubelka <cesta>2005-01-13 19:22:26 +0000
committerJuraj Kubelka <cesta>2005-01-13 19:22:26 +0000
commita022db4ca0b6b207a2e4106d9aeac31177cde1f8 (patch)
tree0c96058b5359bc5fd6ce50a1e286a720b30e2ea9 /czech/international
parentbc250237d6b2b3b8b3a2678abc52f6a2d688a0b5 (diff)
New translation rules.
Some corrections. Juraj Kubelka <Juraj.Kubelka at email.cz>. CVS version numbers czech/international/czech/dsa-description.pl: 1.8 -> 1.9
Diffstat (limited to 'czech/international')
-rw-r--r--czech/international/czech/dsa-description.pl30
1 files changed, 23 insertions, 7 deletions
diff --git a/czech/international/czech/dsa-description.pl b/czech/international/czech/dsa-description.pl
index 202382c1cee..8ba2dd5853e 100644
--- a/czech/international/czech/dsa-description.pl
+++ b/czech/international/czech/dsa-description.pl
@@ -53,6 +53,10 @@ s{<define-tag description>([^<]*)format string([^<]*)</define-tag>}
s{<define-tag description>([^<]*)insufficient input validation([^<]*)</define-tag>}
{<define-tag description>${1}nedostatečná kontrola vstupu${2}</define-tag>}g;
+s{<define-tag description>weak hostname and username validation</define-tag>}
+{<define-tag description>slabá kontrola jména počítače a jména uživatele</define-tag>}g;
+
+
#
# More info
#
@@ -80,7 +84,7 @@ s{A vulnerability has been discovered in}
s{discoverd multiple vulnerabilities in}
{objevil mnohonásobné zranitelnosti v}g;
-s{An (\w+) security researcher}
+s{An ([\w-]+) security researcher}
{Bezpečnostní výzkumný pracovník ${1}}g;
s{The Common Vulnerabilities and Exposures project}
@@ -92,13 +96,13 @@ s{identifies the following problems}
s{Multiple heap-based buffer overflows\.}
{Mnohonásobná přetečení bufferu typu halda (heap).}g;
-s{No such code is present in (\w+)\.}
+s{No such code is present in ([\w-]+)\.}
{Tento kód není obsažen v ${1}.}g;
s{([Mm])ultiple integer overflows}
{${1}nohonásobná celočíselná přetečení}g;
-s{in (\w+) library}
+s{in ([\w-]+) library}
{v knihovně ${1}}g;
#
@@ -149,7 +153,7 @@ s{an imaging library for X and X11}
s{Remote exploitation of an integer overflow vulnerability could allow the execution of arbitrary code.}
{Vzdálené využití zranitelnosti celočíselného přetečení dovoluje vykonání libovolného kódu.}g;
-s{A maliciously crafted (\w+) file could exploit this problem, leading to the execution of arbitrary code.}
+s{A maliciously crafted ([\w-]+) file could exploit this problem, leading to the execution of arbitrary code.}
{Zlomyslně vytvořený ${1} soubor může využít tento problém a&nbsp;spustit libovolný kód.}g;
#
@@ -177,20 +181,32 @@ s{<p>This package is not present in the testing and unstable distributions.</p>}
s{<p>The unstable distribution \(sid\) does not contain this package.</p>}
{<p>Unstable distribuce (sid) neobsahuje tento balíček.</p>}g;
+s{<p>The unstable distribution \(sid\) does not contain a ([\w-]+) package\.}
+{<p>Unstable distribuce (sid) neobsahuje balíček ${1}.}g;
+
+s{In the unstable distribution \(sid\) this package does not exist anymore\.}
+{V&nbsp;unstable distribuci (sid) již tento balíček neexistuje.}g;
+
+s{It has been replaced by ([\w-]+)\.}
+{Byl nahrazen balíčkem ${1}.}g;
#
# Upgrade it
#
-s{<p>We recommend that you upgrade your (\w+) package immediately.</p>}
+s{<p>We recommend that you upgrade your ([\w-]+) package immediately.</p>}
{<p>Doporučujeme vám ihned aktualizovat váš balíček ${1}.</p>}g;
-s{<p>We recommend that you upgrade your (\w+) package.</p>}
+s{<p>We recommend that you upgrade your ([\w-]+) package.</p>}
{<p>Doporučujeme vám aktualizovat váš balíček ${1}.</p>}g;
-s{<p>We recommend that you upgrade your (\w+) packages.</p>}
+s{<p>We recommend that you upgrade your ([\w-]+) packages.</p>}
{<p>Doporučujeme vám aktualizovat vaše ${1} balíčky.</p>}g;
+s{<p>We recommend that you upgrade your ([\w-]+) and ([\w-]+) packages.</p>}
+{<p>Doporučujeme vám aktualizovat vaše balíčky ${1} a ${2}.</p>}g;
+
+
#
# Cleaning
#

© 2014-2024 Faster IT GmbH | imprint | privacy policy