Revision 1014
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
25-June-2009 Matthias Gallas |
15 |
+ Added output-filter warning to all language files |
|
15 | 16 |
# Fixed admintool jsadmin to get XHTML valid output (Thanks to Luisehahne) |
16 | 17 |
# Major fixes on backend to get XHTML valid output (Thanks to Luisehahne) |
17 | 18 |
+ Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array |
trunk/wb/modules/output_filter/languages/NO.php | ||
---|---|---|
29 | 29 |
// Headings and text outputs |
30 | 30 |
$MOD_MAIL_FILTER['HEADING'] = 'Valg: Filtrering av ut data'; |
31 | 31 |
$MOD_MAIL_FILTER['HOWTO'] = 'Du kan gjøre innstillinger for utdatafitreringen i valgene nedenfor.<p style="line-height:1.5em;"><strong>Tips: </strong>Mailto linker kan krypteres av en Javascript funksjon. For å få benyttet denne funksjonen, må det legges til følgende PHP kode <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> inn i <head> seksjonen i index.php på design malen din. Uten denne modifikasjonen, vil kun @ karakterer i mailto linker bli erstattet.</p>'; |
32 |
$MOD_MAIL_FILTER['WARNING'] = '<p style="color: red; line-height:1.5em;"><strong>Warning: </strong>This function is now available as a Droplet. The next major release of website baker will not include this filter anymore. Please concider using the <a href="?tool=droplets">Droplet</a> [[EmailFilter]]</p>'; |
|
32 | 33 |
|
33 | 34 |
// Text and captions of form elements |
34 | 35 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Enkel Epost konfigurasjon'; |
trunk/wb/modules/output_filter/languages/RU.php | ||
---|---|---|
29 | 29 |
// Headings and text outputs |
30 | 30 |
$MOD_MAIL_FILTER['HEADING'] = 'Настройки: Output Filter'; |
31 | 31 |
$MOD_MAIL_FILTER['HOWTO'] = 'Вы можете настроить фильтрацию, используя настройки ниже.<p style="line-height:1.5em;"><strong>Важно: </strong>Mailto ссылки могут быть скрыты от спамеров с помощью Javascript. Чтобы использовать эту возможность, добавьте следующий PHP код <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> в <head> секцию index.php файла вашего шаблона. Иначе только символ @ будет заменен в mailto ссылках.</p>'; |
32 |
$MOD_MAIL_FILTER['WARNING'] = '<p style="color: red; line-height:1.5em;"><strong>Warning: </strong>This function is now available as a Droplet. The next major release of website baker will not include this filter anymore. Please concider using the <a href="?tool=droplets">Droplet</a> [[EmailFilter]]</p>'; |
|
32 | 33 |
|
33 | 34 |
// Text and captions of form elements |
34 | 35 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Основные настройки Email'; |
trunk/wb/modules/output_filter/languages/FR.php | ||
---|---|---|
31 | 31 |
// Headings and text outputs |
32 | 32 |
$MOD_MAIL_FILTER['HEADING'] = 'Options: Output Filter'; |
33 | 33 |
$MOD_MAIL_FILTER['HOWTO'] = 'Vous pouvez configurer le filtrage des données avant affichage grâce aux options ci-dessous.<p style="line-height:1.5em;"><strong>Conseil: </strong>Les liens Mailto peuvent être cryptés à l'aide d'une fonction Javascript. Pour utiliser cette fonctionnalité, vous devez ajouter le code PHP <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles('js');?></code> dans la partie <head> de index.php de votre fichier modèle. Sans cette modification, seulement le caractère @ sera remplacé dans le champ mailto.</p>'; |
34 |
$MOD_MAIL_FILTER['WARNING'] = '<p style="color: red; line-height:1.5em;"><strong>Warning: </strong>This function is now available as a Droplet. The next major release of website baker will not include this filter anymore. Please concider using the <a href="?tool=droplets">Droplet</a> [[EmailFilter]]</p>'; |
|
34 | 35 |
|
35 | 36 |
// Text and captions of form elements |
36 | 37 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Configuration de base des Emails'; |
trunk/wb/modules/output_filter/languages/DE.php | ||
---|---|---|
32 | 32 |
// Ueberschriften und Textausgaben |
33 | 33 |
$MOD_MAIL_FILTER['HEADING'] = 'Optionen: Ausgabe Filterung'; |
34 | 34 |
$MOD_MAIL_FILTER['HOWTO'] = 'Über nachfolgende Optionen kann die Ausgabefilterung konfiguriert werden.<p style="line-height:1.5em;"><strong>Tipp: </strong>Mailto Links können mit einer Javascript Routine verschlüsselt werden. Um diese Option zu aktivieren muss der PHP Befehl <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> im <head> Bereich der index.php Ihres Templates eingebunden werden. Ohne diese Änderungen wird nur das @ Zeichen im mailto: Teil ersetzt.</p>'; |
35 |
$MOD_MAIL_FILTER['WARNING'] = '<p style="color: red; line-height:1.5em;"><strong>Achtung: </strong>Diese Funktion ist auch als Droplet verfügbar. Ab der nächsten WB Version wird der Output-Filter deswegen nicht mehr enthalten sein. Es wird empfohlen deine Seiten auf das <a href="?tool=droplets">Droplet</a> [[EmailFilter]] umzustellen.</p>'; |
|
35 | 36 |
|
36 | 37 |
// Text von Form Elementen |
37 | 38 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Grundeinstellungen'; |
Also available in: Unified diff
Added output-filter warning to all language files