You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_versions/l10n/ru.php

11 lines
750 B

<?php $TRANSLATIONS = array(
"Could not revert: %s" => "Не может быть возвращён: %s",
"success" => "успех",
"File %s was reverted to version %s" => "Файл %s был возвращён к версии %s",
"failure" => "провал",
"File %s could not be reverted to version %s" => "Файл %s не может быть возвращён к версии %s",
"No old versions available" => "Нет доступных старых версий",
"No path specified" => "Путь не указан",
"Versions" => "Версии",
"Revert a file to a previous version by clicking on its revert button" => "Вернуть файл к предыдущей версии нажатием на кнопку возврата"
);