Hi,
Den Text gibst du direkt in den Code ein, musst Du halt nur nach deinen Wünschen formatieren
$download_button = "<a onclick=\"return confirm('Willst Du wirklich downloaden?\\n\\nBitte beachte folgende Regeln:\\n\\nTest');\" href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download.gif")."\" border=\"0\" alt=\"\" /></a>";
$download_zip_button = ($target == "" && function_exists("gzcompress") && function_exists("crc32")) ? "<a onclick=\"return confirm('Willst Du wirklich downloaden?\\n\\nBitte beachte folgende Regeln:\\n\\nTest');\" href=\"".$site_sess->url(ROOT_PATH."download.php?action=zip&".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download_zip.gif")."\" border=\"0\" alt=\"\" /></a>" : "";