rhymix/modules/poll/lang/tr.lang.php
ngleader 78b6b26d6c #19518121 add Turkey language
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8080 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-09 00:42:56 +00:00

38 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/poll/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief poll module / basic language pack
**/
$lang->poll = "Oylama";
$lang->poll_stop_date = "Kullanım Süresi Bitimi";
$lang->poll_join_count = "Katılımcılar";
$lang->poll_checkcount = "Gerekli ögelerin sayısı";
$lang->cmd_poll_list = 'Oylama listesini gör';
$lang->cmd_delete_checked_poll = 'Seçili oylamayı sil';
$lang->cmd_apply_poll = 'Oyla';
$lang->cmd_view_result = 'Sonuç Önizlemesi';
$lang->cmd_delete_checked_poll = 'Seçili oylamayı sil';
$lang->success_poll = 'Oylamaya katıldığınız için teşekkürler.';
$lang->msg_already_poll = 'Zaten oylamada bulundunuz!';
$lang->msg_cart_is_null = 'Lütfen silmek için bir makale seçiniz.';
$lang->msg_checked_poll_is_deleted = '%d oylama silindi.';
$lang->msg_check_poll_item = 'Lütfen oylama yapmak için oylama parçası seçiniz.\n(Gerekli oylama parçaları her oylamada farklılık gösterebilir.)';
$lang->msg_cart_is_null = 'Lütfen silmek için bir oylama seçiniz.';
$lang->msg_checked_poll_is_deleted = '%d oylama silindi.';
$lang->msg_poll_not_exists = 'Seçili oylama mevcut değil.';
$lang->cmd_null_item = "Oylama göndermek için hiçbir öge değeri yok. Lütfen tekrar deneyiniz.";
$lang->confirm_poll_submit = "Oylamayı göndermeyi onaylıyor musunuz?";
$lang->search_target_list = array(
'title' => 'Başlık',
'regdate' => 'Mesaj Tarihi',
'ipaddress' => 'IP Adresi',
);
?>