📄 lang_tar.php
字号:
<?php$lang = array (//2.1.3 - for sources/lib/tar.php'error_tar1' => "Extract files error: Destination directory (%s) does not exist",'error_tar2' => "%s is not a directory",'error_tar3' => "Could not locate %s",'error_tar4' => "WARNING: %s exists, but is not a directory",'error_tar5' => "ERROR: CHDIR to %s FAILED!",'error_tar6' => "Could not write data to %s",'error_tar7' => "%s exists, but is not a directory",'error_tar8' => "Cannot handle named pipes",'error_tar9' => "Cannot handle system links",'error_tar11' => "Cannot handle device files",'error_tar12' => "Unknown typeflag found",'error_tar13' => "ERROR: CHMOD %s on %s FAILED!",'error_tar14' => "Error: Stat failed on %s",'error_tar15' => "ERROR: Failed to open %s",'error_tar16' => 'No filename or path was specified to create a new tar file','error_tar17' => 'No data to write to the new tar file','error_tar18' => "Filename %s exceeds the length allowed by GNU Tape ARchives",'error_tar19' => "File path exceeds the length allowed by GNU Tape ARchives",'error_tar21' => 'No filename specified when attempting to read a tar file','error_tar22' => 'Cannot locate the file ','error_tar23' => "Cannot open %s for reading",'error_tar24' => "Read error on tar file",);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -