root/ip/tags/release_1_3_0_53/language/lang_english/lang_main.php
| 111 | 163 | ||
|---|---|---|---|
2198 | 2198 | ||
2199 | 'READ_ONLY_FORUM' => 'We are sorry, but currently the forum is set in <b>READ ONLY</b> mode which means that you cannot post even if you have the right to. Please try again later.', | 2199 | 'READ_ONLY_FORUM' => 'We are sorry, but currently the forum is set in <b>READ ONLY</b> mode which means that you cannot post even if you have the right to. Please try again later.', |
2200 | 2200 | ||
2201 | // Tickets Submission - BEGIN | ||
2202 | 'TICKET_CAT' => 'Category', | ||
2203 | // Tickets Submission - END | ||
2204 | |||
2201 | ) | 2205 | ) |
2202 | ); | 2206 | ); |
2203 | 2207 | ||
... | ... | ||
2333 | $lang['datetime']['OCT'] = 'Oct'; | 2337 | $lang['datetime']['OCT'] = 'Oct'; |
2334 | $lang['datetime']['NOV'] = 'Nov'; | 2338 | $lang['datetime']['NOV'] = 'Nov'; |
2335 | $lang['datetime']['DEC'] = 'Dec'; | 2339 | $lang['datetime']['DEC'] = 'Dec'; |
2340 | $lang['datetime']['Jan'] = $lang['datetime']['JAN']; | ||
2341 | $lang['datetime']['Feb'] = $lang['datetime']['FEB']; | ||
2342 | $lang['datetime']['Mar'] = $lang['datetime']['MAR']; | ||
2343 | $lang['datetime']['Apr'] = $lang['datetime']['APR']; | ||
2344 | $lang['datetime']['May'] = $lang['datetime']['MAY']; | ||
2345 | $lang['datetime']['Jun'] = $lang['datetime']['JUN']; | ||
2346 | $lang['datetime']['Jul'] = $lang['datetime']['JUL']; | ||
2347 | $lang['datetime']['Aug'] = $lang['datetime']['AUG']; | ||
2348 | $lang['datetime']['Sep'] = $lang['datetime']['SEP']; | ||
2349 | $lang['datetime']['Oct'] = $lang['datetime']['OCT']; | ||
2350 | $lang['datetime']['Nov'] = $lang['datetime']['NOV']; | ||
2351 | $lang['datetime']['Dec'] = $lang['datetime']['DEC']; | ||
2336 | 2352 | ||
2337 | // NOTE: Please do not translate the following 4 lines! | 2353 | // NOTE: Please do not translate the following 4 lines! |
2338 | // They are automatically translated into your language | 2354 | // They are automatically translated into your language |
Download diff