Added German translation

FossilOrigin-Name: 33305fed1383ad01dd5d66ef4cf379956508b0c8
This commit is contained in:
kostas
2012-12-10 12:05:23 +00:00
parent 73000f53bf
commit cba8c864b8
9 changed files with 1516 additions and 261 deletions

View File

@ -1939,7 +1939,9 @@ void MainWindow::on_actionAbout_triggered()
"Released under the GNU GPL")+"\n\n"
+ fossil_ver +
tr("Icons by Deleket - Jojo Mendoza\n"
"Available under the CC Attribution Noncommercial No Derivative 3.0 License"));
"Available under the CC Attribution Noncommercial No Derivative 3.0 License") + "\n\n" +
tr("Translations with the help of:") + "\n"
"stayawake (German de_DE)\n" );
}
//------------------------------------------------------------------------------