<?php
//////////////////////////////////////////////////////////////
//===========================================================
// updates_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['unable_connect'] = 'De verbinding met <a href="http://www.softaculous.com">Softaculous</a> is mislukt';
$l['updating_error'] = 'Er zijn fouten opgetreden tijdens het updaten naar de laatste versie. De log bestand van het update-proces worden hieronder weergegeven. Probeer het updaten later nog eens.';//There were some errors while updating to the latest version. The Logs of the Update Process are given below. Please try updating after sometime.
//Theme Strings
$l['<title>'] = 'Softaculous - Update center';//Softaculous - Update Center
$l['updated_successfully'] = 'Succesvol bijgewerkt naar laatste versie';//Successfully Updated to the latest version
$l['update_logs'] = 'Update log';//Update Logs
$l['update_softaculous'] = 'Update Softaculous';//Update Softaculous
$l['cur_ver'] = 'Huidige versie';//Current Version
$l['latest_ver'] = 'Laatste Versie';//Latest Version
$l['not_connect_soft'] = 'Kan geen verbinding maken met Softaculous';//Could not connect to Softaculous
$l['updatesoftaculous'] = 'Update Softaculous';//Update Sofaculous
|