48 lines
2.6 KiB
PHP
48 lines
2.6 KiB
PHP
<?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ı aşı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ı aşı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",
|
||
"Failed to write to disk" => "Diske yazılamadı",
|
||
"Files" => "Dosyalar",
|
||
"Unshare" => "Paylaşılmayan",
|
||
"Delete" => "Sil",
|
||
"Rename" => "İsim değiştir.",
|
||
"replace" => "değiştir",
|
||
"cancel" => "iptal",
|
||
"undo" => "geri al",
|
||
"generating ZIP-file, it may take some time." => "ZIP dosyası oluşturuluyor, biraz sürebilir.",
|
||
"Unable to upload your file as it is a directory or has 0 bytes" => "Dosyanızın boyutu 0 byte olduğundan veya bir dizin olduğundan yüklenemedi",
|
||
"Upload Error" => "Yükleme hatası",
|
||
"Close" => "Kapat",
|
||
"Pending" => "Bekliyor",
|
||
"Upload cancelled." => "Yükleme iptal edildi.",
|
||
"File upload is in progress. Leaving the page now will cancel the upload." => "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur.",
|
||
"Invalid name, '/' is not allowed." => "Geçersiz isim, '/' işaretine izin verilmiyor.",
|
||
"Name" => "Ad",
|
||
"Size" => "Boyut",
|
||
"Modified" => "Değiştirilme",
|
||
"File handling" => "Dosya taşıma",
|
||
"Maximum upload size" => "Maksimum yükleme boyutu",
|
||
"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ı",
|
||
"Save" => "Kaydet",
|
||
"New" => "Yeni",
|
||
"Text file" => "Metin dosyası",
|
||
"Folder" => "Klasör",
|
||
"Upload" => "Yükle",
|
||
"Cancel upload" => "Yüklemeyi iptal et",
|
||
"Nothing in here. Upload something!" => "Burada hiçbir şey yok. Birşeyler yükleyin!",
|
||
"Share" => "Paylaş",
|
||
"Download" => "İndir",
|
||
"Upload too large" => "Yüklemeniz çok büyük",
|
||
"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"
|
||
);
|