SPR-742: Konfigurierbarkeit wording

This commit is contained in:
Silke Pisulla 2017-03-28 15:31:24 +02:00
commit 0c9df3be9e
3 changed files with 116 additions and 70 deletions

View file

@ -5,6 +5,7 @@
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['direct_prefix'] = 'jump to';
$lang['direct_content_main'] = 'main content';
$lang['direct_menu_main'] = 'main menu';
@ -41,10 +42,42 @@ $lang['tasks_page_none'] = 'no open tasks for this page';
$lang['discussion'] = 'Discussion';
$lang['back_to_article'] = 'Back to article';
$lang['userpage'] = 'User page';
$lang['__existing__'] = 'The color for links to existing pages';
$lang['__missing__'] = 'The color for links to non-existing pages';
$lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
$lang['__button_color__'] = 'Color for buttons';
$lang['__button_background__'] = 'Backgroundcolor for buttons';
/**
* colors
*/
$lang['__site_width__'] = 'content - width (in %)';
$lang['__background__'] = 'website - background color';
$lang['__background_neu__'] = 'website - background color - neutral';
$lang['__text_webframe__'] = 'website unlinked: claim, title, footer, navigation - font color';
$lang['__nav_menu_color__'] = 'link: navigation, footer, pagetools icons, tabbox - font color';
$lang['__nav_menu_hover_color__'] = 'link-hover: navigation, wiki icons - font color, border color';
$lang['__nav_menu_hover_bg__'] = 'link-hover: navigation, wiki icons - background color';
$lang['__background_content__'] = 'content, breadcrumb, pagetools hover - background color';
$lang['__background_page_header__'] = 'content (header, footer, tabinclude) - background color';
$lang['__background_page_footer__'] = 'content (footer, tabinclude tab controlls) - font color';
$lang['__border_light__'] = 'content (header, footer), wiki icons, pagetools (hover) - border color';
$lang['__text__'] = 'content - font color';
$lang['__text_neu__'] = 'content - font color - neutral';
$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color';
$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color';
$lang['__existing__'] = 'links to wikipages, pencil, hover: tabbox, pagetools - font color';
$lang['__missing__'] = 'links to non-existing pages - font color';
$lang['__link__'] = 'links to non wikipages (external links) - font color';
$lang['__button_color__'] = 'buttons - font color';
$lang['__button_background__'] = 'buttons - background color';
$lang['__background_alt__'] = 'table head, hover: table cell, struct Label - background color (alternative)';
$lang['__text_alt__'] = 'table head, hover: table cell, struct Label - font color (alternative)';
$lang['__border__'] = 'tables, form fields - border color';
$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius';