zii.php 2.27 KB
Newer Older
JULIO JARAMILLO's avatar
JULIO JARAMILLO committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yiic message' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * NOTE, this file must be saved in UTF-8 encoding.
 */
return array (
  'Are you sure you want to delete this item?' => 'Bu öğeyi silmek istediğinizden emin misiniz?',
  'Delete' => 'Sil',
  'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => '{count} sonuçtan {start}-{end} arası gösteriliyor.',
  'Either "name" or "value" must be specified for CDataColumn.' => 'CDataColumn değeri için "name" veya "value" tanımlanmalıdır.',
  'Home' => 'Anasayfa',
  'No results found.' => 'Kayıt bulunamadı.',
  'Not set' => 'Ayarlanmadı',
  'Please specify the "attributes" property.' => 'Lütfen "attributes" değeri tanımlayın.',
  'Please specify the "data" property.' => 'Lütfen "data" değeri tanımlayın.',
  'Sort by: ' => 'Sırala: ',
  'The "dataProvider" property cannot be empty.' => '"dataProvider" değeri boş bırakılamaz.',
  '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.',
  'The button type "{type}" is not supported.' => '"{type}" buton tipi desteklenmemektedir.',
  '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.',
  'The property "itemView" cannot be empty.' => '"itemView" değeri boş bırakılamaz.',
  'Total 1 result.|Total {count} results.' => 'Toplam sonuç: {count}.',
  'Update' => 'Güncelle',
  'View' => 'Görüntüle',
  '{class} must specify "model" and "attribute" or "name" property values.' => '{class} için "model" ve "attribute" veya "name" değerleri tanımlanmalıdır.',
);