-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORA-680 improve delete program in list, add some more messages from s…
…erver
- Loading branch information
Showing
15 changed files
with
144 additions
and
91 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
OpenRobertaServer/staticResources/blockly/blockly_compressed.js
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
OpenRobertaServer/staticResources/blockly/blocks_compressed.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"@metadata": { | ||
"author": "Ellen Spertus <[email protected]>", | ||
"lastupdated": "2015-09-17 19:55:23.128000", | ||
"lastupdated": "2015-09-23 23:53:10.885000", | ||
"locale": "en", | ||
"messagedocumentation" : "qqq" | ||
}, | ||
|
@@ -773,7 +773,8 @@ | |
"ORA_PROGRAM_GET_ONE_SUCCESS": "Program loaded", | ||
"ORA_PROGRAM_SAVE_SUCCESS": "Program saved", | ||
"ORA_PROGRAM_SAVE_ERROR_NOT_SAVED_TO_DB": "An error has occured while saving the program.", | ||
"ORA_PROGRAM_SAVE_ERROR_NO_PROGRAM_TO_UPDATE_FOUND": "An error has occured while updating the program.", | ||
"ORA_PROGRAM_SAVE_AS_ERROR_PROGRAM_EXISTS": "This program already exists.", | ||
"ORA_PROGRAM_SAVE_ERROR_PROGRAM_TO_UPDATE_NOT_FOUND": "The program could not be found, so it is impossible to update it.", | ||
"ORA_PROGRAM_SAVE_ERROR_NO_WRITE_PERMISSION": "You do not have the permission to modify this program!", | ||
"ORA_PROGRAM_SAVE_ERROR_OPTIMISTIC_TIMESTAMP_LOCKING": "This program is already locked!", | ||
"ORA_PROGRAM_GET_ALL_SUCCESS": "Programs loaded", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.