lang_admin_auto_delete_users.php

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
Gebruikersavatar
Bischke
Berichten: 86
Lid geworden op: 25 jan 2004, 04:56
Contacteer:

lang_admin_auto_delete_users.php

Bericht door Bischke » 29 aug 2004, 10:37

Hi. wie wilt dat vertalen naar het Nederlands want mijn Engels is niet zo goed.


Thx op voorhand

Code: Selecteer alles

<?php
/***************************************************************************
*                            $RCSfile: lang_admin_auto_delete_users.php,v $
*                            -------------------
*   begin                : May 22, 2003
*   copyright            : (C) 2003 Nivisec.com
*   email                : support@nivisec.com
*
*   $Id: lang_admin_auto_delete_users.php,v 1.5 2003/07/03 15:13:16 nivisec 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.
*
***************************************************************************/

/* General */
$lang['Auto_Delete'] = 'Auto Delete';
$lang['User_Auto_Delete'] = 'User Auto Delete';
$lang['Page_Desc'] = 'This feature will allow you to specify the type of users you would like to Auto-Delete and how many days before this feature is put into effect.';
$lang['Updated_Value'] = '<b>%s</b> has been updated.<br />';
$lang['Status'] = 'Status';
$lang['Version'] = 'Version';
$lang['Enabled'] = 'Enabled';
$lang['Auto_Days'] = 'Auto Delete After Specified Days';

$lang['Fake_Delete'] = 'Fake Deletion is enabled.  Users are not actually deleted, but a running total is still kept as if they had been.<br>';
$lang['Debug_Enabled'] = 'Debug is enabled.  You may see lots of extra information printed out.<br>';


/* Optional Emailer */
$lang['Deletion_of_Inactive'] = 'Users who have not actived their accounts in %d days will be automatically removed from the system.';
$lang['Deletion_of_Non_Visiting'] = 'Users who fail to visit and log into their accounts after %d days will be automatically removed from the system.';
$lang['Deletion_of_Non_Posting'] = 'Users who fail to make a post after %d days will be automatically removed from the system.';

/* Table Column -> Text */
$lang['admin_auto_delete_inactive'] = 'Auto Delete Inactive Users';
$lang['admin_auto_delete_non_visit'] = 'Auto Delete Non-Visiting Users';
$lang['admin_auto_delete_no_post'] = 'Auto Delete Non-Posting Users';

$lang['DESC_admin_auto_delete_inactive'] = 'This type of user has created an account but never activated it via the activation e-mail.';
$lang['DESC_admin_auto_delete_non_visit'] = 'This type of user has created an account but has not visited in a long time.';
$lang['DESC_admin_auto_delete_no_post'] = 'This type of user registered and activated their account, but has never posted.';

$lang['admin_auto_delete_total'] = 'Total Users Auto Deleted';
$lang['DESC_admin_auto_delete_total'] = 'This is the running total of users that have been Auto Deleted.  It is auto-updated.';
$lang['admin_auto_delete_minutes'] = 'Try To Auto Delete Every Specified Minutes';
$lang['DESC_admin_auto_delete_minutes'] = 'This specifies how many minutes between auto delete searches.  A low value will cause a lot of extra queries to happen each page load.';

/* Errors */
$lang['Config_Table_Error'] = 'Error querying Configuration Table.';
$lang['Error_Auto_Delete'] = 'Error doing user auto-delete';

/*Special Cases, Do not bother to change for another language */



?>
Ik Ben Maar Een Domme Belg :-)

My Website: http://www.shailos-web.eu
Mods install: phpBB 3.0.11, phpBB Gallery 2.1.6 And Board3 Portal 2.0.0
phpBB Styles: twilightBB 1.0.18 ( Self Editing 1.0.20 )

Gesloten