blob: 998c61e9270257c5ec0f4ded961639d936439aea (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Geri alınamıyor: %s",
"Versions" => "Sürümler",
"Failed to revert {file} to revision {timestamp}." => "{file} dosyası {timestamp} gözden geçirmesine geri alınamadı.",
"More versions..." => "Daha fazla sürüm...",
"No other versions available" => "Başka sürüm mevcut değil",
"Restore" => "Geri yükle"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|