1<?php
2
3$lang['js']['invalidKey'] = 'Failed to decrypt, wrong passphrase?';
4$lang['js']['enterKey'] = 'Please enter the passphrase:';
5$lang['js']['repeatKey'] = 'Please repeat:';
6$lang['js']['repeatError'] = 'Passphrases do not match!';
7$lang['js']['passphrase'] = 'Passphrase';
8$lang['js']['copyOk'] = 'Copied to clipboard.';
9$lang['js']['copyFail'] = 'Clipboard access failed';
10$lang['js']['failcount'] = '%d entries were not decrypted, wrong passsphrase?';
11$lang['js']['decryptAll'] = 'Decrypt all entries';
12$lang['js']['hideAll'] = 'Hide all entries';
13$lang['js']['copy'] = 'Copy to clipboard';
14$lang['js']['addpass'] = 'Add password';
15$lang['js']['btn_ok'] = 'Confirm';
16$lang['js']['btn_no'] = 'Cancel';
17$lang['draftreplace'] = '[password removed from draft]';
18