For Bug 42150

This commit is contained in:
Julia Radzhabova 2021-07-12 11:12:02 +03:00
parent cc271cd723
commit b1534675c4
4 changed files with 38 additions and 27 deletions

View file

@ -334,13 +334,6 @@ define([
menuAlign: 'tr-br',
style: 'min-width: auto;',
items: [
// {
// caption: this.mniPosition,
// value: 'position',
// checkable: true,
// checked: Common.localStorage.getItem(this.appPrefix + "comments-sort") === 'position',
// toggleGroup: 'sortcomments'
// },
{
caption: this.mniDateDesc,
value: 'date-desc',
@ -369,6 +362,20 @@ define([
checked: Common.localStorage.getItem(this.appPrefix + "comments-sort") === 'author-desc',
toggleGroup: 'sortcomments'
}
// {
// caption: this.mniPositionAsc,
// value: 'position-asc',
// checkable: true,
// checked: Common.localStorage.getItem(this.appPrefix + "comments-sort") === 'position-asc',
// toggleGroup: 'sortcomments'
// }
// {
// caption: this.mniPositionDesc,
// value: 'position-desc',
// checkable: true,
// checked: Common.localStorage.getItem(this.appPrefix + "comments-sort") === 'position-desc',
// toggleGroup: 'sortcomments'
// }
]
})
});
@ -818,11 +825,12 @@ define([
textOpenAgain : "Open Again",
textHintAddComment : 'Add Comment',
textSort: 'Sort comments',
mniPosition: 'Sort by Position',
mniAuthorAsc: 'Sort by Author A to Z',
mniAuthorDesc: 'Sort by Author Z to A',
mniDateDesc: 'Sort by Newest',
mniDateAsc: 'Sort by Oldest',
mniPositionAsc: 'From top',
mniPositionDesc: 'From bottom',
mniAuthorAsc: 'Author A to Z',
mniAuthorDesc: 'Author Z to A',
mniDateDesc: 'Newest',
mniDateAsc: 'Oldest',
textClosePanel: 'Close comments'
}, Common.Views.Comments || {}))
});

View file

@ -247,11 +247,12 @@
"Common.Views.Comments.textResolve": "Resolve",
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.mniPosition": "Sort by Position",
"Common.Views.Comments.mniAuthorAsc": "Sort by Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Sort by Author Z to A",
"Common.Views.Comments.mniDateDesc": "Sort by Newest",
"Common.Views.Comments.mniDateAsc": "Sort by Oldest",
"Common.Views.Comments.mniAuthorAsc": "Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Author Z to A",
"Common.Views.Comments.mniDateDesc": "Newest",
"Common.Views.Comments.mniDateAsc": "Oldest",
"Common.Views.Comments.mniPositionAsc": "From top",
"Common.Views.Comments.mniPositionDesc": "From bottom",
"Common.Views.Comments.textClosePanel": "Close comments",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",

View file

@ -140,11 +140,12 @@
"Common.Views.Comments.textResolve": "Resolve",
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.mniPosition": "Sort by Position",
"Common.Views.Comments.mniAuthorAsc": "Sort by Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Sort by Author Z to A",
"Common.Views.Comments.mniDateDesc": "Sort by Newest",
"Common.Views.Comments.mniDateAsc": "Sort by Oldest",
"Common.Views.Comments.mniAuthorAsc": "Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Author Z to A",
"Common.Views.Comments.mniDateDesc": "Newest",
"Common.Views.Comments.mniDateAsc": "Oldest",
"Common.Views.Comments.mniPositionAsc": "From top",
"Common.Views.Comments.mniPositionDesc": "From bottom",
"Common.Views.Comments.textClosePanel": "Close comments",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",

View file

@ -188,11 +188,12 @@
"Common.Views.Comments.textResolve": "Resolve",
"Common.Views.Comments.textResolved": "Resolved",
"Common.Views.Comments.textSort": "Sort comments",
"Common.Views.Comments.mniPosition": "Sort by Position",
"Common.Views.Comments.mniAuthorAsc": "Sort by Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Sort by Author Z to A",
"Common.Views.Comments.mniDateDesc": "Sort by Newest",
"Common.Views.Comments.mniDateAsc": "Sort by Oldest",
"Common.Views.Comments.mniAuthorAsc": "Author A to Z",
"Common.Views.Comments.mniAuthorDesc": "Author Z to A",
"Common.Views.Comments.mniDateDesc": "Newest",
"Common.Views.Comments.mniDateAsc": "Oldest",
"Common.Views.Comments.mniPositionAsc": "From top",
"Common.Views.Comments.mniPositionDesc": "From bottom",
"Common.Views.Comments.textClosePanel": "Close comments",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using the editor toolbar buttons and context menu actions will be performed within this editor tab only.<br><br>To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",