nextcloud/apps/files_encryption/l10n/ja_JP.php

8 lines
382 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "暗号化",
2013-02-08 03:13:16 +04:00
"File encryption is enabled." => "ファイルの暗号化は有効です。",
"The following file types will not be encrypted:" => "次のファイルタイプは暗号化されません:",
"Exclude the following file types from encryption:" => "次のファイルタイプを暗号化から除外:",
2013-01-23 03:06:18 +04:00
"None" => "なし"
2012-08-16 04:09:15 +04:00
);