You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
564 B
18 lines
564 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$MyTasks = "Görevlerim";
|
|
$FavoriteBlogs = "Gözde günlüklerim";
|
|
$Subtitle = "Altbaşlık";
|
|
$ThisBlog = "Bu günlük";
|
|
$NewPost = "Yeni makale";
|
|
$TaskManager = "Görev Yönetimi";
|
|
$Home = "Ana sayfa";
|
|
$AddNewComment = "Yeni bir yorum ekle";
|
|
$ReplyToThisComment = "Bu yoruma cevap yaz";
|
|
$langTask1Desc = "Görev 1 açıklaması";
|
|
$langTask2Desc = "Görev 2 açıklaması";
|
|
$langTask3Desc = "Görev 3 açıklaması";
|
|
$blog_management = "Günlük yönetimi";
|
|
$langWelcome = "HoÅŸ geldiniz!";
|
|
?>
|