<?php
//////////////////////////////////////////////////////////////
//===========================================================
// softwares_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'] = 'Script listesi kaydedilirken hata oluştu';
$l['updating_error'] = 'Yazılım güncellenirken hata oluştu';
//Theme Strings
$l['<title>'] = APP.' - Yazılım Merkezi';
$l['settings_saved'] = 'Ayarlar kaydedilemedi';
$l['updating_files'] = 'Dosyaları Güncelle';
$l['updating_completed'] = 'Dosyaların güncellenmesi başarılı. Geri Gidin';
$l['go_to_soft'] = 'Yazılım';
$l['soft_name'] = 'Adı';
$l['soft_desc'] = 'Açıklama';
$l['soft_ver'] = 'Versiyon';
$l['soft_ins'] = 'Yüklü';
$l['latest_ver'] = 'Latest Version';
$l['pre_down'] = 'Pre-Download';
$l['soft_enable'] = 'Enable';
$l['soft_free_note'] = 'NOT: Ücretsiz versyionumuzda bu seçenek devredışıdır.';
$l['updatesoft'] = 'Ayarları Kaydet';
$l['scripts_are_ins'] = 'scripts yüklü';
$l['gen_scripts'] = 'Scripts';
$l['soft_outdated'] = 'Outdated';
$l['outdated_notification'] = 'Not updated by the vendor in over 2 years'; |