Revision 974
Added by Matthias over 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 |
25-Apr-2009 Matthias Gallas |
|
| 15 |
! Updated Dutch language files for modules (Thanks to LuckyLuke) |
|
| 14 | 16 |
23-Apr-2009 Matthias Gallas |
| 15 | 17 |
# Fixed bug with dropdownlist in pages settings (ticket #713) |
| 16 | 18 |
20-Apr-2009 Matthias Gallas |
| trunk/wb/modules/output_filter/languages/NL.php | ||
|---|---|---|
| 27 | 27 |
*/ |
| 28 | 28 |
|
| 29 | 29 |
// Headings and text outputs |
| 30 |
$MOD_MAIL_FILTER['HEADING'] = 'Options: Output Filter';
|
|
| 31 |
$MOD_MAIL_FILTER['HOWTO'] = 'You can configure the output filtering with the options below.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailto links can be encrypted by a Javascript function. To make use of this option, one needs to add the PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> into the <head> section of the index.php of your template. Without this modification, only the @ character in the mailto part will be replaced.</p>';
|
|
| 30 |
$MOD_MAIL_FILTER['HEADING'] = 'Beheersinstellingen: Output Filter';
|
|
| 31 |
$MOD_MAIL_FILTER['HOWTO'] = 'Hier kan je de uitvoer filteren met onderstaande opties.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailto links kunnen gecodeerd worden door een Javascript functie. Om van deze optie gebruik te kunnen maken moet je de PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> in de <head> sectie van het index.php bestand van je template plaatsen. Zonder deze aanpassing zal enkel het @ teken in het mailto deel vervangen worden.</p>';
|
|
| 32 | 32 |
|
| 33 | 33 |
// Text and captions of form elements |
| 34 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Basic Email Configuration';
|
|
| 35 |
$MOD_MAIL_FILTER['EMAIL_FILTER'] = 'Filter Email addresses in text';
|
|
| 36 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Filter Email addresses in mailto links';
|
|
| 37 |
$MOD_MAIL_FILTER['ENABLED'] = 'Enabled';
|
|
| 38 |
$MOD_MAIL_FILTER['DISABLED'] = 'Disabled';
|
|
| 34 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'E-mail Configuratie';
|
|
| 35 |
$MOD_MAIL_FILTER['EMAIL_FILTER'] = 'Filter E-mail adressen in tekst';
|
|
| 36 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Filter E-mail adressen in mailto links';
|
|
| 37 |
$MOD_MAIL_FILTER['ENABLED'] = 'Aan';
|
|
| 38 |
$MOD_MAIL_FILTER['DISABLED'] = 'Uit';
|
|
| 39 | 39 |
|
| 40 |
$MOD_MAIL_FILTER['REPLACEMENT_CONF']= 'Email Replacements';
|
|
| 41 |
$MOD_MAIL_FILTER['AT_REPLACEMENT'] = 'Replace "@" by';
|
|
| 42 |
$MOD_MAIL_FILTER['DOT_REPLACEMENT'] = 'Replace "." by';
|
|
| 40 |
$MOD_MAIL_FILTER['REPLACEMENT_CONF'] = 'Vervang E-mail tekens';
|
|
| 41 |
$MOD_MAIL_FILTER['AT_REPLACEMENT'] = 'Vervang "@" door';
|
|
| 42 |
$MOD_MAIL_FILTER['DOT_REPLACEMENT'] = 'Vervang "." door';
|
|
| 43 | 43 |
|
| 44 | 44 |
?> |
| trunk/wb/modules/show_menu2/languages/NL.php | ||
|---|---|---|
| 1 |
<?php |
|
| 2 |
|
|
| 3 |
// $Id$ |
|
| 4 |
|
|
| 5 |
/* |
|
| 6 |
show_menu2: show_menu replacement for Website Baker |
|
| 7 |
Copyright (C) 2006-2009, Brodie Thiesfield |
|
| 8 |
|
|
| 9 |
This program is free software; you can redistribute it and/or |
|
| 10 |
modify it under the terms of the GNU General Public License |
|
| 11 |
as published by the Free Software Foundation; either version 2 |
|
| 12 |
of the License, or (at your option) any later version. |
|
| 13 |
|
|
| 14 |
This program is distributed in the hope that it will be useful, |
|
| 15 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 16 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 17 |
GNU General Public License for more details. |
|
| 18 |
|
|
| 19 |
You should have received a copy of the GNU General Public License |
|
| 20 |
along with this program; if not, write to the Free Software |
|
| 21 |
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
|
| 22 |
02110-1301, USA. |
|
| 23 |
|
|
| 24 |
----------------------------------------------------------------------------------------- |
|
| 25 |
DUTCH LANGUAGE FILE FOR THE ADDON: SHOW_MENU2 |
|
| 26 |
----------------------------------------------------------------------------------------- |
|
| 27 |
*/ |
|
| 28 |
|
|
| 29 |
//Module Description |
|
| 30 |
$module_description = 'Deze module integreert een de geavanceerde menu functie <code> show_menu2 () </ code> in Website Baker. Gedetailleerde informatie is beschikbaar op <a href="http://code.jellycan.com/show_menu2/" target="_blank"> http://code.jellycan.com/show_menu2/ </a> of in de <a href = "{WB_URL}/modules/show_menu2/README_EN" target = "_blank"> README </a>.
|
|
| 31 |
|
|
| 32 |
?> |
|
| 0 | 33 | |
| trunk/wb/modules/show_menu2/languages/NO.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id$ |
|
| 4 |
|
|
| 3 | 5 |
/* |
| 4 | 6 |
show_menu2: show_menu replacement for Website Baker |
| 5 | 7 |
Copyright (C) 2006-2009, Brodie Thiesfield |
| ... | ... | |
| 18 | 20 |
along with this program; if not, write to the Free Software |
| 19 | 21 |
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
| 20 | 22 |
02110-1301, USA. |
| 23 |
|
|
| 24 |
----------------------------------------------------------------------------------------- |
|
| 25 |
NORWEGIAN LANGUAGE FILE FOR THE ADDON: SHOW_MENU2 |
|
| 26 |
----------------------------------------------------------------------------------------- |
|
| 21 | 27 |
*/ |
| 22 |
// Norwegian language file for the module: show_menu2 |
|
| 23 | 28 |
|
| 24 | 29 |
// Norwegian Moduledscripton |
| 25 | 30 |
$module_description = 'Dette er en kode snutt (snippet) beregnet på Website Baker CMS og er en fullgod erstatning for den innebygde meny modulen. For nærmere beskrivelse se (Kun på Engelsk) <a href="http://code.jellycan.com/show_menu2/" target="_blank">http://code.jellycan.com/show_menu2/</a> , for mer WB spesifikke detaljer se <a href="' .WB_URL .'/modules/show_menu2/README.en.txt" target="_blank">readme</a> filen.'; |
| trunk/wb/modules/show_menu2/languages/FR.php | ||
|---|---|---|
| 25 | 25 |
FRENCH LANGUAGE FILE FOR THE ADDON: SHOW_MENU2 |
| 26 | 26 |
----------------------------------------------------------------------------------------- |
| 27 | 27 |
*/ |
| 28 |
|
|
| 28 | 29 |
//Module Description |
| 29 | 30 |
$module_description = 'Ce module intègre la fonction de menu avancée <code> show_menu2 () </ code> dans Website Baker. Une information détaillée est disponible sur <a href="http://code.jellycan.com/show_menu2/" target="_blank"> http://code.jellycan.com/show_menu2/ </a> ou dans le fichier <a href = "{WB_URL}/modules/show_menu2/README_DE" target = "_blank"> README </a>.';
|
| 30 | 31 |
|
| trunk/wb/modules/show_menu2/languages/DE.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id$ |
|
| 4 |
|
|
| 3 | 5 |
/* |
| 4 | 6 |
show_menu2: show_menu replacement for Website Baker |
| 5 | 7 |
Copyright (C) 2006-2009, Brodie Thiesfield |
| ... | ... | |
| 18 | 20 |
along with this program; if not, write to the Free Software |
| 19 | 21 |
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
| 20 | 22 |
02110-1301, USA. |
| 23 |
|
|
| 24 |
----------------------------------------------------------------------------------------- |
|
| 25 |
GERMAN LANGUAGE FILE FOR THE ADDON: SHOW_MENU2 |
|
| 26 |
----------------------------------------------------------------------------------------- |
|
| 21 | 27 |
*/ |
| 22 | 28 |
|
| 23 | 29 |
// Deutsche Modulbeschreibung |
| trunk/wb/modules/fckeditor/languages/NL.php | ||
|---|---|---|
| 1 |
<?php |
|
| 2 |
|
|
| 3 |
// $Id$ |
|
| 4 |
|
|
| 5 |
/* |
|
| 6 |
|
|
| 7 |
Website Baker Project <http://www.websitebaker.org/> |
|
| 8 |
Copyright (C) 2004-2009, Ryan Djurovich |
|
| 9 |
|
|
| 10 |
Website Baker is free software; you can redistribute it and/or modify |
|
| 11 |
it under the terms of the GNU General Public License as published by |
|
| 12 |
the Free Software Foundation; either version 2 of the License, or |
|
| 13 |
(at your option) any later version. |
|
| 14 |
|
|
| 15 |
Website Baker is distributed in the hope that it will be useful, |
|
| 16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 18 |
GNU General Public License for more details. |
|
| 19 |
|
|
| 20 |
You should have received a copy of the GNU General Public License |
|
| 21 |
along with Website Baker; if not, write to the Free Software |
|
| 22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
| 23 |
|
|
| 24 |
----------------------------------------------------------------------------------------- |
|
| 25 |
DUTCH LANGUAGE FILE FOR THE FCKEDITOR MODULE |
|
| 26 |
----------------------------------------------------------------------------------------- |
|
| 27 |
*/ |
|
| 28 |
|
|
| 29 |
// Nederlandstalige beschrijving van de module |
|
| 30 |
$module_description = 'Met deze <a href="http://www.fckeditor.net/" target="_blank">FCKeditor v2.6.4</a> module kunt u de inhoud van een pagina wijzigen.'; |
|
| 31 |
|
|
| 32 |
?> |
|
| 0 | 33 | |
| trunk/wb/modules/news/languages/NL.php | ||
|---|---|---|
| 31 | 31 |
|
| 32 | 32 |
//Variables for the frontend |
| 33 | 33 |
$MOD_NEWS['TEXT_READ_MORE'] = 'Lees verder'; |
| 34 |
$MOD_NEWS['TEXT_POSTED_BY'] = 'Posted door';
|
|
| 35 |
$MOD_NEWS['TEXT_ON'] = 'Op';
|
|
| 34 |
$MOD_NEWS['TEXT_POSTED_BY'] = 'Geplaatst door';
|
|
| 35 |
$MOD_NEWS['TEXT_ON'] = 'op';
|
|
| 36 | 36 |
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Laatst vernieuwd'; |
| 37 |
$MOD_NEWS['TEXT_AT'] = 'at';
|
|
| 37 |
$MOD_NEWS['TEXT_AT'] = 'om';
|
|
| 38 | 38 |
$MOD_NEWS['TEXT_BACK'] = 'Terug'; |
| 39 | 39 |
$MOD_NEWS['TEXT_COMMENTS'] = 'Commentaren'; |
| 40 | 40 |
$MOD_NEWS['TEXT_COMMENT'] = 'Commentaar'; |
| 41 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Toevoegen Commentaar';
|
|
| 41 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Toevoegen commentaar';
|
|
| 42 | 42 |
$MOD_NEWS['TEXT_BY'] = 'door'; |
| 43 | 43 |
|
| 44 | 44 |
?> |
Also available in: Unified diff
Updated Dutch language files for modules (Thanks to LuckyLuke)