<?php

$lang['js']['invalidKey'] = 'Failed to decrypt, wrong passphrase?';
$lang['js']['enterKey'] = 'Please enter the passphrase:';
$lang['js']['repeatKey'] = 'Please repeat:';
$lang['js']['repeatError'] = 'Passphrases do not match!';
$lang['js']['passphrase'] = 'Passphrase';
$lang['js']['copyOk'] = 'Copied to clipboard.';
$lang['js']['copyFail'] = 'Clipboard access failed';
$lang['js']['failcount'] = '%d entries were not decrypted, wrong passsphrase?';
$lang['js']['decryptAll'] = 'Decrypt all entries';
$lang['js']['hideAll'] = 'Hide all entries';
$lang['js']['copy'] = 'Copy to clipboard';
$lang['js']['addpass'] = 'Add password';
$lang['js']['btn_ok'] = 'Confirm';
$lang['js']['btn_no'] = 'Cancel';
$lang['draftreplace'] = '[password removed from draft]';
