lang_dutch voor statistics mod
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 22
- Lid geworden op: 22 dec 2003, 18:32
lang_dutch voor statistics mod
Ik heb een statistics mod gedownload van http://www.phpbbhacks.com en daar staat alleen duits en engels in. Waar kan ik de nederlandse downloaden?
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
-
- Berichten: 22
- Lid geworden op: 22 dec 2003, 18:32
Dit is de code van lang_english:
Code: Selecteer alles
<?php
/***************************************************************************
* lang_statistics.php
* -------------------
* begin : Tue February 26 2002
* copyright : (C) 2002 Nivisec.com
* email : admin@nivisec.com
*
* $Id: lang_statistics.php,v 1.4 2002/11/09 16:04:08 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
// Original Statistics Mod (c) 2002 Nivisec - http://nivisec.com/mods
//
// If you want to credit the Author on the Statistics Page, uncomment the second line.
//
$lang['Version_info'] = '<br />Statistics Mod Version %s'; //%s = number
//$lang['Version_info'] = '<br />Statistics Mod Version %s © 2002 <a href="http://www.opentools.de/board">Acyd Burn</a>';
//
// These Language Variables are available for all installed Modules
//
$lang['Rank'] = 'Rank';
$lang['Percent'] = 'Percent';
$lang['Graph'] = 'Graph';
$lang['Uses'] = 'Uses';
$lang['How_many'] = 'How many';
//
// Main Language
//
//
// Page Header/Footer
//
$lang['Install_info'] = 'Installed on %s'; //%s = date
$lang['Viewed_info'] = 'Statistics Page Loaded %d Times'; //%d = number
$lang['Statistics_title'] = 'Board Statistics';
//
// Admin Language
//
$lang['Statistics_management'] = 'Statistics Modules';
$lang['Statistics_config'] = 'Statistics Configuration';
//
// Statistics Config
//
$lang['Statistics_config_title'] = 'Statistics Configuration';
$lang['Return_limit'] = 'Return Limit';
$lang['Return_limit_desc'] = 'The number of items to include in each ranking. This is auto-passed to all modules by being specified here.';
$lang['Clear_cache'] = 'Clear Module Cache';
$lang['Clear_cache_desc'] = 'Clear all the current cached data for all modules';
$lang['Modules_directory'] = 'Modules Directory';
$lang['Modules_directory_desc'] = 'The directory realative to the home phpBB directory where modules are located. Note that a trailing / or \ must not be used!';
//
// Status Messages
//
$lang['Messages'] = 'Admin Messages';
$lang['Updated'] = 'Updated';
$lang['Active'] = 'Active';
$lang['Activate'] = 'Activate';
$lang['Activated'] = 'Activated';
$lang['Not_active'] = 'Not Active';
$lang['Deactivate'] = 'Deactivate';
$lang['Deactivated'] = 'Deactivated';
$lang['Install'] = 'Install';
$lang['Installed'] = 'Installed';
$lang['Uninstall'] = 'Uninstall';
$lang['Uninstalled'] = 'Uninstalled';
$lang['Move_up'] = 'Move Up';
$lang['Move_down'] = 'Move Down';
$lang['Update_time'] = 'Update Time';
$lang['Auth_settings_updated'] = 'Authorization Settings - [These are always updated]';
//
// Modules Management
//
$lang['Back_to_management'] = 'Back to the Modules Management Screen';
$lang['Statistics_modules_title'] = 'Statistics Module Management';
$lang['Module_name'] = 'Name';
$lang['Directory_name'] = 'Directory Name';
$lang['Status'] = 'Status';
$lang['Update_time_minutes'] = 'Update Time in Minutes';
$lang['Update_time_desc'] = 'Time Intervall (in Minutes) of refreshing the cached data with new Data.';
$lang['Auto_set_update_time'] = 'Determine and set recommended Update Times for every Installed (and Active) Module. Be aware: This may take long.';
$lang['Uninstall_module'] = 'Uninstall Module';
$lang['Uninstall_module_desc'] = 'Marks the module with "not installed" status, so that you may reinstall it with the install command. It does not delete the module from your file system, you will manually need to delete the module folder to remove it completely.';
$lang['Active_desc'] = 'Option of if the Module is Active, so it is displayed depending on the set Permissions.';
$lang['Go'] = 'Go';
$lang['Not_allowed_to_install'] = 'You are not able to install this Module. Mostly this is because you haven\'t installed a Mod needed in order to run this Module. Please contact the Author of this Module if you have questions and if the Extra Info printed here makes no sense to you.';
$lang['Wrong_stats_mod_version'] = 'You are not able to install this Module, because your Statistics Mod Version does not match the Version required by the Module. In order to install and run the Module, you need at least Version %s of the Statistics Mod.'; // replace %s with Version (2.1.3 for example)
$lang['Module_install_error'] = 'There was an error of some type installing this module. More than likely some SQL commands could not be exectued, check for failure messages above.';
$lang['Preview_debug_info'] = 'This Module was generated in %f seconds: %d queries were executed.'; // Replace %f with seconds and %d with queries
$lang['Update_time_recommend'] = 'The Statistics Mod recommends (depending on the debug info) a update time of <b>%d</b> Minutes.'; // Replace %d with Minutes
?>
een gedeelte, de rest moet ik blijkbaar ook nog voor mezelf doen.
is trouwens alleen de admin wat ik nog niet gedaan heb.

is trouwens alleen de admin wat ik nog niet gedaan heb.
<?php
/***************************************************************************
* lang_statistics.php
* -------------------
* begin : Tue February 26 2002
* copyright : (C) 2002 Nivisec.com
* email : admin@nivisec.com
*
* $Id: lang_statistics.php,v 1.4 2002/11/09 16:04:08 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
// Original Statistics Mod (c) 2002 Nivisec - http://nivisec.com/mods
//
// If you want to credit the Author on the Statistics Page, uncomment the second line.
//
$lang['Version_info'] = '<br />Statistieken Mod Versie %s'; //%s = number
//$lang['Version_info'] = '<br />Statistics Mod Version %s © 2002 <a href="http://www.opentools.de/board">Acyd Burn</a>';
//
// These Language Variables are available for all installed Modules
//
$lang['Rank'] = 'Rank';
$lang['Percent'] = 'Procent';
$lang['Graph'] = 'Grafiek';
$lang['Uses'] = 'Gebruikt';
$lang['How_many'] = 'Hoe veel';
//
// Main Language
//
//
// Page Header/Footer
//
$lang['Install_info'] = 'Geinstalleerd op %s'; //%s = date
$lang['Viewed_info'] = 'Statistieken pagina is al %d keer geladen'; //%d = number
$lang['Statistics_title'] = 'Forum Statistieken';
Dit heb ik een tijdje geleden gemaakt..
Je moet het eens nakijken maar ik denk dat het wel goed is..
Je moet het eens nakijken maar ik denk dat het wel goed is..
Code: Selecteer alles
<?php
/***************************************************************************
* lang_statistics.php
* -------------------
* begin : Tue February 26 2002
* copyright : (C) 2002 Nivisec.com
* email : admin@nivisec.com
*
* $Id: lang_statistics.php,v 1.4 2002/11/09 16:04:08 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
// Original Statistics Mod (c) 2002 Nivisec - http://nivisec.com/mods
//
// If you want to credit the Author on the Statistics Page, uncomment the second line.
//
$lang['Version_info'] = '<br />Statistieken mod versie %s'; //%s = number
//$lang['Version_info'] = '<br />Statistics Mod Version %s © 2002 <a href="http://www.opentools.de/board">Acyd Burn</a>';
//
// These Language Variables are available for all installed Modules
//
$lang['Rank'] = 'Rang';
$lang['Percent'] = 'Procent';
$lang['Graph'] = 'Grafiek';
$lang['Uses'] = 'Gebruikers';
$lang['How_many'] = 'Aantal';
//
// Main Language
//
//
// Page Header/Footer
//
$lang['Install_info'] = 'Geinstalleerd op %s'; //%s = date
$lang['Viewed_info'] = 'Statistieken pagina geladen %d keer'; //%d = number
$lang['Statistics_title'] = 'Forum Statistieken';
//
// Admin Language
//
$lang['Statistics_management'] = 'Statistieken modules';
$lang['Statistics_config'] = 'Statistieken configuratie';
//
// Statistics Config
//
$lang['Statistics_config_title'] = 'Statistieken configuratie';
$lang['Return_limit'] = 'terugkeer Limiet';
$lang['Return_limit_desc'] = 'Het aantal items om toe te voegen in elke module. Dit is automatisch doorgegeven aan alle modules door het hier in te vullen.';
$lang['Clear_cache'] = 'Maak module Cache leeg';
$lang['Clear_cache_desc'] = 'Maak al het huidig gecachede data voor alle modules leeg';
$lang['Modules_directory'] = 'Modules map';
$lang['Modules_directory_desc'] = 'De map, relatief tot de phpBB root, waar alle modules opgeslagen zijn. Pas op dat een / of \ niet gebruik moet worden!';
//
// Status Messages
//
$lang['Messages'] = 'Admin berichten';
$lang['Updated'] = 'Geupdated';
$lang['Active'] = 'Actief';
$lang['Activate'] = 'Activeer';
$lang['Activated'] = 'Geactiveerd';
$lang['Not_active'] = 'Niet actief';
$lang['Deactivate'] = 'Deactiveren';
$lang['Deactivated'] = 'Gedeactiveerd';
$lang['Install'] = 'Installeer';
$lang['Installed'] = 'Geinstalleerd';
$lang['Uninstall'] = 'Verwijder';
$lang['Uninstalled'] = 'Verwijderd';
$lang['Move_up'] = 'Naar boven verplaatsen';
$lang['Move_down'] = 'Naar beneden verplaatsen';
$lang['Update_time'] = 'Update Tijd';
$lang['Auth_settings_updated'] = 'Autorisatie instellingen - [Deze zijn altijd geupdate]';
//
// Modules Management
//
$lang['Back_to_management'] = 'Terug naar het module management scherm';
$lang['Statistics_modules_title'] = 'Statistieken module management';
$lang['Module_name'] = 'Naam';
$lang['Directory_name'] = 'Map naam';
$lang['Status'] = 'Status';
$lang['Update_time_minutes'] = 'Update Tijd in minuten';
$lang['Update_time_desc'] = 'Tijd interval (in minuten) van het verversen van de gecachede data met nieuwe data.';
$lang['Auto_set_update_time'] = 'Stel vast en zet de aanbevolen update tijden voor elke geinstalleerde (en actiev) module. Pas op: Dit kan lang duren.';
$lang['Uninstall_module'] = 'Verwijder module';
$lang['Uninstall_module_desc'] = 'Markeerd de module met "niet geinstalleerd" status, zodat je het kunt her-installeren met het installatie commando. Het verwijderd de module niet van de bestandssysteem, je zult het handmatig moeten verwijderen uit de module map om hem compleet te verwijderen.';
$lang['Active_desc'] = 'Optie van of de module actief is, zodat het word weergegeven afhankelijk van de vastgelegde permissies.';
$lang['Go'] = 'Ga';
$lang['Not_allowed_to_install'] = 'Je kunt deze module niet installeren. mestal is dit omdat je een mod niet hebt geinstalleerd, die nodig is voor het lopen van deze module. Neem ajb kuntact op met de auteur van deze module als je vragen hebt of als deze weergegeven informatie niet duidelijk voor je is.';
$lang['Wrong_stats_mod_version'] = 'Je kunt deze module niet installeren, omdat je statistieken mod versie niet overeenkomt met de versie die vereisd is om deze module te laten lopen. Om deze module te installeren en te laten lopen moet je teminste versien %s van de statistieken mod nodig.'; // replace %s with Version (2.1.3 for example)
$lang['Module_install_error'] = 'Er was een fout terwijl je deze module probeerde te installeren. waarschijnlijk konden de SQL commandos niet worden uitgevoerd. Kijk uit naar fout berichten hierboven.';
$lang['Preview_debug_info'] = 'Deze module was gemaakt in %f seconde: %d queries waren uitgevoerd.'; // Replace %f with seconds and %d with queries
$lang['Update_time_recommend'] = 'De statistieken mod raadt aan (afhankelijk van de debug info) een update tijd van <b>%d</b> minuten.'; // Replace %d with Minutes
?>
Code: Selecteer alles
$lang['Uses'] = 'Gebruikers';
Code: Selecteer alles
$lang['Uses'] = 'Gebruikt';

-
- Berichten: 43
- Lid geworden op: 09 jul 2004, 22:02
- Contacteer: