fixed some transaltion issues
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@72 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
079f3c8ace
commit
7de21d206c
|
@ -41,7 +41,7 @@ CDbSettingsDlg::~CDbSettingsDlg()
|
|||
|
||||
void CDbSettingsDlg::showEvent(QShowEvent *event){
|
||||
if(event->spontaneous()==false){
|
||||
createBanner(Banner,Icon_Settings32x32,"Settings");
|
||||
createBanner(Banner,Icon_Settings32x32,tr("Settings"));
|
||||
ComboAlgo->insertItem(tr("AES(Rijndael): 256 Bit (default)"),0);
|
||||
ComboAlgo->insertItem(tr("Twofish: 256 Bit"),1);
|
||||
ComboAlgo->setCurrentItem(database->CryptoAlgorithmus); //Achtung: AlgoID muss gleich dem ComboBox Index sein!
|
||||
|
|
|
@ -31,7 +31,7 @@ CGenPwDialog::CGenPwDialog(QWidget* parent, const char* name, bool modal, Qt::WF
|
|||
: QDialog(parent,name, modal,fl)
|
||||
{
|
||||
setupUi(this);
|
||||
createBanner(Banner,Icon_Key32x32,QString::fromUtf8("Password Generator"));
|
||||
createBanner(Banner,Icon_Key32x32,tr("Password Generator"));
|
||||
Radio_1->setChecked(true);
|
||||
Edit_chars->setDisabled(true);
|
||||
connect(ButtonGenerate,SIGNAL(clicked()),this,SLOT(OnGeneratePw()));
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>dbsettingdlg_base</class>
|
||||
<widget class="QDialog" name="dbsettingdlg_base" >
|
||||
<widget class="QDialog" name="DatabaseSettingsDlg" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
|
|
@ -264,6 +264,10 @@ Sind Sie sicher?</translation>
|
|||
<source>Could not open '/dev/random' or '/dev/urandom'.</source>
|
||||
<translation>'/dev/random' oder '/dev/urandom' konnte nicht geöffnet werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password Generator</source>
|
||||
<translation type="unfinished">Passwortgenerator</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CPasswordDialog</name>
|
||||
|
|
|
@ -262,6 +262,10 @@ Are you sure?</source>
|
|||
<source>Could not open '/dev/random' or '/dev/urandom'.</source>
|
||||
<translation>No se pudo abrir '/dev/random' o '/dev/urandom'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password Generator</source>
|
||||
<translation type="unfinished">Generador de Contraseña</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CPasswordDialog</name>
|
||||
|
|
|
@ -264,6 +264,10 @@ En êtes-vous sûr ?</translation>
|
|||
<source>Could not open '/dev/random' or '/dev/urandom'.</source>
|
||||
<translation>Ne peut ouvrir '/dev/random' ou '/dev/urandom'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password Generator</source>
|
||||
<translation type="unfinished">Générateur de mots de passe</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CPasswordDialog</name>
|
||||
|
|
|
@ -257,6 +257,10 @@ Are you sure?</source>
|
|||
<source>Could not open '/dev/random' or '/dev/urandom'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password Generator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CPasswordDialog</name>
|
||||
|
|
|
@ -257,6 +257,10 @@ Are you sure?</source>
|
|||
<source>Could not open '/dev/random' or '/dev/urandom'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Password Generator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CPasswordDialog</name>
|
||||
|
|
Loading…
Reference in New Issue