From ed9e5bfa0a6d32ede3446169cc65d5f9081fa430 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 8 Nov 2008 21:32:36 +0000 Subject: [PATCH] Update package to be dist'd w/ new versions of GNU Gettext git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1331 3ecf2c5c-341e-0410-92b4-d18e462d057c --- Makefile.am | 3 - plugins/pyloader/Makefile.am | 3 - plugins/xmlsave/INSTALL | 237 +------------------- plugins/xmlsave/Makefile.am | 3 - po/sgpemv2.pot | 413 +++++++++++++++++------------------ 5 files changed, 198 insertions(+), 461 deletions(-) mode change 100644 => 120000 plugins/xmlsave/INSTALL diff --git a/Makefile.am b/Makefile.am index 22415ef..221ea33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,9 +94,6 @@ distro_files = \ distro/win32/_sgpem.vcproj EXTRA_DIST += \ - config/config.rpath \ - config/mkinstalldirs \ - configure.ac \ gettext.h \ $(install_macros) \ $(macros) \ diff --git a/plugins/pyloader/Makefile.am b/plugins/pyloader/Makefile.am index f1a8493..2be932f 100644 --- a/plugins/pyloader/Makefile.am +++ b/plugins/pyloader/Makefile.am @@ -54,9 +54,6 @@ macros = m4/compilerflags.m4 \ m4/sgpemv2-dirs.m4 EXTRA_DIST += \ - config/config.rpath \ - config/mkinstalldirs \ - configure.ac \ gettext.h \ $(macros) diff --git a/plugins/xmlsave/INSTALL b/plugins/xmlsave/INSTALL deleted file mode 100644 index 23e5f25..0000000 --- a/plugins/xmlsave/INSTALL +++ /dev/null @@ -1,236 +0,0 @@ -Installation Instructions -************************* - -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free -Software Foundation, Inc. - -This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. - -Basic Installation -================== - -These are generic installation instructions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). - - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. (Caching is -disabled by default to prevent problems with accidental use of stale -cache files.) - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you -may remove or edit it. - - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You only need -`configure.ac' if you want to change it or regenerate `configure' using -a newer version of `autoconf'. - -The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. - - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package. - - 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - -Compilers and Options -===================== - -Some systems require unusual options for compilation or linking that the -`configure' script does not know about. Run `./configure --help' for -details on some of the pertinent environment variables. - - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: - - ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix - - *Note Defining Variables::, for more details. - -Compiling For Multiple Architectures -==================================== - -You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. - - If you have to use a `make' that does not support the `VPATH' -variable, you have to compile the package for one architecture at a -time in the source code directory. After you have installed the -package for one architecture, use `make distclean' before reconfiguring -for another architecture. - -Installation Names -================== - -By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - -Optional Features -================= - -Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - -Specifying the System Type -========================== - -There may be some features `configure' cannot figure out automatically, -but needs to determine by the type of machine the package will run on. -Usually, assuming the package is built to be run on the _same_ -architectures, `configure' can figure that out, but if it prints a -message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: - - CPU-COMPANY-SYSTEM - -where SYSTEM can have one of these forms: - - OS KERNEL-OS - - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the machine type. - - If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will -produce code for. - - If you want to _use_ a cross compiler, that generates code for a -platform different from the build platform, you should specify the -"host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. - -Sharing Defaults -================ - -If you want to set default values for `configure' scripts to share, you -can create a site shell script called `config.site' that gives default -values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Defining Variables -================== - -Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run -configure again during the build, and the customized values of these -variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: - - ./configure CC=/usr/local2/bin/gcc - -causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). Here is a another example: - - /bin/bash ./configure CONFIG_SHELL=/bin/bash - -Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent -configuration-related scripts to be executed by `/bin/bash'. - -`configure' Invocation -====================== - -`configure' recognizes the following options to control how it operates. - -`--help' -`-h' - Print a summary of the options to `configure', and exit. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`--cache-file=FILE' - Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to - disable caching. - -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - diff --git a/plugins/xmlsave/INSTALL b/plugins/xmlsave/INSTALL new file mode 120000 index 0000000..5bb6e7b --- /dev/null +++ b/plugins/xmlsave/INSTALL @@ -0,0 +1 @@ +/usr/share/automake-1.10/INSTALL \ No newline at end of file diff --git a/plugins/xmlsave/Makefile.am b/plugins/xmlsave/Makefile.am index e515cfc..8d08dbb 100644 --- a/plugins/xmlsave/Makefile.am +++ b/plugins/xmlsave/Makefile.am @@ -53,9 +53,6 @@ macros = m4/compilerflags.m4 \ m4/sgpemv2-dirs.m4 EXTRA_DIST += \ - config/config.rpath \ - config/mkinstalldirs \ - configure.ac \ gettext.h \ $(macros) diff --git a/po/sgpemv2.pot b/po/sgpemv2.pot index 72d2a2a..09b396c 100644 --- a/po/sgpemv2.pot +++ b/po/sgpemv2.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# 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 , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: sgpemv2 1.1\n" "Report-Msgid-Bugs-To: matteo@member.fsf.org\n" -"POT-Creation-Date: 2008-02-19 11:33+0100\n" +"POT-Creation-Date: 2008-11-08 22:26+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,507 +16,491 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#. open file dialog... -#: ../src/gui_builder.cc:176 ../src/gui_builder.cc:299 +#: src/gui_builder.cc:172 src/gui_builder.cc:297 msgid "Please choose a file" msgstr "" -#: ../src/gui_builder.cc:196 ../src/gui_builder.cc:313 +#: src/gui_builder.cc:192 src/gui_builder.cc:311 msgid "Any files" msgstr "" -#: ../src/gui_builder.cc:208 ../src/gui_builder.cc:258 -#: ../src/gui_builder.cc:332 +#: src/gui_builder.cc:204 src/gui_builder.cc:255 src/gui_builder.cc:330 msgid "File: " msgstr "" -#: ../src/gui_builder.cc:208 +#: src/gui_builder.cc:204 msgid " loaded." msgstr "" -#: ../src/gui_builder.cc:215 ../src/gui_builder.cc:263 -#: ../src/gui_builder.cc:339 +#: src/gui_builder.cc:211 src/gui_builder.cc:260 src/gui_builder.cc:337 msgid "" "No serializer available.\n" "There's no registered serializer. Please check the loaded plugins." msgstr "" -#: ../src/gui_builder.cc:218 ../src/gui_builder.cc:266 -#: ../src/gui_builder.cc:342 +#: src/gui_builder.cc:214 src/gui_builder.cc:263 src/gui_builder.cc:340 msgid "ERROR: No registered serializer available" msgstr "" -#: ../src/gui_builder.cc:224 ../src/gui_builder.cc:272 -#: ../src/gui_builder.cc:348 ../src/text_simulation.cc:399 -#: ../src/text_simulation.cc:405 ../src/text_simulation.cc:424 -#: ../src/text_simulation.cc:490 ../src/text_simulation.cc:496 -#: ../src/text_simulation.cc:515 ../src/text_simulation.cc:863 -#: ../src/text_simulation.cc:885 ../src/text_simulation.cc:1601 -#: ../src/text_simulation.cc:1638 +#: src/gui_builder.cc:220 src/gui_builder.cc:269 src/gui_builder.cc:346 +#: src/text_simulation.cc:400 src/text_simulation.cc:406 +#: src/text_simulation.cc:425 src/text_simulation.cc:491 +#: src/text_simulation.cc:497 src/text_simulation.cc:516 +#: src/text_simulation.cc:864 src/text_simulation.cc:886 +#: src/text_simulation.cc:1602 src/text_simulation.cc:1639 msgid "ERROR: " msgstr "" -#: ../src/gui_builder.cc:258 ../src/gui_builder.cc:332 +#: src/gui_builder.cc:255 src/gui_builder.cc:330 msgid " saved." msgstr "" -#: ../src/gui_builder.cc:371 ../src/gui_builder.cc:399 +#: src/gui_builder.cc:370 src/gui_builder.cc:398 msgid "" "No CPU policy is currently selected.\n" "Please choose one before trying to configure it." msgstr "" -#: ../src/gui_builder.cc:377 ../src/gui_builder.cc:406 +#: src/gui_builder.cc:376 src/gui_builder.cc:405 msgid "Configuring CPU Policy " msgstr "" -#: ../src/gui_builder.cc:465 +#: src/gui_builder.cc:464 msgid "Selected CPU policy " msgstr "" -#: ../src/gui_builder.cc:473 +#: src/gui_builder.cc:472 msgid "Impossible to select this CPU Policy.\n" msgstr "" -#. If we got here, no policy is selected. -#: ../src/gui_builder.cc:479 +#: src/gui_builder.cc:478 msgid "No CPU policy selected. Please select one." msgstr "" -#: ../src/gui_builder.cc:527 +#: src/gui_builder.cc:526 msgid "Current resource policy deselected." msgstr "" -#: ../src/gui_builder.cc:529 +#: src/gui_builder.cc:528 msgid "Selected resource policy " msgstr "" -#: ../src/gui_builder.cc:553 +#: src/gui_builder.cc:553 msgid "" "Want to save?\n" "You'll lose your changes if you don't." msgstr "" -#. FIXME: to be written. -#. Debug line (erase me when done): -#: ../src/gui_builder.cc:744 +#: src/gui_builder.cc:744 msgid "Filename to open: " msgstr "" -#: ../src/parse_opts.cc:69 +#: src/parse_opts.cc:69 msgid "starts the program in command line mode" msgstr "" -#: ../src/parse_opts.cc:70 +#: src/parse_opts.cc:70 msgid "adds this directory to the default modules search path" msgstr "" -#: ../src/parse_opts.cc:71 +#: src/parse_opts.cc:71 msgid "adds this directory to default plugin search path" msgstr "" -#: ../src/parse_opts.cc:72 +#: src/parse_opts.cc:72 msgid "a list of savefiles; only the first will be opened" msgstr "" -#. Create context -#: ../src/parse_opts.cc:92 +#: src/parse_opts.cc:92 msgid "" "SGPEMv2, a graphical simulator for process scheduling in a multitasking " "computer" msgstr "" -#: ../src/parse_opts.cc:113 +#: src/parse_opts.cc:113 msgid "Error while loading preferences" msgstr "" -#: ../src/parse_opts.cc:143 +#: src/parse_opts.cc:143 msgid "" " [II] To see a list of commands available,\n" " [II] please type \"help\" and hit the ENTER key." msgstr "" -#: ../src/parse_opts.cc:168 +#: src/parse_opts.cc:168 msgid "Bad invocation: " msgstr "" -#: ../src/parse_opts.cc:169 +#: src/parse_opts.cc:169 msgid "Use the `-?' or `--help' option to see the help" msgstr "" -#: ../src/ready_queue_widget.cc:37 +#: src/ready_queue_widget.cc:37 msgid "Ready queue: { " msgstr "" -#: ../src/ready_queue_widget.cc:38 +#: src/ready_queue_widget.cc:38 msgid " } at instant " msgstr "" -#. Show the user a dialog -#: ../src/simulation_controller.cc:194 ../src/jump_to_dialog.cc:106 +#: src/simulation_controller.cc:193 src/jump_to_dialog.cc:105 msgid "The selected user CPU policy stopped before returning:\n" msgstr "" -#. Show user a dialog -#: ../src/simulation_controller.cc:201 ../src/jump_to_dialog.cc:113 +#: src/simulation_controller.cc:200 src/jump_to_dialog.cc:112 msgid "" "The selected user CPU policy was malformed and failed to sort the queue:\n" msgstr "" -#. Fatal error. We should never get here. -#: ../src/simulation_controller.cc:213 ../src/jump_to_dialog.cc:125 +#: src/simulation_controller.cc:212 src/jump_to_dialog.cc:124 msgid " [EE] Fatal error. Impossible to deactivate the policy in " msgstr "" -#: ../src/simulation_controller.cc:214 ../src/jump_to_dialog.cc:126 +#: src/simulation_controller.cc:213 src/jump_to_dialog.cc:125 msgid " [EE] " msgstr "" -#: ../src/simulation_controller.cc:221 ../src/jump_to_dialog.cc:132 +#: src/simulation_controller.cc:220 src/jump_to_dialog.cc:131 msgid "No active policy selected:\n" msgstr "" -#: ../src/simulation_controller.cc:228 ../src/jump_to_dialog.cc:139 +#: src/simulation_controller.cc:227 src/jump_to_dialog.cc:138 msgid "Unexpected error:\n" msgstr "" -#: ../src/add_request_dialog.cc:95 +#: src/add_request_dialog.cc:94 msgid "key" msgstr "" -#: ../src/add_request_dialog.cc:96 +#: src/add_request_dialog.cc:95 msgid "resource" msgstr "" -#: ../src/add_request_dialog.cc:97 ../src/text_simulation.cc:1329 +#: src/add_request_dialog.cc:96 src/text_simulation.cc:1330 msgid "duration" msgstr "" -#: ../src/graphical_preferences_editor.cc:305 -#: ../src/graphical_preferences_editor.cc:355 +#: src/graphical_preferences_editor.cc:304 +#: src/graphical_preferences_editor.cc:354 msgid "Select a directory to add" msgstr "" -#: ../src/backend/global_preferences.cc:90 +#: src/backend/global_preferences.cc:92 msgid "Unable to obtain Application Data directory" msgstr "" -#: ../src/backend/concrete_history.cc:402 +#: src/backend/concrete_history.cc:402 msgid "History::add_thread() : Parent process not part of this History" msgstr "" -#: ../src/backend/concrete_history.cc:438 +#: src/backend/concrete_history.cc:438 msgid "History::add_request() : Parent process not part of this History" msgstr "" -#: ../src/backend/concrete_history.cc:440 +#: src/backend/concrete_history.cc:440 msgid "History::add_request() : Parent thread not part of this History" msgstr "" -#: ../src/backend/concrete_history.cc:473 +#: src/backend/concrete_history.cc:473 msgid "History::add_subrequest() : Parent process not part of this History" msgstr "" -#: ../src/backend/concrete_history.cc:475 +#: src/backend/concrete_history.cc:475 msgid "History::add_subrequest() : Parent thread not part of this History" msgstr "" -#: ../src/backend/concrete_history.cc:477 +#: src/backend/concrete_history.cc:477 msgid "History::add_subrequest() : Parent request not part of this History" msgstr "" -#: ../src/backend/concrete_simulation.cc:235 +#: src/backend/concrete_simulation.cc:237 msgid "unable to change policy and to restore the previous: " msgstr "" -#: ../src/backend/concrete_simulation.cc:241 +#: src/backend/concrete_simulation.cc:243 msgid "unable to change policy: " msgstr "" -#: ../src/backend/resource_policies_gatekeeper.cc:88 +#: src/backend/resource_policies_gatekeeper.cc:88 msgid "No active policy associated with this history is available." msgstr "" -#: ../src/backend/string_utils.cc:62 ../src/backend/string_utils.cc:102 +#: src/backend/string_utils.cc:62 src/backend/string_utils.cc:102 msgid "too few or too many tokens" msgstr "" -#: ../src/backend/string_utils.cc:85 +#: src/backend/string_utils.cc:85 msgid "incorrect number format" msgstr "" -#: ../src/backend/string_utils.cc:125 +#: src/backend/string_utils.cc:125 msgid "incorrect boolean" msgstr "" -#: ../src/backend/resource_policy_lifo.cc:78 +#: src/backend/resource_policy_lifo.cc:78 msgid "" "A resource policy which allows a request to be immediately allocated if " "there is enough space." msgstr "" -#: ../src/backend/resource_policy_lifo.cc:84 +#: src/backend/resource_policy_lifo.cc:84 msgid "Last In, First Out" msgstr "" -#: ../src/schedulables_tree_widget.cc:65 +#: src/schedulables_tree_widget.cc:64 msgid "Arrival" msgstr "" -#: ../src/schedulables_tree_widget.cc:69 +#: src/schedulables_tree_widget.cc:68 msgid "Entity" msgstr "" -#: ../src/schedulables_tree_widget.cc:73 +#: src/schedulables_tree_widget.cc:72 msgid "State" msgstr "" -#: ../src/schedulables_tree_widget.cc:178 +#: src/schedulables_tree_widget.cc:177 msgid "Add Process" msgstr "" -#: ../src/schedulables_tree_widget.cc:181 +#: src/schedulables_tree_widget.cc:180 msgid "Add Thread" msgstr "" -#: ../src/schedulables_tree_widget.cc:184 +#: src/schedulables_tree_widget.cc:183 msgid "Add Request" msgstr "" -#: ../src/schedulables_tree_widget.cc:187 +#: src/schedulables_tree_widget.cc:186 msgid "Edit Process" msgstr "" -#: ../src/schedulables_tree_widget.cc:190 +#: src/schedulables_tree_widget.cc:189 msgid "Edit Thread" msgstr "" -#: ../src/schedulables_tree_widget.cc:193 +#: src/schedulables_tree_widget.cc:192 msgid "Edit Request" msgstr "" -#: ../src/schedulables_tree_widget.cc:196 +#: src/schedulables_tree_widget.cc:195 msgid "Remove Process" msgstr "" -#: ../src/schedulables_tree_widget.cc:199 +#: src/schedulables_tree_widget.cc:198 msgid "Remove Thread" msgstr "" -#: ../src/schedulables_tree_widget.cc:202 +#: src/schedulables_tree_widget.cc:201 msgid "Remove Request" msgstr "" -#: ../src/schedulables_tree_widget.cc:397 +#: src/schedulables_tree_widget.cc:396 msgid "Main" msgstr "" -#: ../src/schedulables_tree_widget.cc:597 +#: src/schedulables_tree_widget.cc:596 msgid "ERROR" msgstr "" -#: ../src/schedulables_tree_widget.cc:628 +#: src/schedulables_tree_widget.cc:627 msgid "ERROR" msgstr "" -#: ../src/schedulables_tree_widget.cc:646 +#: src/schedulables_tree_widget.cc:645 msgid " (" msgstr "" -#: ../src/schedulables_tree_widget.cc:647 +#: src/schedulables_tree_widget.cc:646 msgid "/" msgstr "" -#: ../src/schedulables_tree_widget.cc:648 +#: src/schedulables_tree_widget.cc:647 msgid ", current priority: " msgstr "" -#: ../src/schedulables_tree_widget.cc:663 +#: src/schedulables_tree_widget.cc:662 msgid "request:" msgstr "" -#: ../src/schedulables_tree_widget.cc:722 +#: src/schedulables_tree_widget.cc:721 msgid "RUNNING" msgstr "" -#: ../src/schedulables_tree_widget.cc:725 ../src/text_simulation.cc:1726 +#: src/schedulables_tree_widget.cc:724 src/text_simulation.cc:1727 msgid "READY" msgstr "" -#: ../src/schedulables_tree_widget.cc:728 ../src/text_simulation.cc:1729 +#: src/schedulables_tree_widget.cc:727 src/text_simulation.cc:1730 msgid "BLOCKED" msgstr "" -#: ../src/schedulables_tree_widget.cc:731 -#: ../src/schedulables_tree_widget.cc:760 ../src/text_simulation.cc:1732 -#: ../src/text_simulation.cc:1756 +#: src/schedulables_tree_widget.cc:730 src/schedulables_tree_widget.cc:759 +#: src/text_simulation.cc:1733 src/text_simulation.cc:1757 msgid "FUTURE" msgstr "" -#: ../src/schedulables_tree_widget.cc:734 ../src/text_simulation.cc:1735 +#: src/schedulables_tree_widget.cc:733 src/text_simulation.cc:1736 msgid "TERMINATED" msgstr "" -#: ../src/schedulables_tree_widget.cc:737 -#: ../src/schedulables_tree_widget.cc:766 +#: src/schedulables_tree_widget.cc:736 src/schedulables_tree_widget.cc:765 msgid "@@@ ERROR @@@" msgstr "" -#: ../src/schedulables_tree_widget.cc:751 ../src/text_simulation.cc:1753 +#: src/schedulables_tree_widget.cc:750 src/text_simulation.cc:1754 msgid "ALLOCATED" msgstr "" -#: ../src/schedulables_tree_widget.cc:754 ../src/text_simulation.cc:1762 +#: src/schedulables_tree_widget.cc:753 src/text_simulation.cc:1763 msgid "ALLOCABLE" msgstr "" -#: ../src/schedulables_tree_widget.cc:757 ../src/text_simulation.cc:1750 +#: src/schedulables_tree_widget.cc:756 src/text_simulation.cc:1751 msgid "UNALLOCABLE" msgstr "" -#: ../src/schedulables_tree_widget.cc:763 ../src/text_simulation.cc:1759 +#: src/schedulables_tree_widget.cc:762 src/text_simulation.cc:1760 msgid "EXHAUSTED" msgstr "" -#: ../src/simulation_widget.cc:140 +#: src/simulation_widget.cc:140 msgid "" "Nothing to see here... add some processes! Right-click on the Schedulables " "view in this window." msgstr "" -#. This just sets the title of our new window. -#: ../src/holt_container_window.cc:39 +#: src/holt_container_window.cc:39 msgid "Holt Graph" msgstr "" -#: ../src/text_simulation.cc:129 +#: src/text_simulation.cc:130 msgid "ERROR: this command requires at least " msgstr "" -#: ../src/text_simulation.cc:129 +#: src/text_simulation.cc:130 msgid " arguments\n" msgstr "" -#: ../src/text_simulation.cc:135 +#: src/text_simulation.cc:136 msgid "WARNING: some arguments will be ignored\n" msgstr "" -#: ../src/text_simulation.cc:145 +#: src/text_simulation.cc:146 msgid "" "WARNING: Simulation was not recently saved. If you continue some changes to " "the simulation might be lost.\n" msgstr "" -#: ../src/text_simulation.cc:151 +#: src/text_simulation.cc:152 msgid "Continue? [y/n] " msgstr "" -#: ../src/text_simulation.cc:159 +#: src/text_simulation.cc:160 msgid "n" msgstr "" -#: ../src/text_simulation.cc:161 +#: src/text_simulation.cc:162 msgid "y" msgstr "" -#: ../src/text_simulation.cc:261 +#: src/text_simulation.cc:262 msgid "ERROR: Provided value is out of range\n" msgstr "" -#: ../src/text_simulation.cc:267 +#: src/text_simulation.cc:268 msgid "ERROR: Please provide a valid numeric value\n" msgstr "" -#: ../src/text_simulation.cc:276 +#: src/text_simulation.cc:277 msgid "ERROR: This is a mandatory attribute; you MUST provide a valid value!\n" msgstr "" -#: ../src/text_simulation.cc:311 ../src/text_simulation.cc:360 +#: src/text_simulation.cc:312 src/text_simulation.cc:361 msgid "ERROR: This is a mandatory atribute; you MUST provide a valid value!\n" msgstr "" -#: ../src/text_simulation.cc:353 +#: src/text_simulation.cc:354 msgid "ERROR: Please provide a valid boolean value ('true' or 'false')\n" msgstr "" -#: ../src/text_simulation.cc:401 ../src/text_simulation.cc:426 -#: ../src/text_simulation.cc:492 ../src/text_simulation.cc:517 +#: src/text_simulation.cc:402 src/text_simulation.cc:427 +#: src/text_simulation.cc:493 src/text_simulation.cc:518 msgid "" "\n" "Simulation is now stopped\n" msgstr "" -#: ../src/text_simulation.cc:407 ../src/text_simulation.cc:498 +#: src/text_simulation.cc:408 src/text_simulation.cc:499 msgid "" "\n" "Simulation is now stopped, and the current policy will be deactivated\n" msgstr "" -#. should never happen -#: ../src/text_simulation.cc:417 ../src/text_simulation.cc:508 +#: src/text_simulation.cc:418 src/text_simulation.cc:509 msgid "FATAL ERROR: unable to deactivate the policy: " msgstr "" -#: ../src/text_simulation.cc:430 ../src/text_simulation.cc:521 +#: src/text_simulation.cc:431 src/text_simulation.cc:522 msgid "UNKNOWN ERROR: " msgstr "" -#: ../src/text_simulation.cc:465 +#: src/text_simulation.cc:466 msgid "ERROR: provided instant is out of range.\n" msgstr "" -#: ../src/text_simulation.cc:473 +#: src/text_simulation.cc:474 msgid "ERROR: provided instant is not a valid integer\n" msgstr "" -#: ../src/text_simulation.cc:478 +#: src/text_simulation.cc:479 msgid "ERROR: the instant is not within range.\n" msgstr "" -#: ../src/text_simulation.cc:556 +#: src/text_simulation.cc:557 msgid "Please provide a value for each attribute:\n" msgstr "" -#: ../src/text_simulation.cc:557 +#: src/text_simulation.cc:558 msgid "" "Mandatory arguments are marked with an asterisk (*)\n" "\n" msgstr "" -#: ../src/text_simulation.cc:560 +#: src/text_simulation.cc:561 msgid "Nothing to configure for this policy.\n" msgstr "" -#: ../src/text_simulation.cc:563 +#: src/text_simulation.cc:564 msgid "Integer arguments:\n" msgstr "" -#: ../src/text_simulation.cc:583 +#: src/text_simulation.cc:584 msgid "" "\n" "Floating-point arguments:\n" msgstr "" -#: ../src/text_simulation.cc:599 +#: src/text_simulation.cc:600 msgid "" "\n" "String arguments:\n" msgstr "" -#: ../src/text_simulation.cc:629 +#: src/text_simulation.cc:630 msgid "ERROR: No CPU policy actually selected for the simulation\n" msgstr "" -#: ../src/text_simulation.cc:638 +#: src/text_simulation.cc:639 msgid "ERROR: No resource policy actually selected for the simulation\n" msgstr "" -#: ../src/text_simulation.cc:643 +#: src/text_simulation.cc:644 msgid "ERROR: Nothing to configure for " msgstr "" -#: ../src/text_simulation.cc:659 +#: src/text_simulation.cc:660 msgid "" "Available commands:\n" "RUN\n" @@ -537,7 +521,7 @@ msgid "" "ex. `HELP RUN` shows help about the command RUN\n" msgstr "" -#: ../src/text_simulation.cc:665 +#: src/text_simulation.cc:666 msgid "" "-- RUN COMMAND --\n" "Starts the simulation. It can be continuous or step-by-step depending on the " @@ -549,26 +533,26 @@ msgid "" "running. The scheduler activity begins at instant 1.\n" msgstr "" -#: ../src/text_simulation.cc:674 +#: src/text_simulation.cc:675 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:677 +#: src/text_simulation.cc:678 msgid "" "-- PAUSE COMMAND --\n" "Pauses the simulation. The next call to RUN will continue it.\n" msgstr "" -#: ../src/text_simulation.cc:680 +#: src/text_simulation.cc:681 msgid "" "-- JUMPTO COMMAND --\n" "Pauses the simulation and jumps to the specified instant.\n" msgstr "" -#: ../src/text_simulation.cc:682 +#: src/text_simulation.cc:683 msgid "" "-- CONFIGURE COMMAND --\n" "Configures a configurable entity.\n" @@ -579,20 +563,20 @@ msgid "" "modifying their source code.\n" msgstr "" -#: ../src/text_simulation.cc:688 +#: src/text_simulation.cc:689 msgid "" "-- HELP COMMAND --\n" "The help you're reading.\n" msgstr "" -#: ../src/text_simulation.cc:690 +#: src/text_simulation.cc:691 msgid "" "-- GET COMMAND --\n" "Syntax: GET \n" "\twhere may be simulation-tick or continuous.\n" msgstr "" -#: ../src/text_simulation.cc:693 +#: src/text_simulation.cc:694 msgid "" "-- SET COMMAND --\n" "Syntax: SET [=] \n" @@ -600,7 +584,7 @@ msgid "" "resource-policy.\n" msgstr "" -#: ../src/text_simulation.cc:696 +#: src/text_simulation.cc:697 msgid "" "-- SHOW COMMAND --\n" "Displays the name of the entities (if available) and other informations " @@ -617,7 +601,7 @@ msgid "" "`SHOW statistics`\n" msgstr "" -#: ../src/text_simulation.cc:708 +#: src/text_simulation.cc:709 msgid "" "-- ADD COMMAND --\n" "Adds an entity by using a questionary-like approach.\n" @@ -632,7 +616,7 @@ msgid "" "follow the same logic of the previous commands\n" msgstr "" -#: ../src/text_simulation.cc:718 +#: src/text_simulation.cc:719 msgid "" "-- REMOVE COMMAND --\n" "Removes an entity.\n" @@ -649,7 +633,7 @@ msgid "" "where the numeric ids follow the same logic of the previous commands\n" msgstr "" -#: ../src/text_simulation.cc:728 +#: src/text_simulation.cc:729 msgid "" "-- SAVE COMMAND --\n" "Saves the simulation.\n" @@ -657,7 +641,7 @@ msgid "" "Syntax: SAVE \n" msgstr "" -#: ../src/text_simulation.cc:731 +#: src/text_simulation.cc:732 msgid "" "-- LOAD COMMAND --\n" "Loads the simulation.\n" @@ -665,221 +649,218 @@ msgid "" "Syntax: LOAD \n" msgstr "" -#: ../src/text_simulation.cc:734 +#: src/text_simulation.cc:735 msgid "" "-- QUIT COMMAND --\n" "Gently closes the program.\n" msgstr "" -#: ../src/text_simulation.cc:736 +#: src/text_simulation.cc:737 msgid "ERROR: Sorry, no help available for this command.\n" msgstr "" -#: ../src/text_simulation.cc:748 +#: src/text_simulation.cc:749 msgid "" "\n" "Bye.\n" "\n" msgstr "" -#: ../src/text_simulation.cc:775 ../src/text_simulation.cc:905 +#: src/text_simulation.cc:776 src/text_simulation.cc:906 msgid "ERROR: invalid attribute name.\n" msgstr "" -#: ../src/text_simulation.cc:843 +#: src/text_simulation.cc:844 msgid "ERROR: you must provide a valid unsigned integer value\n" msgstr "" -#: ../src/text_simulation.cc:855 +#: src/text_simulation.cc:856 msgid " scheduling policy selected.\n" msgstr "" -#: ../src/text_simulation.cc:859 +#: src/text_simulation.cc:860 msgid "" "ERROR: invalid unsigned integer or not a valid scheduling policy index\n" msgstr "" -#: ../src/text_simulation.cc:877 +#: src/text_simulation.cc:878 msgid " resource policy selected.\n" msgstr "" -#: ../src/text_simulation.cc:881 +#: src/text_simulation.cc:882 msgid "ERROR: invalid unsigned integer or not a valid resource policy index\n" msgstr "" -#: ../src/text_simulation.cc:901 +#: src/text_simulation.cc:902 msgid "ERROR: you must provide a valid boolean value ('true' or 'false')\n" msgstr "" -#: ../src/text_simulation.cc:937 ../src/text_simulation.cc:1166 -#: ../src/text_simulation.cc:1378 +#: src/text_simulation.cc:938 src/text_simulation.cc:1167 +#: src/text_simulation.cc:1379 msgid "ERROR: invalid argument\n" msgstr "" -#: ../src/text_simulation.cc:984 +#: src/text_simulation.cc:985 msgid "ERROR: provided process identifier is not a valid integer\n" msgstr "" -#: ../src/text_simulation.cc:989 +#: src/text_simulation.cc:990 msgid "ERROR: this process identifier does not belong to an existing process\n" msgstr "" -#: ../src/text_simulation.cc:1020 ../src/text_simulation.cc:1058 -#: ../src/text_simulation.cc:1224 ../src/text_simulation.cc:1273 -#: ../src/text_simulation.cc:1319 ../src/text_simulation.cc:1402 -#: ../src/text_simulation.cc:1439 ../src/text_simulation.cc:1475 -#: ../src/text_simulation.cc:1515 ../src/text_simulation.cc:1558 +#: src/text_simulation.cc:1021 src/text_simulation.cc:1059 +#: src/text_simulation.cc:1225 src/text_simulation.cc:1274 +#: src/text_simulation.cc:1320 src/text_simulation.cc:1403 +#: src/text_simulation.cc:1440 src/text_simulation.cc:1476 +#: src/text_simulation.cc:1516 src/text_simulation.cc:1559 msgid "ERROR: provided identifier(s) not a valid integer\n" msgstr "" -#: ../src/text_simulation.cc:1025 ../src/text_simulation.cc:1063 -#: ../src/text_simulation.cc:1229 ../src/text_simulation.cc:1278 -#: ../src/text_simulation.cc:1324 ../src/text_simulation.cc:1407 -#: ../src/text_simulation.cc:1444 ../src/text_simulation.cc:1480 -#: ../src/text_simulation.cc:1520 ../src/text_simulation.cc:1563 +#: src/text_simulation.cc:1026 src/text_simulation.cc:1064 +#: src/text_simulation.cc:1230 src/text_simulation.cc:1279 +#: src/text_simulation.cc:1325 src/text_simulation.cc:1408 +#: src/text_simulation.cc:1445 src/text_simulation.cc:1481 +#: src/text_simulation.cc:1521 src/text_simulation.cc:1564 msgid "ERROR: the identifier(s) do not belong to an existing entity\n" msgstr "" -#: ../src/text_simulation.cc:1146 +#: src/text_simulation.cc:1147 msgid "WARNING: Simulation is not stopped, it will be automatically stopped\n" msgstr "" -#: ../src/text_simulation.cc:1176 ../src/text_simulation.cc:1194 -#: ../src/text_simulation.cc:1233 +#: src/text_simulation.cc:1177 src/text_simulation.cc:1195 +#: src/text_simulation.cc:1234 msgid "name" msgstr "" -#: ../src/text_simulation.cc:1177 ../src/text_simulation.cc:1235 +#: src/text_simulation.cc:1178 src/text_simulation.cc:1236 msgid "arrival time" msgstr "" -#: ../src/text_simulation.cc:1178 ../src/text_simulation.cc:1859 +#: src/text_simulation.cc:1179 src/text_simulation.cc:1860 msgid "priority" msgstr "" -#: ../src/text_simulation.cc:1195 +#: src/text_simulation.cc:1196 msgid "places" msgstr "" -#: ../src/text_simulation.cc:1234 +#: src/text_simulation.cc:1235 msgid "cpu time" msgstr "" -#: ../src/text_simulation.cc:1236 +#: src/text_simulation.cc:1237 msgid "base priority" msgstr "" -#: ../src/text_simulation.cc:1282 +#: src/text_simulation.cc:1283 msgid "instant" msgstr "" -#: ../src/text_simulation.cc:1328 +#: src/text_simulation.cc:1329 msgid "resource key" msgstr "" -#: ../src/text_simulation.cc:1338 +#: src/text_simulation.cc:1339 msgid "ERROR: invalid resource identifier\n" msgstr "" -#: ../src/text_simulation.cc:1360 +#: src/text_simulation.cc:1361 msgid "WARNING: Simulation is not stopped, it will be automatically stopped" msgstr "" -#: ../src/text_simulation.cc:1435 +#: src/text_simulation.cc:1436 msgid "invalid resource id" msgstr "" -#: ../src/text_simulation.cc:1597 ../src/text_simulation.cc:1634 +#: src/text_simulation.cc:1598 src/text_simulation.cc:1635 msgid "ERROR: No registered serializer available\n" msgstr "" -#: ../src/text_simulation.cc:1705 +#: src/text_simulation.cc:1706 msgid "ERROR: command not supported\n" msgstr "" -#: ../src/text_simulation.cc:1723 +#: src/text_simulation.cc:1724 msgid ">> RUNNING <<" msgstr "" -#. Print ready queue -#: ../src/text_simulation.cc:1784 +#: src/text_simulation.cc:1785 msgid "READY QUEUE: { " msgstr "" -#: ../src/text_simulation.cc:1792 +#: src/text_simulation.cc:1793 msgid " ~ " msgstr "" -#: ../src/text_simulation.cc:1795 +#: src/text_simulation.cc:1796 msgid "}" msgstr "" -#. Write the queue of requests for each resource -#: ../src/text_simulation.cc:1806 +#: src/text_simulation.cc:1807 msgid "RESOURCES:" msgstr "" -#: ../src/text_simulation.cc:1812 +#: src/text_simulation.cc:1813 msgid ", with " msgstr "" -#: ../src/text_simulation.cc:1813 +#: src/text_simulation.cc:1814 msgid " places" msgstr "" -#: ../src/text_simulation.cc:1818 +#: src/text_simulation.cc:1819 msgid "queue: { " msgstr "" -#: ../src/text_simulation.cc:1834 +#: src/text_simulation.cc:1835 msgid " }" msgstr "" -#: ../src/text_simulation.cc:1853 +#: src/text_simulation.cc:1854 msgid "PROCESSES:" msgstr "" -#: ../src/text_simulation.cc:1855 +#: src/text_simulation.cc:1856 msgid "state" msgstr "" -#: ../src/text_simulation.cc:1856 +#: src/text_simulation.cc:1857 msgid "arrival" msgstr "" -#: ../src/text_simulation.cc:1857 +#: src/text_simulation.cc:1858 msgid "requiring" msgstr "" -#: ../src/text_simulation.cc:1858 +#: src/text_simulation.cc:1859 msgid "elapsed" msgstr "" -#: ../src/text_simulation.cc:1860 +#: src/text_simulation.cc:1861 msgid "resource_id" msgstr "" -#: ../src/resources_widget.cc:66 +#: src/resources_widget.cc:65 msgid "resources" msgstr "" -#. Insert policy description -#: ../src/configure_policy_dialog.cc:61 +#: src/configure_policy_dialog.cc:61 msgid "Policy description" msgstr "" -#: ../src/configure_policy_dialog.cc:74 +#: src/configure_policy_dialog.cc:74 msgid "Integer values" msgstr "" -#: ../src/configure_policy_dialog.cc:92 +#: src/configure_policy_dialog.cc:92 msgid "Floating point values" msgstr "" -#: ../src/configure_policy_dialog.cc:109 +#: src/configure_policy_dialog.cc:109 msgid "Alphanumerical values" msgstr "" -#: ../src/configure_policy_dialog.cc:124 +#: src/configure_policy_dialog.cc:124 msgid "No options to configure for this policy" msgstr ""