Skip to content

Commit

Permalink
Merge branch 'rc-v1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jul 17, 2018
2 parents 1332e60 + 79e88c7 commit ae2c0ea
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043

PROJECT(NitrokeyApp LANGUAGES CXX)
SET(PROJECT_VERSION "1.3.1")
SET(PROJECT_VERSION "1.3.2")
set(LIBNK_MIN_VERSION 3.3)

include(GNUInstallDirs)
Expand Down
Binary file modified i18n/nitrokey_de_DE.qm
Binary file not shown.
Binary file modified i18n/nitrokey_en.qm
Binary file not shown.
Binary file added i18n/nitrokey_pl.qm
Binary file not shown.
8 changes: 6 additions & 2 deletions i18n/nitrokey_pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Spróbuj ponownie</translation>
</message>
<message>
<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>
<translation>Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
<translation type="vanished">Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
</message>
<message>
<source>Parameters</source>
Expand Down Expand Up @@ -1075,6 +1075,10 @@ Select &quot;Initialize device&quot; option from context menu.</source>
<translation>OSTRZEŻENIE: Zaszyfrowany wolumin nie jest bezpieczny,
wybierz &quot;Inicjalizuj urządzenie&quot; z menu kontekstowego.</translation>
</message>
<message>
<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>
<translation>Uwaga: Dwuskładnikowe uwierzytelnianie nie jest odporne na atakami fizyczne. Zmień wszystkie klucze tajne OTP w przypadku utraty Nitrokey.</translation>
</message>
</context>
<context>
<name>PinDialog</name>
Expand Down Expand Up @@ -1146,7 +1150,7 @@ Zmień kod PIN.</translation>
</message>
<message>
<source>Enter Firmware Password:</source>
<translation>Wprowadź hasło do firmware'u</translation>
<translation>Wprowadź hasło do firmware&apos;u</translation>
</message>
<message>
<source>Enter password for hidden volume</source>
Expand Down
5 changes: 3 additions & 2 deletions nitrokey-app-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sources.files = qss
TARGET = nitrokey-app
TEMPLATE = app

VERSION = 1.3.1
VERSION_STR = 1.3.1
VERSION = 1.3.2
VERSION_STR = 1.3.2
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = Nitrokey App
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
Expand Down Expand Up @@ -139,6 +139,7 @@ RESOURCES += \
TRANSLATIONS += i18n/nitrokey_de_DE.ts \
i18n/nitrokey_arabic.ts \
i18n/nitrokey_en.ts \
i18n/nitrokey_pl.ts \
i18n/nitrokey_fr.ts \
i18n/nitrokey_it.ts

Expand Down
1 change: 1 addition & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<file alias="nitrokey_en.qm">i18n/nitrokey_en.qm</file>
<file alias="nitrokey_arabic.qm">i18n/nitrokey_arabic.qm</file>
<file alias="nitrokey_fr.qm">i18n/nitrokey_fr.qm</file>
<file alias="nitrokey_pl.qm">i18n/nitrokey_pl.qm</file>
<file alias="nitrokey_it.qm">i18n/nitrokey_it.qm</file>
</qresource>
<qresource prefix="/license">
Expand Down

0 comments on commit ae2c0ea

Please sign in to comment.