- Merged branch 0.3-r556--SPLIT_PYLOADER_CONFIG back into trunk

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@561 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-04-06 19:01:13 +00:00
parent c6d4f5fd27
commit 51f0d7fbe7
36 changed files with 849 additions and 48 deletions

View file

@ -37,10 +37,6 @@
./src/backend/schedulable_status.hh
./src/backend/process.cc
./src/backend/process.hh
./src/backend/pyloader/python_policy_manager.cc
./src/backend/pyloader/python_policy_manager.hh
./src/backend/pyloader/python_policy.cc
./src/backend/pyloader/python_policy.hh
./src/backend/schedulable_list.cc
./src/backend/schedulable_list.hh
./src/standard_io.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-03-05 23:32+0100\n"
"POT-Creation-Date: 2006-04-06 18:18+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,17 +16,34 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/parse_opts.cc:92
#: 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
#, c-format
msgid ""
"SGPEMv2 is an educational software acting as a process scheduling simulator\n"
"\n"
"\n"
"Usage : sgpemv2 [options]\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-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"
@ -36,11 +53,11 @@ msgstr ""
msgid "Exit"
msgstr ""
#: src/graphical_terminal_io.cc:47
#: src/graphical_terminal_io.cc:46
msgid "Textual Simulation Log"
msgstr ""
#: src/graphical_terminal_io.cc:70
#: src/graphical_terminal_io.cc:69
msgid "Send Command"
msgstr ""
@ -70,11 +87,23 @@ msgstr ""
#: src/text_simulation.cc:120
msgid ""
"\n"
"ERROR: "
msgstr ""
#: src/text_simulation.cc:122
msgid ""
"\n"
"Simulation is now stopped"
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:130
#: src/text_simulation.cc:141
msgid ""
"\n"
"-- STOP COMMAND --\n"
@ -82,21 +111,21 @@ msgid ""
"FIRST instant and start it."
msgstr ""
#: src/text_simulation.cc:141
#: src/text_simulation.cc:152
msgid ""
"\n"
"-- RESET COMMAND --\n"
"Resets the simulation jumping back to the first instant."
msgstr ""
#: src/text_simulation.cc:151
#: src/text_simulation.cc:162
msgid ""
"\n"
"-- QUIT COMMAND --\n"
"Exits the program."
msgstr ""
#: src/text_simulation.cc:154
#: src/text_simulation.cc:165
msgid ""
"\n"
"\n"
@ -104,7 +133,7 @@ msgid ""
"\n"
msgstr ""
#: src/text_simulation.cc:162
#: src/text_simulation.cc:173
msgid ""
"\n"
"-- Do you really want me to explain what HELP means? --\n"
@ -112,7 +141,7 @@ msgid ""
"\n"
msgstr ""
#: src/text_simulation.cc:184
#: src/text_simulation.cc:195
msgid ""
"\n"
"-- SetMode COMMAND --\n"
@ -128,20 +157,20 @@ msgid ""
"animation\n"
msgstr ""
#: src/text_simulation.cc:191
#: 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:200
#: src/text_simulation.cc:211
msgid ""
"\n"
"ERROR: the second parameter can be only CONTINUOUS or STEP"
msgstr ""
#: src/text_simulation.cc:208
#: src/text_simulation.cc:219
msgid ""
"\n"
"-- GetMode COMMAND --\n"
@ -150,19 +179,19 @@ msgid ""
"\tSTEP : if if the simulation is shown step-by-step"
msgstr ""
#: src/text_simulation.cc:213
#: src/text_simulation.cc:224
msgid ""
"\n"
"CONTINUOUS"
msgstr ""
#: src/text_simulation.cc:215
#: src/text_simulation.cc:226
msgid ""
"\n"
"STEP"
msgstr ""
#: src/text_simulation.cc:222
#: src/text_simulation.cc:233
msgid ""
"\n"
"-- SetTimer COMMAND --\n"
@ -173,21 +202,21 @@ msgid ""
"\t<param> must be an integer value > 0 and < 10000.\n"
msgstr ""
#: src/text_simulation.cc:228
#: src/text_simulation.cc:239
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP SETTIMER for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:237
#: 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"
msgstr ""
#: src/text_simulation.cc:245
#: src/text_simulation.cc:256
msgid ""
"\n"
"-- GetTimer COMMAND --\n"
@ -195,7 +224,7 @@ msgid ""
"waits between a step and the following one"
msgstr ""
#: src/text_simulation.cc:258
#: src/text_simulation.cc:269
msgid ""
"\n"
"-- JumpTo COMMAND --\n"
@ -206,28 +235,28 @@ msgid ""
"\t<param> must be an integer value >= 0"
msgstr ""
#: src/text_simulation.cc:265
#: src/text_simulation.cc:276
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP JUMPTO for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:274
#: 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"
msgstr ""
#: src/text_simulation.cc:282
#: src/text_simulation.cc:293
msgid ""
"\n"
"-- GetPolicy COMMAND --\n"
"Returns the name and the description of the current applied policy."
msgstr ""
#: src/text_simulation.cc:292
#: src/text_simulation.cc:303
msgid ""
"\n"
"-- GetPolicyAttributes COMMAND --\n"
@ -239,13 +268,13 @@ msgid ""
"\twhether the parameter is REQUIRED"
msgstr ""
#: src/text_simulation.cc:354
#: src/text_simulation.cc:365
msgid ""
"\n"
"Command not recognized: "
msgstr ""
#: src/text_simulation.cc:356
#: src/text_simulation.cc:367
msgid ""
"\n"
"Typer HELP for a list of avaiable commands."