bare-site/html/lng/es/menu.php
cclohmar b93de83519 bare-site v1.0 — zero-dependency PHP micro-framework
7 languages, 3 pages (What/How/Start), 80-line router, 98KB total.

Features:
- No database, no Composer, no build step — just files on disk
- nginx PHP isolation: only index.php executes
- Bot detection with browser heuristic bypass
- Rate limiting, structured weekly logs, geo-location, Telegram alerts
- Multi-language: Accept-Language auto-detect, nav dropdown
- Article sub-page routing via /start/{slug}
- Apache + Caddy config alternatives documented in Start page
- Sample config — no real keys or secrets
2026-06-25 14:12:46 +00:00

13 lines
577 B
PHP

<?php
define('LANGUAGE_TITLE','Idioma');
define('PAGE_00_TXT','Qué');
define('PAGE_01_TXT','Cómo');
define('PAGE_02_TXT','Empezar');
define('PAGE_03_TXT','');
define('PAGE_04_TXT','');
define('PAGE_05_TXT','');
define('DISCLAIMER','');
define( 'ERROR_400', '<center><strong>400 Solicitud incorrecta</strong></center>');
define( 'ERROR_404', '<center><strong>404 No encontrado</strong></center>');
define( 'ERROR_500', '<center><strong>500 Error interno del servidor</strong></center>');
define( 'ERROR_default', '<center><strong>Se ha producido un error</strong></center>');