HOME


sh-3ll 1.0
DIR:/usr/local/softaculous/enduser/languages/bulgarian/
Upload File :
Current File : //usr/local/softaculous/enduser/languages/bulgarian/restore_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// restore_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['restoreerror'] = 'Има грешка при разархивирането на архивираните файлове';
$l['restoredatadir'] = 'Директория с данни не може да се възстанови';
$l['restorewww'] = 'Уеб директория не може да се възстанови';
$l['res_err_selectmy'] = 'Не може да бъде избрана базата данни, за да се възстанови';
$l['err_myconn'] = 'Не може да се свърже с базата данни';
$l['err_db_create'] = 'Error occured while creating Database';
$l['off_backup_restore'] = 'Backup/Restore feature has been disabled by admin';
$l['no_backupinfo_file'] = 'Backup info file not found';
$l['no_backup_time'] = 'Backup time not found';
$l['instime_higher_than_btime'] = 'Installation time is higher than the Backup time';

//Theme Strings
$l['<title>'] = APP.' - Възстановяване';
$l['restorefile'] = 'Възстановяване от резервно копие';
$l['restore_dir'] = 'Възстановяване на директория';
$l['restore_dir_exp'] = 'Ако отбележите това ще бъде възстановена цялата папка';
$l['restore_datadir'] = 'Възстановяване на директория с данни';
$l['restore_datadir_exp'] = 'Ако отбележите това ще бъде възстановена цялата папка с данни';
$l['restore_db'] = 'Възстановяване на база данни';
$l['restore_db_exp'] = 'Ако отбележите това ще бъде възстановена цялата база данни';
$l['restore_ins'] = 'Възстановяване на инсталация';
$l['restore'] = 'Вашето резервно копие е възстановено успешно';
$l['confirm_restore'] = 'Сигурен ли сте, че искате да възстановите инсталацията?';
$l['return'] = 'Назад към преглед';
$l['return_to_wpm'] = 'Return to WordPress Management';
$l['restore_wwwdir'] = 'Възстановяване на уеб директория';
$l['restore_wwwdir_exp'] = 'Ако отбележите това уеб директория ще бъде възстановена';
$l['checking_data'] = 'Проверка на предоставените данни';
$l['res_db'] = 'Възстановяване на база данни';
$l['res_dir'] = 'Възстановяване на директория';
$l['res_datadir'] = 'Възстановяване на директория с данни';
$l['finishing_process'] = 'Архивирането възстановено';
$l['wait_note'] = '<b>ВНИМАНИЕ:</b> Това може да отнеме 3-4 минути. Моля не напускайте тази страница до докато прогресния бар достигне 100%';
$l['restoring'] = 'Архивът ви се възстановява във фонов режим. Ще бъдете уведомени по имейл, след като бъде попълнен. Можете да проследявате процеса на възстановяване от страницата <a href="'.$globals['index'].'act=eu_tasklist"> Списък със задачи </a>.';
$l['prog_restoring'] = 'Restoring '; // Dont remove the trailing space
$l['prog_restore_complete'] = 'Restore Completed.';
$l['no_restore_functions'] = 'The RESTORE FUNCTIONS file could not be found! Please report this to the server administrator.';
$l['backup_file_empty'] = 'Backup file is empty';
$l['db_not_exist'] = 'Database file does not exist';
$l['db_empty'] = 'The database file is empty';

$l['read_archive'] = 'Reading the archive';

$l['no_backup_file'] = 'Backup file not present';

$l['wpc_return'] = 'Return to Backups';

$l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/clients">AMPPS Premium</a></b>';

$l['restore_delete_files'] = 'Delete existing files/folders'; 
$l['restore_delete_files_exp'] = 'If checked existing files/folders will be deleted and then the backup files will be restored. <br /><b>Note</b>: Please make sure that you chose Full Backup while creating this backup.';
$l['no_restore_file_param'] = 'Backup file name was not passed. It is required to start the restore process.';