Skip to content

Commit 9d41fa0

Browse files
committed
Create lang.php
Turkish translation update
1 parent 0f37cd9 commit 9d41fa0

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

lang/tr/lang.php

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?php
2+
/**
3+
* Turkish language file
4+
*
5+
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6+
* @author Esther Brunner <[email protected]>
7+
* @author iDo <[email protected]>
8+
* Translation İlker R. Kapaç <[email protected]>
9+
*/
10+
11+
// settings must be present and set appropriately for the language
12+
$lang['encoding'] = 'utf-8';
13+
$lang['direction'] = 'ltr';
14+
15+
// for admin plugins, the menu prompt to be displayed in the admin menu
16+
// if set here, the plugin doesn't need to override the getMenuText() method
17+
$lang['menu'] = 'Tartışmaları Yönet';
18+
19+
$lang['discussion'] = 'Tartışma';
20+
$lang['comment'] = 'Yorum';
21+
$lang['comments'] = 'Yorumlar';
22+
$lang['nocomments'] = 'Yorumlar';
23+
$lang['url'] = 'İnternet sitesi';
24+
$lang['address'] = 'Adres';
25+
$lang['date'] = 'Tarih';
26+
$lang['entercomment'] = 'Yorumunuzu girin';
27+
$lang['wikisyntax'] = 'Wiki sözdizimi kullanabilirsiniz';
28+
$lang['older'] = 'Eski tartışmalar';
29+
$lang['newer'] = 'Yeni tartışmalar';
30+
$lang['btn_reply'] = 'Yanıtla';
31+
$lang['btn_hide'] = 'Gizle';
32+
$lang['btn_show'] = 'Göster';
33+
$lang['btn_change'] = 'Değiştir';
34+
$lang['statuschanged'] = 'Tartışma durumu değiştirildi';
35+
$lang['wordblock'] = 'Yorumunuz spam olarak engellendi.';
36+
$lang['moderation'] = 'Yorumunuz kaydedildi. Yayınlanması için onay bekliyor';
37+
$lang['mail_newcomment'] = 'Yeni Yorum';
38+
$lang['subscribe'] = 'Tartışmaya abone ol';
39+
$lang['noguests'] = 'Yorum yazabilmek için sisteme giriş yapmış olmalısınız.';
40+
41+
$lang['status'] = 'Durum';
42+
$lang['off'] = 'kapalı';
43+
$lang['open'] = 'açık';
44+
$lang['closed'] = 'kapatılmış';
45+
46+
$lang['reply'] = 'Yanıt';
47+
$lang['replies'] = 'Yanıtlar';
48+
$lang['newthread'] = 'Yeni tartışma sayfası';
49+
$lang['toggle_display'] = 'Tartışmayı Gizle/Göster';
50+
51+
//Setup VIM: ex: et ts=2 enc=utf-8 :

0 commit comments

Comments
 (0)