- Update localizable string catalog

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@344 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-17 23:41:43 +00:00
parent 07b0cd2687
commit 89ee208887
2 changed files with 269 additions and 4 deletions

View File

@ -1,5 +1,50 @@
# List of source files which contain translatable strings.
src/parse_opts.cc
# ...
./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/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
./src/standard_io.hh
./src/text_simulation.cc
./src/text_simulation.hh
./src/templates/smartp.hh

220
po/sgpemv2.pot Normal file
View File

@ -0,0 +1,220 @@
# 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"
"POT-Creation-Date: 2006-02-18 00:33+0100\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/parse_opts.cc:92
#, c-format
msgid ""
"SGPEMv2 is an educational software acting as a process scheduling simulator\n"
"\n"
"\n"
"Usage : sgpemv2 [options]\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"
"\n"
"Long options are available only on GNU systems.\n"
"\n"
msgstr ""
#: src/main_window.cc:42
msgid "Exit"
msgstr ""
#: src/graphical_terminal_io.cc:38
msgid "Textual Simulation Log"
msgstr ""
#: src/text_simulation.cc:94
msgid ""
"\n"
"-- RUN COMMAND --\n"
"Starts the simulation. It can be continuous or step-by-step depending the "
"mode configured with SetMode (default=continuous)"
msgstr ""
#: src/text_simulation.cc:105
msgid ""
"\n"
"-- PAUSE COMMAND --\n"
"Pauses the simulation. The next call to RUN will restart it."
msgstr ""
#: src/text_simulation.cc:115
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:126
msgid ""
"\n"
"-- RESET COMMAND --\n"
"Resets the simulation jumping back to the first instant."
msgstr ""
#: src/text_simulation.cc:137
msgid ""
"\n"
"-- QUIT COMMAND --\n"
"Exits the program."
msgstr ""
#: src/text_simulation.cc:140
msgid ""
"\n"
"\n"
"*** Thank you for using SGPEM by Sirius Cybernetics Corporation ***\n"
"\n"
msgstr ""
#: src/text_simulation.cc:148
msgid ""
"\n"
"-- YOU ARE JOKING ME --\n"
"You're really too dummy!!!\n"
msgstr ""
#: src/text_simulation.cc:169
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:176
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP SETMODE for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:185
msgid ""
"\n"
"ERROR: the second parameter can be only CONTINUOUS or STEP"
msgstr ""
#: src/text_simulation.cc:193
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:198
msgid ""
"\n"
"CONTINUOUS"
msgstr ""
#: src/text_simulation.cc:200
msgid ""
"\n"
"STEP"
msgstr ""
#: src/text_simulation.cc:207
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:213
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP SETTIMER for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:222
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:230
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 ""
#: src/text_simulation.cc:243
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 ""
#: src/text_simulation.cc:250
msgid ""
"\n"
"ERROR: wrong number of parameters.\n"
"Type HELP JUMPTO for the description of the sintax"
msgstr ""
#: src/text_simulation.cc:259
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:267
msgid ""
"\n"
"-- GetPolicy COMMAND --\n"
"Returns the name and the description of the current applied policy."
msgstr ""
#: src/text_simulation.cc:277
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 ""