BUG 8932 Untranslatable strings Information process Information... SOLVED

- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
This commit is contained in:
Marco Antonio Nina
2012-04-12 09:07:31 -04:00
parent fd02842a25
commit ae20dfb712
9 changed files with 53 additions and 47 deletions

View File

@@ -389,7 +389,7 @@ var Conditional = function(DYN_UID){
oResultDiv.style.display = 'block';
oResultDiv.style.backgroundColor = '#BFCCC5';
oResultDiv.style.color = '#000000';
oResultDiv.innerHTML = '[Success] Evaluation result: '+bResult;
oResultDiv.innerHTML = _('ID_EVALUATION_RESULT')+": "+bResult;
fade('ResultMessageTD', 'inOut');
var o = new input(oResultDiv);
var oF = new input(getField('FCD_CONDITION'));