Update translation
This commit is contained in:
parent
f0b40a0911
commit
9c6d950c35
|
@ -539,8 +539,8 @@ DE.ApplicationController = new(function(){
|
|||
create : createController,
|
||||
errorDefaultMessage : 'Error code: %1',
|
||||
unknownErrorText : 'Unknown error.',
|
||||
convertationTimeoutText : 'Convertation timeout exceeded.',
|
||||
convertationErrorText : 'Convertation failed.',
|
||||
convertationTimeoutText : 'Conversion timeout exceeded.',
|
||||
convertationErrorText : 'Conversion failed.',
|
||||
downloadErrorText : 'Download failed.',
|
||||
criticalErrorTitle : 'Error',
|
||||
notcriticalErrorTitle : 'Warning',
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"DE.ApplicationView.txtFullScreen": "Full Screen",
|
||||
"DE.ApplicationController.errorDefaultMessage": "Error code: %1",
|
||||
"DE.ApplicationController.unknownErrorText": "Unknown error.",
|
||||
"DE.ApplicationController.convertationTimeoutText": "Convertation timeout exceeded.",
|
||||
"DE.ApplicationController.convertationErrorText": "Convertation failed.",
|
||||
"DE.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.",
|
||||
"DE.ApplicationController.convertationErrorText": "Conversion failed.",
|
||||
"DE.ApplicationController.downloadErrorText": "Download failed.",
|
||||
"DE.ApplicationController.criticalErrorTitle": "Error",
|
||||
"DE.ApplicationController.notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -610,8 +610,8 @@ PE.ApplicationController = new(function(){
|
|||
create : createController,
|
||||
errorDefaultMessage : 'Error code: %1',
|
||||
unknownErrorText : 'Unknown error.',
|
||||
convertationTimeoutText : 'Convertation timeout exceeded.',
|
||||
convertationErrorText : 'Convertation failed.',
|
||||
convertationTimeoutText : 'Conversion timeout exceeded.',
|
||||
convertationErrorText : 'Conversion failed.',
|
||||
downloadErrorText : 'Download failed.',
|
||||
criticalErrorTitle : 'Error',
|
||||
notcriticalErrorTitle : 'Warning',
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"PE.ApplicationView.txtFullScreen": "Full Screen",
|
||||
"PE.ApplicationController.errorDefaultMessage": "Error code: %1",
|
||||
"PE.ApplicationController.unknownErrorText": "Unknown error.",
|
||||
"PE.ApplicationController.convertationTimeoutText": "Convertation timeout exceeded.",
|
||||
"PE.ApplicationController.convertationErrorText": "Convertation failed.",
|
||||
"PE.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.",
|
||||
"PE.ApplicationController.convertationErrorText": "Conversion failed.",
|
||||
"PE.ApplicationController.downloadErrorText": "Download failed.",
|
||||
"PE.ApplicationController.criticalErrorTitle": "Error",
|
||||
"PE.ApplicationController.notcriticalErrorTitle": "Warning",
|
||||
|
|
|
@ -557,8 +557,8 @@ SSE.ApplicationController = new(function(){
|
|||
create : createController,
|
||||
errorDefaultMessage : 'Error code: %1',
|
||||
unknownErrorText : 'Unknown error.',
|
||||
convertationTimeoutText : 'Convertation timeout exceeded.',
|
||||
convertationErrorText : 'Convertation failed.',
|
||||
convertationTimeoutText : 'Conversion timeout exceeded.',
|
||||
convertationErrorText : 'Conversion failed.',
|
||||
downloadErrorText : 'Download failed.',
|
||||
criticalErrorTitle : 'Error',
|
||||
notcriticalErrorTitle : 'Warning',
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"SSE.ApplicationView.txtFullScreen": "Full Screen",
|
||||
"SSE.ApplicationController.errorDefaultMessage": "Error code: %1",
|
||||
"SSE.ApplicationController.unknownErrorText": "Unknown error.",
|
||||
"SSE.ApplicationController.convertationTimeoutText": "Convertation timeout exceeded.",
|
||||
"SSE.ApplicationController.convertationErrorText": "Convertation failed.",
|
||||
"SSE.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.",
|
||||
"SSE.ApplicationController.convertationErrorText": "Conversion failed.",
|
||||
"SSE.ApplicationController.downloadErrorText": "Download failed.",
|
||||
"SSE.ApplicationController.criticalErrorTitle": "Error",
|
||||
"SSE.ApplicationController.notcriticalErrorTitle": "Warning",
|
||||
|
|
Loading…
Reference in a new issue