<?php
//////////////////////////////////////////////////////////////
//===========================================================
// my_themes_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');
}
// Error strings
$l['no_premium_themes'] = 'Premium themes are disabled by admin';
//Theme Strings
$l['<title>'] = APP.' - Mijn templates';
$l['return'] = 'Terug naar het overzicht';
$l['user_apikey'] = 'Uw PopularFX API Key';
$l['theme_settings'] = 'PopularFX template instellingen';
$l['fetch'] = 'Key ophalen';
$l['no_key'] = 'API Key niet beschikbaar. Klik op de "Key ophalen knop" om een API Key te genereren.';
$l['owned_themes'] = 'Uw aankopen';
$l['err_fetch_key'] = 'Foutmelding - Het ophalen van de API Key is mislukt. Probeer het later nogmaals.';
$l['err_noapi_abort_buy'] = 'Foutmelding - Er is een interne fout opgetreden bij het verwerken van uw betaling.';
$l['err_fetch_owened_theme'] = 'Foutmelding - Het overzicht van uw aangekochte templates kan niet worden weergegeven op dit moment.';
$l['demo'] = 'Demo';
$l['browse_theme'] = 'Browse templates';
$l['purchase'] = 'Kopen';
$l['payment_heading'] = 'Koop template';
$l['payment_redirect'] = 'U wordt doorverwezen naar de betaal pagina ';//trailing space is required
$l['close'] = 'Sluiten';
$l['free'] = 'Gratis';
$l['select'] = 'Selecteer';
$l['search_theme'] = 'Search Themes';
$l['result_for'] = 'Showing results for: ';
|