Blame view
sources/apps/files_encryption/l10n/ja_JP.php
382 Bytes
|
03e52840d
|
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" => "なし" ); |