Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07f12267cc50a692cc1fb909993dd9ed4be74c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Dosya açılmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
"Cannot read the file." => "Dosya okunamıyor.",
"Invalid file path supplied." => "Geçersiz dosya yolu sağlandı",
"The file is locked." => "Dosya kilitli.",
"An internal server error occurred." => "Bir iç sunucu hatası oluştu.",
"Cannot save file as it has been modified since opening" => "Dosya açıldıktan sonra değiştirildiği için kaydedilemedi",
"Insufficient permissions" => "Yetersiz izin",
"File path not supplied" => "Dosya yolu belirtilmemiş",
"File mtime not supplied" => "Dosya mtime belirtilmemiş",
"saving..." => "kaydediliyor...",
"saved!" => "kaydedildi!",
"failed!" => "başarısız oldu!",
"Saved" => "Kaydedildi",
"There was a problem saving your changes. Click to resume editing." => "Değişikliklerinizin kaydedilmesinde sorun oluştu. Düzenlemeye geri dönmek için tıklayın.",
"An error occurred!" => "Hata oluştu!",
"Text file" => "Metin dosyası",
"New text file.txt" => "Yeni metin dosyası.txt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";