blob: f2bc1e6c0aa7924b8c2c7e787354bbf9ae59dfbe (
plain)
1
2
3
4
5
6
7
|
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Geri alınamıyor: %s",
"Versions" => "Sürümler",
"Restore" => "Geri yükle"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|