[SSE mobile] Append translation for a settings and search.
This commit is contained in:
parent
beb9ffe313
commit
4b339df3c1
|
@ -46,7 +46,7 @@ define([
|
|||
], function (core) {
|
||||
'use strict';
|
||||
|
||||
SSE.Controllers.Settings = Backbone.Controller.extend((function() {
|
||||
SSE.Controllers.Settings = Backbone.View.extend(_.extend((function() {
|
||||
// private
|
||||
var rootView,
|
||||
inProgress,
|
||||
|
@ -191,5 +191,5 @@ define([
|
|||
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?'
|
||||
}
|
||||
})());
|
||||
})(), SSE.Controllers.Settings || {}))
|
||||
});
|
|
@ -205,7 +205,6 @@ define([
|
|||
textAddress: 'address',
|
||||
textEmail: 'email',
|
||||
textTel: 'tel'
|
||||
|
||||
}
|
||||
})(), SSE.Views.Settings || {}))
|
||||
});
|
|
@ -109,6 +109,49 @@
|
|||
"SSE.Controllers.Main.advDRMEnterPassword": "You password please:",
|
||||
"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.textAuto": "Auto",
|
||||
"SSE.Controllers.EditCell.textPt": "pt",
|
||||
|
|
Loading…
Reference in a new issue