diff options
Diffstat (limited to 'core/l10n/tr.js')
-rw-r--r-- | core/l10n/tr.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 047aa884b7a..8ecc401adc6 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -188,6 +188,10 @@ OC.L10N.register( "Name" : "Ad", "Size" : "Boyut", "Modified" : "Değiştirilme", + "\"{name}\" is an invalid file name." : "\"{name}\" geçersiz bir dosya adı.", + "File name cannot be empty." : "Dosya adı boş olamaz.", + "\"/\" is not allowed inside a file name." : "Dosya adında \"/\" kullanılamaz.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" dosya türüne izin verilmiyor", "{newName} already exists" : "{newName} zaten var", "Choose" : "Seçin", "Copy" : "Kopyala", |