Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/cache/ |
<?php return array ( 'plugins.generic.staticPages.displayName' => 'Static Pages Plugin', 'plugins.generic.staticPages.description' => 'This plugin allows Static Content Management.', 'plugins.generic.staticPages.staticPages' => 'Static Pages', 'plugins.generic.staticPages.pageTitle' => 'Title', 'plugins.generic.staticPages.content' => 'Content', 'plugins.generic.staticPages.path' => 'Path', 'plugins.generic.staticPages.requirement.tinymce' => '<p><strong>The TinyMCE Plugin must be installed and enabled in order to add/edit content.</strong></p>', 'plugins.generic.staticPages.editAddContent' => 'Edit/Add Content', 'plugins.generic.staticPages.addStaticPage' => 'Add Static Page', 'plugins.generic.staticPages.addNewPage' => 'Add New Page', 'plugins.generic.staticPages.editStaticPage' => 'Edit Static Page', 'plugins.generic.staticPages.noneCreated' => 'No static pages have been created.', 'plugins.generic.staticPages.settingInstructions' => 'The form below shows you all the static pages you have created. You can edit or delete the pages using the links on the right-hand side.', 'plugins.generic.staticPages.editInstructions' => 'Use the form below to add/edit page content.', 'plugins.generic.staticPages.pathRegEx' => 'The path field must contain only alphanumeric characters plus \'.\', \'/\', \'-\', and \'_\'.', 'plugins.generic.staticPages.viewInstructions' => '<p>This page will be accessible at: <blockquote>{$pagesPath}</blockquote>...where %PATH% is the path entered above. <strong>Note:</strong> No two pages can have the same path. Using paths that are built into the system may cause you to lose access to important functions.</p>', 'plugins.generic.staticPages.duplicatePath' => 'This path already exists for another static page.', 'plugins.generic.staticPages.pageSaved' => 'Page successfully saved.', 'plugins.generic.staticPages.pageDeleted' => 'Page successfully deleted.', 'plugins.generic.staticPages.noneExist' => 'No pages have been created', );