Webboard

Pełna wersja: [F] Ustawienia ACP
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
W angielskiej wersji:
Turn on / off Codepress
This preference allows you to turn off Codepress (used in template editing and stylesheet editing for syntax highlighing) if you are experiencing issues / slow loading.

A w polskiej
[attachment=916]

edit:
brak wpisu w pliku:
polish/admin/home_preferences.lang.php

chodzi o zmienną:
$l['codepress']
$l['use_codepress_desc']

Tak przynajmniej wywnioskowałem z tego kodu:
\admin\modules\home\preferences.php
Kod:
...
    $table->construct_cell("<strong>{$lang->codepress}</strong><br /><small>{$lang->use_codepress_desc}</small><br /><br />".$form->generate_yes_no_radio('codepress', $admin_options['codepress']));
    $table->construct_row();
...
Opisany przez Ciebie błąd został poprawiony w najnowszej wersji tłumaczenia.

Dziękujemy :)