Statics mod vertalen

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Statics mod vertalen

Bericht door ajcied » 09 jul 2004, 19:15

wie heeft hem in het nederlands?

Gebruikersavatar
marrucc
Berichten: 367
Lid geworden op: 22 jan 2004, 16:23
Locatie: westerhaar the place to be

Bericht door marrucc » 09 jul 2004, 19:16

als je ff een linkje geeft miss kan ik hem wel vertalen

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 09 jul 2004, 19:27

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.
//

//
// These Language Variables are available for all installed Modules
//
$lang['Rank'] = 'Nummer';
$lang['Percent'] = 'Procent';
$lang['Graph'] = 'Staaf grafiek';
$lang['Uses'] = 'gebruikt';
$lang['How_many'] = 'hoe vaak';

//
// Main Language
//

//
// Page Header/Footer
//
$lang['Statistics_title'] = 'Forum statistieken';

//
// 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'] = 'Naam';
$lang['Directory_name'] = 'map naam';
$lang['Status'] = 'Staatus';
$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'] = 'verwijder statistiek';
$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'] = 'ga';

$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

?>

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 10 jul 2004, 19:53

gelukt?

Larz
Berichten: 179
Lid geworden op: 22 nov 2003, 16:03

Bericht door Larz » 11 jul 2004, 17:58

Heb je de nieuwste versie wel? Die's namelijk modulair, en jij post het hier als een bestand.

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 11 jul 2004, 19:52

ik heb er 1 die werkt met modules als je dat bedoelt maar geef maar gewoon de vertaling! misschien lukt het gewoon

ajcied
Berichten: 657
Lid geworden op: 28 feb 2004, 12:55

Bericht door ajcied » 12 jul 2004, 13:13


Gesloten