revisions 846:897 into trunk, with approval and peer review of manager (Luca).


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@898 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-17 23:30:49 +00:00
parent 2ff87baadf
commit e27ba77fed
15 changed files with 1399 additions and 1044 deletions

View file

@ -1,46 +1,74 @@
# List of source files which contain translatable strings.
./src/parse_opts.cc
./src/parse_opts.hh
./src/graphical_simulation.hh
./src/observer.cc
./src/observer.hh
./src/start_gui.cc
./src/start_gui.hh
./src/main_window.cc
./src/main_window.hh
./src/main.cc
./src/main.hh
./src/io_manager.hh
./src/graphical_terminal_io.cc
./src/graphical_terminal_io.hh
./src/simulation.cc
./src/simulation.hh
./src/backend/observed_subject.cc
./src/backend/observed_subject.hh
./src/backend/schedulable.cc
./src/backend/schedulable.hh
./src/backend/policy_parameters.cc
./src/backend/policy_parameters.hh
./src/backend/policy_manager.cc
./src/backend/policy_manager.hh
./src/backend/string_utils.cc
./src/backend/string_utils.hh
./src/backend/policy.cc
./src/backend/policy.hh
./src/backend/history.cc
./src/backend/history.hh
./src/backend/scheduler.cc
./src/backend/scheduler.hh
./src/backend/slice.cc
./src/backend/slice.hh
./src/backend/schedulable_status.cc
./src/backend/schedulable_status.hh
./src/backend/process.cc
./src/backend/process.hh
./src/backend/schedulable_queue.cc
./src/backend/schedulable_queue.hh
./src/standard_io.cc
./src/standard_io.hh
./src/text_simulation.cc
./src/text_simulation.hh
./src/templates/smartp.hh
src/backend/concrete_environment.cc
src/backend/concrete_history.cc
src/backend/concrete_simulation.cc
src/backend/cpu_policies_gatekeeper.cc
src/backend/cpu_policy.cc
src/backend/cpu_policy_exception.cc
src/backend/cpu_policy_manager.cc
src/backend/dynamic_process.cc
src/backend/dynamic_request.cc
src/backend/dynamic_resource.cc
src/backend/dynamic_schedulable.cc
src/backend/dynamic_sub_request.cc
src/backend/dynamic_thread.cc
src/backend/environment.cc
src/backend/global_preferences.cc
src/backend/global_preferences_serializer.cc
src/backend/history.cc
src/backend/history_observer.cc
src/backend/holt_graph.cc
src/backend/invalid_plugin_exception.cc
src/backend/key_file.cc
src/backend/malformed_policy_exception.cc
src/backend/module.cc
src/backend/null_policy_exception.cc
src/backend/plugin_manager.cc
src/backend/policy_parameters.cc
src/backend/process.cc
src/backend/ready_queue.cc
src/backend/request.cc
src/backend/resource.cc
src/backend/resource_policies_gatekeeper.cc
src/backend/resource_policy.cc
src/backend/resource_policy_manager.cc
src/backend/schedulable.cc
src/backend/scheduler.cc
src/backend/serializer.cc
src/backend/serializer_error.cc
src/backend/serializers_gatekeeper.cc
src/backend/serialize_visitor.cc
src/backend/simulation.cc
src/backend/static_process.cc
src/backend/static_request.cc
src/backend/static_resource.cc
src/backend/static_schedulable.cc
src/backend/static_sub_request.cc
src/backend/static_thread.cc
src/backend/string_utils.cc
src/backend/sub_request.cc
src/backend/thread.cc
src/backend/user_interrupt_exception.cc
src/cairo_elements.cc
src/cairo_widget.cc
src/graphical_preferences_editor.cc
src/gui_builder.cc
src/main.cc
src/parse_opts.cc
src/schedulables_tree_widget.cc
src/simulation_widget.cc
src/templates/deletor.tcc
src/templates/parameter.tcc
src/templates/prova.cc
src/templates/sequences.tcc
src/templates/singleton.tcc
src/templates/smartp.tcc
src/testsuite/stubs/history.cc
src/testsuite/stubs/policy_manager.cc
src/testsuite/stubs/prrpolicy.cc
src/testsuite/test-global_preferences_serialization.cc
src/testsuite/test-history.cc
src/testsuite/test-key_file.cc
src/testsuite/test-parse_command.cc
src/testsuite/test-stepforward.cc
src/text_simulation.cc

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: matteo@member.fsf.org\n"
"POT-Creation-Date: 2006-06-13 15:23+0200\n"
"POT-Creation-Date: 2006-08-18 01:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,266 +16,542 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/parse_opts.cc:89
#, c-format
#: src/backend/concrete_simulation.cc:180
msgid "unable to change policy and to restore the previous: "
msgstr ""
#: src/backend/concrete_simulation.cc:186
msgid "unable to change policy: "
msgstr ""
#: src/backend/string_utils.cc:88 src/backend/string_utils.cc:120
msgid "too few or too many tokens"
msgstr ""
#: src/backend/string_utils.cc:110
msgid "incorrect number format"
msgstr ""
#: src/backend/string_utils.cc:142
msgid "incorrect boolean"
msgstr ""
#: src/graphical_preferences_editor.cc:144
#: src/graphical_preferences_editor.cc:173
msgid "Select a directory to add"
msgstr ""
#: src/gui_builder.cc:137
msgid "Filename to open: "
msgstr ""
#: src/parse_opts.cc:68
msgid "starts the program in command line mode"
msgstr ""
#: src/parse_opts.cc:69
msgid "adds this directory to the default modules search path"
msgstr ""
#: src/parse_opts.cc:70
msgid "adds this directory to default plugin search path"
msgstr ""
#: src/parse_opts.cc:71
msgid "a list of savefiles; only the first will be opened"
msgstr ""
#: src/parse_opts.cc:91
msgid ""
"[EE] Wrong number of parameters. Please see \n"
"%s --help\n"
"SGPEMv2, a graphical simulator for process scheduling in a multitasking "
"computer"
msgstr ""
#: src/parse_opts.cc:108
#, c-format
#: src/parse_opts.cc:136
msgid ""
"SGPEMv2 is an educational software acting as a process scheduling simulator\n"
"\n"
"\n"
"Usage : sgpemv2 [options] filename\n"
"\n"
"Options:\n"
"\t-h, --help this help you're reading\n"
"\t-N, --no-gui starts the program in command line mode\n"
"\t-P dir, --policies-dir=dir\n"
"\t add this directory to the default modules\n"
"\t search path\n"
"\t-M dir, --modules-dir=dir\n"
"\t add this directory to default plugin\n"
"\t search path\n"
"\n"
"Filename:\n"
"\t a valid SGPEMv2 XML file\n"
"\t to be opened.\n"
"\n"
"Long options are available only on GNU systems.\n"
"\n"
" [II] To see a list of commands available,\n"
" [II] please type \"help\" and hit the ENTER key."
msgstr ""
#: src/main_window.cc:42
msgid "Exit"
#: src/parse_opts.cc:160
msgid "Bad invocation: "
msgstr ""
#: src/graphical_terminal_io.cc:46
msgid "Textual Simulation Log"
#: src/parse_opts.cc:161
msgid "Use the `-?' or `--help' option to see the help"
msgstr ""
#: src/graphical_terminal_io.cc:69
msgid "Send Command"
#: src/text_simulation.cc:108
msgid "ERROR: this command requires at least "
msgstr ""
#: src/backend/scheduler.cc:97
#: src/text_simulation.cc:108
msgid " arguments\n"
msgstr ""
#: src/text_simulation.cc:114
msgid "WARNING: some arguments will be ignored\n"
msgstr ""
#: src/text_simulation.cc:124
msgid ""
"\n"
"No initial state inserted!!\n"
"WARNING: Simulation was not recently saved. If you continue some changes to "
"the simulation might be lost.\n"
msgstr ""
#: src/text_simulation.cc:103
msgid ""
"\n"
"-- RUN COMMAND --\n"
"Starts the simulation. It can be continuous or step-by-step depending on the "
"mode configured with SetMode (default=continuous).\n"
"\n"
"The output of RUN is one or more rows each of which represents the state of "
"the schedulable entities. It can be RUNNING, READY, BLOCKED, FUTURE or "
"TERMINATED.\n"
"The row begins with the number of the instant described by the following "
"lists of states. The instant 0 represents the INITIAL STATE during which no "
"process is running. The scheduler activity begins at instant 1. Each "
"schedulable entity is represented by its name followed by its priority "
"enclosed between round parenthesis."
#: src/text_simulation.cc:129
msgid "Continue? [y/n] "
msgstr ""
#: src/text_simulation.cc:120
msgid ""
"\n"
"ERROR: "
#: src/text_simulation.cc:137
msgid "n"
msgstr ""
#: src/text_simulation.cc:122
msgid ""
"\n"
"Simulation is now stopped"
#: src/text_simulation.cc:139
msgid "y"
msgstr ""
#: src/text_simulation.cc:131
msgid ""
"\n"
"-- PAUSE COMMAND --\n"
"Pauses the simulation. The next call to RUN will restart it."
msgstr ""
#: src/text_simulation.cc:141
msgid ""
"\n"
"-- STOP COMMAND --\n"
"Stops the simulation. The next call to RUN will bring the simulation to the "
"FIRST instant and start it."
msgstr ""
#: src/text_simulation.cc:152
msgid ""
"\n"
"-- RESET COMMAND --\n"
"Resets the simulation jumping back to the first instant."
msgstr ""
#: src/text_simulation.cc:162
msgid ""
"\n"
"-- QUIT COMMAND --\n"
"Exits the program."
msgstr ""
#: src/text_simulation.cc:165
msgid ""
"\n"
"\n"
"*** Thank you for using SGPEM by Sirius Cybernetics Corporation ***\n"
"\n"
msgstr ""
#: src/text_simulation.cc:173
msgid ""
"\n"
"-- Do you really want me to explain what HELP means? --\n"
" ************** YOU ARE JOKING ME !!! ************\n"
"\n"
msgstr ""
#: src/text_simulation.cc:195
msgid ""
"\n"
"-- SetMode COMMAND --\n"
"Permits to change the mode of the simulation.\n"
"\n"
"Sintax: Setmode <param>\n"
"\t<param> can take values:\n"
"\n"
"\t\tCONTINUOUS - when calling RUN the simulation will show an animation "
"using the wait-interval set by SETTIMER\n"
"\n"
"\t\tSTEP - when calling RUN the simulation will show only one step of the "
"animation\n"
msgstr ""
#: src/text_simulation.cc:202
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP SETMODE for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:211
msgid ""
"\n"
"ERROR: the second parameter can be only CONTINUOUS or STEP"
msgstr ""
#: src/text_simulation.cc:219
msgid ""
"\n"
"-- GetMode COMMAND --\n"
"Returns\n"
"\tCONTINUOUS : if the simulation is shown with an animation\n"
"\tSTEP : if if the simulation is shown step-by-step"
msgstr ""
#: src/text_simulation.cc:224
msgid ""
"\n"
"CONTINUOUS"
msgstr ""
#: src/text_simulation.cc:226
msgid ""
"\n"
"STEP"
msgstr ""
#: src/text_simulation.cc:233
msgid ""
"\n"
"-- SetTimer COMMAND --\n"
"Permits to change the interval between a step and the following one during a "
"continuous animation.\n"
"\n"
"Sintax: SetTimer <param>\n"
"\t<param> must be an integer value > 0 and < 10000.\n"
msgstr ""
#: src/text_simulation.cc:239
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP SETTIMER for the description of the sintax"
#: src/text_simulation.cc:242
msgid "ERROR: Provided value is out of range\n"
msgstr ""
#: src/text_simulation.cc:248
msgid ""
"\n"
"ERROR: the second parameter has a wrong value.\n"
"Type HELP SETTIMER for the description of the sintax"
msgid "ERROR: Please provide a valid numeric value\n"
msgstr ""
#: src/text_simulation.cc:256
msgid ""
"\n"
"-- GetTimer COMMAND --\n"
"Returns the number of milliseconds the simulation in the continuous mode "
"waits between a step and the following one"
#: src/text_simulation.cc:257
msgid "ERROR: This is a mandatory attribute; you MUST provide a valid value!\n"
msgstr ""
#: src/text_simulation.cc:269
msgid ""
"\n"
"-- JumpTo COMMAND --\n"
"Permits to jump to a desired instant of the simulation. All states of the "
"simulation before <param> will be recalculated and printed out.\n"
"\n"
"Sintax: JumpTo <param>\n"
"\t<param> must be an integer value >= 0"
#: src/text_simulation.cc:293 src/text_simulation.cc:345
msgid "ERROR: This is a mandatory atribute; you MUST provide a valid value!\n"
msgstr ""
#: src/text_simulation.cc:276
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP JUMPTO for the description of the sintax"
#: src/text_simulation.cc:339
msgid "ERROR: Please provide a valid boolean value ('true' or 'false')\n"
msgstr ""
#: src/text_simulation.cc:285
msgid ""
"\n"
"ERROR: the second parameter has a wrong value.\n"
"Type HELP JUMPTO for the description of the sintax"
#: src/text_simulation.cc:367 src/text_simulation.cc:373
#: src/text_simulation.cc:391 src/text_simulation.cc:695
#: src/text_simulation.cc:1386 src/text_simulation.cc:1423
msgid "ERROR: "
msgstr ""
#: src/text_simulation.cc:293
#: src/text_simulation.cc:369 src/text_simulation.cc:393
msgid ""
"\n"
"-- GetPolicy COMMAND --\n"
"Returns the name and the description of the current applied policy."
"Simulation is now stopped\n"
msgstr ""
#: src/text_simulation.cc:303
#: src/text_simulation.cc:375
msgid ""
"\n"
"-- GetPolicyAttributes COMMAND --\n"
"Returns the list of attributes of the current applied policy.\n"
"The description of each parameter includes:\n"
"\tthe NAME of the marameter with its type\n"
"\tits current VALUE\n"
"\tits LOWER and UPPER bounds\n"
"\twhether the parameter is REQUIRED"
"Simulation is now stopped, and the current policy will be deactivated\n"
msgstr ""
#: src/text_simulation.cc:365
msgid ""
"\n"
"Command not recognized: "
#: src/text_simulation.cc:384
msgid "FATAL ERROR: unable to deactivate the policy: "
msgstr ""
#: src/text_simulation.cc:367
#: src/text_simulation.cc:424
msgid "ERROR: No policy actually selected for the simulation\n"
msgstr ""
#: src/text_simulation.cc:430
msgid "Please provide a value for each attribute:\n"
msgstr ""
#: src/text_simulation.cc:431
msgid ""
"Mandatory arguments are marked with an asterisk (*)\n"
"\n"
msgstr ""
#: src/text_simulation.cc:433
msgid "Integer arguments:\n"
msgstr ""
#: src/text_simulation.cc:453
msgid ""
"\n"
"Typer HELP for a list of avaiable commands."
"Floating-point arguments:\n"
msgstr ""
#: src/text_simulation.cc:475
msgid ""
"\n"
"String arguments:\n"
msgstr ""
#: src/text_simulation.cc:507
msgid ""
"Avaiable commands:\n"
"RUN\n"
"STOP\n"
"PAUSE\n"
"CONFIGURE-CPU-POLICY\n"
"HELP\n"
"GET\n"
"SET\n"
"SHOW\n"
"ADD\n"
"REMOVE\n"
"SAVE\n"
"LOAD\n"
"QUIT\n"
"\n"
"HELP followed by a command name shows help about it.\n"
"ex. `HELP RUN` shows help about the command RUN\n"
msgstr ""
#: src/text_simulation.cc:513
msgid ""
"-- RUN COMMAND --\n"
"Starts the simulation. It can be continuous or step-by-step depending on the "
"mode configured with SET CONTINUOUS (default=true).\n"
"\n"
"The output of RUN is a snapshot of the state of the simulation at each "
"instant.\n"
"The instant 0 represents the initial state, during which no process is "
"running. The scheduler activity begins at instant 1.\n"
msgstr ""
#: src/text_simulation.cc:522
msgid ""
"-- STOP COMMAND --\n"
"Stops the simulation. The next call to RUN will bring the simulation to the "
"first instant and start it.\n"
msgstr ""
#: src/text_simulation.cc:525
msgid ""
"-- PAUSE COMMAND --\n"
"Pauses the simulation. The next call to RUN will continue it.\n"
msgstr ""
#: src/text_simulation.cc:528
msgid ""
"-- CONFIGURE-CPU-POLICY COMMAND --\n"
"Configure parameters exposed by the cpu policy.\n"
"\n"
"This is currently the only way to control the behaviour of cpu policies "
"without modifying their source code.\n"
msgstr ""
#: src/text_simulation.cc:532
msgid ""
"-- HELP COMMAND --\n"
"The help you're reading.\n"
msgstr ""
#: src/text_simulation.cc:534
msgid ""
"-- GET COMMAND --\n"
"Syntax: GET <attr_name>\n"
"\twhere <attr_name> may be simulation-tick or continuous.\n"
msgstr ""
#: src/text_simulation.cc:537
msgid ""
"-- SET COMMAND --\n"
"Syntax: SET <attr_name> [=] <value>\n"
"\twhere <attr_name> may be simulation-tick, continuous or cpu-policy.\n"
msgstr ""
#: src/text_simulation.cc:540
msgid ""
"-- SHOW COMMAND --\n"
"Displays the name of the entities (if available) and other informations "
"prefixed by its numeric identifier.\n"
"\n"
"Syntax depends from entities being displayed:\n"
"`SHOW processes|resources|cpu-policies|resource-policies`\n"
"`SHOW threads <process_id>` with <process_id> being the numeric identifier "
"of the parent process\n"
"`SHOW requests <process_id> <thread_id>` with <thread_id> being the numeric "
"identifier of the thread child of process identified by <process_id>\n"
"`SHOW subrequests <process_id> <thread_id> <request_id>` where the numeric "
"ids follow the same logic of the previous commands\n"
msgstr ""
#: src/text_simulation.cc:551
msgid ""
"-- ADD COMMAND --\n"
"Adds an entity by using a questionary-like approach.\n"
"\n"
"Syntax depends from entity being added:\n"
"`ADD process|resource`\n"
"`ADD thread <process_id>` with <process_id> being the numeric identifier of "
"the parent process\n"
"`ADD request <process_id> <thread_id>` with <thread_id> being the numeric "
"identifier of the thread child of process identified by <process_id>\n"
"`ADD subrequest <process_id> <thread_id> <request_id>` where the numeric ids "
"follow the same logic of the previous commands\n"
msgstr ""
#: src/text_simulation.cc:561
msgid ""
"-- REMOVE COMMAND --\n"
"Removes an entity.\n"
"\n"
"Syntax depends from entity being removed:\n"
"`REMOVE process|resource <id>` where <id> is the process or resource "
"identifier\n"
"`REMOVE thread <process_id> <thread_id>` with <process_id> being the "
"identifier of the parent process, and <thread_id> the id of the thread to be "
"removed\n"
"`REMOVE request <process_id> <thread_id> <request_id>` where the numeric ids "
"follow the same logic of the previous commands\n"
"`REMOVE subrequest <process_id> <thread_id> <request_id> <subrequest_id>` "
"where the numeric ids follow the same logic of the previous commands\n"
msgstr ""
#: src/text_simulation.cc:571
msgid ""
"-- SAVE COMMAND --\n"
"Saves the simulation.\n"
"\n"
"Syntax: SAVE <filename>\n"
msgstr ""
#: src/text_simulation.cc:574
msgid ""
"-- LOAD COMMAND --\n"
"Loads the simulation.\n"
"\n"
"Syntax: LOAD <filename>\n"
msgstr ""
#: src/text_simulation.cc:577
msgid ""
"-- QUIT COMMAND --\n"
"Gently closes the program.\n"
msgstr ""
#: src/text_simulation.cc:579
msgid "ERROR: Sorry, no help available for this command.\n"
msgstr ""
#: src/text_simulation.cc:590
msgid ""
"\n"
"Bye.\n"
"\n"
msgstr ""
#: src/text_simulation.cc:617
msgid ""
"ERROR: invalid attribute name. Accepted are: simulation-tick, continuous\n"
msgstr ""
#: src/text_simulation.cc:652
msgid "ERROR: you must provide a valid unsigned integer value\n"
msgstr ""
#: src/text_simulation.cc:691
msgid "ERROR: invalid unsigned integer or not a valid policy index\n"
msgstr ""
#: src/text_simulation.cc:711
msgid "ERROR: you must provide a valid boolean value ('true' or 'false')\n"
msgstr ""
#: src/text_simulation.cc:715
msgid ""
"ERROR: invalid attribute name. Accepted are: simulation-tick, cpu-policy, "
"continuous\n"
msgstr ""
#: src/text_simulation.cc:746 src/text_simulation.cc:947
#: src/text_simulation.cc:1163
msgid "ERROR: invalid argument\n"
msgstr ""
#: src/text_simulation.cc:793
msgid "ERROR: provided process identifier is not a valid integer\n"
msgstr ""
#: src/text_simulation.cc:798
msgid "ERROR: this process identifier does not belong to an existing process\n"
msgstr ""
#: src/text_simulation.cc:829 src/text_simulation.cc:867
#: src/text_simulation.cc:1009 src/text_simulation.cc:1058
#: src/text_simulation.cc:1104 src/text_simulation.cc:1187
#: src/text_simulation.cc:1224 src/text_simulation.cc:1260
#: src/text_simulation.cc:1300 src/text_simulation.cc:1343
msgid "ERROR: provided identifier(s) not a valid integer\n"
msgstr ""
#: src/text_simulation.cc:834 src/text_simulation.cc:872
#: src/text_simulation.cc:1014 src/text_simulation.cc:1063
#: src/text_simulation.cc:1109 src/text_simulation.cc:1192
#: src/text_simulation.cc:1229 src/text_simulation.cc:1265
#: src/text_simulation.cc:1305 src/text_simulation.cc:1348
msgid "ERROR: the identifier(s) do not belong to an existing entity\n"
msgstr ""
#: src/text_simulation.cc:912
msgid "FIXME: Not implemented\n"
msgstr ""
#: src/text_simulation.cc:927
msgid "WARNING: Simulation is not stopped, it will be automatically stopped\n"
msgstr ""
#: src/text_simulation.cc:957 src/text_simulation.cc:975
#: src/text_simulation.cc:1018
msgid "name"
msgstr ""
#: src/text_simulation.cc:958 src/text_simulation.cc:1020
msgid "arrival time"
msgstr ""
#: src/text_simulation.cc:959 src/text_simulation.cc:1650
msgid "priority"
msgstr ""
#: src/text_simulation.cc:976
msgid "pre-emptable?"
msgstr ""
#: src/text_simulation.cc:977
msgid "places"
msgstr ""
#: src/text_simulation.cc:978
msgid "availability"
msgstr ""
#: src/text_simulation.cc:1019
msgid "cpu time"
msgstr ""
#: src/text_simulation.cc:1021
msgid "base priority"
msgstr ""
#: src/text_simulation.cc:1067
msgid "instant"
msgstr ""
#: src/text_simulation.cc:1113
msgid "resource key"
msgstr ""
#: src/text_simulation.cc:1114
msgid "duration"
msgstr ""
#: src/text_simulation.cc:1123
msgid "ERROR: invalid resource identifier\n"
msgstr ""
#: src/text_simulation.cc:1145
msgid "WARNING: Simulation is not stopped, it will be automatically stopped"
msgstr ""
#: src/text_simulation.cc:1220
msgid "invalid resource id"
msgstr ""
#: src/text_simulation.cc:1382 src/text_simulation.cc:1419
msgid "ERROR: No registered serializer available\n"
msgstr ""
#: src/text_simulation.cc:1489
msgid "ERROR: command not supported\n"
msgstr ""
#: src/text_simulation.cc:1507
msgid "RUNNING @"
msgstr ""
#: src/text_simulation.cc:1510
msgid "READY"
msgstr ""
#: src/text_simulation.cc:1513
msgid "BLOCKED"
msgstr ""
#: src/text_simulation.cc:1516 src/text_simulation.cc:1540
msgid "FUTURE"
msgstr ""
#: src/text_simulation.cc:1519
msgid "TERMINATED"
msgstr ""
#: src/text_simulation.cc:1534
msgid "UNALLOCABLE"
msgstr ""
#: src/text_simulation.cc:1537
msgid "ALLOCATED"
msgstr ""
#: src/text_simulation.cc:1543
msgid "EXHAUSTED"
msgstr ""
#: src/text_simulation.cc:1546
msgid "ALLOCABLE"
msgstr ""
#: src/text_simulation.cc:1573
msgid "READY QUEUE: { "
msgstr ""
#: src/text_simulation.cc:1581
msgid " ~ "
msgstr ""
#: src/text_simulation.cc:1584
msgid "}"
msgstr ""
#: src/text_simulation.cc:1598
msgid "RESOURCES:"
msgstr ""
#: src/text_simulation.cc:1604
msgid ", with "
msgstr ""
#: src/text_simulation.cc:1605
msgid " places"
msgstr ""
#: src/text_simulation.cc:1610
msgid "queue: { "
msgstr ""
#: src/text_simulation.cc:1626
msgid " }"
msgstr ""
#: src/text_simulation.cc:1644
msgid "PROCESSES:"
msgstr ""
#: src/text_simulation.cc:1646
msgid "state"
msgstr ""
#: src/text_simulation.cc:1647
msgid "arrival"
msgstr ""
#: src/text_simulation.cc:1648
msgid "requiring"
msgstr ""
#: src/text_simulation.cc:1649
msgid "elapsed"
msgstr ""
#: src/text_simulation.cc:1651
msgid "resource_id"
msgstr ""