server/apps/files_versions/l10n/ru.php

6 lines
179 B
PHP
Raw Normal View History

2012-08-25 00:08:36 +00:00
<?php $TRANSLATIONS = array(
2013-02-08 23:14:08 +00:00
"Could not revert: %s" => "Не может быть возвращён: %s",
2013-03-01 23:05:42 +00:00
"Versions" => "Версии",
2013-07-27 06:03:03 +00:00
"Restore" => "Восстановить"
2012-08-25 00:08:36 +00:00
);