| OLD | NEW |
| 1 LiveEditDiffViewer_SCRIPT=<script> | 1 LiveEditDiffViewer_SCRIPT=<script> |
| 2 LiveEditDiffViewer_UNNAMED=<unnamed> | 2 LiveEditDiffViewer_UNNAMED=<unnamed> |
| 3 LiveEditResultDialog_COMPILE_ERROR=Compile error: |
| 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. |
| 7 LiveEditResultDialog_LINE_COLUMN=Line: {0}, column: {1} |
| 8 LiveEditResultDialog_SELECT_IN_EDITOR=Select in editor |
| 6 LiveEditResultDialog_OK=OK | 9 LiveEditResultDialog_OK=OK |
| 7 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}'' | 10 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}'' |
| 8 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source
has been created. | 11 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source
has been created. |
| 9 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated. | 12 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated. |
| 10 LiveEditResultDialog_STATUS=Status | 13 LiveEditResultDialog_STATUS=Status |
| 11 LiveEditResultDialog_SUCCESS=Script has been successfully updated. | 14 LiveEditResultDialog_SUCCESS=Script has been successfully updated. |
| 12 LiveEditResultDialog_TITLE=Live Edit Script Update Result | 15 LiveEditResultDialog_TITLE=Live Edit Script Update Result |
| 13 PreviewLoader_FAILED_TO_GET=Failed to get preview from VM: {0} | 16 PreviewLoader_FAILED_TO_GET=Failed to get preview from VM: {0} |
| 14 PreviewLoader_FAILED_TO_LOAD=Failed to load V8 preview data | 17 PreviewLoader_FAILED_TO_LOAD=Failed to load V8 preview data |
| 15 PreviewLoader_WAITING_FOR_DIFF=Waiting for diff data from remote... | 18 PreviewLoader_WAITING_FOR_DIFF=Waiting for diff data from remote... |
| (...skipping 17 matching lines...) Expand all Loading... |
| 33 PushResultParser_PREVIEW_UNKNOWN=Unknown status | 36 PushResultParser_PREVIEW_UNKNOWN=Unknown status |
| 34 PushResultParser_RESULT_CHANGED=Function unchanged (only nested functions change
d). | 37 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
. | 38 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. | 39 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. | 40 PushResultParser_RESULT_NEW_FUNCTION=New function. |
| 38 PushResultParser_RESULT_PATHCED=Function body recompiled. | 41 PushResultParser_RESULT_PATHCED=Function body recompiled. |
| 39 PushResultParser_RESULT_UNKNOWN=Unknown status | 42 PushResultParser_RESULT_UNKNOWN=Unknown status |
| 40 PushResultParser_SCRIPT_IN_VM=Script in VM | 43 PushResultParser_SCRIPT_IN_VM=Script in VM |
| 41 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat
ed\n | 44 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat
ed\n |
| 42 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o
n remote.\n | 45 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o
n remote.\n |
| OLD | NEW |