xref: /plugin/mediathumbnails/lang/en/settings.php (revision 6bc8b42d4814566d2a1d78a1c59e0eb1b6f84577)
1<?php
2/**
3 * German language file for config of mediathumbnails plugin
4 *
5 */
6
7$lang['thumb_width']            = "Default width to set for a thumbnail.";
8$lang['thumb_paths']            = "Paths within media files (format: ZIP) to look at for thumbnail images (comma-separated list, use slashes as directory delimiters).";
9$lang['link_to_media_file']     = "Should a click on the thumbnail start the media file download?";
10$lang['show_no_thumb_error']    = "In case no thumbnail was found, do you want an error message be shown?";
11$lang['no_thumb_error_message'] = "Error message to be shown when no thumbnail was found, and 'show_no_thumb_error' is set. Media path will automatically be appended!";
12