diff options
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 4bf1bc31c01..b1d73070883 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "Ayrıntılar", "Please select tag(s) to add to the selection" : "Seçime eklemek için etiketleri seçin", "Apply tag(s) to selection" : "Etiketleri seçime uygula", - "Select" : "Seçin", + "Select directory \"{dirName}\"" : "\"{dirName}\" klasörünü seçin", + "Select file \"{fileName}\"" : "\"{fileName}\" dosyasını seçin", "Pending" : "Bekliyor", "Unable to determine date" : "Tarih belirlenemedi", "This operation is forbidden" : "Bu işleme izin verilmiyor", @@ -210,6 +211,7 @@ OC.L10N.register( "Deleted shares" : "Silinmiş paylaşımlar", "Pending shares" : "Bekleyen paylaşımlar", "Text file" : "Metin dosyası", - "New text file.txt" : "Yeni metin dosyası.txt" + "New text file.txt" : "Yeni metin dosyası.txt", + "Select" : "Seçin" }, "nplurals=2; plural=(n > 1);"); |