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

tr.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5f3bb0fcc19ad0f08b9c3fba2f12a4a0d8d7ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "checksum",
    {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "\"%s\" algoritma türü geçersiz ya da desteklenmiyor.",
    "File not found." : "Dosya bulunamadı.",
    "Checksum" : "Sağlama",
    "Creating a hash checksum of a file." : "Bir dosyanın karma sağlaması oluşturuluyor.",
    "Allows users to create a hash checksum of a file.\n        Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n        Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n        Select a algorithm and it will try to generate a hash.\n        If you want an other algorithm, just click on the reload button." : "Kullanıcıların bir dosya karmasının sağlamasını oluşturmasını sağlar.\n        Kullanılabilecek algoritmalar: md5, sha1, sha256, sha384, sha512 ve crc32.\n\n        Bir dosyanın ayrıntılarını açtıktan sonra (yan çubuktan).  \"Sağlama\" sekmesini görmelisiniz.\n        Bir algoritma seçtiğinizde karma oluşturulmaya çalışılır.\n        Başka bir algoritma kullanmak isterseniz yeniden yükle düğmesine tıklayın.",
    "Choose Algorithm" : "Algoritma seçin"
},
"nplurals=2; plural=(n > 1);");