mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
5 lines
237 B
PHP
5 lines
237 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Шифрование",
|
|
"Exclude the following file types from encryption" => "Исключить шифрование следующих типов файлов",
|
|
"None" => "Ничего"
|
|
);
|