文件操作 - settings_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/dutch/settings_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // settings_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['no_lang'] = 'U heeft geen taalkeuze geselecteerd';//No language was selected $l['wrong_lang'] = 'De taalkeuze die u heeft geselecteerd is niet beschikbaar';//The language you selected does not exist $l['no_timezone'] = 'U heeft geen tijdzone geselecteerd';//You did not select the timezone $l['timezone_invalid'] = 'De door u geselecteerde tijdzone is ongeldig';//The timezone you selected is invalid $l['backuploc_deleted'] = 'Backup location was deleted successfully'; $l['no_backup_loc_name'] = 'No such backup location found'; //Theme Strings $l['<title>'] = $globals['sn'].' - Gebruikers instellingen';//Softaculous - User Settings $l['choose_lang'] = 'Taalkeuze';//Choose Language $l['exp_lang'] = 'Selecteer de gewenste taal';//Choose your preferred language $l['menu_options'] = 'Menu groote';//Menu Options $l['menu_exp'] = 'Via deze optie kunt de grootte van de menu\'s wijzigen.';//You can collapse and expand all the Side Menus! $l['timezone'] = 'Tijdzone';//Timezone $l['default_timezone'] = 'Standaard instelling';// Default $l['expand'] = 'Groter';//Expand $l['collapse'] = 'Kleiner';//Collapse $l['edit_settings'] = 'Instellingen wijzigen';//Edit Settings $l['settings'] = 'Gebruikers instellingen';//User Settings $l['settings_saved'] = 'De instellingen zijn succesvol opgeslagen';//Your settings were saved successfully $l['left_panel_bg'] = 'Achtergrond kleur linker panel en top panel'; $l['left_panel_bg_exp'] = 'Via deze optie kunt u de achtergrond kleur van het linker panel en het top panel instellen'; $l['text_color'] = 'Tekst kleur linker panel en top panel'; $l['text_color_exp'] = 'Via deze optie kunt u de tekst kleur van het linker panel en het top panel instellen'; $l['use_custom_color'] = 'Wijzig layout instellingen'; $l['exp_use_custom_color'] = 'Via deze optie kunt u de layout van '.APP.' aan passen. U kunt de layout resetten naar de standaard waarde door de box te unchecken'; $l['disable_suggestions'] = 'Disable '.APP.' Features suggestion'; $l['exp_disable_suggestions'] = 'This will disable '.APP.' features suggestion messages'; $l['reset'] = 'Herstel'; $l['arrange_domain'] = 'Domeinen alfabetisch weergeven'; $l['exp_arrange_domain'] = 'Via deze optie kunt u de beschikbare domeinen bij de optie <b>Selecteer domein</b> die worden weergegeven tijdens de installatie van een script alfabetisch sorteren'; $l['your_setting'] = 'Your Settings'; $l['list_backup_locs'] = 'Backup Locations'; $l['default'] = 'Default'; $l['backuploc_name'] = 'Name'; $l['backuploc'] = 'Backup Location'; $l['backuploc_edit'] = 'Edit'; $l['backuploc_del'] = 'Delete'; $l['conf_del'] = 'Are you sure you want to delete this backup location ?'; $l['add_backup_loc'] = 'Add Backup Location'; $l['local_folder'] = 'Local Folder'; $l['manage_sets'] = 'WordPress Plugin / Theme Sets'; $l['exp_manage_sets'] = 'Install and create sets of plugins/themes'; $l['off_backup_au'] = 'Disable Backups before Auto Upgrade'; $l['exp_off_backup_au'] = 'If selected, backups will not be performed before upgrading installations or plugins and themes. Note: Make sure you have backups which you can use in case the upgrade fails.'; $l['backup_proto'] = 'Protocol'; $l['backup_ftp'] = 'FTP'; $l['backup_softftpes'] = 'FTPS'; $l['backup_softsftp'] = 'SFTP'; $l['backup_webdav'] = 'WebDAV'; $l['backup_dropbox'] = 'Dropbox'; $l['backup_gdrive'] = 'Google Drive'; $l['backup_onedrive'] = 'Microsoft OneDrive'; $l['backup_softaws'] = 'Amazon S3';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件