<?php
/**
 * English language file for config of mediathumbnails plugin
 *
 */

$lang['thumb_width']              = "Default dimension to set for a thumbnail (in pixels, enter without units). The thumbnail will fit into a quadratic box of this size - in case the image is not quadratic, the other dimension will be reduced per aspect ratio.";
$lang['thumb_paths']              = "Paths within media files (format: ZIP) to look at for thumbnail images (comma-separated list, use slashes as directory delimiters).";
$lang['link_to_media_file']       = "Should a click on the thumbnail start the media file download?";
$lang['show_missing_thumb_error'] = "In case no thumbnail was found, do you want an error message be shown?";
$lang['no_thumb_error_message']   = "Error message to be shown when no thumbnail was found, and 'show_missing_thumb_error' is set. Media path will automatically be appended!";
$lang['no_media_error_message']   = "Error message to be shown when no source media was found, and 'show_missing_thumb_error' is set. Media path will automatically be appended!";
