6663b6c9
adorian
projet complet av...
|
1
2
3
4
5
6
7
8
9
10
11
|
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, _"
|