* Extension lang changed.
This commit is contained in:
@@ -13,7 +13,7 @@ $lang->file = new stdclass();
|
||||
$lang->file->common = 'File';
|
||||
$lang->file->uploadImages = 'Batch Upload Images';
|
||||
$lang->file->download = 'Download Files';
|
||||
$lang->file->uploadDate = 'Uploaded on';
|
||||
$lang->file->uploadDate = 'Uploaded';
|
||||
$lang->file->edit = 'Rename';
|
||||
$lang->file->inputFileName = 'Enter File Name';
|
||||
$lang->file->delete = 'Delete File';
|
||||
@@ -22,7 +22,7 @@ $lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
|
||||
$lang->file->applyTemplate = "Apply Template";
|
||||
$lang->file->tplTitle = "Template Name";
|
||||
$lang->file->setPublic = "Set Public Template";
|
||||
$lang->file->exportFields = "Fileds to be Exported";
|
||||
$lang->file->exportFields = "Export Fileds";
|
||||
$lang->file->exportRange = "Data Range";
|
||||
$lang->file->defaultTPL = "Default Template";
|
||||
$lang->file->setExportTPL = "Settings";
|
||||
@@ -35,11 +35,11 @@ $lang->file->pathname = 'Path Name';
|
||||
$lang->file->title = 'Title';
|
||||
$lang->file->fileName = 'File Name';
|
||||
$lang->file->untitled = 'Untitled';
|
||||
$lang->file->extension = 'Extension';
|
||||
$lang->file->extension = 'Format';
|
||||
$lang->file->size = 'Size';
|
||||
$lang->file->encoding = 'Encoding';
|
||||
$lang->file->addedBy = 'Added By';
|
||||
$lang->file->addedDate = 'Added On';
|
||||
$lang->file->addedDate = 'Added';
|
||||
$lang->file->downloads = 'Downloads';
|
||||
$lang->file->extra = 'Extra';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user