| 1234567891011121314151617181920212223242526 |
- <?php
- $gui['home']="home";//1001
- $gui['word_analysis']="Super Statistics";//1002
- $gui['submit']="submit";//1003
- $gui['like']="like";//1004
- $gui['spell']="Spell";//1005
- $gui['group_by']="Group by";//1006
- $gui['base']="Base";//1007
- $gui['ending_1']="Case Ending 1";//1008
- $gui['ending_2']="Case Ending 2";//1009
- $gui['your_choice']="Your choice";//1010
- $gui['vacab']="Vocabulary";//1011
- $gui['word_count']="Pāli Canon Word Count";//1012
- $gui['statistics']=" Statistical Result";//1013
- $gui['effective']="Sample Num";//1014
- $gui['serial_num']="Serial No.";//1015
- $gui['count']="Count";//1016
- $gui['percentage']="Percentage(%)";//1017
- $gui['accumulative']="Accumulative Coverage(%)";//1018
- $gui['end_with']="end with";//1001
- $gui['begin_with']="begin with";//1001
- $gui['empty']="empty to list all";//1001
- $gui['home']="home";//1001
- $gui['home']="home";//1001
- $gui['home']="home";//1001
- ?>
|