1<?php
2
3$lang['encoding']   = 'utf-8';
4$lang['direction']  = 'ltr';
5
6$lang['menu'] = 'LaTeX plugin tasks (clean image cache, diagnose problems)';
7
8$lang['legend_purge'] = "Purge cached LaTeX render files";
9$lang['label_times'] = array('mtime'=>'modification time', 'atime'=>'access time');
10$lang['label_olderthan'] = 'older than ';
11$lang['label_days'] = ' days';
12$lang['label_all'] = 'all ';
13$lang['btn_purge'] = 'Delete!';
14
15$lang['legend_preamble'] = "LaTeX preamble settings";
16
17$lang['refresh_note'] = "If you have modified rendering settings (such as colour or image size), force-refresh (CTRL-F5) your browser's cache on each page (or clear your cache fully) to download the new images.";
18
19/// title tags (ie. tooltips) for failed renders.
20$lang['fail1'] = 'Fail: formula too long (in characters)';
21$lang['fail2'] = 'Fail: triggered security filter; contains blacklisted LaTeX tags.';
22//$lang['fail3'] = ''; // there is no fail #3;
23$lang['fail4'] = 'Fail: LaTeX compilation failed.';
24$lang['fail5'] = 'Fail: image too wide or too tall: ';
25$lang['fail6'] = 'Fail: error during graphic processing.';
26$lang['fail7'] = 'Fail: error saving to cache.';
27$lang['failX'] = 'Fail: unknown error.';
28$lang['failmax'] =', maximum allowed:';
29