zii.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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?' => 'Haluatko varmasti poistaa tämän?',
  21. 'Delete' => 'Poista',
  22. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Näytetään {start}-{end} kaikkiaan 1 tuloksesta.|Näytetään {start}-{end} kaikkiaan {count} tuloksesta.',
  23. 'Either "name" or "value" must be specified for CDataColumn.' => 'Joko "name" tai "value" tulee olla määritettynä CDataColumn-luokalle.',
  24. 'Home' => 'Koti',
  25. 'No results found.' => 'Ei tuloksia.',
  26. 'Not set' => 'Ei asetettu',
  27. 'Please specify the "attributes" property.' => 'Määritä "attributes"-ominaisuus.',
  28. 'Please specify the "data" property.' => 'Määritä "data"-ominaisuus.',
  29. 'Sort by: ' => 'Lajittelu: ',
  30. 'The "dataProvider" property cannot be empty.' => '"dataProvider"-ominaisuus ei voi olla tyhjä.',
  31. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Attribuutti pitää määrittää muodossa "Name:Type:Label", jossa "Type" ja "Label" ovat valinnaisia.',
  32. 'The button type "{type}" is not supported.' => 'Painikkeen tyyppiä "{type}" ei tueta.',
  33. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Sarake pitää määrittää muodossa "Name:Type:Label", jossa "Type" ja "Label" ovat valinnaisia.',
  34. 'The property "itemView" cannot be empty.' => '"itemView"-ominaisuus ei voi olla tyhjä.',
  35. 'The property filterSelector should be defined.' => 'filterSelector-ominaisuus tulisi olla määriteltynä.',
  36. 'The property updateSelector should be defined.' => 'updateSelector-ominaisuus tulisi olla määriteltynä.',
  37. 'Total 1 result.|Total {count} results.' => 'Yhteensä 1 tulos.|Yhteensä {count} tulosta.',
  38. 'Update' => 'Päivitä',
  39. 'View' => 'Näytä',
  40. '{class} must specify "model" and "{attribute}" or "{name}" property values.' => '{class}-luokan täytyy määrittää "model"- ja "{attribute}"- tai "{name}"-ominaisuuksien arvot.',
  41. );