Files
opensourcepos/application/language/tr/datepicker_lang.php
Emin Tufan Çetin 42ffe87bf5 Translated using Weblate (Turkish)
Currently translated at 100.0% (20 of 20 strings)

Translation: ospos/datepicker
Translate-URL: http://weblate.jpeelaer.net/projects/ospos/datepicker/tr/
2020-01-11 18:57:53 +01:00

22 lines
965 B
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["datepicker_all_time"] = "Tüm Zamanlar";
$lang["datepicker_apply"] = "Uygula";
$lang["datepicker_cancel"] = "İptal Et";
$lang["datepicker_custom"] = "Özel";
$lang["datepicker_from"] = "Şundan";
$lang["datepicker_last_30"] = "Son 30 Gün";
$lang["datepicker_last_7"] = "Son 7 Gün";
$lang["datepicker_last_financial_year"] = "Son Mali Yıl";
$lang["datepicker_last_month"] = "Geçen Ay";
$lang["datepicker_last_year"] = "Geçen Yıl";
$lang["datepicker_same_month_last_year"] = "Geçen Yıl Aynı Ay";
$lang["datepicker_same_month_to_same_day_last_year"] = "Geçen Yıl Aynı Aydan Aynı Güne";
$lang["datepicker_this_financial_year"] = "Cari Mali Yıl";
$lang["datepicker_this_month"] = "Bu Ay";
$lang["datepicker_this_year"] = "Bu Yıl";
$lang["datepicker_to"] = "Şuna";
$lang["datepicker_today"] = "Bugün";
$lang["datepicker_today_last_year"] = "Geçen Yıl Bugün";
$lang["datepicker_weekstart"] = "0";
$lang["datepicker_yesterday"] = "Dün";