Provide a translation of the titleon the fatal error dialog pop-up

This commit is contained in:
Tim Almdal
2009-04-09 19:32:12 +00:00
parent 53a08aa592
commit 49042345f6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<script>
var FATAL_ERROR = "<?= t("Fatal Error") ?>";
</script>
<?= html::script("modules/server_add/js/server_add.js"); ?>
<div id="gServerAdd">
<h1 style="display: none;"><?= sprintf(t("Add Photos to '%s'"), $album_title) ?></h1>