15 lines
449 B
PHP
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!"; |