diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 6fcd89a..aa976b6 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -1255,7 +1255,7 @@ void MainWindow::showTableViewContextMenu() QMenu contextMenu(this); // -> insertion and removal contextMenu.addAction(QIcon::fromTheme(QStringLiteral("list-add")), tr("Insert field"), this, SLOT(insertRow())); - contextMenu.addAction(QIcon::fromTheme(QStringLiteral("list-remove")), tr("Remove field(s)", nullptr, multipleRows), this, SLOT(removeRows())); + contextMenu.addAction(QIcon::fromTheme(QStringLiteral("list-remove")), tr("Remove field(s)", 0, multipleRows), this, SLOT(removeRows())); // -> show the "Mark as ..." action only when all selected indexes are of the same type if(hasFirstFieldType && allOfSameType) { switch(firstType) { diff --git a/translations/passwordmanager_de_DE.ts b/translations/passwordmanager_de_DE.ts index 43bd3d4..06e716d 100644 --- a/translations/passwordmanager_de_DE.ts +++ b/translations/passwordmanager_de_DE.ts @@ -241,309 +241,317 @@ - + A simple password store using AES-256-CBC encryption via OpenSSL. - + Select a password list - + The selected file can't be found anymore. Do you want to delete the obsolete entry from the list? - + keep entry - + delete entry - + Undo stack - + An IO error occured when opening the specified file "%1". (%2) - + The file you want to load seems to be very big. Do you really want to open it? - - + + A password is needed to open the file. - + The file couldn't be decrypted. OpenSSL error queue: %1 - + Unable to parse the file. %1 - + The file <i>%1</i> couldn't be created. - + A new password list has been created. - + The password list has been load. - + Exactly one fields needs to be selected (top-left corner for insertion). - + Select where you want to save the password list - + All files (*.*) - + The file was not be saved. - + There is no password list opened. - + There's no account selected. - + The password file has been modified. - + Do you want to save the changes before closing? - + The password list has been closed. - + Opening file - + Enter the password to open the file "%1" - + The backup file couldn't be created because in IO error occured: %1 - + Saving file - + Enter a password to save the file - + The file hasn't been saved. - + The password list couldn't be saved due to encryption failure. OpenSSL error queue: %1 - + The password list has been saved. - + The password list couldn't be exported. %1 - + The password list has been exported. - + The currently opened file hasn't been saved yet. - - + + Add account - - + + Add category - + Enter the entry name - + new entry - + Unable to create new entry. - + You didn't enter text. - + No node element selected. - + Unable to remove the entry. - + No entry selected. - + A field has to be selected since new fields are always inserted before the currently selected field. - + No fields have been removed since there are currently no fields selected. - + No fields have been changed since there are currently no fields selected. - + Changing password - + You didn't enter a password. <strong>No encryption</strong> will be used when saving the file next time. - + The new password will be used next time you save the file. - + You aborted. The old password will still be used when saving the file next time. - + Remove entry - + Expanded by default - - Insert field(s) + + Insert field - - + + Remove field(s) - + + + + - + Mark as password field - + Mark as normal field - + Copy - + Paste - + + Open URL + + + + The selection is empty. - + Copy for 5 seconds diff --git a/translations/passwordmanager_en_US.ts b/translations/passwordmanager_en_US.ts index ad675c6..731ec34 100644 --- a/translations/passwordmanager_en_US.ts +++ b/translations/passwordmanager_en_US.ts @@ -241,309 +241,317 @@ - + A simple password store using AES-256-CBC encryption via OpenSSL. - + Select a password list - + The selected file can't be found anymore. Do you want to delete the obsolete entry from the list? - + keep entry - + delete entry - + Undo stack - + An IO error occured when opening the specified file "%1". (%2) - + The file you want to load seems to be very big. Do you really want to open it? - - + + A password is needed to open the file. - + The file couldn't be decrypted. OpenSSL error queue: %1 - + Unable to parse the file. %1 - + The file <i>%1</i> couldn't be created. - + A new password list has been created. - + The password list has been load. - + Exactly one fields needs to be selected (top-left corner for insertion). - + Select where you want to save the password list - + All files (*.*) - + The file was not be saved. - + There is no password list opened. - + There's no account selected. - + The password file has been modified. - + Do you want to save the changes before closing? - + The password list has been closed. - + Opening file - + Enter the password to open the file "%1" - + The backup file couldn't be created because in IO error occured: %1 - + Saving file - + Enter a password to save the file - + The file hasn't been saved. - + The password list couldn't be saved due to encryption failure. OpenSSL error queue: %1 - + The password list has been saved. - + The password list couldn't be exported. %1 - + The password list has been exported. - + The currently opened file hasn't been saved yet. - - + + Add account - - + + Add category - + Enter the entry name - + new entry - + Unable to create new entry. - + You didn't enter text. - + No node element selected. - + Unable to remove the entry. - + No entry selected. - + A field has to be selected since new fields are always inserted before the currently selected field. - + No fields have been removed since there are currently no fields selected. - + No fields have been changed since there are currently no fields selected. - + Changing password - + You didn't enter a password. <strong>No encryption</strong> will be used when saving the file next time. - + The new password will be used next time you save the file. - + You aborted. The old password will still be used when saving the file next time. - + Remove entry - + Expanded by default - - Insert field(s) + + Insert field - - + + Remove field(s) - + + Remove field + Remove fields + - + Mark as password field - + Mark as normal field - + Copy - + Paste - + + Open URL + + + + The selection is empty. - + Copy for 5 seconds