<?php
/**
 * English language file for plugin owncloud
 *
 */

// for the configuration manager
$lang['pathtoowncloud']           = 'Path to ownCloud-files';
$lang['owncloudurl']              = 'URL of the ownCloud-instance';
$lang['marginFilelist']           = 'The indent of files of a subfolder in the filelist to the next higher folder (in px).';
$lang['linkAuthor']               = 'Link authors in filelist and history (authorlist-plugin required)?';
$lang['allowExternalImages']      = 'Allow external images? (If not selected, use the next to points to specify which URLs are allowed.)';
$lang['allowedImagesURL']         = 'Allow external images from these URLs (it will be tested, if the statement exists in the URL. Separate multiple URLs with a comma).';
$lang['allowedImagesURLregexp']   = 'Regular expressions for URLs from which images should be included (only pattern, no delimiter. Separate multiple expressions a comma).';
$lang['imageboxCaptionStyle']     = 'Caption style in Imagebox.';
$lang['extendedDetail']           = 'Use the extended detailpage?';
