Add translations

This commit is contained in:
Julia Svinareva 2019-06-13 11:23:37 +03:00
parent 0c02e3de0f
commit 23eab461e0
3 changed files with 26 additions and 3 deletions

View file

@ -241,6 +241,7 @@
"DE.Controllers.Collaboration.textParaMoveTo": "<b>Moved:</b>", "DE.Controllers.Collaboration.textParaMoveTo": "<b>Moved:</b>",
"DE.Controllers.Collaboration.textParaMoveFromUp": "<b>Moved Up:</b>", "DE.Controllers.Collaboration.textParaMoveFromUp": "<b>Moved Up:</b>",
"DE.Controllers.Collaboration.textParaMoveFromDown": "<b>Moved Down:</b>", "DE.Controllers.Collaboration.textParaMoveFromDown": "<b>Moved Down:</b>",
"DE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.",
"DE.Views.AddImage.textAddress": "Address", "DE.Views.AddImage.textAddress": "Address",
"DE.Views.AddImage.textBack": "Back", "DE.Views.AddImage.textBack": "Back",
"DE.Views.AddImage.textFromLibrary": "Picture from Library", "DE.Views.AddImage.textFromLibrary": "Picture from Library",
@ -496,5 +497,6 @@
"DE.Views.Collaboration.textMarkup": "Markup", "DE.Views.Collaboration.textMarkup": "Markup",
"DE.Views.Collaboration.textFinal": "Final", "DE.Views.Collaboration.textFinal": "Final",
"DE.Views.Collaboration.textOriginal": "Original", "DE.Views.Collaboration.textOriginal": "Original",
"DE.Views.Collaboration.textChange": "Review Change" "DE.Views.Collaboration.textChange": "Review Change",
"DE.Views.Collaboration.textEditUsers": "Users"
} }

View file

@ -226,6 +226,7 @@
"PE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application", "PE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application",
"PE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "PE.Controllers.Toolbar.leaveButtonText": "Leave this Page",
"PE.Controllers.Toolbar.stayButtonText": "Stay on this Page", "PE.Controllers.Toolbar.stayButtonText": "Stay on this Page",
"PE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.",
"PE.Views.AddImage.textAddress": "Address", "PE.Views.AddImage.textAddress": "Address",
"PE.Views.AddImage.textBack": "Back", "PE.Views.AddImage.textBack": "Back",
"PE.Views.AddImage.textFromLibrary": "Picture from Library", "PE.Views.AddImage.textFromLibrary": "Picture from Library",
@ -474,5 +475,10 @@
"PE.Views.Settings.textPresentSettings": "Presentation Settings", "PE.Views.Settings.textPresentSettings": "Presentation Settings",
"PE.Views.Settings.textColorSchemes": "Color Schemes", "PE.Views.Settings.textColorSchemes": "Color Schemes",
"PE.Views.Settings.unknownText": "Unknown", "PE.Views.Settings.unknownText": "Unknown",
"PE.Views.Toolbar.textBack": "Back" "PE.Views.Settings.textCollaboration": "Collaboration",
"PE.Views.Toolbar.textBack": "Back",
"PE.Views.Collaboration.textCollaboration": "Collaboration",
"PE.Views.Collaboration.textСomments": "Сomments",
"PE.Views.Collaboration.textBack": "Back",
"PE.Views.Collaboration.textEditUsers": "Users"
} }

View file

@ -299,6 +299,7 @@
"SSE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application", "SSE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application",
"SSE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "SSE.Controllers.Toolbar.leaveButtonText": "Leave this Page",
"SSE.Controllers.Toolbar.stayButtonText": "Stay on this Page", "SSE.Controllers.Toolbar.stayButtonText": "Stay on this Page",
"SSE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.",
"SSE.Views.AddFunction.sCatDateAndTime": "Date and time", "SSE.Views.AddFunction.sCatDateAndTime": "Date and time",
"SSE.Views.AddFunction.sCatEngineering": "Engineering", "SSE.Views.AddFunction.sCatEngineering": "Engineering",
"SSE.Views.AddFunction.sCatFinancial": "Financial", "SSE.Views.AddFunction.sCatFinancial": "Financial",
@ -494,6 +495,13 @@
"SSE.Views.Search.textSearchIn": "Search In", "SSE.Views.Search.textSearchIn": "Search In",
"SSE.Views.Search.textSheet": "Sheet", "SSE.Views.Search.textSheet": "Sheet",
"SSE.Views.Search.textWorkbook": "Workbook", "SSE.Views.Search.textWorkbook": "Workbook",
"SSE.Views.Search.textLookIn": "Look In",
"SSE.Views.Search.textFormulas": "Formulas",
"SSE.Views.Search.textValues": "Values",
"SSE.Views.Search.textByColumns": "By columns",
"SSE.Views.Search.textByRows": "By rows",
"SSE.Views.Search.textSearchBy": "Search",
"SSE.Views.Search.textHighlightRes": "Highlight results",
"SSE.Views.Settings.textAbout": "About", "SSE.Views.Settings.textAbout": "About",
"SSE.Views.Settings.textAddress": "address", "SSE.Views.Settings.textAddress": "address",
"SSE.Views.Settings.textAuthor": "Author", "SSE.Views.Settings.textAuthor": "Author",
@ -537,5 +545,12 @@
"SSE.Views.Settings.textBottom": "Bottom", "SSE.Views.Settings.textBottom": "Bottom",
"SSE.Views.Settings.textRight": "Right", "SSE.Views.Settings.textRight": "Right",
"SSE.Views.Settings.unknownText": "Unknown", "SSE.Views.Settings.unknownText": "Unknown",
"SSE.Views.Toolbar.textBack": "Back" "SSE.Views.Settings.textFormulaLanguage": "Formula Language",
"SSE.Views.Settings.textExample": "Example",
"SSE.Views.Settings.textCollaboration": "Collaboration",
"SSE.Views.Toolbar.textBack": "Back",
"SSE.Views.Collaboration.textCollaboration": "Collaboration",
"SSE.Views.Collaboration.textСomments": "Сomments",
"SSE.Views.Collaboration.textBack": "Back",
"SSE.Views.Collaboration.textEditUsers": "Users"
} }