|
Last change
on this file since 255 was
255,
checked in by moo, 7 years ago
|
- fix build on rare arch
- fix build on Mac OS X
- merged from trunk: 159,161-162,167-180,182,184,186-187,194
- [194] PHP_5_2: new element in zend_brk_cont_element
- [186] [187] fix build on some rare arch
- [184] fix tplcov
- [178] fix type processor_t conflict with Mac OS X
|
|
File size:
308 bytes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $strings = array( |
|---|
| 4 | 'root' |
|---|
| 5 | => '¿ªÊ¼', |
|---|
| 6 | 'Directory' |
|---|
| 7 | => 'Ŀ¼', |
|---|
| 8 | 'File' |
|---|
| 9 | => 'Îļþ', |
|---|
| 10 | 'Percent' |
|---|
| 11 | => '¸²¸ÇÂÊ', |
|---|
| 12 | 'Hits' |
|---|
| 13 | => 'ÃüÖÐ', |
|---|
| 14 | 'Lines' |
|---|
| 15 | => 'ÐÐÊý', |
|---|
| 16 | 'TODO' |
|---|
| 17 | => 'ÏÐÖÃÎļþ', |
|---|
| 18 | 'XCache PHP Code Coverage Viewer' |
|---|
| 19 | => 'XCache PHP ´úÂ븲¸Ç²é¿´Æ÷', |
|---|
| 20 | 'module' |
|---|
| 21 | => 'Ä£¿é', |
|---|
| 22 | '' |
|---|
| 23 | => '', |
|---|
| 24 | ); |
|---|
| 25 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.