nextcloud-server/apps/files_versions/l10n/uk.php

14 lines
857 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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" => "Шлях не вказаний",
"History" => "Історія",
"Revert a file to a previous version by clicking on its revert button" => "Відновити файл на попередню версію, натиснувши на кнопку Відновити",
"Files Versioning" => "Версії файлів",
"Enable" => "Включити"
);