mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
translation string fixes
This commit is contained in:
parent
4a387130b5
commit
e20bbd515c
@ -216,7 +216,7 @@ void QgsNewHttpConnection::accept()
|
|||||||
if ( !txtPassword->text().isEmpty() &&
|
if ( !txtPassword->text().isEmpty() &&
|
||||||
QMessageBox::question( this,
|
QMessageBox::question( this,
|
||||||
tr( "Saving passwords" ),
|
tr( "Saving passwords" ),
|
||||||
tr( "WARNING: You have entered a password. It will be stored in unsecured plain text in your project files and your home directory (Unix-like OS) or user profile (Windows). If you want to avoid this, press Cancel and either:\n\na) Don't provide a password in the connection settings — it will be requested interactively when needed;\nb) Use the Configuration tab to add your credentials in an HTTP Basic Authentication method and store them in an encrypted database." ),
|
trUtf8( "WARNING: You have entered a password. It will be stored in unsecured plain text in your project files and your home directory (Unix-like OS) or user profile (Windows). If you want to avoid this, press Cancel and either:\n\na) Don't provide a password in the connection settings — it will be requested interactively when needed;\nb) Use the Configuration tab to add your credentials in an HTTP Basic Authentication method and store them in an encrypted database." ),
|
||||||
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Cancel )
|
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Cancel )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
@ -115,7 +115,7 @@ void QgsPgNewConnection::accept()
|
|||||||
if ( !hasAuthConfigID && chkStorePassword->isChecked() &&
|
if ( !hasAuthConfigID && chkStorePassword->isChecked() &&
|
||||||
QMessageBox::question( this,
|
QMessageBox::question( this,
|
||||||
tr( "Saving passwords" ),
|
tr( "Saving passwords" ),
|
||||||
tr( "WARNING: You have opted to save your password. It will be stored in unsecured plain text in your project files and in your home directory (Unix-like OS) or user profile (Windows). If you want to avoid this, press Cancel and either:\n\na) Don't save a password in the connection settings — it will be requested interactively when needed;\nb) Use the Configuration tab to add your credentials in an HTTP Basic Authentication method and store them in an encrypted database." ),
|
trUtf8( "WARNING: You have opted to save your password. It will be stored in unsecured plain text in your project files and in your home directory (Unix-like OS) or user profile (Windows). If you want to avoid this, press Cancel and either:\n\na) Don't save a password in the connection settings — it will be requested interactively when needed;\nb) Use the Configuration tab to add your credentials in an HTTP Basic Authentication method and store them in an encrypted database." ),
|
||||||
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Cancel )
|
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Cancel )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user