labels.php 1013 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'home' => 'Home',
  4. 'translation' => 'Translation',
  5. 'original' => 'Original',
  6. 'nissaya' => 'Nissaya',
  7. 'script_convertor' => 'Pāli Script Converter',
  8. 'input_script' => 'Input Script',
  9. 'output_script' => 'Output Script',
  10. 'paste_here' => 'Paste text here...',
  11. 'converted_text' => 'Converted text appears here...',
  12. 'niggahita_label' => 'ṃ / ṁ / ŋ become',
  13. 'script_roman' => 'Pāli Roman Unicode',
  14. 'script_sangayana' => 'Sangayana',
  15. 'script_sinhala' => 'Sinhala',
  16. 'script_sinhala_traditional' => 'Sinhala (traditional)',
  17. 'script_sinhala_modern' => 'Sinhala (modern)',
  18. 'script_myanmar' => 'Myanmar',
  19. 'script_tai_tham' => 'Tai Tham (Lanna)',
  20. 'script_tai_old' => 'Tai Tham (old non-Unicode)',
  21. 'script_thai' => 'Thai',
  22. 'script_chinese_detail' => 'Chinese Phonetic (detailed)',
  23. 'script_chinese_simple' => 'Chinese Phonetic (simple)',
  24. 'script_chinese_pinyin' => 'Chinese Pinyin',
  25. 'script_telugu' => 'Telugu',
  26. ];