Nieuwe features: - Welkomstpagina bij lege content-map (nieuwe installatie detectie) - 404-afhandeling binnen actieve theme via admin/static/404.html - HTTP 404 status bij onbekende pagina's en missende taalprefix Opschoning: - Verwijderd: package.json, src/scss/, root .htaccess, themes/demo/ - Verwijderde vendor packages: php-mqtt/client, mustache/mustache - AGENTS.md samengevoegd naar root, development/AGENTS.md verwijderd - .gitignore opgeschoond (NPM/node_modules/.sass-cache verwijderd) Documentatie: - Installatie instructies toegevoegd aan README (Apache2/Nginx/PHP/composer) - README en guide versie referenties bijgewerkt naar 2.6.1 - Release notes: docs/release-notes/v2.6.1.md Tests: - Pentest: 30/30 geslaagd, 0 vulnerabilities - WCAG 2.1 AA: 25/25 geslaagd, 100% compliance - Test scripts gebruiken Apache-URL i.p.v. localhost:8080
48 lines
1.9 KiB
PHP
48 lines
1.9 KiB
PHP
<?php
|
|
return [
|
|
'site_title' => 'CodePress',
|
|
'home' => 'Home',
|
|
'search' => 'Search',
|
|
'search_placeholder' => 'Search...',
|
|
'search_button' => 'Search',
|
|
'welcome' => 'Welcome',
|
|
'created' => 'Created',
|
|
'modified' => 'Modified',
|
|
'author' => 'Author',
|
|
'manual' => 'Manual',
|
|
'no_content' => 'No content found',
|
|
'no_results' => 'No results found',
|
|
'results_found' => 'results found',
|
|
'breadcrumb_home' => 'Home',
|
|
'file_details' => 'File details',
|
|
'guide' => 'Guide',
|
|
'powered_by' => 'Powered by',
|
|
't_powered_by' => 'Powered by',
|
|
'directory_empty' => 'This directory is empty',
|
|
'page_not_found' => 'Page Not Found',
|
|
'page_not_found_text' => 'The page you are looking for does not exist.',
|
|
'mappen' => 'Folders',
|
|
'paginas' => 'Pages',
|
|
'author_website' => 'Author website',
|
|
'author_git' => 'Author Git',
|
|
'plugins' => 'Plugins',
|
|
'templates' => 'Templates',
|
|
'layouts' => 'Layouts',
|
|
'sidebar_content' => 'Sidebar + Content',
|
|
'content_only' => 'Content Only',
|
|
'sidebar_only' => 'Sidebar Only',
|
|
'content_sidebar' => 'Content + Sidebar',
|
|
'plugin_development' => 'Plugin Development',
|
|
'template_system' => 'Template System',
|
|
'go_to' => 'Go to',
|
|
'welcome_title' => 'Welcome to CodePress CMS',
|
|
'welcome_new_install' => 'New installation',
|
|
'welcome_intro' => 'You are seeing this page because the content directory is still empty. This is a new installation of CodePress CMS.',
|
|
'welcome_next_steps' => 'Next steps',
|
|
'welcome_step_1' => 'Log in via the admin console to manage content',
|
|
'welcome_step_2' => 'Add Markdown, PHP or HTML files to the content directory',
|
|
'welcome_step_3' => 'Read the manual for full documentation',
|
|
'welcome_admin_link' => 'Go to admin console',
|
|
'welcome_guide_link' => 'View manual',
|
|
'welcome_content_empty' => 'The content directory is empty',
|
|
]; |