internationalize Asset export report
This commit is contained in:
parent
47b95413f4
commit
20a36e272e
2 changed files with 28 additions and 8 deletions
|
|
@ -792,15 +792,36 @@ config file must be enabled for this function to be available.</p>
|
|||
},
|
||||
|
||||
'exporting page' => {
|
||||
message => q|Exporting page|,
|
||||
message => q|Exporting page %-s ......|,
|
||||
lastUpdated => 1129420080,
|
||||
},
|
||||
|
||||
'bad user privileges' => {
|
||||
message => q|User has no privileges to view this page.|,
|
||||
message => q|User has no privileges to view this page.<br />|,
|
||||
lastUpdated => 1129420080,
|
||||
},
|
||||
|
||||
'could not create path' => {
|
||||
message => q|
|
||||
Couldn't create %-s because %-s <br />
|
||||
This most likely means that you have a page with the same name as folder that you're trying to create.<br />
|
||||
|,
|
||||
lastUpdated => 1129436410,
|
||||
},
|
||||
|
||||
'could not open path' => {
|
||||
message => q|
|
||||
Couldn't open %-s because %-s <br />
|
||||
|,
|
||||
lastUpdated => 1129436544,
|
||||
},
|
||||
|
||||
'export information' => {
|
||||
message => q|
|
||||
<p>Exported %d pages in %d seconds.</p>|,
|
||||
lastUpdated => 1129436684,
|
||||
},
|
||||
|
||||
'done' => {
|
||||
message => q|DONE<br />|,
|
||||
lastUpdated => 1129420080,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue