| OLD | NEW |
| 1 LiveEditDiffViewer_SCRIPT=<script> | 1 PushResultParser_COMPILE_ERROR=Compile error |
| 2 PushResultParser_SCRIPT=<script> |
| 2 LiveEditDiffViewer_UNNAMED=<unnamed> | 3 LiveEditDiffViewer_UNNAMED=<unnamed> |
| 3 LiveEditResultDialog_CURRENT_SCRIPT=Current script in VM | 4 LiveEditResultDialog_CURRENT_SCRIPT=Current script in VM |
| 4 LiveEditResultDialog_FAILURE=Failure: {0} | 5 LiveEditResultDialog_FAILURE=Failure: {0} |
| 5 LiveEditResultDialog_FRAMES_DROPPED=Top frame(s) has been dropped from stack. | 6 LiveEditResultDialog_FRAMES_DROPPED=Top frame(s) has been dropped from stack. |
| 6 LiveEditResultDialog_OK=OK | 7 LiveEditResultDialog_OK=OK |
| 7 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}'' | 8 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}'' |
| 8 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source
has been created. | 9 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source
has been created. |
| 9 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated. | 10 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated. |
| 10 LiveEditResultDialog_STATUS=Status | 11 LiveEditResultDialog_STATUS=Status |
| 11 LiveEditResultDialog_SUCCESS=Script has been successfully updated. | 12 LiveEditResultDialog_SUCCESS=Script has been successfully updated. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 33 PushResultParser_PREVIEW_UNKNOWN=Unknown status | 34 PushResultParser_PREVIEW_UNKNOWN=Unknown status |
| 34 PushResultParser_RESULT_CHANGED=Function unchanged (only nested functions change
d). | 35 PushResultParser_RESULT_CHANGED=Function unchanged (only nested functions change
d). |
| 35 PushResultParser_RESULT_DAMAGED=The function has structural changes.\nAlready cr
eated instances of the function are left intact and linked to old script version
. | 36 PushResultParser_RESULT_DAMAGED=The function has structural changes.\nAlready cr
eated instances of the function are left intact and linked to old script version
. |
| 36 PushResultParser_RESULT_DAMAGED_2=Function was not patched, because its context
layout requirements changed.\nOld instances remained intact, new instances will
have new body.\nEnclosing function is changed to create new instances. | 37 PushResultParser_RESULT_DAMAGED_2=Function was not patched, because its context
layout requirements changed.\nOld instances remained intact, new instances will
have new body.\nEnclosing function is changed to create new instances. |
| 37 PushResultParser_RESULT_NEW_FUNCTION=New function. | 38 PushResultParser_RESULT_NEW_FUNCTION=New function. |
| 38 PushResultParser_RESULT_PATHCED=Function body recompiled. | 39 PushResultParser_RESULT_PATHCED=Function body recompiled. |
| 39 PushResultParser_RESULT_UNKNOWN=Unknown status | 40 PushResultParser_RESULT_UNKNOWN=Unknown status |
| 40 PushResultParser_SCRIPT_IN_VM=Script in VM | 41 PushResultParser_SCRIPT_IN_VM=Script in VM |
| 41 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat
ed\n | 42 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat
ed\n |
| 42 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o
n remote.\n | 43 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o
n remote.\n |
| 44 WizardLogicBuilder_CHOOSE_VM=Choose at least one VM |
| 45 WizardLogicBuilder_COMPILE_ERROR_AT=Compile error: {0} ({1}:{2}) |
| 46 WizardLogicBuilder_ERROR_GETTING_PREVIEW=Error in getting preview: {0} |
| 47 WizardLogicBuilder_FAILED_TO_GET=Failed to get script source from a file. See lo
g for details. |
| OLD | NEW |