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