diff --git a/localization/rssguard-cs_CZ.ts b/localization/rssguard-cs_CZ.ts index dac542bf9..aab21737e 100644 --- a/localization/rssguard-cs_CZ.ts +++ b/localization/rssguard-cs_CZ.ts @@ -1,20 +1,12 @@ - + AdBlockAddSubscriptionDialog Add subscription Přidat skupinu filtrů - - Title: - - - - Address: - - Another subscription Vlastní seznam filtrů @@ -35,6 +27,14 @@ Entered url is empty. Zadaná adresa je prázdná. + + Title + Nadpis + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-de_DE.ts b/localization/rssguard-de_DE.ts index 1b2f9b379..3f5c1919f 100644 --- a/localization/rssguard-de_DE.ts +++ b/localization/rssguard-de_DE.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + Titel + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-en_GB.ts b/localization/rssguard-en_GB.ts index 318f2ba5f..955d5bb23 100644 --- a/localization/rssguard-en_GB.ts +++ b/localization/rssguard-en_GB.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-en_US.ts b/localization/rssguard-en_US.ts index 785ab5a9c..6521be228 100644 --- a/localization/rssguard-en_US.ts +++ b/localization/rssguard-en_US.ts @@ -10,12 +10,12 @@ - Title: + Title - Address: + Address @@ -738,12 +738,12 @@ Auto-update status: %5 - + Cannot edit item - + Cannot delete item @@ -758,67 +758,67 @@ Auto-update status: %5 - + Selected item cannot be edited because another critical operation is ongoing. - + Selected item cannot be deleted because another critical operation is ongoing. - + Deleting feed or category - + You are about to delete selected feed or category. - + Do you really want to delete selected item? - + Deletion of item failed. - + Selected item was not deleted due to error. - + Permanently delete messages - + You are about to permanenty delete all messages from your recycle bin. - + Do you really want to empty your recycle bin? - + Context menu for feeds - + Context menu for empty space - + Context menu for recycle bin diff --git a/localization/rssguard-fr_FR.ts b/localization/rssguard-fr_FR.ts index 7055ba9aa..0dac3ab77 100644 --- a/localization/rssguard-fr_FR.ts +++ b/localization/rssguard-fr_FR.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + Titre + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-it_IT.ts b/localization/rssguard-it_IT.ts index a07f2b664..35045183e 100644 --- a/localization/rssguard-it_IT.ts +++ b/localization/rssguard-it_IT.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + Titolo + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-nl_NL.ts b/localization/rssguard-nl_NL.ts index c96493f35..04bf192be 100644 --- a/localization/rssguard-nl_NL.ts +++ b/localization/rssguard-nl_NL.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + Titel + + + Address + + AdBlockCustomList diff --git a/localization/rssguard-sv_SE.ts b/localization/rssguard-sv_SE.ts index 806dbbb21..562c47b6e 100644 --- a/localization/rssguard-sv_SE.ts +++ b/localization/rssguard-sv_SE.ts @@ -7,14 +7,6 @@ Add subscription - - Title: - - - - Address: - - Another subscription @@ -35,6 +27,14 @@ Entered url is empty. + + Title + + + + Address + + AdBlockCustomList diff --git a/src/miscellaneous/simplecrypt/simplecrypt.h b/src/miscellaneous/simplecrypt/simplecrypt.h index 9ba232e25..fc0c2412b 100644 --- a/src/miscellaneous/simplecrypt/simplecrypt.h +++ b/src/miscellaneous/simplecrypt/simplecrypt.h @@ -87,7 +87,7 @@ class SimpleCrypt { ErrorNoError, /*!< No error occurred. */ ErrorNoKeySet, /*!< No key was set. You can not encrypt or decrypt without a valid key. */ ErrorUnknownVersion, /*!< The version of this data is unknown, or the data is otherwise not valid. */ - ErrorIntegrityFailed, /*!< The integrity check of the data failed. Perhaps the wrong key was used. */ + ErrorIntegrityFailed /*!< The integrity check of the data failed. Perhaps the wrong key was used. */ }; /**