Files
2025-07-18 16:20:14 +07:00

15 lines
449 B
PHP

<?php
$lang["bookend"]="Bookend";
$lang["bookend-image-1"]="Title image";
$lang["bookend-image-2"]="Closing image";
$lang["bookend-noimage-1"]="(no title image)";
$lang["bookend-noimage-2"]="(no closing image)";
$lang["bookend-intro"]="Select images from the alternative files list to use for the opening and closing images.";
// Errors
$lang["bookend-failed"] = "Failed!";
$lang["bookend-could-not-open-file"] = "Error - could not open file!";