zii.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  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 to delete this item?' => 'Vai patiešām vēlaties dzēst šo vienību?',
  18. 'Delete' => 'Dzēst',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Attēlo no {start}. līdz {end}. no pavisam {count} ieraksta(-iem).',
  20. 'Either "name" or "value" must be specified for CDataColumn.' => 'CDataColumn nepieciešams norādīt "name" vai "value".',
  21. 'No results found.' => 'Dati netika atrasti.',
  22. 'Not set' => 'Nav uzstādīts',
  23. 'Please specify the "attributes" property.' => 'Norādiet mainīgo "attributes".',
  24. 'Please specify the "data" property.' => 'Norādiet mainīgo "data".',
  25. 'Sort by: ' => 'Kārtot pēc: ',
  26. 'The "dataProvider" property cannot be empty.' => 'Mainīgais "dataProvider" nedrīkst būt tukšs.',
  27. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atribūtam ir jābūt norādītam formātā "Nosaukums:Veids:Apraksts", kur "Veids" un "Apraksts" ir obligāti.',
  28. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kolonnai ir jābūt iformātā "Nosaukums:Veids:Apraksts", kur "Veids" un "Apraksts" ir obligāti.',
  29. 'The property "itemView" cannot be empty.' => 'Mainīgais "itemView" nedrīkst būt tukšs.',
  30. 'Total 1 result.|Total {count} results.' => 'Kopā {count} ieraksts(-i).',
  31. 'Update' => 'Labot',
  32. 'View' => 'Skatīties',
  33. '{class} must specify "model" and "attribute" or "name" property values.' => 'Klasei {class} ir jābūt norādītiem vienam no mainīgajiem "attribute" vai "name".',
  34. );