+
+ -
+
+
<%= scope.textLoading %>
diff --git a/apps/spreadsheeteditor/mobile/app/view/Settings.js b/apps/spreadsheeteditor/mobile/app/view/Settings.js
index 4c8f6a6d3..d64bd089b 100644
--- a/apps/spreadsheeteditor/mobile/app/view/Settings.js
+++ b/apps/spreadsheeteditor/mobile/app/view/Settings.js
@@ -203,15 +203,6 @@ define([
showDocumentInfo: function() {
this.showPage('#settings-info-view');
-
- var document = Common.SharedSettings.get('document') || {},
- info = document.info || {};
-
- $('#settings-document-title').html(document.title ? document.title : this.unknownText);
- $('#settings-document-autor').html(info.author ? info.author : this.unknownText);
- $('#settings-document-date').html(info.created ? info.created : this.unknownText);
-
- Common.Utils.addScrollIfNeed('.page[data-page=settings-info-view]', '.page[data-page=settings-info-view] .page-content');
},
showDownload: function () {
@@ -386,7 +377,17 @@ define([
textRegionalSettings: 'Regional Settings',
textCommentingDisplay: 'Commenting Display',
textDisplayComments: 'Comments',
- textDisplayResolvedComments: 'Resolved Comments'
+ textDisplayResolvedComments: 'Resolved Comments',
+ textSubject: 'Subject',
+ textTitle: 'Title',
+ textComment: 'Comment',
+ textOwner: 'Owner',
+ textApplication : 'Application',
+ textCreated: 'Created',
+ textLastModified: 'Last Modified',
+ textLastModifiedBy: 'Last Modified By',
+ textUploaded: 'Uploaded',
+ textLocation: 'Location'
}
})(), SSE.Views.Settings || {}))
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json
index 92984012b..f77ee5d68 100644
--- a/apps/spreadsheeteditor/mobile/locale/en.json
+++ b/apps/spreadsheeteditor/mobile/locale/en.json
@@ -558,6 +558,16 @@
"SSE.Views.Settings.textCommentingDisplay": "Commenting Display",
"SSE.Views.Settings.textDisplayComments": "Comments",
"SSE.Views.Settings.textDisplayResolvedComments": "Resolved Comments",
+ "SSE.Views.Settings.textSubject": "Subject",
+ "SSE.Views.Settings.textTitle": "Title",
+ "SSE.Views.Settings.textComment": "Comment",
+ "SSE.Views.Settings.textOwner": "Owner",
+ "SSE.Views.Settings.textApplication": "Application",
+ "SSE.Views.Settings.textCreated": "Created",
+ "SSE.Views.Settings.textLastModified": "Last Modified",
+ "SSE.Views.Settings.textLastModifiedBy": "Last Modified By",
+ "SSE.Views.Settings.textUploaded": "Uploaded",
+ "SSE.Views.Settings. textLocation": "Location",
"SSE.Views.Toolbar.textBack": "Back",
"Common.Views.Collaboration.textCollaboration": "Collaboration",
"Common.Views.Collaboration.textСomments": "Сomments",