./inc/functions.php:2251: // @TODO This is still very static, rewrite it somehow
./inc/gen_sql_patches.php:96:// @TODO Rewrite this to a filter
./inc/install-functions.php:59: // @TODO DEACTIVATED: changeDataInFile(getCachePath() . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0);
-./inc/language/de.php:1119:// @TODO Rewrite these two constants
-./inc/language/de.php:1134:// @TODO Rewrite these three constants
-./inc/language/de.php:301: // @TODO Following two are unused?
-./inc/language/de.php:811:// @TODO Are these constants longer used?
+./inc/language/de.php:1118:// @TODO Rewrite these two constants
+./inc/language/de.php:1133:// @TODO Rewrite these three constants
+./inc/language/de.php:300: // @TODO Following two are unused?
+./inc/language/de.php:810:// @TODO Are these constants longer used?
./inc/language-functions.php:234: // @TODO These are all valid languages, again hard-coded
./inc/language-functions.php:46:// @TODO Rewrite all language constants to this function.
./inc/language/rallye_de.php:13: * @TODO Naming convention not applied for language strings *
// Is the entry there?
if (!isConfigEntrySet($configEntry)) {
// Raise an error of missing entries
- debug_report_bug(__FUNCTION__, __LINE__, sprintf("Configuration entry <em>%s</em> is missing.", $configEntry));
+ debug_report_bug(__FUNCTION__, __LINE__, sprintf("Configuration entry <span class=\"data\">%s</span> is missing.", $configEntry));
} // END - if
// Return it
'ADMIN_DELETE_MENUS' => "Menüs löschen",
'ADMIN_EDIT_ADMIN_MENU' => "Admin-Menüeinträge ändern",
'ADMIN_EDIT_MENU' => "Es soll/sollen <span class=\"data\">%s</span> Menüeintrag/-einträge geändert werden:",
- 'ENTRY_MODIFY' => "Eintrag",
+ 'ADMIN_ENTRY_MODIFY' => "Eintrag",
'SUBMIT_CHANGES' => "Änderungen durchführen",
- 'ENTRY_404_1' => "Eintrag <em>",
- 'ENTRY_404_2' => "</em> wurde nicht gefunden.",
+ 'ADMIN_ENTRY_404' => "Eintrag <span class=\"data\">%s</span> wurde nicht gefunden.",
'ADMIN_UNKNOWN_OKAY' => "Es wurde eine unbekannte Aktion <span class=\"data\">%s</span> durchgeführt.",
'ADMIN_DELETE_ADMIN_MENU' => "Admin-Menüeinträge löschen",
'ADMIN_DELETE_MENU_1' => "Es soll/sollen <strong>",
'MEMBER_PRIMERA_INVALID_USERNAME' => "Bitte nur Zahlen für den Primus-Usernamen eingeben.",
'MEMBER_PRIMERA_INVALID_AMOUNT' => "Bitte nur Zahlen für den zu überweisenden Betrag eingeben.",
'MEMBER_PRIMERA_AMOUNT_SMALLER_MIN' => "Bitte geben Sie mindestens <span class=\"data\">{%config,translateComma=primera_min_payout%}</span> Primera an.",
- 'MEMBER_PRIMERA_WITHDRAW_FAILED' => "Die Einzahlung hat nicht geklappt! Rückmeldung für den Support: <em>%s</em>.",
+ 'MEMBER_PRIMERA_WITHDRAW_FAILED' => "Die Einzahlung hat nicht geklappt! Rückmeldung für den Support: <span class=\"data\">%s</span>.",
'MEMBER_PRIMERA_WITHDRAW_DONE' => "Einzahlung auf Ihr {?MAIN_TITLE?} Konto erfolgreich abgeschlossen. :-)",
'MEMBER_PRIMERA_PAYOUT_DONE' => "Auszahlung auf Primus-Portal erfolgreich abgeschlossen. :-)",
'MEMBER_PRIMERA_PAYOUT_POINTS_DEPLETED' => "Sie können nicht <span class=\"data\">%s</span> Primera auszahlen, da Sie nur <span class=\"data\">%s</span> übrig haben.",
'MEMBER_WERNIS_INVALID_AMOUNT' => "Bitte nur Zahlen für den zu überweisenden Betrag eingeben.",
'MEMBER_WERNIS_WITHDRAW_AMOUNT_SMALLER_MIN' => "Bitte geben Sie mindestens <span class=\"data\">{%config,translateComma=wernis_min_withdraw%}</span> Wernis für die Einzahlung an.",
'MEMBER_WERNIS_PAYOUT_AMOUNT_SMALLER_MIN' => "Bitte geben Sie mindestens <span class=\"data\">{%config,translateComma=wernis_min_payout%}</span> Wernis für die Auszahlung an.",
- 'MEMBER_WERNIS_WITHDRAW_FAILED' => "Die Einzahlung hat nicht geklappt! Rückmeldung für den Support: <em>%s</em>.",
+ 'MEMBER_WERNIS_WITHDRAW_FAILED' => "Die Einzahlung hat nicht geklappt! Rückmeldung für den Support: <span class=\"data\">%s</span>.",
'MEMBER_WERNIS_WITHDRAW_DONE' => "Einzahlung auf Ihr {?MAIN_TITLE?} Konto erfolgreich abgeschlossen. :-)",
'MEMBER_WERNIS_PAYOUT_DONE' => "Auszahlung auf WDS66-Hauptaccount erfolgreich abgeschlossen. :-)",
'MEMBER_WERNIS_PAYOUT_POINTS_DEPLETED' => "Sie können nicht <span class=\"data\">%s</span> Wernis auszahlen, da Sie nur <span class=\"data\">%s</span> übrig haben.",
<tr>
<td colspan="5" align="center" class="{%template,ColorSwitch%} bottom">
- <strong>{--ENTRY_404_1--}$content{--ENTRY_404_2--}</strong>
+ <strong>{%message,ADMIN_ENTRY_404=$content%}</strong>
</td>
-</tr>
\ No newline at end of file
+</tr>
<tr>
<td colspan="2" align="center" class="error fatal {%template,ColorSwitch%}">
- <strong>{--ENTRY_404_1--}$content[sel]{--ENTRY_404_2--}</strong>
+ <strong>{%message,ADMIN_ENTRY_404=$content[sel]%}</strong>
</td>
</tr>