'Add Page', 'LABEL_NEWTITLE' => 'Title of new page:', 'BUTTON_NEWPAGE' => 'Add', 'SECTION_PAGES' => 'Pages', 'TEXT_NOPAGES' => 'No pages have been created yet.', 'SECTION_CONFIG' => 'Web Site Settings', 'LABEL_SITENAME' => 'Site title:', 'LABEL_SITEFOOTER' => 'Page footer text:', 'BUTTON_SAVECONFIG' => 'Save Settings', 'SECTION_USER' => 'User: {1}', 'BUTTON_CHANGEPASS' => 'Change passw.', 'BUTTON_LOGOUT' => 'Log out', 'LABEL_CURRENTPASSWORD' => 'Current password:', 'LABEL_NEWPASSWORD' => 'New password:', 'LABEL_REPEATPASSWORD' => 'Repeat new password:', 'BUTTON_CHANGEPASS_SAVE' => 'Save', 'SECTION_PAGESETTINGS' => 'Page', 'LABEL_TITLE' => 'Page title:', 'LABEL_NAME' => 'Filename, excluding file extension:', 'LABEL_MENUPOSITION' => 'Position in menu:', 'LABEL_TEMPLATE' => 'Page template:', 'BUTTON_SAVENEW' => 'Save new page', 'BUTTON_SAVE' => 'Save', 'BUTTON_DELETEPAGE' => 'Delete page', 'TEXT_UNSAVED' => 'Unsaved changes!', 'SECTION_REGENERATE' => 'Regenerate pages', 'TEXT_REGENERATIONNEEDED' => 'The site menu or site configuration has changed, but the pages have not been updated with the new changes. Press the button to update the pages.', 'BUTTON_REGENERATE' => 'Regenerate', 'SECTION_FILES' => 'Files', 'LABEL_UPLOAD' => 'Upload files:', 'BUTTON_UPLOAD' => 'Upload', 'BUTTON_DELETEFILE' => '❌', 'FILENAME_DESCR' => 'Filename excluding ".html" file ending. May contain the characters a-z 0-9 _ - and will be visible in links and for search engines.', 'ERROR_WRITEPAGELIST' => 'Failed to update page list. Could not write to file.', 'ERROR_RENAMEPAGELIST' => 'Failed to update page list. Could not replace file.', 'ERROR_PAGEINDEXOUTOFRANGE' => 'The number {1} is not a valid menu position. Must be between 1 and {2}.', 'ERROR_EXISTS' => 'A file with the same name already exists.', 'ERROR_WRITE' => 'Failed to save page. Could not write to file.', 'ERROR_GENERATEOUTPUT' => 'Failed to create HTML file.', 'ERROR_GENERATEOUTPUT_ALL' => 'Failed to regenerate HTML files.', 'ERROR_BADTITLE' => 'Invalid page title. Please enter at least one character', 'ERROR_BADFILENAME' => 'Invalid file name. Please enter a file name and use only the allowed characters a-z 0-9 _ -', 'ERROR_INTERNAL' => 'An internal error occurred. This is most likely not your fault.', 'ERROR_SAVESETTINGS' => 'Failed to save settings.', 'ERROR_NOTIMPL' => 'Sorry, this feature is not yet done!', 'ERROR_PASSWORD_BADOLDPASS' => 'Current password is not correct.', 'ERROR_PASSWORD_BADREPEAT' => 'Passwords do not match.', 'ERROR_PASSWORD_BADLENGTH' => 'New password is too short.', 'ERROR_UPLOAD_NO_FILE' => 'No file was uploaded.', 'ERROR_UPLOAD_EMPTY' => 'File is empty', 'ERROR_UPLOAD_INTERNAL_MOVE' => 'Failed to move file into files directory.', 'ERROR_UPLOAD_HIDDEN' => 'Hidden files / files starting with a dot, may not be uploaded.', 'ERROR_UPLOAD_NAMETOOLONG' => 'File name is too long.', 'ERROR_UPLOAD_FILEEXT' => 'File type is not allowed.', 'ERROR_UPLOAD_DOUBLEFILEEXT' => 'File may not have more than one file extension.', 'ERROR_UPLOAD_DIR_NONEXISTENT' => 'Upload directory ("{1}") does not exist on server.', 'ERROR_UPLOAD_DIR_NOT_WRITEABLE' => 'Upload directory ("{1}") on server is not writeable.', 'ERROR_UPLOADFAIL' => 'Upload failed. {1}', 'TEXT_DELETE' => "Are you sure you want to delete the page '{1}', with the filename '{2}'?", 'TEXT_DELETEFILE' => "Are you sure you want to delete the file '{1}'?", 'BUTTON_DELETE_CONFIRM' => 'Delete', 'BUTTON_OK' => 'OK', 'BUTTON_CANCEL' => 'Cancel', 'LOGIN_TITLE' => 'Log in', 'LOGIN_USERNAME' => 'Username:', 'LOGIN_PASSWORD' => 'Password:', 'LOGIN_BUTTON' => 'Log in', 'LOGIN_ERROR_USERPASS' => 'Invalid username or password.', 'LOGIN_ERROR_EXPIRED' => 'Session has expired. Please login again.', 'TB_H1' => 'Heading, level 1', 'TB_H2' => 'Heading, level 2', 'TB_H3' => 'Heading, level 3', 'TB_P' => 'Paragraph', 'TB_BQ' => 'Block Quote', 'TB_UL' => 'Bullet List', 'TB_OL' => 'Numbered List', 'TB_B' => 'Bold', 'TB_U' => 'Underline', 'TB_I' => 'Italic', 'TB_S' => 'Strike-through', 'TB_ALEFT' => 'Align Left', 'TB_ACENTER' => 'Align Center', 'TB_ARIGHT' => 'Align Right', 'TB_UNDO' => 'Undo', 'TB_REDO' => 'Redo', );