* replace deprecated HTML <font> tag with <span>

This commit is contained in:
slawkens
2018-06-01 13:35:27 +02:00
parent 1926c5ec5b
commit 05e15ce9ad
38 changed files with 267 additions and 267 deletions

View File

@@ -111,6 +111,6 @@ $locale['step_finish_homepage'] = 'Startseite';
$locale['step_finish'] = 'Fertig';
$locale['step_finish_title'] = 'Installation beendet!';
$locale['step_finish_desc'] = 'Herzlichen Glückwunsch! <b>MyAAC</b> ist bereit zu verwenden!<br/>Sie können sich jetzt im $ADMIN_PANEL$ anmelden, oder die $HOMEPAGE$ besuchen.<br/><br/>
<font color="red">Bitte lösche install/ Verzeichnis.</font><br/><br/>
<span style="color: red">Bitte lösche install/ Verzeichnis.</span><br/><br/>
Bitte senden Sie Fehler und Vorschläge zu $LINK$, Vielen Dank!';
?>

View File

@@ -111,6 +111,6 @@ $locale['step_finish_homepage'] = 'homepage';
$locale['step_finish'] = 'Finish';
$locale['step_finish_title'] = 'Installation finished!';
$locale['step_finish_desc'] = 'Congratulations! <b>MyAAC</b> is ready to use!<br/>You can now login to $ADMIN_PANEL$, or visit $HOMEPAGE$.<br/><br/>
<font color="red">Please delete install/ directory.</font><br/><br/>
<span style="color: red">Please delete install/ directory.</span><br/><br/>
Post bugs and suggestions at $LINK$, thanks!';
?>

View File

@@ -106,6 +106,6 @@ $locale['step_finish_homepage'] = 'stronę główną';
$locale['step_finish'] = 'Koniec';
$locale['step_finish_title'] = 'Instalacja zakończona!';
$locale['step_finish_desc'] = 'Gratulacje! <b>MyAAC</b> jest gotowy do użycia!<br/>Możesz się teraz zalogować do $ADMIN_PANEL$, albo odwiedzić $HOMEPAGE$.<br/><br/>
<font color="red">Proszę usunąć katalog <b>install/</b>.</font><br/><br/>
<span style="color: red">Proszę usunąć katalog <b>install/</b>.</span><br/><br/>
Wrzuć błędy i sugestie na $LINK$, dzięki!';
?>

View File

@@ -88,6 +88,6 @@ $locale['step_finish_homepage'] = 'hemsida';
$locale['step_finish'] = 'Klar';
$locale['step_finish_title'] = 'Installationen klar!';
$locale['step_finish_desc'] = 'Grattis! <b>MyAAC</b> är redo att användas!<br/>Du kan logga in på $ADMIN_PANEL$, eller titta till $HOMEPAGE$.<br/><br/>
<font color="red">Var vänligen ta bort installations mappen.</font><br/><br/>
<span style="color: red">Var vänligen ta bort installations mappen.</span><br/><br/>
Var vänligen rapportera buggar och förslag på $LINK$, tack!';
?>