server/apps/files_encryption/l10n/ja_JP.php
2013-02-10 00:10:29 +01:00

7 lines
382 B
PHP

<?php $TRANSLATIONS = array(
"Encryption" => "暗号化",
"File encryption is enabled." => "ファイルの暗号化は有効です。",
"The following file types will not be encrypted:" => "次のファイルタイプは暗号化されません:",
"Exclude the following file types from encryption:" => "次のファイルタイプを暗号化から除外:",
"None" => "なし"
);