1<?php
2/**
3 * english language file for linkprefix plugin
4 *
5 * @author Heiko Barth
6 */
7
8$lang['prefix'] = 'String to add infront of all external URLs:';
9$lang['encode_url'] = 'Encode target URL';
10$lang['ignore_same_domain'] = 'Ignore URLs from the same domain (' . parse_url(DOKU_URL, PHP_URL_HOST). ").";
11
12//Setup VIM: ex: et ts=4 enc=utf-8 :
13