28 lines
1.7 KiB
PHP
Executable File
28 lines
1.7 KiB
PHP
Executable File
<?php
|
|
# English
|
|
# Language File for the image_text plugin
|
|
# -------
|
|
#
|
|
#
|
|
|
|
|
|
$lang['image_text_configuration']="Image text configuration";
|
|
$lang['image_text_summary'] = "<div>This plugin will use the data from the specified field and overlay it at the base of the image. The selected groups will see an option to download the original file without the added text<br><br></div>";
|
|
$lang['image_text_field_select']="Select the metadata field that will be used as the additional text source.";
|
|
$lang['image_text_restypes']="Select the resource types that this plugin will apply to";
|
|
$lang['image_text_override_groups']="Select the groups that will have the option to download the original file without the additional text";
|
|
$lang['image_text_default_text']="Enter text that will be added if the metadata field has no data. If left empty then there will be no added text";
|
|
$lang['image_text_download_clear']="Download no caption";
|
|
$lang['image_text_filetypes']="list of file extensions that the image text will be added to";
|
|
$lang['image_text_height_proportion']="Height of text banner as a proportion of image height";
|
|
$lang['image_text_max_height']="Maximum banner height in pixels, leave at 0 for no maximum";
|
|
$lang['image_text_min_height']="Minimum banner height in pixels, leave at 0 for no minimum";
|
|
$lang['image_text_position']="Position of text in banner.";
|
|
$lang['image_text_position_list']=array("west"=>"west", "center"=>"center", "east"=>"east");
|
|
$lang['image_text_banner_position']="Position of banner relative to image.";
|
|
$lang['image_text_banner_position_list']=array("top"=>"top", "bottom"=>"bottom");
|
|
$lang['image_text_font']="Font to use, must be supported by imagemagick version installed";
|
|
$lang['image_text_noim']="This plugin requires Imagemagick to be installed.";
|
|
|
|
|