Changed Src Language to English

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@52 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-03-11 22:55:52 +00:00
parent 09ab186b9d
commit 60d342201d
44 changed files with 5972 additions and 6424 deletions

View File

@@ -32,7 +32,6 @@ else{
dev_random = fopen("/dev/urandom","r");}
if (dev_random==NULL){
qWarning(QObject::tr("/dev/random konnte nicht geöffnet werden - nutze Standardbibliothek (stdlib)")+"\n");
srand(QTime(0,0,0).secsTo(QTime::currentTime()));
for(int i=0;i<NumBlocks*BlockSize;i++){
Q_UINT8 rnd=rand()%256;