server/apps/files_versions/l10n/tr.php

11 lines
420 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-05-25 05:54:35 +00:00
"Could not revert: %s" => "Geri alınamayan: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Sürümler",
2013-10-16 04:31:48 +00:00
"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",
2013-07-28 05:58:28 +00:00
"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);";