server/apps/files_versions/l10n/tr.php

8 lines
185 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-02-18 23:06:51 +00:00
"Could not revert: %s" => "Geri alınamıyor: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Sürümler",
"Restore" => "Geri yükle"
2012-12-27 23:20:34 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";