nextcloud/apps/files/l10n/tr.php

35 lines
1.9 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Bir hata yok, dosya başarıyla yüklendi",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Yüklenen dosya php.ini de belirtilen upload_max_filesize sınırınııyor",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Yüklenen dosya HTML formundaki MAX_FILE_SIZE sınırınııyor",
"The uploaded file was only partially uploaded" => "Yüklenen dosyanın sadece bir kısmı yüklendi",
"No file was uploaded" => "Hiç dosya yüklenmedi",
"Missing a temporary folder" => "Geçici bir klasör eksik",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "Diske yazılamadı",
2012-01-11 04:06:59 +04:00
"Files" => "Dosyalar",
2012-06-06 02:29:28 +04:00
"Size" => "Boyut",
"Modified" => "Değiştirilme",
2012-05-13 21:59:44 +04:00
"File handling" => "Dosya taşıma",
2012-01-11 04:06:59 +04:00
"Maximum upload size" => "Maksimum yükleme boyutu",
2012-05-13 21:59:44 +04:00
"max. possible: " => "mümkün olan en fazla: ",
"Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.",
"Enable ZIP-download" => "ZIP indirmeyi aktif et",
"0 is unlimited" => "0 limitsiz demektir",
"Maximum input size for ZIP files" => "ZIP dosyaları için en fazla girdi sayısı",
2012-05-09 14:41:01 +04:00
"New" => "Yeni",
"Text file" => "Metin dosyası",
"Folder" => "Klasör",
2012-05-13 21:59:44 +04:00
"From url" => "Url'den",
2012-01-11 04:06:59 +04:00
"Upload" => "Yükle",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "Yüklemeyi iptal et",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "Burada hiçbir şey yok. Birşeyler yükleyin!",
"Name" => "Ad",
2012-05-13 21:59:44 +04:00
"Share" => "Paylaş",
2012-01-11 04:06:59 +04:00
"Download" => "İndir",
"Delete" => "Sil",
"Upload too large" => "Yüklemeniz çok büyük",
2012-05-13 21:59:44 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Yüklemeye çalıştığınız dosyalar bu sunucudaki maksimum yükleme boyutunu aşıyor.",
"Files are being scanned, please wait." => "Dosyalar taranıyor, lütfen bekleyin.",
"Current scanning" => "Güncel tarama"
2012-01-11 04:06:59 +04:00
);