2006-02-18 00:41:43 +01:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR University of Padova, dept. of Pure and Applied Mathematics
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
#, fuzzy
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
|
"Report-Msgid-Bugs-To: matteo@member.fsf.org\n"
|
2006-06-13 17:09:13 +02:00
|
|
|
"POT-Creation-Date: 2006-06-13 15:23+0200\n"
|
2006-02-18 00:41:43 +01:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/parse_opts.cc:89
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"[EE] Wrong number of parameters. Please see \n"
|
|
|
|
"%s --help\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/parse_opts.cc:108
|
2006-02-18 00:41:43 +01:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"SGPEMv2 is an educational software acting as a process scheduling simulator\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
2006-04-06 21:01:13 +02:00
|
|
|
"Usage : sgpemv2 [options] filename\n"
|
2006-02-18 00:41:43 +01:00
|
|
|
"\n"
|
|
|
|
"Options:\n"
|
2006-04-06 21:01:13 +02:00
|
|
|
"\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"
|
2006-02-18 00:41:43 +01:00
|
|
|
"\n"
|
|
|
|
"Long options are available only on GNU systems.\n"
|
|
|
|
"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/main_window.cc:42
|
|
|
|
msgid "Exit"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/graphical_terminal_io.cc:46
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid "Textual Simulation Log"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/graphical_terminal_io.cc:69
|
2006-02-24 17:36:13 +01:00
|
|
|
msgid "Send Command"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-06-13 17:09:13 +02:00
|
|
|
#: src/backend/scheduler.cc:97
|
2006-02-24 17:36:13 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"No initial state inserted!!\n"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/text_simulation.cc:103
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"-- RUN COMMAND --\n"
|
2006-02-24 17:36:13 +01:00
|
|
|
"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."
|
2006-02-18 00:41:43 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2006-02-24 17:36:13 +01:00
|
|
|
#: src/text_simulation.cc:120
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
2006-04-06 21:01:13 +02:00
|
|
|
"ERROR: "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/text_simulation.cc:122
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Simulation is now stopped"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: src/text_simulation.cc:131
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
2006-02-18 00:41:43 +01:00
|
|
|
"-- PAUSE COMMAND --\n"
|
|
|
|
"Pauses the simulation. The next call to RUN will restart it."
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:141
|
2006-02-18 00:41:43 +01:00
|
|
|
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 ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:152
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"-- RESET COMMAND --\n"
|
|
|
|
"Resets the simulation jumping back to the first instant."
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:162
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"-- QUIT COMMAND --\n"
|
|
|
|
"Exits the program."
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:165
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"*** Thank you for using SGPEM by Sirius Cybernetics Corporation ***\n"
|
|
|
|
"\n"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:173
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
2006-02-24 17:36:13 +01:00
|
|
|
"-- Do you really want me to explain what HELP means? --\n"
|
|
|
|
" ************** YOU ARE JOKING ME !!! ************\n"
|
|
|
|
"\n"
|
2006-02-18 00:41:43 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:195
|
2006-02-18 00:41:43 +01:00
|
|
|
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 ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:202
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: wrong number of parameters.\n"
|
|
|
|
"Type HELP SETMODE for the description of the sintax"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:211
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: the second parameter can be only CONTINUOUS or STEP"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:219
|
2006-02-18 00:41:43 +01:00
|
|
|
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 ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:224
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"CONTINUOUS"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:226
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"STEP"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:233
|
2006-02-18 00:41:43 +01:00
|
|
|
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 ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:239
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: wrong number of parameters.\n"
|
|
|
|
"Type HELP SETTIMER for the description of the sintax"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:248
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: the second parameter has a wrong value.\n"
|
|
|
|
"Type HELP SETTIMER for the description of the sintax"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:256
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"-- GetTimer COMMAND --\n"
|
|
|
|
"Returns the number of milliseconds the simulation in the continuous mode "
|
|
|
|
"waits between a step and the following one"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:269
|
2006-02-18 00:41:43 +01:00
|
|
|
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"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:276
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: wrong number of parameters.\n"
|
|
|
|
"Type HELP JUMPTO for the description of the sintax"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:285
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"ERROR: the second parameter has a wrong value.\n"
|
|
|
|
"Type HELP JUMPTO for the description of the sintax"
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:293
|
2006-02-18 00:41:43 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"-- GetPolicy COMMAND --\n"
|
|
|
|
"Returns the name and the description of the current applied policy."
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:303
|
2006-02-18 00:41:43 +01:00
|
|
|
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"
|
|
|
|
msgstr ""
|
2006-02-24 17:36:13 +01:00
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:365
|
2006-02-24 17:36:13 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Command not recognized: "
|
|
|
|
msgstr ""
|
|
|
|
|
2006-04-06 21:01:13 +02:00
|
|
|
#: src/text_simulation.cc:367
|
2006-02-24 17:36:13 +01:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Typer HELP for a list of avaiable commands."
|
|
|
|
msgstr ""
|