nextcloud/apps/files_encryption/l10n/ja_JP.php

7 lines
240 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "暗号化",
"Exclude the following file types from encryption" => "暗号化から除外するファイルタイプ",
"None" => "なし",
"Enable Encryption" => "暗号化を有効にする"
);