diff options
Diffstat (limited to 'apps/theming/l10n/tr.js')
-rw-r--r-- | apps/theming/l10n/tr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index 6d9b0178786..ced336c209d 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -24,7 +24,6 @@ OC.L10N.register( "Could not write file to disk" : "Dosya diske yazılamadı", "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded" : "Henüz bir dosya yüklenmemiş", - "Unsupported image type" : "Görsel türü desteklenmiyor", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Zaten özel bir tema kullanıyorsunuz. Tema uygulaması ayarları bu değer ile değiştirilebilir.", "Theming" : "Tema", "Legal notice" : "Yasal bildirim", @@ -50,6 +49,7 @@ OC.L10N.register( "Upload new header logo" : "Yeni üst bilgi logosu yükle", "Favicon" : "Favicon", "Upload new favicon" : "Yeni favicon yükle", - "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Yüklenen logo ve renge göre otomatik olarak favicon üretilmesi için Imagemagick PHP eklentisini SVG desteği ile kurun." + "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Yüklenen logo ve renge göre otomatik olarak favicon üretilmesi için Imagemagick PHP eklentisini SVG desteği ile kurun.", + "Unsupported image type" : "Görsel türü desteklenmiyor" }, "nplurals=2; plural=(n > 1);"); |