We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents babc5df + 768a76d commit b973267Copy full SHA for b973267
lang/tr/lang.php
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+/**
4
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5
+ *
6
+ * @author Toprak <[email protected]>
7
+ */
8
+$lang['js']['by_unknown'] = 'bilinmeyen kullanıcı';
9
+$lang['js']['finish_popup_title'] = 'Görevi kapat';
10
+$lang['js']['finish_popup_submit'] = 'Kapat';
11
+$lang['title_alldone'] = 'Bütün görevler tamamlandı.';
12
+$lang['prefix_tasks_user'] = 'Görevleriniz:';
13
+$lang['task'] = 'Görev';
14
+$lang['status'] = 'Durum';
15
+$lang['creator'] = 'Yaratıcı';
16
+$lang['someone'] = 'Biri';
17
+$lang['nodue'] = 'Hiçbiri';
0 commit comments