lang-dutch.php

来自「一个好用的php wap cms portal」· PHP 代码 · 共 55 行

PHP
55
字号
<?php/**************************************************************************//* PHP-NUKE: Advanced Content Management System                           *//* ============================================                           *//*                                                                        *//* This is the language module with all the system messages               *//*                                                                        *//* If you made a translation, please go to the site and send to me        *//* the translated file. Please keep the original text order by modules,   *//* and just one message per line, also double check your translation!     *//*                                                                        *//* You need to change the second quoted phrase, not the capital one!      *//*                                                                        *//* If you need to use double quotes (") remember to add a backslash (\),  *//* so your entry will look like: This is \"double quoted\" text.          *//* And, if you use HTML code, please double check it.                     *//**************************************************************************/define("_HITS","Hits:");define("_BROWSERS","Browsers");define("_OPERATINGSYS","Besturingssysteem");define("_UNKNOWN","Onbekend");define("_OTHER","Ander/Onbekend");define("_MISCSTATS","Algemene statistieken");define("_REGUSERS","Leden:");define("_ACTIVEAUTHORS","Actieve auteurs:");define("_STORIESPUBLISHED","Verhalen gepubliceerd:");define("_SACTIVETOPICS","Actieve onderwerpen:");define("_COMMENTSPOSTED","Opmerkingen geplaatst:");define("_SSPECIALSECT","Speciale secties:");define("_ARTICLESSEC","Artikelen in secties:");define("_LINKSINLINKS","Links in weblinks:");define("_LINKSCAT","Categorie雗 in links:");define("_NEWSWAITING","Nieuws wachtend op publicatie:");define("_NUKEVERSION","PHP-Nuke versie:");define("_SEARCHENGINES","Zoekmachines:");define("_BOTS","Robots/Spiders");define("_STATS","Toegangsstatistieken");define("_RETURNBASICSTATS","Terug naar Basis-statistieken");define("_BACKTODETSTATS","Terug naar gedetailleerde statistieken");define("_BACKTOMAIN","Terug naar Hoofd");define("_TODAYIS","Vandaag is");define("_MOSTMONTH","Drukste Maand");define("_MOSTDAY","Drukste Dag");define("_MOSTHOUR","Drukste Uur");define("_YEARLYSTATS","Jaar Statistieken");define("_MONTLYSTATS","Maand Statistieken voor");define("_SPAGESVIEWS","Pagina Raadplegingen");define("_DAILYSTATS","Dag Statistieken voor");define("_HOURLYSTATS","Uur Statistieken voor");define("_VIEWDETAILED","Bekijk gedetailleerde Statistieken");?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?