文件操作 - backups_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/dutch/backups_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // backups_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['off_backup_restore'] = 'Backup/Restore feature has been disabled by admin'; //Theme Strings $l['<title>'] = $globals['sn'].' - Backups'; $l['backups_head'] = 'Backups and Restore'; $l['file'] = 'Bestands naam'; $l['bac_time'] = 'Backup datum'; $l['size'] = 'Grootte'; $l['remove'] = 'Backup verwijderen'; $l['download'] = 'Download backup '; $l['size_mb'] = 'MB'; $l['options'] = 'Opties'; $l['no_info'] = 'No geen informatie beschikbaar'; $l['no_ins'] = 'Er zijn geen backup bestanden gevonden die gemaakt zijn via Softaculous'; $l['upd_to'] = 'Update naar versie'; $l['backup_deleted'] = 'De backup is succesvol verwijderd.'; $l['confirm_del'] = 'Weet u zeker dat u deze backup wilt verwijderen?'; $l['restore'] = 'Herstel'; $l['del_insid'] = 'Weet u zeker dat u de geselecteerde backups wilt verwijderen ? Deze actie kan niet ongedaan gemaakt worden!'; $l['rem_backup_id'] = 'Backup wordt verwijderd - '; $l['no_sel_inst'] = 'Geen beackups geselecteerd.'; $l['inst_remvd'] = 'De backups zijn verwijderd !'; $l['editdetail'] = 'Wijzig gegevens'; $l['go'] = 'Ga'; $l['version'] = 'Versie'; $l['installation_removed'] = 'De installatie is verwijderd. Het script is geinstalleerd via: <b>&soft-1;</b>. U kunt deze herstellen via een backup.'; $l['invalid_downloadfile'] = 'Het backup bestand is beschadigd'; // To be translated $l['note'] = 'Notes'; $l['with_selected'] = 'Selecteer optie'; $l['backups_expire'] = 'Your Local backups will be automatically purged after <b>&soft-1;</b> days of the backup creation.'; $l['max_backups'] = 'You currently have <b>&soft-1;</b> backups in your account. Your maximum backups limit is <b>&soft-2;</b>.'; $l['backup_locations'] = 'Manage Backup Locations'; $l['remote_location'] = 'Backup on ';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件