Produced on Mon May 12 13:06:09 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | Dolphin-v.6.0.5\plugins\tiny_mce\plugins\insertdatetime\langs | en.js | Thu Sep 20 08:58:54 2007 UTC |
2 | Mon May 12 13:06:09 2008 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 0 | 0 |
Changed | 0 | 0 |
Inserted | 0 | 0 |
Removed | 1 | 12 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | // UK lang variables | |||||
2 | ||||||
3 | tinyMCE.ad dToLang('' ,{ | |||||
4 | insertdate _def_fmt : '%Y-%m-%d ', | |||||
5 | inserttime _def_fmt : '%H:%M:%S ', | |||||
6 | insertdate _desc : 'I nsert date ', | |||||
7 | inserttime _desc : 'I nsert time ', | |||||
8 | inserttime _months_lo ng : new A rray("Janu ary", "Feb ruary", "M arch", "Ap ril", "May ", "June", "July", " August", " September" , "October ", "Novemb er", "Dece mber"), | |||||
9 | inserttime _months_sh ort : new Array("Jan ", "Feb", "Mar", "Ap r", "May", "Jun", "J ul", "Aug" , "Sep", " Oct", "Nov ", "Dec"), | |||||
10 | inserttime _day_long : new Arra y("Sunday" , "Monday" , "Tuesday ", "Wednes day", "Thu rsday", "F riday", "S aturday", "Sunday"), | |||||
11 | inserttime _day_short : new Arr ay("Sun", "Mon", "Tu e", "Wed", "Thu", "F ri", "Sat" , "Sun") | |||||
12 | }); |