yii.php 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * NOTE, this file must be saved in UTF-8 encoding.
  15. *
  16. * @author Srinivasan A Paul Joseph <sapauljoseph@gmail.com>
  17. */
  18. return array (
  19. '$_SERVER does not have {vars}.' => '$_SERVER {vars} ஐக் கொண்டிருக்கவில்லை.',
  20. '$_SERVER variable' => '$_SERVER மாறிலி',
  21. '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] வழித்தடம் முதன்மை வழித்தடத்திலிருக்க வேண்டும்.',
  22. 'APC extension' => 'APC நீட்சி',
  23. 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '<a href="http://www.yiiframework.com/doc/api/#system.db">தகவல்தளம்</a> சம்பந்தப்பட்ட உருக்கள் அனைத்தும்',
  24. 'DOM extension' => 'DOM நீட்சி',
  25. 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] அல்லது $_SERVER["QUERY_STRING"] கண்டிப்பாக இருக்க வேண்டும்.',
  26. 'GD extension with<br />FreeType support' => 'GD நீட்சி<br />FreeType பயன்பாட்டுடன்',
  27. 'GD installed<br />FreeType support not installed' => 'GD நிறுவப்பட்டுள்ளது<br />FreeType பயன்பாடு நிறுவப்பட்டிருக்கவில்லை',
  28. 'GD not installed' => 'GD நிறுவப்பட்டிருக்கவில்லை',
  29. 'Mcrypt extension' => 'Mcrypt நீட்சி',
  30. 'Memcache extension' => 'Memcache நீட்சி',
  31. 'PCRE extension' => 'PCRE நீட்சி',
  32. 'PDO MySQL extension' => 'PDO MySQL நீட்சி',
  33. 'PDO PostgreSQL extension' => 'PDO PostgreSQL நீட்சி',
  34. 'PDO SQLite extension' => 'PDO SQLite நீட்சி',
  35. 'PDO extension' => 'PDO நீட்சி',
  36. 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 அல்லது மேன்மையானது இருத்தல் வேண்டும்.',
  37. 'PHP version' => 'PHP பதிப்பு',
  38. 'Reflection extension' => 'Reflection நீட்சி',
  39. 'SOAP extension' => 'SOAP நீட்சி',
  40. 'SPL extension' => 'SPL நீட்சி',
  41. 'This is required by encrypt and decrypt methods.' => 'இது encrypt மற்றும் decrypt பயன்பாடுகளுக்குத் தேவையானது.',
  42. 'This is required if you are using MySQL database.' => 'நீங்கள் MySQL தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
  43. 'This is required if you are using PostgreSQL database.' => 'நீங்கள் PostgreSQL தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
  44. 'This is required if you are using SQLite database.' => 'நீங்கள் SQLite தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
  45. 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'முகவரியின் தகவல்களைப் பெற இயலவில்லை. தயவுசெய்து $_SERVER["PATH_INFO"] (அல்லது $_SERVER["PHP_SELF"] மற்றும் $_SERVER["SCRIPT_NAME"]) தகவல்களை சரிபார்க்கவும்.',
  46. );