- added new language: polish, thx to Michal Gozdzik, refs #85

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-23 10:02:16 +00:00
parent 12e63a3eea
commit 15e7441ab9
3 changed files with 1311 additions and 0 deletions

View File

@@ -351,6 +351,10 @@ if(isFroxlorVersion('0.9.3-svn2'))
$db->query("UPDATE `".TABLE_PANEL_CRONRUNS."` SET `lastrun` = '".$ts."' WHERE `cronfile` ='cron_ticketarchive.php';");
lastStepStatus(0);
showUpdateStep("Adding new language: Polish");
$db->query("INSERT INTO `".TABLE_PANEL_LANGUAGE."` SET `language` = 'Polska', `file` = 'lng/polish.lng.php'");
lastStepStatus(0);
updateToVersion('0.9.3-svn3');
}