* Fix variable name expression accuracy.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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 đề';
|
||||
|
||||
@@ -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 = '标题';
|
||||
|
||||
@@ -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 = '標題';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user