diff options
Diffstat (limited to 'language/tr_TR')
-rw-r--r-- | language/tr_TR/admin.lang.php | 4 | ||||
-rw-r--r-- | language/tr_TR/common.lang.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php index df0b3096b..6bdf8f9c0 100644 --- a/language/tr_TR/admin.lang.php +++ b/language/tr_TR/admin.lang.php @@ -918,4 +918,8 @@ $lang['%s in the future'] = '%s gelecekte'; $lang['Posted %s on %s'] = '%s tarihinde %s yazmıştır'; $lang['create a new site'] = 'yeni bir site oluştur'; $lang['No order field selected'] = 'Emir alanı seçilmedi'; +$lang['Duplicate selected tags'] = 'Seçili etiketleri kopyala'; +$lang['Name of the duplicate'] = 'Kopya ismi'; +$lang['Source tag'] = 'Kaynak etiket'; +$lang['Tag "%s" is now a duplicate of "%s"'] = '"%s" etiketi şimdi "%s" \'nin kopyasıdır'; ?>
\ No newline at end of file diff --git a/language/tr_TR/common.lang.php b/language/tr_TR/common.lang.php index 2cbd93441..6d33c2653 100644 --- a/language/tr_TR/common.lang.php +++ b/language/tr_TR/common.lang.php @@ -183,7 +183,7 @@ $lang['Help'] = 'Yardım'; $lang['Home'] = 'Anasayfa'; $lang['html tags are not allowed in login'] = 'girişte html etiketleri kullanılamaz'; $lang['I want to add photos'] = 'fotoğraf eklemek istiyorum'; -$lang['Identification'] = 'Kimlik'; +$lang['Identification'] = 'Kullanıcı Girişi'; $lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Eğer bu bir hata ise, bu e-postayı görmezden geliniz.'; $lang['in %d sub-album'] = '%d alt albüm'; $lang['in %d sub-albums'] = '%d alt albüm'; @@ -268,7 +268,7 @@ $lang['Powered by'] = 'destekleyen :'; $lang['Preferences'] = 'özellikler'; $lang['Previous'] = 'önceki'; $lang['Profile'] = 'Profil'; -$lang['Quick connect'] = 'Üye Girişi'; +$lang['Quick connect'] = 'Kullanıcı Girişi'; $lang['Quick search'] = 'Hızlı arama'; $lang['Random photos'] = 'Karışık resimler'; $lang['Rank'] = 'kademe'; |