Added French translation. Thanks Fringale

Fixed English text

FossilOrigin-Name: 8bcd65e5fa2194a7edb5ddf56e5c9caddd7316cf
This commit is contained in:
kostas
2012-12-22 04:03:17 +00:00
parent 50fee5aab1
commit dc38db4452
8 changed files with 1346 additions and 24 deletions

View File

@ -458,7 +458,7 @@ void MainWindow::on_actionCloseRepository_triggered()
if(getRepoStatus()!=REPO_OK)
return;
if(QMessageBox::Yes !=DialogQuery(this, tr("Close Workspace"), tr("Are you sure want to close this workspace?")))
if(QMessageBox::Yes !=DialogQuery(this, tr("Close Workspace"), tr("Are you sure you want to close this workspace?")))
return;
// Close Repo
@ -1958,6 +1958,7 @@ void MainWindow::on_actionAbout_triggered()
tr("Translations with the help of:") + "\n"
"stayawake (German de_DE)\n"
"djnavas (Spanish es_ES)\n"
"Fringale (French fr_FR)\n"
);
}