[mobile] fix translations
This commit is contained in:
parent
a6eb0b90d3
commit
9f57ed1bd0
|
@ -628,7 +628,7 @@ define([
|
|||
menuReviewChange: 'Review Change',
|
||||
textCopyCutPasteActions: 'Copy, Cut and Paste Actions',
|
||||
errorCopyCutPaste: 'Copy, cut and paste actions using the context menu will be performed within the current file only.',
|
||||
textDoNotShowAgain: 'Don\'t show again'
|
||||
textDoNotShowAgain: 'Do not show again'
|
||||
}
|
||||
})(), DE.Controllers.DocumentHolder || {}))
|
||||
});
|
|
@ -91,7 +91,7 @@
|
|||
"DE.Controllers.AddTable.textRows": "Rows",
|
||||
"DE.Controllers.AddTable.textTableSize": "Table Size",
|
||||
"DE.Controllers.DocumentHolder.errorCopyCutPaste": "Copy, cut and paste actions using the context menu will be performed within the current file only.",
|
||||
"DE.Controllers.DocumentHolder.textDoNotShowAgain": "Don\'t show again",
|
||||
"DE.Controllers.DocumentHolder.textDoNotShowAgain": "Do not show again",
|
||||
"DE.Controllers.DocumentHolder.menuAddLink": "Add Link",
|
||||
"DE.Controllers.DocumentHolder.menuCopy": "Copy",
|
||||
"DE.Controllers.DocumentHolder.menuCut": "Cut",
|
||||
|
|
|
@ -398,7 +398,7 @@ define([
|
|||
sheetCancel: 'Cancel',
|
||||
textCopyCutPasteActions: 'Copy, Cut and Paste Actions',
|
||||
errorCopyCutPaste: 'Copy, cut and paste actions using the context menu will be performed within the current file only.',
|
||||
textDoNotShowAgain: 'Don\'t show again'
|
||||
textDoNotShowAgain: 'Do not show again'
|
||||
}
|
||||
})(), PE.Controllers.DocumentHolder || {}))
|
||||
});
|
|
@ -31,7 +31,7 @@
|
|||
"PE.Controllers.AddTable.textRows": "Rows",
|
||||
"PE.Controllers.AddTable.textTableSize": "Table Size",
|
||||
"PE.Controllers.DocumentHolder.errorCopyCutPaste": "Copy, cut and paste actions using the context menu will be performed within the current file only.",
|
||||
"PE.Controllers.DocumentHolder.textDoNotShowAgain": "Don\'t show again",
|
||||
"PE.Controllers.DocumentHolder.textDoNotShowAgain": "Do not show again",
|
||||
"PE.Controllers.DocumentHolder.menuAddLink": "Add Link",
|
||||
"PE.Controllers.DocumentHolder.menuCopy": "Copy",
|
||||
"PE.Controllers.DocumentHolder.menuCut": "Cut",
|
||||
|
|
|
@ -464,7 +464,7 @@ define([
|
|||
menuUnfreezePanes: 'Unfreeze Panes',
|
||||
textCopyCutPasteActions: 'Copy, Cut and Paste Actions',
|
||||
errorCopyCutPaste: 'Copy, cut and paste actions using the context menu will be performed within the current file only.',
|
||||
textDoNotShowAgain: 'Don\'t show again'
|
||||
textDoNotShowAgain: 'Do not show again'
|
||||
}
|
||||
})(), SSE.Controllers.DocumentHolder || {}))
|
||||
});
|
|
@ -24,7 +24,7 @@
|
|||
"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.Controllers.DocumentHolder.errorCopyCutPaste": "Copy, cut and paste actions using the context menu will be performed within the current file only.",
|
||||
"SSE.Controllers.DocumentHolder.textDoNotShowAgain": "Don\'t show again",
|
||||
"SSE.Controllers.DocumentHolder.textDoNotShowAgain": "Do not show again",
|
||||
"SSE.Controllers.DocumentHolder.menuAddLink": "Add Link",
|
||||
"SSE.Controllers.DocumentHolder.menuCell": "Cell",
|
||||
"SSE.Controllers.DocumentHolder.menuCopy": "Copy",
|
||||
|
|
Loading…
Reference in a new issue