add contents
This commit is contained in:
17
lib/plugins/encryptedpasswords/lang/en/lang.php
Normal file
17
lib/plugins/encryptedpasswords/lang/en/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['toolbar_icon_title'] = 'Encrypt or decrypt selected password';
|
||||
$lang['decrypt'] = 'Decrypt';
|
||||
|
||||
$lang['js']['enterKey'] = 'Enter the decryption key:';
|
||||
$lang['js']['decrypt'] = 'Decrypt';
|
||||
$lang['js']['encrypt'] = 'Encrypt';
|
||||
$lang['js']['cancel'] = 'Cancel';
|
||||
$lang['js']['encryptKey'] = 'Enter the encryption key.<br />Enter it twice:';
|
||||
$lang['js']['keyErr'] = 'The keys are not identical.<br />Enter it twice!';
|
||||
$lang['js']['emptyKey'] = 'Please enter a key!';
|
||||
$lang['js']['invalidKey'] = 'Invalid decryption key';
|
||||
$lang['js']['noSelection'] = 'Please select the text to be encrypted';
|
||||
$lang['js']['recrypt'] = 'recrypt';
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = 'Auto draft saving has been temporally disabled.';
|
Reference in New Issue
Block a user