1<?php 2 3$lang['theme'] = 'Theme'; 4$lang['override-code'] = "True to override ''code'' syntax"; 5$lang['cdn'] = 'CDNs which provide PrismJS'; 6$lang['custom-cdn'] = 'Specify the CDN yourself if the above CDNs does not meet your needs'; 7$lang['show-invis'] = 'True to show hidden characters such as tabs and line breaks'; 8$lang['hl-brace'] = 'True to highlight brace pairs when the cursor hovers over one of the braces'; 9$lang['previewer'] = 'True to enable preview angle, color, gradient, easing, and time'; 10$lang['user'] = 'Specify the default user name at the command shell prompt when using command line style'; 11$lang['host'] = 'Specify the default host name at the command shell prompt when using command line style'; 12