LuckyCoinkydink/templates/next/lang_en.inc.php
Matthias Mees 2cd54fc583 Move/rename 2k15 to next
The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
2015-02-11 14:33:53 +01:00

17 lines
1.0 KiB
PHP

<?php
// Theme options
@define('NEXT_INSTR', '<b>Hinweis:</b> While Next may <em>look</em> as if it were basically the same as 2k11, it is a completely different theme from a technical point of view. Because of that, it is <strong>not</strong> compatible with the user.css generator for 2k11.');
@define('NEXT_HEADER_IMG','Use a banner image in the header? (1296 pixels wide; leave box empty to not use a banner)');
@define('NEXT_USE_CORENAV', 'Use global navigation?');
@define('NEXT_WEBFONTS', 'Use a webfont, hosted by Google?');
@define('NEXT_NOWEBFONT', 'Include no webfont');
@define('NEXT_USERSTYLES', 'Include user.css? (You need to create that file in your theme directory!)');
@define('NEXT_REFCOMMENTS', 'Add link to related comment to comments (if they are replies to another comment)?');
// Lang constants
@define('NEXT_PLINK_TEXT', 'Link');
@define('NEXT_PLINK_TITLE', 'Permanent link for this comment');
@define('NEXT_PLACE_SEARCH', 'Search term(s)');
@define('NEXT_SEND_MAIL', 'Send');
@define('NEXT_REPLYORIGIN', 'Origin');
@define('NEXT_NAVTEXT', 'Menu');