<?php
//////////////////////////////////////////////////////////////
//===========================================================
// categories_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
$l['saving_error'] = 'Er zijn fouten opgetreden bij het opslaan van de instellingen.';
//Theme Strings
$l['<title>'] = APP.' - Top Script instellingen';
$l['settings_saved'] = 'De instellingen zijn succesvol opgeslagen.';
$l['show_top_scripts'] = 'Laat Top Scripts zien';
$l['show_top_scripts_exp'] = 'De naam van de Top Apps categorie.';
$l['soft_free_note'] = 'Let op: in de gratis versie van '.APP.' is deze funcie niet beschikbaar.';
$l['savescript'] = 'Instellingen opslaan';
$l['select_top_scripts'] = 'Selecteer scripts';
$l['selected_top_scripts'] = 'De door u geselecteerde scripts';
$l['select_from_below'] = 'Selecteer de scripts uit de onderstaande lijst';
$l['script_note_exp'] = 'Wanneer u geen scripts selecteerd, dan worden de TOP 14 Apps via de '.APP.' volgorde getoond.<br />
U moet minimaal 15 scripts selecteren omdat het mogelijk kan zijn dat een script voor een gebruiker niet beschikbaar is.';
$l['script_note'] = 'Let op';
$l['append_apps'] = 'Automatisch '.APP.' apps toevoegen';
$l['append_apps_exp'] = 'Via deze optie kunt u het aantal scripts automatisch aanvullen tot 14 scripts.';
$l['enable_apps'] = ''.APP.' Top Apps inschakelen';
$l['enable_apps_exp'] = 'Via deze optie kunt de Top Scripts weergeven voor uw gebruikers.';
$l['write_err'] = 'Er zijn fouten opgetreden bij het opslaan van de instellingen.';
$l['title_error'] = 'U heeft geen titel opgegeven voor de Top Apps categorie.';
$l['show_in_notice'] = 'Script update notificatie in cPanel\'s notice section';
$l['show_in_notice_exp'] = 'Via deze optie kunt u een script update notificatie weergeven in de notice sectie van cPanel.';
$l['group_order'] = 'Group weergave in cPanel.';
$l['group_order_exp'] = 'Wanneer u dit veld leeg laat zal de waarde 10 worden gebruikt.';
$l['reset_topscripts'] = 'Reset Top Scripts';
$l['resetscripts_warning'] = 'Do you want reset TOP scripts ?';
$l['reset_topscripts_done'] = 'TOP scripts has been reset to the default settings successfully.';
$l['disable_cats'] = 'Disable categories from '.APP.' Apps Section';
$l['disable_cats_exp'] = 'If checked then the categories will not be displayed in '.APP.' Apps section';
$l['enable_myins'] = 'Show user(s) installations in '.APP.' Apps Section';
$l['enable_myins_exp'] = 'If checked then the user(s) installations will be displayed in '.APP.' Apps section';
$l['top_scripts_set'] = 'Settings';
|