1<?php 2/** 3 * English language file for config of dokucrypt2 plugin 4 */ 5 6$lang['copytoclipboard'] = "If set to true, the plugin tries to copy the decrypted value to the clipboard."; 7$lang['hidepasswordoncopytoclipboard'] = "If set to true, the decrypted value will not be shown after being copied to the clipboard (see option 'copytoclipboard').";