summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/ja_JP.php
blob: 35fba615aec29d6c6974cfd4b369655142e7be79 (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Encryption" => "暗号化",
"File encryption is enabled." => "ファイルの暗号化は有効です。",
"The following file types will not be encrypted:" => "次のファイルタイプは暗号化されません:",
"Exclude the following file types from encryption:" => "次のファイルタイプを暗号化から除外:",
"None" => "なし"
);