mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
Console = "Python shell"
|
|
AddScript = "Add a script"
|
|
ScriptOptions = "Script options"
|
|
ExecuteScript = "Execute script"
|
|
RenameScript = "Rename script"
|
|
AutoImportScript = "Auto import in shell"
|
|
DeleteScript = "Delete script"
|
|
FunctionsAndVariables = "Functions and variables"
|
|
NameTaken = "This name has already been taken"
|
|
NameTooLong = "This name is too long"
|
|
NonCompliantName = "Allowed characters: a-z, 0-9, _"
|