mirror of https://github.com/chriskiehl/Gooey.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.2 KiB
28 lines
1.2 KiB
{
|
|
"cancel": "Cancel",
|
|
"close": "Close",
|
|
"close_program": "Close program?",
|
|
"stop_task": "Stop task?",
|
|
"error_title": "Error",
|
|
"execution_finished": "Execution finished",
|
|
"finished_msg": "All done! You may now safely close the program.",
|
|
"finished_error": "An error has occurred.",
|
|
"finished_title": "Finished",
|
|
"optional_args_msg": "Optional Arguments",
|
|
"required_args_msg": "Required Arguments",
|
|
"running_msg": "Please wait while the application performs its tasks. \nThis may take a few moments",
|
|
"running_title": "Running",
|
|
"settings_title": "Settings",
|
|
"simple_config": "Enter Command Line Arguments",
|
|
"error_required_fields": "Must fill in all fields in the Required section!",
|
|
"start": "Start",
|
|
"stop": "Stop",
|
|
"status": "Status",
|
|
"restart": "Restart",
|
|
"edit": "Edit",
|
|
"success_message": "Program completed sucessfully!",
|
|
"sure_you_want_to_exit": "Are you sure you want to exit?",
|
|
"sure_you_want_to_stop": "Are you sure you want to stop the task? \nInterruption can corrupt your data!",
|
|
"uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the text from status window to let your developer know what went wrong.\n",
|
|
"browse": "Browse"
|
|
}
|