[DE] Update translations.

This commit is contained in:
Julia Radzhabova 2017-08-24 12:27:02 +03:00
parent f04d626df0
commit 1c3847cea4
2 changed files with 10 additions and 10 deletions

View file

@ -787,11 +787,11 @@ define([
tipReview: 'Review', tipReview: 'Review',
txtAcceptChanges: 'Accept Changes', txtAcceptChanges: 'Accept Changes',
txtRejectChanges: 'Reject Changes', txtRejectChanges: 'Reject Changes',
txtView: 'Set View', txtView: 'Display Mode',
txtMarkup: 'Markup', txtMarkup: 'All changes (Editing)',
txtFinal: 'Final', txtFinal: 'All changes accepted (Preview)',
txtOriginal: 'Original', txtOriginal: 'All changes rejected (Preview)',
tipReviewView: 'Display for Review' tipReviewView: 'Select the way you want the changes to be displayed'
} }
}()), Common.Views.ReviewChanges || {})); }()), Common.Views.ReviewChanges || {}));

View file

@ -211,11 +211,11 @@
"Common.Views.ReviewChanges.txtRejectCurrent": "Reject Current Change", "Common.Views.ReviewChanges.txtRejectCurrent": "Reject Current Change",
"Common.Views.ReviewChanges.txtSpelling": "Spell checking", "Common.Views.ReviewChanges.txtSpelling": "Spell checking",
"Common.Views.ReviewChanges.txtTurnon": "Track Changes", "Common.Views.ReviewChanges.txtTurnon": "Track Changes",
"Common.Views.ReviewChanges.txtView": "Set View", "Common.Views.ReviewChanges.txtView": "Display Mode",
"Common.Views.ReviewChanges.txtMarkup": "Markup", "Common.Views.ReviewChanges.txtMarkup": "All changes (Editing)",
"Common.Views.ReviewChanges.txtFinal": "Final", "Common.Views.ReviewChanges.txtFinal": "All changes accepted (Preview)",
"Common.Views.ReviewChanges.txtOriginal": "Original", "Common.Views.ReviewChanges.txtOriginal": "All changes rejected (Preview)",
"Common.Views.ReviewChanges.tipReviewView": "Display for Review", "Common.Views.ReviewChanges.tipReviewView": "Select the way you want the changes to be displayed",
"Common.Views.ReviewChangesDialog.textTitle": "Review Changes", "Common.Views.ReviewChangesDialog.textTitle": "Review Changes",
"Common.Views.ReviewChangesDialog.txtAccept": "Accept", "Common.Views.ReviewChangesDialog.txtAccept": "Accept",
"Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept All Changes", "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept All Changes",