diff options
Diffstat (limited to 'framework/messages/tr/zii.php')
| -rw-r--r-- | framework/messages/tr/zii.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/framework/messages/tr/zii.php b/framework/messages/tr/zii.php new file mode 100644 index 0000000..3ed959c --- /dev/null +++ b/framework/messages/tr/zii.php @@ -0,0 +1,38 @@ +<?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. + * + * @version $Id: $ + */ +return array ( + 'Are you sure you want to delete this item?' => 'Bu öğeyi silmek istediğinizden emin misiniz?', + 'Delete' => 'Sil', + 'Displaying {start}-{end} of {count} result(s).' => '{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 {count} result(s).' => '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.', +); |
