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.
35 lines
1.4 KiB
35 lines
1.4 KiB
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$NewNote = "Yeni not";
|
|
$Note = "Not";
|
|
$NoteDeleted = "Not silindi";
|
|
$NoteUpdated = "Not güncellendi";
|
|
$NoteCreated = "Not oluşturuldu";
|
|
$YouMustWriteANote = "Lütfen bir not yazın";
|
|
$SaveNote = "Notu kaydet";
|
|
$WriteYourNoteHere = "Buraya tıklayarak yeni not yazın";
|
|
$SearchByTitle = "Başlığa göre ara";
|
|
$WriteTheTitleHere = "Başlığı buraya yazın";
|
|
$UpdateDate = "Güncellendi";
|
|
$NoteAddNew = "Defterime not ekle";
|
|
$OrderByCreationDate = "Oluşturma tarihine göre";
|
|
$OrderByModificationDate = "Son güncelleme tarihine göre";
|
|
$OrderByTitle = "Başlığa göre";
|
|
$NoteTitle = "Not başlığı";
|
|
$NoteComment = "Not detayları";
|
|
$NoteAdded = "Not eklendi";
|
|
$NoteConfirmDelete = "Notu silmek istiyor musunuz ?";
|
|
$AddNote = "Not oluştur";
|
|
$ModifyNote = "Kişisel notlarımı düzenle";
|
|
$BackToNoteList = "Not listesine geri dön";
|
|
$NotebookManagement = "Not Defteri yönetimi";
|
|
$BackToNotesList = "Not listesine geri dön";
|
|
$NotesSortedByTitleAsc = "Notları başlığa göre sırala (A-Z)";
|
|
$NotesSortedByTitleDESC = "Notları başlığa göre sırala (Z-A)";
|
|
$NotesSortedByUpdateDateAsc = "Notları güncelleme tarihine göre sırala (1-9)";
|
|
$NotesSortedByUpdateDateDESC = "Notları güncelleme tarihine göre sırala (9-1)";
|
|
$NotesSortedByCreationDateAsc = "Notları oluşturma tarihine göre sırala (1-9)";
|
|
$NotesSortedByCreationDateDESC = "Notları güncelleme tarihine göre sırala (9-1)";
|
|
?>
|