[SSE mobile] Append translation for a settings and search.

This commit is contained in:
Alexander Yuzhin 2016-12-26 12:05:24 +03:00
parent beb9ffe313
commit 4b339df3c1
3 changed files with 46 additions and 4 deletions

View file

@ -46,7 +46,7 @@ define([
], function (core) { ], function (core) {
'use strict'; 'use strict';
SSE.Controllers.Settings = Backbone.Controller.extend((function() { SSE.Controllers.Settings = Backbone.View.extend(_.extend((function() {
// private // private
var rootView, var rootView,
inProgress, inProgress,
@ -191,5 +191,5 @@ define([
notcriticalErrorTitle : 'Warning', notcriticalErrorTitle : 'Warning',
warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?' warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?'
} }
})()); })(), SSE.Controllers.Settings || {}))
}); });

View file

@ -205,7 +205,6 @@ define([
textAddress: 'address', textAddress: 'address',
textEmail: 'email', textEmail: 'email',
textTel: 'tel' textTel: 'tel'
} }
})(), SSE.Views.Settings || {})) })(), SSE.Views.Settings || {}))
}); });

View file

@ -109,6 +109,49 @@
"SSE.Controllers.Main.advDRMEnterPassword": "You password please:", "SSE.Controllers.Main.advDRMEnterPassword": "You password please:",
"SSE.Controllers.Main.advDRMPassword": "Password", "SSE.Controllers.Main.advDRMPassword": "Password",
"SSE.Controllers.Search.textNoTextFound": "Text not found",
"SSE.Controllers.Search.textReplaceAll": "Replace All",
"SSE.Views.Search.textFind": "Find",
"SSE.Views.Search.textFindAndReplace": "Find and Replace",
"SSE.Views.Search.textDone": "Done",
"SSE.Views.Search.textReplace": "Replace",
"SSE.Views.Search.textMatchCase": "Match Case",
"SSE.Views.Search.textMatchCell": "Match Cell",
"SSE.Views.Search.textSearchIn": "Search In",
"SSE.Views.Search.textWorkbook": "Workbook",
"SSE.Views.Search.textSheet": "Sheet",
"SSE.Controllers.Settings.txtLoading": "Loading...",
"SSE.Controllers.Settings.notcriticalErrorTitle": "Warning",
"SSE.Controllers.Settings.warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?",
"SSE.Views.Settings.unknownText": "Unknown",
"SSE.Views.Settings.textFindAndReplace": "Find and Replace",
"SSE.Views.Settings.textSettings": "Settings",
"SSE.Views.Settings.textDone": "Done",
"SSE.Views.Settings.textFind": "Find",
"SSE.Views.Settings.textEditDoc": "Edit Document",
"SSE.Views.Settings.textReader": "Reader Mode",
"SSE.Views.Settings.textDownload": "Download",
"SSE.Views.Settings.textDocInfo": "Document Info",
"SSE.Views.Settings.textHelp": "Help",
"SSE.Views.Settings.textAbout": "About",
"SSE.Views.Settings.textBack": "Back",
"SSE.Views.Settings.textDocTitle": "Document title",
"SSE.Views.Settings.textLoading": "Loading...",
"SSE.Views.Settings.textAuthor": "Author",
"SSE.Views.Settings.textCreateDate": "Create date",
"SSE.Views.Settings.textStatistic": "Statistic",
"SSE.Views.Settings.textPages": "Pages",
"SSE.Views.Settings.textParagraphs": "Paragraphs",
"SSE.Views.Settings.textWords": "Words",
"SSE.Views.Settings.textSymbols": "Symbols",
"SSE.Views.Settings.textSpaces": "Spaces",
"SSE.Views.Settings.textDownloadAs": "Download As...",
"SSE.Views.Settings.textVersion": "Version",
"SSE.Views.Settings.textAddress": "address",
"SSE.Views.Settings.textEmail": "email",
"SSE.Views.Settings.textTel": "tel",
"SSE.Controllers.EditCell.textFonts": "Fonts", "SSE.Controllers.EditCell.textFonts": "Fonts",
"SSE.Controllers.EditCell.textAuto": "Auto", "SSE.Controllers.EditCell.textAuto": "Auto",
"SSE.Controllers.EditCell.textPt": "pt", "SSE.Controllers.EditCell.textPt": "pt",