mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Provide a translation of the titleon the fatal error dialog pop-up
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user