mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 21:03:39 -04:00
5 lines
184 B
PHP
5 lines
184 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "암호화",
|
|
"Exclude the following file types from encryption" => "다음 파일 형식은 암호화하지 않음",
|
|
"None" => "없음"
|
|
);
|