actualizada traducci?n al Castellano

actualizados los archivos de traducci?n

actualizado el n?mero de versi?n en about (TODO sustituirlo program?ticamente)
This commit is contained in:
Luis Ángel San Martín
2013-06-24 12:29:15 +02:00
parent e10ba003e4
commit 8a99fe84cc
14 changed files with 393 additions and 446 deletions

View File

@ -15,11 +15,11 @@ YACReaderDeletingProgress::YACReaderDeletingProgress(QWidget *parent) :
QLabel * iconLabel = new QLabel();
QPixmap icon(":/images/deleting_progress/icon.png");
iconLabel->setPixmap(icon);
iconLabel->setStyleSheet(tr("QLabel {padding:0px; margin:0px;}"));
iconLabel->setStyleSheet("QLabel {padding:0px; margin:0px;}");
textMessage = new QLabel(tr("Please wait, deleting in progress..."));
textMessage->setStyleSheet(tr("QLabel {color:#ABABAB; padding:0 0 0 0px; margin:0px; font-size:18px; font-weight:bold;}"));
textMessage->setStyleSheet("QLabel {color:#ABABAB; padding:0 0 0 0px; margin:0px; font-size:18px; font-weight:bold;}");
QProgressBar * progressBar = new QProgressBar();