rhymix/modules/poll/lang/tr.php
2016-01-31 16:01:17 +09:00

20 lines
1.2 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
$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->success_poll = 'Oylamaya katıldığınız için teşekkürler.';
$lang->msg_already_poll = 'Zaten oylamada bulundunuz!';
$lang->msg_poll_is_null = 'Lütfen silmek için bir oylama 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_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_poll_target_list['title'] = 'Başlık';
$lang->search_poll_target_list['regdate'] = 'Mesaj Tarihi';
$lang->search_poll_target_list['ipaddress'] = 'IP Adresi';