zii.php 2.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?' => 'Apakah anda yakin ingin menghapus item ini?',
  18. 'Delete' => 'Hapus',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Menampilkan {start}-{end} dari {count} hasil',
  20. 'Either "name" or "value" must be specified for CDataColumn.' => 'Antara "name" atau "value" harus ditentukan untuk CDataColumn.',
  21. 'Home' => 'Beranda',
  22. 'No results found.' => 'Tidak ditemukan hasil.',
  23. 'Not set' => 'Tidak diset',
  24. 'Please specify the "attributes" property.' => 'Harap tentukan properti "attributes"',
  25. 'Please specify the "data" property.' => 'Harap tentukan properti "data"',
  26. 'Sort by: ' => 'Diurutkan berdasarkan: ',
  27. 'The "dataProvider" property cannot be empty.' => 'Properti "dataProvider" tidak boleh kosong',
  28. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atribut harus ditentukan dalam format "Name:Type:Label", dengan "Type" dan "Label" bersifat opsional.',
  29. 'The button type "{type}" is not supported.' => 'Tombol jenis "{type}" tidak didukung.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kolom harus ditentukan dalam format "Name:Type:Label", dengan "Type" dan "Label" bersifat opsional.',
  31. 'The property "itemView" cannot be empty.' => 'Properti "itemView" tidak boleh kosong.',
  32. 'Total 1 result.|Total {count} results.' => 'Total {count} hasil',
  33. 'Update' => 'Update',
  34. 'View' => 'View',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} harus menentukan nilai properti "model" dan "attribute" atau "name"',
  36. );