Skip to content

Commit 8bfbcac

Browse files
authored
missing translation (#147)
1 parent bad0c74 commit 8bfbcac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author = "CERT Polska"
3434

3535
# The full version, including alpha/beta/rc tags
36-
release = "1.3.12"
36+
release = "1.3.13"
3737

3838
latex_engine = "xelatex"
3939

scan/libmailgoose/translate.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,11 @@
549549
"umożliwia otrzymywanie raportów, dzięki któremu mogą Państwo sprawdzić, czy mechanizm DMARC działa poprawnie i "
550550
"ocenić, czy zmiana na politykę 'quarantine' lub 'reject' jest możliwa.",
551551
),
552+
(
553+
"DMARC policy is 'none' and 'rua' is not set, which means that the DMARC setting is not effective.",
554+
"Polityka DMARC jest ustawiona na 'none' i nie ustawiono odbiorcy raportów w polu 'rua', co "
555+
"oznacza, że ustawienie DMARC nie będzie skuteczne.",
556+
),
552557
(
553558
"DMARC subdomain policy is 'none' and 'rua' is not set, which means that the DMARC setting is not effective for subdomains.",
554559
"Polityka DMARC dla subdomen jest ustawiona na 'none' i nie ustawiono odbiorcy raportów w polu 'rua', co "

scan/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="libmailgoose",
12-
version="1.3.12",
12+
version="1.3.13",
1313
description="libmailgoose - check the settings needed to protect against e-mail spoofing",
1414
author="CERT Polska",
1515
author_email="info@cert.pl",

0 commit comments

Comments
 (0)