Skip to content

Commit ae2c0ea

Browse files
committed
Merge branch 'rc-v1.3.2'
2 parents 1332e60 + 79e88c7 commit ae2c0ea

7 files changed

+11
-5
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
22
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043
33

44
PROJECT(NitrokeyApp LANGUAGES CXX)
5-
SET(PROJECT_VERSION "1.3.1")
5+
SET(PROJECT_VERSION "1.3.2")
66
set(LIBNK_MIN_VERSION 3.3)
77

88
include(GNUInstallDirs)

Diff for: i18n/nitrokey_de_DE.qm

98 Bytes
Binary file not shown.

Diff for: i18n/nitrokey_en.qm

114 Bytes
Binary file not shown.

Diff for: i18n/nitrokey_pl.qm

75.8 KB
Binary file not shown.

Diff for: i18n/nitrokey_pl.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Spróbuj ponownie</translation>
400400
</message>
401401
<message>
402402
<source>Note: 2&lt;sup&gt;nd&lt;/sup&gt; aren&apos;t protected against physical attacks. Change all OTP secrets in case you loose the Nitrokey.</source>
403-
<translation>Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
403+
<translation type="vanished">Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
404404
</message>
405405
<message>
406406
<source>Parameters</source>
@@ -1075,6 +1075,10 @@ Select &quot;Initialize device&quot; option from context menu.</source>
10751075
<translation>OSTRZEŻENIE: Zaszyfrowany wolumin nie jest bezpieczny,
10761076
wybierz &quot;Inicjalizuj urządzenie&quot; z menu kontekstowego.</translation>
10771077
</message>
1078+
<message>
1079+
<source>Note: 2&lt;sup&gt;nd&lt;/sup&gt; factors aren&apos;t protected against physical attacks. Change all OTP secrets in case you loose the Nitrokey.</source>
1080+
<translation>Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
1081+
</message>
10781082
</context>
10791083
<context>
10801084
<name>PinDialog</name>
@@ -1146,7 +1150,7 @@ Zmień kod PIN.</translation>
11461150
</message>
11471151
<message>
11481152
<source>Enter Firmware Password:</source>
1149-
<translation>Wprowadź hasło do firmware'u</translation>
1153+
<translation>Wprowadź hasło do firmware&apos;u</translation>
11501154
</message>
11511155
<message>
11521156
<source>Enter password for hidden volume</source>

Diff for: nitrokey-app-qt5.pro

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sources.files = qss
2222
TARGET = nitrokey-app
2323
TEMPLATE = app
2424

25-
VERSION = 1.3.1
26-
VERSION_STR = 1.3.1
25+
VERSION = 1.3.2
26+
VERSION_STR = 1.3.2
2727
QMAKE_TARGET_COMPANY = Nitrokey
2828
QMAKE_TARGET_PRODUCT = Nitrokey App
2929
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
@@ -139,6 +139,7 @@ RESOURCES += \
139139
TRANSLATIONS += i18n/nitrokey_de_DE.ts \
140140
i18n/nitrokey_arabic.ts \
141141
i18n/nitrokey_en.ts \
142+
i18n/nitrokey_pl.ts \
142143
i18n/nitrokey_fr.ts \
143144
i18n/nitrokey_it.ts
144145

Diff for: resources.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<file alias="nitrokey_en.qm">i18n/nitrokey_en.qm</file>
99
<file alias="nitrokey_arabic.qm">i18n/nitrokey_arabic.qm</file>
1010
<file alias="nitrokey_fr.qm">i18n/nitrokey_fr.qm</file>
11+
<file alias="nitrokey_pl.qm">i18n/nitrokey_pl.qm</file>
1112
<file alias="nitrokey_it.qm">i18n/nitrokey_it.qm</file>
1213
</qresource>
1314
<qresource prefix="/license">

0 commit comments

Comments
 (0)