<?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'] = '<a href="http://www.softaculous.com">Softaculous</a>\' bağlanılamıyor.';
$l['updating_error'] = 'Son versiyona güncellenirken hata oluştu. Hata kayıları aşağıdadır. lütfen daha sonra tekrar deneyiniz.';
//Theme Strings
$l['<title>'] = 'Softaculous - Güncelleme Merkezi';
$l['updated_successfully'] = 'Successfully başarıyla son versiyona güncellendi';
$l['update_logs'] = 'Güncelleme Kayıtları';
$l['update_softaculous'] = 'Softaculous Güncellemesi';
$l['cur_ver'] = 'Güncel Versiyon';
$l['latest_ver'] = 'Son Versiyon';
$l['not_connect_soft'] = 'Softaculous\'a bağlanılamıyor.';
$l['updatesoftaculous'] = 'Softaculous Güncelle';
|