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

View file

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