This commit is contained in:
Martchus 2016-03-03 16:50:44 +01:00
parent e366ac8ac1
commit 6086c613f4
3 changed files with 149 additions and 133 deletions

View File

@ -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) {

View File

@ -241,309 +241,317 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="330"/>
<location filename="../gui/mainwindow.cpp" line="332"/>
<source>A simple password store using AES-256-CBC encryption via OpenSSL.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="351"/>
<location filename="../gui/mainwindow.cpp" line="353"/>
<source>Select a password list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="372"/>
<location filename="../gui/mainwindow.cpp" line="374"/>
<source>The selected file can&apos;t be found anymore. Do you want to delete the obsolete entry from the list?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="374"/>
<location filename="../gui/mainwindow.cpp" line="376"/>
<source>keep entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="375"/>
<location filename="../gui/mainwindow.cpp" line="377"/>
<source>delete entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="407"/>
<location filename="../gui/mainwindow.cpp" line="409"/>
<source>Undo stack</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="435"/>
<location filename="../gui/mainwindow.cpp" line="437"/>
<source>An IO error occured when opening the specified file &quot;%1&quot;.
(%2)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="442"/>
<location filename="../gui/mainwindow.cpp" line="444"/>
<source>The file you want to load seems to be very big. Do you really want to open it?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="456"/>
<location filename="../gui/mainwindow.cpp" line="457"/>
<location filename="../gui/mainwindow.cpp" line="458"/>
<location filename="../gui/mainwindow.cpp" line="459"/>
<source>A password is needed to open the file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="476"/>
<location filename="../gui/mainwindow.cpp" line="478"/>
<source>The file couldn&apos;t be decrypted.
OpenSSL error queue: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="480"/>
<location filename="../gui/mainwindow.cpp" line="482"/>
<source>Unable to parse the file. %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="538"/>
<location filename="../gui/mainwindow.cpp" line="540"/>
<source>The file &lt;i&gt;%1&lt;/i&gt; couldn&apos;t be created.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="555"/>
<location filename="../gui/mainwindow.cpp" line="557"/>
<source>A new password list has been created.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="558"/>
<location filename="../gui/mainwindow.cpp" line="560"/>
<source>The password list has been load.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="728"/>
<location filename="../gui/mainwindow.cpp" line="730"/>
<source>Exactly one fields needs to be selected (top-left corner for insertion).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="744"/>
<location filename="../gui/mainwindow.cpp" line="746"/>
<source>Select where you want to save the password list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="746"/>
<location filename="../gui/mainwindow.cpp" line="748"/>
<source>All files (*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="748"/>
<location filename="../gui/mainwindow.cpp" line="750"/>
<source>The file was not be saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="769"/>
<location filename="../gui/mainwindow.cpp" line="771"/>
<source>There is no password list opened.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="782"/>
<location filename="../gui/mainwindow.cpp" line="784"/>
<source>There&apos;s no account selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="799"/>
<location filename="../gui/mainwindow.cpp" line="801"/>
<source>The password file has been modified.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="800"/>
<location filename="../gui/mainwindow.cpp" line="802"/>
<source>Do you want to save the changes before closing?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="820"/>
<location filename="../gui/mainwindow.cpp" line="822"/>
<source>The password list has been closed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="450"/>
<location filename="../gui/mainwindow.cpp" line="452"/>
<source>Opening file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="451"/>
<location filename="../gui/mainwindow.cpp" line="453"/>
<source>Enter the password to open the file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="843"/>
<location filename="../gui/mainwindow.cpp" line="845"/>
<source>The backup file couldn&apos;t be created because in IO error occured: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="857"/>
<location filename="../gui/mainwindow.cpp" line="859"/>
<source>Saving file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="858"/>
<location filename="../gui/mainwindow.cpp" line="860"/>
<source>Enter a password to save the file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="866"/>
<location filename="../gui/mainwindow.cpp" line="868"/>
<source>The file hasn&apos;t been saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="875"/>
<location filename="../gui/mainwindow.cpp" line="877"/>
<source>The password list couldn&apos;t be saved due to encryption failure.
OpenSSL error queue: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="887"/>
<location filename="../gui/mainwindow.cpp" line="889"/>
<source>The password list has been saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="906"/>
<location filename="../gui/mainwindow.cpp" line="908"/>
<source>The password list couldn&apos;t be exported. %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="909"/>
<location filename="../gui/mainwindow.cpp" line="911"/>
<source>The password list has been exported.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="925"/>
<location filename="../gui/mainwindow.cpp" line="927"/>
<source>The currently opened file hasn&apos;t been saved yet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="1189"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<location filename="../gui/mainwindow.cpp" line="1191"/>
<source>Add account</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="1190"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<location filename="../gui/mainwindow.cpp" line="1192"/>
<source>Add category</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<source>Enter the entry name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<source>new entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="974"/>
<location filename="../gui/mainwindow.cpp" line="976"/>
<source>Unable to create new entry.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="977"/>
<location filename="../gui/mainwindow.cpp" line="979"/>
<source>You didn&apos;t enter text.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="983"/>
<location filename="../gui/mainwindow.cpp" line="985"/>
<source>No node element selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="998"/>
<location filename="../gui/mainwindow.cpp" line="1000"/>
<source>Unable to remove the entry.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1001"/>
<location filename="../gui/mainwindow.cpp" line="1003"/>
<source>No entry selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1053"/>
<location filename="../gui/mainwindow.cpp" line="1055"/>
<source>A field has to be selected since new fields are always inserted before the currently selected field.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1077"/>
<location filename="../gui/mainwindow.cpp" line="1079"/>
<source>No fields have been removed since there are currently no fields selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1112"/>
<location filename="../gui/mainwindow.cpp" line="1114"/>
<source>No fields have been changed since there are currently no fields selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1142"/>
<location filename="../gui/mainwindow.cpp" line="1144"/>
<source>Changing password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1149"/>
<location filename="../gui/mainwindow.cpp" line="1151"/>
<source>You didn&apos;t enter a password. &lt;strong&gt;No encryption&lt;/strong&gt; will be used when saving the file next time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1153"/>
<location filename="../gui/mainwindow.cpp" line="1155"/>
<source>The new password will be used next time you save the file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1157"/>
<location filename="../gui/mainwindow.cpp" line="1159"/>
<source>You aborted. The old password will still be used when saving the file next time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1192"/>
<location filename="../gui/mainwindow.cpp" line="1194"/>
<source>Remove entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1198"/>
<location filename="../gui/mainwindow.cpp" line="1200"/>
<source>Expanded by default</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1239"/>
<source>Insert field(s)</source>
<location filename="../gui/mainwindow.cpp" line="1257"/>
<source>Insert field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1240"/>
<message numerus="yes">
<location filename="../gui/mainwindow.cpp" line="1258"/>
<source>Remove field(s)</source>
<translation type="unfinished"></translation>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1245"/>
<location filename="../gui/mainwindow.cpp" line="1263"/>
<source>Mark as password field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1248"/>
<location filename="../gui/mainwindow.cpp" line="1266"/>
<source>Mark as normal field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1253"/>
<location filename="../gui/mainwindow.cpp" line="1272"/>
<source>Copy</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1256"/>
<location filename="../gui/mainwindow.cpp" line="1275"/>
<source>Paste</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1276"/>
<location filename="../gui/mainwindow.cpp" line="1279"/>
<source>Open URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1302"/>
<source>The selection is empty.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1254"/>
<location filename="../gui/mainwindow.cpp" line="1273"/>
<source>Copy for 5 seconds</source>
<translation type="unfinished"></translation>
</message>

View File

@ -241,309 +241,317 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="330"/>
<location filename="../gui/mainwindow.cpp" line="332"/>
<source>A simple password store using AES-256-CBC encryption via OpenSSL.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="351"/>
<location filename="../gui/mainwindow.cpp" line="353"/>
<source>Select a password list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="372"/>
<location filename="../gui/mainwindow.cpp" line="374"/>
<source>The selected file can&apos;t be found anymore. Do you want to delete the obsolete entry from the list?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="374"/>
<location filename="../gui/mainwindow.cpp" line="376"/>
<source>keep entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="375"/>
<location filename="../gui/mainwindow.cpp" line="377"/>
<source>delete entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="407"/>
<location filename="../gui/mainwindow.cpp" line="409"/>
<source>Undo stack</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="435"/>
<location filename="../gui/mainwindow.cpp" line="437"/>
<source>An IO error occured when opening the specified file &quot;%1&quot;.
(%2)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="442"/>
<location filename="../gui/mainwindow.cpp" line="444"/>
<source>The file you want to load seems to be very big. Do you really want to open it?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="456"/>
<location filename="../gui/mainwindow.cpp" line="457"/>
<location filename="../gui/mainwindow.cpp" line="458"/>
<location filename="../gui/mainwindow.cpp" line="459"/>
<source>A password is needed to open the file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="476"/>
<location filename="../gui/mainwindow.cpp" line="478"/>
<source>The file couldn&apos;t be decrypted.
OpenSSL error queue: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="480"/>
<location filename="../gui/mainwindow.cpp" line="482"/>
<source>Unable to parse the file. %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="538"/>
<location filename="../gui/mainwindow.cpp" line="540"/>
<source>The file &lt;i&gt;%1&lt;/i&gt; couldn&apos;t be created.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="555"/>
<location filename="../gui/mainwindow.cpp" line="557"/>
<source>A new password list has been created.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="558"/>
<location filename="../gui/mainwindow.cpp" line="560"/>
<source>The password list has been load.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="728"/>
<location filename="../gui/mainwindow.cpp" line="730"/>
<source>Exactly one fields needs to be selected (top-left corner for insertion).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="744"/>
<location filename="../gui/mainwindow.cpp" line="746"/>
<source>Select where you want to save the password list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="746"/>
<location filename="../gui/mainwindow.cpp" line="748"/>
<source>All files (*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="748"/>
<location filename="../gui/mainwindow.cpp" line="750"/>
<source>The file was not be saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="769"/>
<location filename="../gui/mainwindow.cpp" line="771"/>
<source>There is no password list opened.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="782"/>
<location filename="../gui/mainwindow.cpp" line="784"/>
<source>There&apos;s no account selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="799"/>
<location filename="../gui/mainwindow.cpp" line="801"/>
<source>The password file has been modified.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="800"/>
<location filename="../gui/mainwindow.cpp" line="802"/>
<source>Do you want to save the changes before closing?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="820"/>
<location filename="../gui/mainwindow.cpp" line="822"/>
<source>The password list has been closed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="450"/>
<location filename="../gui/mainwindow.cpp" line="452"/>
<source>Opening file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="451"/>
<location filename="../gui/mainwindow.cpp" line="453"/>
<source>Enter the password to open the file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="843"/>
<location filename="../gui/mainwindow.cpp" line="845"/>
<source>The backup file couldn&apos;t be created because in IO error occured: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="857"/>
<location filename="../gui/mainwindow.cpp" line="859"/>
<source>Saving file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="858"/>
<location filename="../gui/mainwindow.cpp" line="860"/>
<source>Enter a password to save the file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="866"/>
<location filename="../gui/mainwindow.cpp" line="868"/>
<source>The file hasn&apos;t been saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="875"/>
<location filename="../gui/mainwindow.cpp" line="877"/>
<source>The password list couldn&apos;t be saved due to encryption failure.
OpenSSL error queue: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="887"/>
<location filename="../gui/mainwindow.cpp" line="889"/>
<source>The password list has been saved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="906"/>
<location filename="../gui/mainwindow.cpp" line="908"/>
<source>The password list couldn&apos;t be exported. %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="909"/>
<location filename="../gui/mainwindow.cpp" line="911"/>
<source>The password list has been exported.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="925"/>
<location filename="../gui/mainwindow.cpp" line="927"/>
<source>The currently opened file hasn&apos;t been saved yet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="1189"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<location filename="../gui/mainwindow.cpp" line="1191"/>
<source>Add account</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="1190"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<location filename="../gui/mainwindow.cpp" line="1192"/>
<source>Add category</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<source>Enter the entry name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="965"/>
<location filename="../gui/mainwindow.cpp" line="967"/>
<source>new entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="974"/>
<location filename="../gui/mainwindow.cpp" line="976"/>
<source>Unable to create new entry.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="977"/>
<location filename="../gui/mainwindow.cpp" line="979"/>
<source>You didn&apos;t enter text.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="983"/>
<location filename="../gui/mainwindow.cpp" line="985"/>
<source>No node element selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="998"/>
<location filename="../gui/mainwindow.cpp" line="1000"/>
<source>Unable to remove the entry.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1001"/>
<location filename="../gui/mainwindow.cpp" line="1003"/>
<source>No entry selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1053"/>
<location filename="../gui/mainwindow.cpp" line="1055"/>
<source>A field has to be selected since new fields are always inserted before the currently selected field.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1077"/>
<location filename="../gui/mainwindow.cpp" line="1079"/>
<source>No fields have been removed since there are currently no fields selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1112"/>
<location filename="../gui/mainwindow.cpp" line="1114"/>
<source>No fields have been changed since there are currently no fields selected.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1142"/>
<location filename="../gui/mainwindow.cpp" line="1144"/>
<source>Changing password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1149"/>
<location filename="../gui/mainwindow.cpp" line="1151"/>
<source>You didn&apos;t enter a password. &lt;strong&gt;No encryption&lt;/strong&gt; will be used when saving the file next time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1153"/>
<location filename="../gui/mainwindow.cpp" line="1155"/>
<source>The new password will be used next time you save the file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1157"/>
<location filename="../gui/mainwindow.cpp" line="1159"/>
<source>You aborted. The old password will still be used when saving the file next time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1192"/>
<location filename="../gui/mainwindow.cpp" line="1194"/>
<source>Remove entry</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1198"/>
<location filename="../gui/mainwindow.cpp" line="1200"/>
<source>Expanded by default</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1239"/>
<source>Insert field(s)</source>
<location filename="../gui/mainwindow.cpp" line="1257"/>
<source>Insert field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1240"/>
<message numerus="yes">
<location filename="../gui/mainwindow.cpp" line="1258"/>
<source>Remove field(s)</source>
<translation type="unfinished"></translation>
<translation type="unfinished">
<numerusform>Remove field</numerusform>
<numerusform>Remove fields</numerusform>
</translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1245"/>
<location filename="../gui/mainwindow.cpp" line="1263"/>
<source>Mark as password field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1248"/>
<location filename="../gui/mainwindow.cpp" line="1266"/>
<source>Mark as normal field</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1253"/>
<location filename="../gui/mainwindow.cpp" line="1272"/>
<source>Copy</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1256"/>
<location filename="../gui/mainwindow.cpp" line="1275"/>
<source>Paste</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1276"/>
<location filename="../gui/mainwindow.cpp" line="1279"/>
<source>Open URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1302"/>
<source>The selection is empty.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../gui/mainwindow.cpp" line="1254"/>
<location filename="../gui/mainwindow.cpp" line="1273"/>
<source>Copy for 5 seconds</source>
<translation type="unfinished"></translation>
</message>