T1588: Add missing localization texts for history dialog
This commit is contained in:
parent
33ae130484
commit
4ffdee8fe3
1 changed files with 11 additions and 0 deletions
|
@ -65,3 +65,14 @@ $labels['arialabelnotebookform'] = 'Notebook properties';
|
|||
$labels['arialabelmessagereferences'] = 'Linked email messages';
|
||||
$labels['arialabelfolderearchform'] = 'Notebooks search form';
|
||||
$labels['arialabelnoteform'] = 'Note edit form';
|
||||
|
||||
// history dialog
|
||||
$labels['showhistory'] = 'Show History';
|
||||
$labels['objectchangelog'] = 'Change History';
|
||||
$labels['objectdiff'] = 'Changes from $rev1 to $rev2';
|
||||
$labels['objectnotfound'] = 'Failed to load note data';
|
||||
$labels['objectchangelognotavailable'] = 'Change history is not available for this note';
|
||||
$labels['objectdiffnotavailable'] = 'No comparison possible for the selected revisions';
|
||||
$labels['revisionrestoreconfirm'] = 'Do you really want to restore revision $rev of this note? This will replace the current note with the old version.';
|
||||
$labels['objectrestoresuccess'] = 'Revision $rev successfully restored';
|
||||
$labels['objectrestoreerror'] = 'Failed to restore the old revision';
|
||||
|
|
Loading…
Add table
Reference in a new issue