zii.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. 'Are you sure you want to delete this item?' => 'Ar tikrai norite pašalinti šį elementą?',
  21. 'Delete' => 'Šalinti',
  22. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Rodomi įrašai {start}-{end} iš {count}.',
  23. 'Either "name" or "value" must be specified for CDataColumn.' => 'CDataColumn turi būti nurodytas „name“ arba „value“.',
  24. 'Home' => 'Pradžia',
  25. 'No results found.' => 'Nėra duomenų.',
  26. 'Not set' => 'Nenustatyta',
  27. 'Please specify the "attributes" property.' => 'Prašytume nurodyti savybę „attributes“.',
  28. 'Please specify the "data" property.' => 'Prašytume nurodyti savybę „data“.',
  29. 'Sort by: ' => 'Rikiuoti pagal: ',
  30. 'The "dataProvider" property cannot be empty.' => 'Savybė „dataProvider“ negali būti tuščia.',
  31. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atributas turi būti nurodytas formatu „Name:Type:Label“, kur „Type“ ir „Label“ – neprivalomi.',
  32. 'The button type "{type}" is not supported.' => 'Mygtuko tipas „{type}" nėra realizuotas.',
  33. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Laukas turi būti nurodytas formatu „Name:Type:Label“, kur „Type“ ir „Label“ – neprivalomi.',
  34. 'The property "itemView" cannot be empty.' => 'Savybė „itemView“ negali būti tuščia.',
  35. 'Total 1 result.|Total {count} results.' => 'Viso: {count}.',
  36. 'Update' => 'Redaguoti',
  37. 'View' => 'Peržiūrėti',
  38. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} turi nurodyti „model“ ir savybių „attribute“ arba „name“ reikšmes.',
  39. );