Skip to content

Commit 2daeadc

Browse files
Merge pull request hestiacp#705 from slmcncb/master
Update tr.php
2 parents e49317b + 75b1855 commit 2daeadc

File tree

1 file changed

+41
-40
lines changed

1 file changed

+41
-40
lines changed

web/inc/i18n/tr.php

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
33
* Vesta turkish language file
4-
* info@ozgurbozkurt.com (ozgur@forum.vestacp.com)
4+
* 2014.11.01 Özgür Bozkurt (info@ozgurbozkurt.com/ozgur@forum.vestacp.com)
5+
* 2016.06.27 Selim Can CABA (info@selimcancaba.com)
56
*/
67

78
$LANG['tr'] = array(
@@ -599,47 +600,47 @@
599600
'Select Bunch of Files' => 'Dosya Demetini Seç',
600601
'Append File to the Current Selection' => 'Şuanki Seçime Dosya Ekle',
601602
'Select All Files' => 'Tüm Dosyaları Seç',
602-
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
603+
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
603604
'kısayollar muhteşem dosya yöneticisi <a href="https://www.midnight-commander.org/">Midnight Commander</a> arayüzünden esinlenilmiştir',
604605

605-
'Licence Key' => 'Licence Key',
606-
'Enter License Key' => 'Enter License Key',
607-
'Buy Licence' => 'Buy Licence',
608-
'Buy Lifetime License' => 'Buy Lifetime License',
609-
'Disable and Cancel Licence' => 'Disable and Cancel Licence',
610-
'Licence Activated' => 'Licence Activated',
611-
'Licence Deactivated' => 'Licence Deactivated',
612-
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
613-
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.',
614-
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
606+
'Licence Key' => 'Lisans Anahtarı',
607+
'Enter License Key' => 'Lisans Anahtarını Girin',
608+
'Buy Licence' => 'Lisans Satın Al',
609+
'Buy Lifetime License' => 'Ömür Boyu Lisans Satın Al',
610+
'Disable and Cancel Licence' => 'Lisansı Devre Dışı Bırak ve İptal Et',
611+
'Licence Activated' => 'Lisans Aktif',
612+
'Licence Deactivated' => 'Lisans Pasif',
613+
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Kullanıcılar SSH ile sadece kendi ev dizinine erişebilir.',
614+
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Tam özellikli Dosya Yöneticisi ile alan adınızdaki tüm dosyalarda listeleme, kopyalama, düzenleme ve görüntüleme yapabilirsiniz.',
615+
'This is a commercial module, you would need to purchace license key to enable it.' => 'Bu ticari bir modül, bunu etkinleştirmek için lisans anahtarı satın almanız gerekir.',
615616

616-
'Minutes' => 'Minutes',
617-
'Hourly' => 'Hourly',
618-
'Daily' => 'Daily',
619-
'Weekly' => 'Weekly',
620-
'Monthly' => 'Monthly',
621-
'Run Command' => 'Run Command',
622-
'every month' => 'every month',
623-
'every odd month' => 'every odd month',
624-
'every even month' => 'every even month',
625-
'every day' => 'every day',
626-
'every odd day' => 'every odd day',
627-
'every even day' => 'every even day',
628-
'weekdays (5 days)' => 'weekdays (5 days)',
629-
'weekend (2 days)' => 'weekend (2 days)',
630-
'Monday' => 'Monday',
631-
'Tuesday' => 'Tuesday',
632-
'Wednesday' => 'Wednesday',
633-
'Thursday' => 'Thursday',
634-
'Friday' => 'Friday',
635-
'Saturday' => 'Saturday',
636-
'Sunday' => 'Sunday',
637-
'every hour' => 'every hour',
638-
'every two hours' => 'every two hours',
639-
'every minute' => 'every minute',
640-
'every two minutes' => 'every two minutes',
641-
'every' => 'every',
642-
'Hour' => 'Hour',
643-
'Minute' => 'Minute'
617+
'Minutes' => 'Dakikalık',
618+
'Hourly' => 'Saatlik',
619+
'Daily' => 'Günlük',
620+
'Weekly' => 'Haftalık',
621+
'Monthly' => 'Aylık',
622+
'Run Command' => 'Komutu Çalıştır',
623+
'every month' => 'her ay',
624+
'every odd month' => 'her tek ay',
625+
'every even month' => 'her çift ay',
626+
'every day' => 'her gün',
627+
'every odd day' => 'her tek gün',
628+
'every even day' => 'her çift gün',
629+
'weekdays (5 days)' => 'hafta içi (5 gün)',
630+
'weekend (2 days)' => 'hafta sonu (2 gün)',
631+
'Monday' => 'Pazartesi',
632+
'Tuesday' => 'Salı',
633+
'Wednesday' => 'Çarşamba',
634+
'Thursday' => 'Perşembe',
635+
'Friday' => 'Cuma',
636+
'Saturday' => 'Cumartesi',
637+
'Sunday' => 'Pazar',
638+
'every hour' => 'her saat',
639+
'every two hours' => 'her iki saatte bir',
640+
'every minute' => 'her dakika',
641+
'every two minutes' => 'her iki dakikada bir',
642+
'every' => 'sürekli',
643+
'Hour' => 'Saat',
644+
'Minute' => 'Dakika'
644645

645646
);

0 commit comments

Comments
 (0)