<?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['no_orders'] = 'U heeft geen wijzigingen in de volgorde van de categorieën aangebracht';//No Category orders were submitted
$l['no_cat'] = 'De toegevoegde categorie bestaat niet';//One of the Category submitted does not exist
$l['num_cat'] = 'Het aantal categorieën komt niet overeen met het aantal categorie nummers.';//The number of categories submitted is not equal to existing category numbers.
$l['saving_error'] = 'Er zijn fouten opgetreden tijdens het opslaan van de instellingen';//There were some errors while saving the settings
//Theme Strings
$l['<title>'] = APP.' - Instellingen Center';//Softaculous - Settings Center
$l['settings_saved'] = 'De wijzigingen in de volgorde van de categorieën zijn succesvol opgeslagen';//The Category Orders were saved successfully
$l['reordercat_head'] = 'Wijzig de volgorde van de categorieën';//Reorder Software Categories
$l['soft_free_note'] = 'Let op: In de gratis versie van '.APP.', is deze functie uitgeschakeld.';//NOTE: In the free version of '.APP.', this feature of ordering categories is disabled.
$l['reordercat'] = 'Wijzig volgorde';//Reorder Categories
|