diff --git a/apps/spreadsheeteditor/mobile/app/controller/Settings.js b/apps/spreadsheeteditor/mobile/app/controller/Settings.js
index d421518a3..bb51473e9 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/Settings.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/Settings.js
@@ -187,7 +187,6 @@ define([
}
},
- txtLoading : 'Loading...',
notcriticalErrorTitle : 'Warning',
warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?'
}
diff --git a/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js b/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
index a60063014..6891f6fb5 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
@@ -47,7 +47,7 @@ define([
], function () {
'use strict';
- SSE.Controllers.Statusbar = Backbone.Controller.extend({
+ SSE.Controllers.Statusbar = Backbone.Controller.extend(_.extend({
models: [],
collections: ['Sheets'],
views: [
@@ -509,5 +509,5 @@ define([
errorRemoveSheet: 'Can\'t delete the worksheet.',
warnDeleteSheet : 'The worksheet maybe has data. Proceed operation?',
strSheet : 'Sheet'
- });
+ }, SSE.Controllers.Statusbar || {}));
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
index 9eb2da3d6..082e64189 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
@@ -216,7 +216,6 @@ define([
},
textInvalidRange : 'ERROR! Invalid cells range',
- textEmptyImgUrl : 'You need to specify image URL.',
txtNotUrl : 'This field should be a URL in the format \"http://www.example.com\"'
}
})(), SSE.Controllers.AddLink || {}))
diff --git a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
index 218916dd2..c071c46b1 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
@@ -140,7 +140,6 @@ define([
this.api.asc_changeAutoFilter(tablename, Asc.c_oAscChangeFilterOptions.filter, checked);
},
- textInvalidRange: 'ERROR! Invalid cells range',
textEmptyImgUrl : 'You need to specify image URL.',
txtNotUrl: 'This field should be a URL in the format \"http://www.example.com\"'
}
diff --git a/apps/spreadsheeteditor/mobile/app/view/Settings.js b/apps/spreadsheeteditor/mobile/app/view/Settings.js
index 0ca31e4bf..ed59d049d 100644
--- a/apps/spreadsheeteditor/mobile/app/view/Settings.js
+++ b/apps/spreadsheeteditor/mobile/app/view/Settings.js
@@ -184,22 +184,13 @@ define([
textDone: 'Done',
textFind: 'Find',
textEditDoc: 'Edit Document',
- textReader: 'Reader Mode',
textDownload: 'Download',
textDocInfo: 'Document Info',
- textHelp: 'Help',
- textAbout: 'About',
textBack: 'Back',
textDocTitle: 'Document title',
textLoading: 'Loading...',
textAuthor: 'Author',
textCreateDate: 'Create date',
- textStatistic: 'Statistic',
- textPages: 'Pages',
- textParagraphs: 'Paragraphs',
- textWords: 'Words',
- textSymbols: 'Symbols',
- textSpaces: 'Spaces',
textDownloadAs: 'Download As...',
textVersion: 'Version',
textAddress: 'address',
diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json
index 46ce3c2f5..687622b55 100644
--- a/apps/spreadsheeteditor/mobile/locale/en.json
+++ b/apps/spreadsheeteditor/mobile/locale/en.json
@@ -123,7 +123,6 @@
"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.
Are you sure you want to continue?",
"SSE.Views.Settings.unknownText": "Unknown",
@@ -132,22 +131,14 @@
"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",
@@ -180,29 +171,34 @@
"SSE.Views.AddFunction.sCatStatistical": "Statistical",
"SSE.Views.AddFunction.sCatTextAndData": "Text and data",
- "SSE.Controllers.AddOther.textInvalidRange": "ERROR! Invalid cells range",
+ "SSE.Controllers.AddLink.textInvalidRange": "ERROR! Invalid cells range",
+ "SSE.Controllers.AddLink.txtNotUrl": "This field should be a URL in the format 'http://www.example.com'",
+ "SSE.Views.AddLink.textLink": "Link",
+ "SSE.Views.AddLink.textAddLink": "Add Link",
+ "SSE.Views.AddLink.textDisplay": "Display",
+ "SSE.Views.AddLink.textTip": "Screen Tip",
+ "SSE.Views.AddLink.textInsert": "Insert",
+ "SSE.Views.AddLink.textLinkSettings": "Link Settings",
+ "SSE.Views.AddLink.textAddress": "Address",
+ "SSE.Views.AddLink.textLinkType": "Link Type",
+ "SSE.Views.AddLink.textExternalLink": "External Link",
+ "SSE.Views.AddLink.textInternalLink": "Internal Data Range",
+ "SSE.Views.AddLink.textSheet": "Sheet",
+ "SSE.Views.AddLink.textRange": "Range",
+ "SSE.Views.AddLink.textRequired": "Required",
+
"SSE.Controllers.AddOther.textEmptyImgUrl": "You need to specify image URL.",
"SSE.Controllers.AddOther.txtNotUrl": "This field should be a URL in the format 'http://www.example.com'",
"SSE.Views.AddOther.textInsertImage": "Insert Image",
"SSE.Views.AddOther.textSort": "Sort and Filter",
"SSE.Views.AddOther.textLink": "Link",
"SSE.Views.AddOther.textBack": "Back",
- "SSE.Views.AddOther.textAddLink": "Add Link",
- "SSE.Views.AddOther.textDisplay": "Display",
- "SSE.Views.AddOther.textTip": "Screen Tip",
"SSE.Views.AddOther.textInsert": "Insert",
"SSE.Views.AddOther.textFromLibrary": "Picture from Library",
"SSE.Views.AddOther.textFromURL": "Picture from URL",
- "SSE.Views.AddOther.textLinkSettings": "Link Settings",
"SSE.Views.AddOther.textAddress": "Address",
"SSE.Views.AddOther.textImageURL": "Image URL",
"SSE.Views.AddOther.textFilter": "Filter",
- "SSE.Views.AddOther.textLinkType": "Link Type",
- "SSE.Views.AddOther.textExternalLink": "External Link",
- "SSE.Views.AddOther.textInternalLink": "Internal Data Range",
- "SSE.Views.AddOther.textSheet": "Sheet",
- "SSE.Views.AddOther.textRange": "Range",
- "SSE.Views.AddOther.textRequired": "Required",
"SSE.Controllers.EditCell.textFonts": "Fonts",
"SSE.Controllers.EditCell.textAuto": "Auto",
@@ -401,5 +397,15 @@
"SSE.Views.EditHyperlink.textDisplay": "Display",
"SSE.Views.EditHyperlink.textScreenTip": "Screen Tip",
"SSE.Views.EditHyperlink.textEditLink": "Edit Link",
- "SSE.Views.EditHyperlink.textRemoveLink": "Remove Link"
+ "SSE.Views.EditHyperlink.textRemoveLink": "Remove Link",
+
+ "SSE.Controllers.Statusbar.textExternalLink": "External Link",
+ "SSE.Controllers.Statusbar.menuDuplicate": "Duplicate",
+ "SSE.Controllers.Statusbar.menuDelete": "Delete",
+ "SSE.Controllers.Statusbar.menuHide": "Hide",
+ "SSE.Controllers.Statusbar.menuUnhide": "Unhide",
+ "SSE.Controllers.Statusbar.errorLastSheet": "Workbook must have at least one visible worksheet.",
+ "SSE.Controllers.Statusbar.errorRemoveSheet": "Can\'t delete the worksheet.",
+ "SSE.Controllers.Statusbar.warnDeleteSheet": "The worksheet maybe has data. Proceed operation?",
+ "SSE.Controllers.Statusbar.strSheet": "Sheet"
}
\ No newline at end of file