Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Added CMD_SHOW_IN_OS and CMD_FILE_DELETE translations #4355

Merged
merged 1 commit into from
Aug 20, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/nls/tr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ define({
"CMD_LIVE_FILE_PREVIEW" : "Canlı Önizleme",
"CMD_PROJECT_SETTINGS" : "Proje Ayarları\u2026",
"CMD_FILE_RENAME" : "Yeniden Adlandır",
"CMD_FILE_DELETE" : "Sil",
"CMD_QUIT" : "Çık",

// Edit menu commands
Expand Down Expand Up @@ -210,6 +211,7 @@ define({
"CMD_NEXT_DOC" : "Sonraki Dosya",
"CMD_PREV_DOC" : "Önceki Dosya",
"CMD_SHOW_IN_TREE" : "Dosya Listesinde Göster",
"CMD_SHOW_IN_OS" : "Bulunduğu Konumu Aç",

// Help menu commands
"HELP_MENU" : "Yardım",
Expand Down