zii.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. return array (
  17. 'Are you sure you want to delete this item?' => 'உறுதியாக இதை நீக்கிவிடவா?',
  18. 'Delete' => 'நீக்கு',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => '{count} முடிவுகளில் {start}-{end} முடிவுகளை காண்பிக்கிறது',
  20. 'Either "name" or "value" must be specified for CDataColumn.' => 'CDataColumn இல் "name" அல்லது "value" கொடுத்திருக்க வேண்டும்.',
  21. 'Home' => 'முகப்பு',
  22. 'No results found.' => 'முடிவுகள் கிடைக்கவில்லை.',
  23. 'Not set' => 'உள்ளிடிருக்கவில்லை',
  24. 'Please specify the "attributes" property.' => '"attributes" மதிப்புகளை உள்ளிடவும்.',
  25. 'Please specify the "data" property.' => '"data" மதிப்புகளை உள்ளிடவும்.',
  26. 'Sort by: ' => 'வரிசைப்படுத்து: ',
  27. 'The "dataProvider" property cannot be empty.' => '"dataProvider" மதிப்பு காலியாக இருக்கக்கூடாது.',
  28. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'மதிப்பு "Name:Type:Label" மாதிரி கொடுத்திருக்க வேண்டும், இதில் "Type" மற்றும் "Label" முக்கியமானவை அல்ல.',
  29. 'The button type "{type}" is not supported.' => '"{type}" பொத்தான் வகை பயன்பாட்டிலில்லை.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'வரிசை மதிப்பு "Name:Type:Label" மாதிரி கொடுத்திருக்க வேண்டும், இதில் "Type" மற்றும் "Label" முக்கியமானவை அல்ல.',
  31. 'The property "itemView" cannot be empty.' => '"itemView" மதிப்பு காலியாக இருக்கக்கூடாது.',
  32. 'Total 1 result.|Total {count} results.' => 'மொத்தம் {count} முடிவுகள்.',
  33. 'Update' => 'புதுப்பி',
  34. 'View' => 'பார்வையிடு',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} உடற்கூறு "model" மற்றும் "attribute" அல்லது "name" மதிப்பைக் கொண்டிருக்க வேண்டும்.',
  36. );