zii.php 2.3 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?' => 'Bu öğeyi silmek istediğinizden emin misiniz?',
  18. 'Delete' => 'Sil',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => '{count} sonuçtan {start}-{end} arası gösteriliyor.',
  20. 'Either "name" or "value" must be specified for CDataColumn.' => 'CDataColumn değeri için "name" veya "value" tanımlanmalıdır.',
  21. 'Home' => 'Anasayfa',
  22. 'No results found.' => 'Kayıt bulunamadı.',
  23. 'Not set' => 'Ayarlanmadı',
  24. 'Please specify the "attributes" property.' => 'Lütfen "attributes" değeri tanımlayın.',
  25. 'Please specify the "data" property.' => 'Lütfen "data" değeri tanımlayın.',
  26. 'Sort by: ' => 'Sırala: ',
  27. 'The "dataProvider" property cannot be empty.' => '"dataProvider" değeri boş bırakılamaz.',
  28. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Değer, "Type" ve "Label" \'ın opsiyonel olduğu durumda, "Name:Type:Label" formatında tanımlanmalıdır.',
  29. 'The button type "{type}" is not supported.' => '"{type}" buton tipi desteklenmemektedir.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Sütun, "Type" ve "Label" \'ın opsiyonel olduğu durumda, "Name:Type:Label" formatında tanımlanmalıdır.',
  31. 'The property "itemView" cannot be empty.' => '"itemView" değeri boş bırakılamaz.',
  32. 'Total 1 result.|Total {count} results.' => 'Toplam sonuç: {count}.',
  33. 'Update' => 'Güncelle',
  34. 'View' => 'Görüntüle',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} için "model" ve "attribute" veya "name" değerleri tanımlanmalıdır.',
  36. );