Fixed some translation issues
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@73 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
		
							parent
							
								
									7de21d206c
								
							
						
					
					
						commit
						ca29e4a7bb
					
				| 
						 | 
					@ -86,7 +86,7 @@ if(!config.ShowPasswords)
 | 
				
			||||||
  ChangeEchoMode();
 | 
					  ChangeEchoMode();
 | 
				
			||||||
OnPasswordwLostFocus();
 | 
					OnPasswordwLostFocus();
 | 
				
			||||||
int bits=(entry->Password.length()*8);
 | 
					int bits=(entry->Password.length()*8);
 | 
				
			||||||
Label_Bits->setText(QString::number(bits)+" Bit");
 | 
					Label_Bits->setText(tr("%1 Bit").arg(QString::number(bits)));
 | 
				
			||||||
if(bits>128)
 | 
					if(bits>128)
 | 
				
			||||||
  bits=128;
 | 
					  bits=128;
 | 
				
			||||||
Progress_Quali->setValue(100*bits/128);
 | 
					Progress_Quali->setValue(100*bits/128);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -185,7 +185,7 @@ fclose(dev_random);
 | 
				
			||||||
int bits;
 | 
					int bits;
 | 
				
			||||||
if(checkBox8->isChecked())bits=length*8;
 | 
					if(checkBox8->isChecked())bits=length*8;
 | 
				
			||||||
else bits=length*7;
 | 
					else bits=length*7;
 | 
				
			||||||
Label_Bits->setText(QString::number(bits)+" Bit");
 | 
					Label_Bits->setText(tr("%1 Bit").arg(QString::number(bits)));
 | 
				
			||||||
if(bits>128)bits=128;
 | 
					if(bits>128)bits=128;
 | 
				
			||||||
Progress_Quali->setProgress(bits,128);
 | 
					Progress_Quali->setProgress(bits,128);
 | 
				
			||||||
Progress_Quali->setPercentageVisible(false);
 | 
					Progress_Quali->setPercentageVisible(false);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -340,7 +340,7 @@
 | 
				
			||||||
    <item row="6" column="5" >
 | 
					    <item row="6" column="5" >
 | 
				
			||||||
     <widget class="QLabel" name="Label_Bits" >
 | 
					     <widget class="QLabel" name="Label_Bits" >
 | 
				
			||||||
      <property name="text" >
 | 
					      <property name="text" >
 | 
				
			||||||
       <string>% Bit</string>
 | 
					       <string>%1 Bit</string>
 | 
				
			||||||
      </property>
 | 
					      </property>
 | 
				
			||||||
     </widget>
 | 
					     </widget>
 | 
				
			||||||
    </item>
 | 
					    </item>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -164,6 +164,10 @@ http://keepass.berlios.de/translation-howto.html</translation>
 | 
				
			||||||
        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
					        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
				
			||||||
        <translation>Die Anzahl an Verschlüsselungsrunden muss mindestens Eins betragen.</translation>
 | 
					        <translation>Die Anzahl an Verschlüsselungsrunden muss mindestens Eins betragen.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>Settings</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished">Einstellungen</translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CEditEntryDlg</name>
 | 
					    <name>CEditEntryDlg</name>
 | 
				
			||||||
| 
						 | 
					@ -241,6 +245,10 @@ Sind Sie sicher?</translation>
 | 
				
			||||||
        <source>Could not open file.</source>
 | 
					        <source>Could not open file.</source>
 | 
				
			||||||
        <translation>Datei konnte nicht geöffnet werden.</translation>
 | 
					        <translation>Datei konnte nicht geöffnet werden.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CGenPwDialog</name>
 | 
					    <name>CGenPwDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -268,6 +276,10 @@ Sind Sie sicher?</translation>
 | 
				
			||||||
        <source>Password Generator</source>
 | 
					        <source>Password Generator</source>
 | 
				
			||||||
        <translation type="unfinished">Passwortgenerator</translation>
 | 
					        <translation type="unfinished">Passwortgenerator</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CPasswordDialog</name>
 | 
					    <name>CPasswordDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -503,7 +515,7 @@ Bitter prüfen Sie Ihre Zugriffsrechte.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>% Bit</source>
 | 
					        <source>% Bit</source>
 | 
				
			||||||
        <translation>% Bit</translation>
 | 
					        <translation type="obsolete">% Bit</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>Ge&n.</source>
 | 
					        <source>Ge&n.</source>
 | 
				
			||||||
| 
						 | 
					@ -533,6 +545,10 @@ Bitter prüfen Sie Ihre Zugriffsrechte.</translation>
 | 
				
			||||||
        <source>></source>
 | 
					        <source>></source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>EditGroupDialog</name>
 | 
					    <name>EditGroupDialog</name>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,6 +162,10 @@ http://keepass.berlios.de/translation-howto.html</translation>
 | 
				
			||||||
        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
					        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
				
			||||||
        <translation>El númer de iteraciones de cifrado debe ser mayor que 0.</translation>
 | 
					        <translation>El númer de iteraciones de cifrado debe ser mayor que 0.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>Settings</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished">Preferencias</translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CEditEntryDlg</name>
 | 
					    <name>CEditEntryDlg</name>
 | 
				
			||||||
| 
						 | 
					@ -239,6 +243,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Could not open file.</source>
 | 
					        <source>Could not open file.</source>
 | 
				
			||||||
        <translation>No se pudo abrir el archivo.</translation>
 | 
					        <translation>No se pudo abrir el archivo.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CGenPwDialog</name>
 | 
					    <name>CGenPwDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -266,6 +274,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Password Generator</source>
 | 
					        <source>Password Generator</source>
 | 
				
			||||||
        <translation type="unfinished">Generador de Contraseña</translation>
 | 
					        <translation type="unfinished">Generador de Contraseña</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CPasswordDialog</name>
 | 
					    <name>CPasswordDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -498,7 +510,7 @@ Please check your permissions.</source>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>% Bit</source>
 | 
					        <source>% Bit</source>
 | 
				
			||||||
        <translation>% Bits</translation>
 | 
					        <translation type="obsolete">% Bits</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>Ge&n.</source>
 | 
					        <source>Ge&n.</source>
 | 
				
			||||||
| 
						 | 
					@ -528,6 +540,10 @@ Please check your permissions.</source>
 | 
				
			||||||
        <source>></source>
 | 
					        <source>></source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>EditGroupDialog</name>
 | 
					    <name>EditGroupDialog</name>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -164,6 +164,10 @@ http://keepass.berlios.de/translation-howto.html</translation>
 | 
				
			||||||
        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
					        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
				
			||||||
        <translation>Le nombre de passes doit être supérieur à 0.</translation>
 | 
					        <translation>Le nombre de passes doit être supérieur à 0.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>Settings</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished">Préférences</translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CEditEntryDlg</name>
 | 
					    <name>CEditEntryDlg</name>
 | 
				
			||||||
| 
						 | 
					@ -241,6 +245,10 @@ En êtes-vous sûr ?</translation>
 | 
				
			||||||
        <source>Could not open file.</source>
 | 
					        <source>Could not open file.</source>
 | 
				
			||||||
        <translation>Ne peut ouvrir le fichier.</translation>
 | 
					        <translation>Ne peut ouvrir le fichier.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CGenPwDialog</name>
 | 
					    <name>CGenPwDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -268,6 +276,10 @@ En êtes-vous sûr ?</translation>
 | 
				
			||||||
        <source>Password Generator</source>
 | 
					        <source>Password Generator</source>
 | 
				
			||||||
        <translation type="unfinished">Générateur de mots de passe</translation>
 | 
					        <translation type="unfinished">Générateur de mots de passe</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CPasswordDialog</name>
 | 
					    <name>CPasswordDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -501,7 +513,7 @@ S'il vous plait vérifier vos permissions.</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>% Bit</source>
 | 
					        <source>% Bit</source>
 | 
				
			||||||
        <translation>% Bits</translation>
 | 
					        <translation type="obsolete">% Bits</translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>Ge&n.</source>
 | 
					        <source>Ge&n.</source>
 | 
				
			||||||
| 
						 | 
					@ -531,6 +543,10 @@ S'il vous plait vérifier vos permissions.</translation>
 | 
				
			||||||
        <source>></source>
 | 
					        <source>></source>
 | 
				
			||||||
        <translation></translation>
 | 
					        <translation></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>EditGroupDialog</name>
 | 
					    <name>EditGroupDialog</name>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -160,6 +160,10 @@ http://keepass.berlios.de/translation-howto.html</source>
 | 
				
			||||||
        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
					        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>Settings</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CEditEntryDlg</name>
 | 
					    <name>CEditEntryDlg</name>
 | 
				
			||||||
| 
						 | 
					@ -234,6 +238,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Could not open file.</source>
 | 
					        <source>Could not open file.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CGenPwDialog</name>
 | 
					    <name>CGenPwDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -261,6 +269,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Password Generator</source>
 | 
					        <source>Password Generator</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CPasswordDialog</name>
 | 
					    <name>CPasswordDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -485,10 +497,6 @@ Please check your permissions.</source>
 | 
				
			||||||
        <source>Icon:</source>
 | 
					        <source>Icon:</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					 | 
				
			||||||
        <source>% Bit</source>
 | 
					 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					 | 
				
			||||||
    </message>
 | 
					 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>Ge&n.</source>
 | 
					        <source>Ge&n.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
| 
						 | 
					@ -517,6 +525,10 @@ Please check your permissions.</source>
 | 
				
			||||||
        <source>></source>
 | 
					        <source>></source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>EditGroupDialog</name>
 | 
					    <name>EditGroupDialog</name>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -160,6 +160,10 @@ http://keepass.berlios.de/translation-howto.html</source>
 | 
				
			||||||
        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
					        <source>The number of encryption rounds have to be greater than 0.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>Settings</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CEditEntryDlg</name>
 | 
					    <name>CEditEntryDlg</name>
 | 
				
			||||||
| 
						 | 
					@ -234,6 +238,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Could not open file.</source>
 | 
					        <source>Could not open file.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CGenPwDialog</name>
 | 
					    <name>CGenPwDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -261,6 +269,10 @@ Are you sure?</source>
 | 
				
			||||||
        <source>Password Generator</source>
 | 
					        <source>Password Generator</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>CPasswordDialog</name>
 | 
					    <name>CPasswordDialog</name>
 | 
				
			||||||
| 
						 | 
					@ -485,10 +497,6 @@ Please check your permissions.</source>
 | 
				
			||||||
        <source>Icon:</source>
 | 
					        <source>Icon:</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
    <message>
 | 
					 | 
				
			||||||
        <source>% Bit</source>
 | 
					 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					 | 
				
			||||||
    </message>
 | 
					 | 
				
			||||||
    <message>
 | 
					    <message>
 | 
				
			||||||
        <source>Ge&n.</source>
 | 
					        <source>Ge&n.</source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
| 
						 | 
					@ -517,6 +525,10 @@ Please check your permissions.</source>
 | 
				
			||||||
        <source>></source>
 | 
					        <source>></source>
 | 
				
			||||||
        <translation type="unfinished"></translation>
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
    </message>
 | 
					    </message>
 | 
				
			||||||
 | 
					    <message>
 | 
				
			||||||
 | 
					        <source>%1 Bit</source>
 | 
				
			||||||
 | 
					        <translation type="unfinished"></translation>
 | 
				
			||||||
 | 
					    </message>
 | 
				
			||||||
</context>
 | 
					</context>
 | 
				
			||||||
<context>
 | 
					<context>
 | 
				
			||||||
    <name>EditGroupDialog</name>
 | 
					    <name>EditGroupDialog</name>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue