add contents
This commit is contained in:
23
lib/plugins/encryptedpasswords/lang/ja/lang.php
Normal file
23
lib/plugins/encryptedpasswords/lang/ja/lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Jpapanese language file for encryptedpassword plugin
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['toolbar_icon_title'] = '選択テキストの暗号化または復号';
|
||||
$lang['decrypt'] = '復号';
|
||||
|
||||
$lang['js']['enterKey'] = '復号キーを入力:';
|
||||
$lang['js']['decrypt'] = '復号';
|
||||
$lang['js']['encrypt'] = '暗号化';
|
||||
$lang['js']['cancel'] = 'キャンセル';
|
||||
$lang['js']['encryptKey'] = '暗号化/復号に使用するキーを入力してください.<br />同じキーを2度入力します:';
|
||||
$lang['js']['keyErr'] = '2つにキーが同一でありません.<br />同じキーを2度入力してください!';
|
||||
$lang['js']['emptyKey'] = 'キーを入力してください!';
|
||||
$lang['js']['invalidKey'] = '復号キーが不正です';
|
||||
$lang['js']['noSelection'] = '暗号化するテキストを選択してください';
|
||||
$lang['js']['recrypt'] = '暗号状態に戻す';
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = '自動ドラフト保存機能は一時的に無効化されています';
|
Reference in New Issue
Block a user