Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
64529f54
Commit
64529f54
authored
Jan 19, 2017
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE mobile] updated localization
parent
58c6d7a3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
35 deletions
+29
-35
apps/spreadsheeteditor/mobile/app/controller/Settings.js
apps/spreadsheeteditor/mobile/app/controller/Settings.js
+0
-1
apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
+2
-2
apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
+0
-1
apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
+0
-1
apps/spreadsheeteditor/mobile/app/view/Settings.js
apps/spreadsheeteditor/mobile/app/view/Settings.js
+0
-9
apps/spreadsheeteditor/mobile/locale/en.json
apps/spreadsheeteditor/mobile/locale/en.json
+27
-21
No files found.
apps/spreadsheeteditor/mobile/app/controller/Settings.js
View file @
64529f54
...
...
@@ -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.<br>Are you sure you want to continue?
'
}
...
...
apps/spreadsheeteditor/mobile/app/controller/Statusbar.js
View file @
64529f54
...
...
@@ -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
apps/spreadsheeteditor/mobile/app/controller/add/AddLink.js
View file @
64529f54
...
...
@@ -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
||
{}))
...
...
apps/spreadsheeteditor/mobile/app/controller/add/AddOther.js
View file @
64529f54
...
...
@@ -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
\
"
'
}
...
...
apps/spreadsheeteditor/mobile/app/view/Settings.js
View file @
64529f54
...
...
@@ -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
'
,
...
...
apps/spreadsheeteditor/mobile/locale/en.json
View file @
64529f54
...
...
@@ -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.<br>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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment