mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
6 lines
240 B
PHP
6 lines
240 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "暗号化",
|
|
"Exclude the following file types from encryption" => "暗号化から除外するファイルタイプ",
|
|
"None" => "なし",
|
|
"Enable Encryption" => "暗号化を有効にする"
|
|
);
|