summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--localization/localization_ar_MA.ts17
-rw-r--r--localization/localization_cs_CZ.ts17
-rwxr-xr-xlocalization/localization_de_DE.ts17
-rwxr-xr-xlocalization/localization_de_LU.ts17
-rw-r--r--localization/localization_el_GR.ts17
-rw-r--r--localization/localization_en_GB.ts17
-rw-r--r--localization/localization_en_US.ts17
-rw-r--r--localization/localization_es_ES.ts17
-rw-r--r--localization/localization_fr_BE.ts17
-rw-r--r--localization/localization_fr_FR.ts17
-rw-r--r--localization/localization_fr_LU.ts17
-rw-r--r--localization/localization_gl_ES.ts17
-rw-r--r--localization/localization_he_IL.ts17
-rw-r--r--localization/localization_hu_HU.ts17
-rw-r--r--localization/localization_lb_LU.ts17
-rw-r--r--localization/localization_nl_BE.ts33
-rw-r--r--localization/localization_nl_NL.ts23
-rw-r--r--localization/localization_pl_PL.ts17
-rw-r--r--localization/localization_ru_RU.ts17
-rw-r--r--localization/localization_sv_SE.ts17
-rw-r--r--localization/localization_zh_CN.ts17
-rwxr-xr-xrelease-mac4
23 files changed, 292 insertions, 93 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8872b00e..41842861 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
**Merged pull requests:**
+- Italian translation [\#204](https://github.com/IJHack/qtpass/pull/204) ([dakk](https://github.com/dakk))
+- keygendialog email and name validition \(issue 202\) [\#203](https://github.com/IJHack/qtpass/pull/203) ([dakk](https://github.com/dakk))
- Lookup validity field to check if keys are valid [\#201](https://github.com/IJHack/qtpass/pull/201) ([thotypous](https://github.com/thotypous))
- Fix spelling error [\#200](https://github.com/IJHack/qtpass/pull/200) ([innir](https://github.com/innir))
diff --git a/localization/localization_ar_MA.ts b/localization/localization_ar_MA.ts
index efae3380..5c2ef0e7 100644
--- a/localization/localization_ar_MA.ts
+++ b/localization/localization_ar_MA.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="ar_MA">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="ar_MA">
<context>
<name>ConfigDialog</name>
<message>
@@ -405,11 +404,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_cs_CZ.ts b/localization/localization_cs_CZ.ts
index cb404dce..9edb43f6 100644
--- a/localization/localization_cs_CZ.ts
+++ b/localization/localization_cs_CZ.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="cs_CZ">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="cs_CZ">
<context>
<name>ConfigDialog</name>
<message>
@@ -421,11 +420,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation>Tato operace může zabrat několik minut.&lt;br /&gt;Je třeba vygenerovat množství náhodných dat. Pro urychlení můžete pomoci (psaním na klávesnici, pohybováním myší, zapisováním na disk) s jejich generováním; toto pomůže generátoru náhodných čísel zvýšit šanci na získání dostatečné entropie.</translation>
</message>
diff --git a/localization/localization_de_DE.ts b/localization/localization_de_DE.ts
index 64b9ea36..71945908 100755
--- a/localization/localization_de_DE.ts
+++ b/localization/localization_de_DE.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="de_DE">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="de_DE">
<context>
<name>ConfigDialog</name>
<message>
@@ -483,11 +482,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translatorcomment>Google translate FTW</translatorcomment>
<translation>Dieser Vorgang kann einige Minuten dauern.&lt;br /&gt;Wir brauchen eine Menge von zufälligen Bytes zu erzeugen. Es ist eine gute Idee, eine andere Aktion (Typ auf der Tastatur, bewegen Sie die Maus verwenden, um die Scheiben) während der Prime-Generation zu erfüllen; Dies gibt dem Zufallszahlengenerator eine bessere Chance, genug Entropie zu gewinnen.</translation>
diff --git a/localization/localization_de_LU.ts b/localization/localization_de_LU.ts
index 17ddf51b..5dcc4083 100755
--- a/localization/localization_de_LU.ts
+++ b/localization/localization_de_LU.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="de_LU">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="de_LU">
<context>
<name>ConfigDialog</name>
<message>
@@ -483,11 +482,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_el_GR.ts b/localization/localization_el_GR.ts
index 45e485d8..79c96128 100644
--- a/localization/localization_el_GR.ts
+++ b/localization/localization_el_GR.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="el_GR">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="el_GR">
<context>
<name>ConfigDialog</name>
<message>
@@ -405,11 +404,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_en_GB.ts b/localization/localization_en_GB.ts
index dc9b0882..f5243dcb 100644
--- a/localization/localization_en_GB.ts
+++ b/localization/localization_en_GB.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="en_GB">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="en_GB">
<context>
<name>ConfigDialog</name>
<message>
@@ -421,11 +420,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilise the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</translation>
</message>
diff --git a/localization/localization_en_US.ts b/localization/localization_en_US.ts
index a2441abe..8c9f5fe5 100644
--- a/localization/localization_en_US.ts
+++ b/localization/localization_en_US.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="en_US">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="en_US">
<context>
<name>ConfigDialog</name>
<message>
@@ -421,11 +420,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilise the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</translation>
</message>
diff --git a/localization/localization_es_ES.ts b/localization/localization_es_ES.ts
index 7c6ced18..3720a2ed 100644
--- a/localization/localization_es_ES.ts
+++ b/localization/localization_es_ES.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="es_ES">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="es_ES">
<context>
<name>ConfigDialog</name>
<message>
@@ -457,11 +456,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_fr_BE.ts b/localization/localization_fr_BE.ts
index 280683e8..afd576a1 100644
--- a/localization/localization_fr_BE.ts
+++ b/localization/localization_fr_BE.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="fr_BE">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="fr_BE">
<context>
<name>ConfigDialog</name>
<message>
@@ -435,11 +434,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_fr_FR.ts b/localization/localization_fr_FR.ts
index 0ff692b5..ef3ef8a2 100644
--- a/localization/localization_fr_FR.ts
+++ b/localization/localization_fr_FR.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="fr_FR">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="fr_FR">
<context>
<name>ConfigDialog</name>
<message>
@@ -435,11 +434,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_fr_LU.ts b/localization/localization_fr_LU.ts
index 5e4c2991..7a0622ed 100644
--- a/localization/localization_fr_LU.ts
+++ b/localization/localization_fr_LU.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="fr_LU">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="fr_LU">
<context>
<name>ConfigDialog</name>
<message>
@@ -435,11 +434,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_gl_ES.ts b/localization/localization_gl_ES.ts
index dcaf5b43..da8238e7 100644
--- a/localization/localization_gl_ES.ts
+++ b/localization/localization_gl_ES.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="gl_ES">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="gl_ES">
<context>
<name>ConfigDialog</name>
<message>
@@ -461,11 +460,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_he_IL.ts b/localization/localization_he_IL.ts
index ab1ba224..16fa3b7d 100644
--- a/localization/localization_he_IL.ts
+++ b/localization/localization_he_IL.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="he_IL">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="he_IL">
<context>
<name>ConfigDialog</name>
<message>
@@ -405,11 +404,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_hu_HU.ts b/localization/localization_hu_HU.ts
index a6b9468d..67971540 100644
--- a/localization/localization_hu_HU.ts
+++ b/localization/localization_hu_HU.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="hu_HU">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="hu_HU">
<context>
<name>ConfigDialog</name>
<message>
@@ -441,11 +440,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_lb_LU.ts b/localization/localization_lb_LU.ts
index 60a9cc82..982a7df0 100644
--- a/localization/localization_lb_LU.ts
+++ b/localization/localization_lb_LU.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="lb_LU">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="lb_LU">
<context>
<name>ConfigDialog</name>
<message>
@@ -405,11 +404,21 @@ Expire-Date: 0
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_nl_BE.ts b/localization/localization_nl_BE.ts
index 3234cef8..d8d63a25 100644
--- a/localization/localization_nl_BE.ts
+++ b/localization/localization_nl_BE.ts
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
-<TS version="2.0" language="nl_BE">
-<defaultcodec>UTF-8</defaultcodec>
+<TS version="2.1" language="nl_BE">
<context>
<name>ConfigDialog</name>
<message>
@@ -472,15 +471,29 @@ Expire-Date: 0
<message>
<location filename="../keygendialog.cpp" line="133"/>
<source>Invalid name</source>
- <translation type="unfinished"></translation>
+ <translation>Ongeldige naam</translation>
</message>
<message>
<location filename="../keygendialog.cpp" line="133"/>
- <source>The name should be longer than 4 characters.</source>
+ <source>Name must be at least 5 characters long.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>Invalid email</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="142"/>
+ <source>The email address you typed is not a valid email address.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../keygendialog.cpp" line="148"/>
+ <source>The name should be longer than 4 characters.</source>
+ <translation type="vanished">De naam dient langer te zijn dan 4 karakters.</translation>
+ </message>
+ <message>
+ <location filename="../keygendialog.cpp" line="157"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain eno