* Fix variable name expression accuracy.

This commit is contained in:
zenggang
2021-09-10 10:10:48 +08:00
parent 553c797c67
commit e546ca3adb
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "Vorschau";
$lang->file->addFile = 'Hinzufügen';
$lang->file->beginUpload = 'Upload';
$lang->file->uploadSuccess = 'Hochgeladen!';
$lang->file->partExport = 'Part Export';
$lang->file->batchExport = 'Export in batches';
$lang->file->pathname = 'Pfadname';
$lang->file->title = 'Titel';
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "Preview";
$lang->file->addFile = 'Add';
$lang->file->beginUpload = 'Click to Upload';
$lang->file->uploadSuccess = 'Uploaded!';
$lang->file->partExport = 'Part Export';
$lang->file->batchExport = 'Export in batches';
$lang->file->pathname = 'Path Name';
$lang->file->title = 'Title';
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "Apperçu";
$lang->file->addFile = 'Ajouter';
$lang->file->beginUpload = 'Clic pour Charger';
$lang->file->uploadSuccess = 'Chargé !';
$lang->file->partExport = 'Part Export';
$lang->file->batchExport = 'Export in batches';
$lang->file->pathname = 'Nom Chemin';
$lang->file->title = 'Titre';
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "Preview";
$lang->file->addFile = 'Thêm';
$lang->file->beginUpload = 'Click to Upload';
$lang->file->uploadSuccess = 'Uploaded!';
$lang->file->partExport = 'Part Export';
$lang->file->batchExport = 'Export in batches';
$lang->file->pathname = 'Path tên';
$lang->file->title = 'Tiêu đề';
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "预览";
$lang->file->addFile = '添加文件';
$lang->file->beginUpload = '开始上传';
$lang->file->uploadSuccess = '上传成功';
$lang->file->partExport = '分批导出';
$lang->file->batchExport = '分批导出';
$lang->file->pathname = '路径';
$lang->file->title = '标题';
+1 -1
View File
@@ -31,7 +31,7 @@ $lang->file->preview = "預覽";
$lang->file->addFile = '添加檔案';
$lang->file->beginUpload = '開始上傳';
$lang->file->uploadSuccess = '上傳成功';
$lang->file->partExport = '分批導出';
$lang->file->batchExport = '分批導出';
$lang->file->pathname = '路徑';
$lang->file->title = '標題';
+1 -1
View File
@@ -279,7 +279,7 @@ if($isCustomExport)
<?php echo html::select('exportType', $lang->exportTypeList, 'all', "class='form-control'");?>
</td>
<td class='checkbox part hidden'>
<?php echo html::checkbox('part', array( 1 => $lang->file->partExport), '', "onclick='setPart(this);'");?>
<?php echo html::checkbox('part', array( 1 => $lang->file->batchExport), '', "onclick='setPart(this);'");?>
<?php echo html::hidden('limit', '');?>
</td>
</tr>