1
0
Fork 0

change formating of translatable textparts

Dieser Commit ist enthalten in:
Oldperl 2011-12-19 16:03:35 +00:00
Ursprung 6cef8597a2
Commit 5d560a452d
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -105,10 +105,7 @@ foreach ($aTemplates as $value) {
}
print "<tr>";
print "<td colspan='5'>";
print semr_i18n("All functions (except the last one) you have to use outside the LOOP.
Display of blog index page will be incorrect if semmelstatzR is deactivated and
if you do not check for the existence of the templatefunctions
using <code>if (function_exists...</code>");
print semr_i18n("All functions (except the last one) you have to use outside the LOOP. Display of blog index page will be incorrect if semmelstatzR is deactivated and if you do not check for the existence of the templatefunctions using <code>if (function_exists...</code>");
/*
print "S&auml;mtliche Funktionen (bis auf die letzte) sind au&szlig;erhalb des LOOPS zu verwenden. Wird
SEMMELSTATZ deaktiviert, und die Verf&uuml;gbarkeit der Templatefunktion ist nicht mittels
@ -124,4 +121,4 @@ print "<hr />";
if (function_exists('sem_showCopyright')) sem_showCopyright();
print "</div>";
print "</form>";
?>
?>