1<?php 2/** 3 * @author Michael Braun <michael-dev@fami-braun.de> 4 */ 5 6 7$lang['js']['padnoowner'] = 'Pad for page <b>%s</b> in revision <b>%d</b>: <b style=\'color: red;\'>You cannot save this pad, as the page is locked by another user.</b>'; 8$lang['js']['padowner'] = 'Pad for page <b>%s</b> in revision <b>%d</b>: <b>You are responsible to save the changes from this pad.</b>'; 9$lang['js']['alreadywriteable'] = 'Pad is already editable.'; 10$lang['js']['password'] = 'Password'; 11$lang['js']['passwordforpad'] = 'Password for Pad:'; 12$lang['js']['submit'] = 'Submit'; 13$lang['js']['reset'] = 'Reset'; 14$lang['js']['securitymanager'] = 'Security Manager'; 15$lang['js']['encryption'] = 'Encryption'; 16$lang['js']['padIsEncrypted'] = 'Pad is encrypted'; 17$lang['js']['padIsUnencrypted'] = 'Pad is unencrypted'; 18$lang['js']['accessRequires'] = 'Access requires'; 19$lang['js']['permToReadWiki'] = 'permission to read wiki page'; 20$lang['js']['permToWriteWiki'] = 'permission to write wiki page'; 21$lang['js']['password'] = 'Password'; 22$lang['js']['readAccessRequires'] = 'Readonly access requires'; 23$lang['js']['permToReadWikiPlusPassword'] = 'permission to read wiki page as well as a password'; 24$lang['js']['permToWriteWikiPlusPassword'] = 'permission to write wiki page as well as a password'; 25$lang['js']['readPassword'] = 'Password for reading'; 26$lang['js']['writeAccessRequires'] = 'Write-access requires'; 27$lang['js']['writePassword'] = 'Password for writing'; 28$lang['js']['missingPlugin'] = "The pad is missing the ep_iframeinsert plugin. Therefore this function is currently not available."; 29$lang['js']['noGetSelection'] = "This function is not available while the pad is used. [getSelection]"; 30$lang['js']['noSetSelection'] = "This function is not available while the pad is used. [setSelection]"; 31$lang['js']['noPasteText'] = "This function is not available while the pad is used. [pasteText]"; 32$lang['js']['noPreview'] = "The preview cannot be used while the pad is in use."; 33$lang["pad could not be safed as draft"] = "pad could not be safed as draft"; 34$lang["Permission denied"] = "Permission denied"; 35$lang["Permission denied - page locked by somebody else"] = "Permission denied - page locked by somebody else"; 36$lang["There is no such pad."] = "There is no such pad."; 37$lang["You need to create (save) the non-empty page first."] = "You need to create (save) the non-empty page first."; 38$lang["Permission denied - pad is owned by %s, who needs to lock (edit) the page."] = "Permission denied - pad is owned by use \"%s\", who needs to lock (edit) the page."; 39 40