<?php
/**
 * english language file for linkprefix plugin
 *
 * @author Heiko Barth
 */

$lang['prefix'] = 'String to add infront of all external URLs:';
$lang['encode_url'] = 'Encode target URL';
$lang['ignore_same_domain'] = 'Ignore URLs from the same domain (' . parse_url(DOKU_URL, PHP_URL_HOST). ").";

//Setup VIM: ex: et ts=4 enc=utf-8 :
