Merge all text_constants into a single canonical file

Four separate text_constants.inc.php files (root, mysyde/common,
mysyde/common/classes, mysyde/admin) contained overlapping and
diverging constants. Merged all 1596 unique keys—zero value conflicts—
into mysyde/admin/text_constants.inc.php, which Translate.php already
loads. The three other files are now thin stubs that require_once the
admin file, so all existing include paths continue to work.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 10:22:28 +02:00
parent e2837b3288
commit e3b4dbe4ff
4 changed files with 4789 additions and 8260 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3
text_constants.inc.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
// Merged into mysyde/admin/text_constants.inc.php
require_once __DIR__ . '/mysyde/admin/text_constants.inc.php';