- Set icon for main window
- Enable startup notification in GNOME via desktop file git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1224 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
3db53d4904
commit
b3999f2803
|
@ -15,4 +15,5 @@ Comment[it]=Un programma educativo che mostra la gestione dei processi in un sis
|
|||
Icon=scc-sgpemv2
|
||||
|
||||
Exec=sgpemv2 '%f'
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,6 @@ src/main.cc
|
|||
src/cairo_widget.cc
|
||||
src/add_request_dialog.cc
|
||||
src/graphical_preferences_editor.cc
|
||||
src/schedulable_state_widget.cc
|
||||
src/backend/sub_request.cc
|
||||
src/backend/ready_queue.cc
|
||||
src/backend/default_resource_policy_manager.cc
|
||||
|
|
|
@ -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-09-16 15:37+0200\n"
|
||||
"POT-Creation-Date: 2006-09-17 14: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,11 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: src/gui_builder.cc:152
|
||||
msgid ""
|
||||
"<b>Want to save?</b>\n"
|
||||
"You'll lose your changes if you don't."
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:221 src/gui_builder.cc:264 src/gui_builder.cc:334
|
||||
#: src/gui_builder.cc:215 src/gui_builder.cc:258 src/gui_builder.cc:328
|
||||
msgid "ERROR: No registered serializer available"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:226 src/gui_builder.cc:269 src/gui_builder.cc:339
|
||||
#: src/gui_builder.cc:220 src/gui_builder.cc:263 src/gui_builder.cc:333
|
||||
#: 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
|
||||
|
@ -35,37 +29,43 @@ msgstr ""
|
|||
msgid "ERROR: "
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:361 src/gui_builder.cc:389
|
||||
#: src/gui_builder.cc:355 src/gui_builder.cc:383
|
||||
msgid ""
|
||||
"<b>No CPU policy is currently selected.</b>\n"
|
||||
"Please choose one before trying to configure it."
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:367 src/gui_builder.cc:396
|
||||
#: src/gui_builder.cc:361 src/gui_builder.cc:390
|
||||
msgid "Configuring CPU Policy "
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:455
|
||||
#: src/gui_builder.cc:449
|
||||
msgid "Selected CPU policy "
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:463
|
||||
#: src/gui_builder.cc:457
|
||||
msgid "<b>Impossible to select this CPU Policy.</b>\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:469
|
||||
#: src/gui_builder.cc:463
|
||||
msgid "No CPU policy selected. Please select one."
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:517
|
||||
#: src/gui_builder.cc:511
|
||||
msgid "Current resource policy deselected."
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:519
|
||||
#: src/gui_builder.cc:513
|
||||
msgid "Selected resource policy "
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:700
|
||||
#: src/gui_builder.cc:537
|
||||
msgid ""
|
||||
"<b>Want to save?</b>\n"
|
||||
"You'll lose your changes if you don't."
|
||||
msgstr ""
|
||||
|
||||
#: src/gui_builder.cc:715
|
||||
msgid "Filename to open: "
|
||||
msgstr ""
|
||||
|
||||
|
@ -160,47 +160,27 @@ msgstr ""
|
|||
msgid "Select a directory to add"
|
||||
msgstr ""
|
||||
|
||||
#: src/schedulable_state_widget.cc:66
|
||||
msgid "Future"
|
||||
msgstr ""
|
||||
|
||||
#: src/schedulable_state_widget.cc:70
|
||||
msgid "Ready"
|
||||
msgstr ""
|
||||
|
||||
#: src/schedulable_state_widget.cc:74
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#: src/schedulable_state_widget.cc:78
|
||||
msgid "Blocked"
|
||||
msgstr ""
|
||||
|
||||
#: src/schedulable_state_widget.cc:82
|
||||
msgid "Terminated"
|
||||
msgstr ""
|
||||
|
||||
#: src/backend/global_preferences.cc:90
|
||||
msgid "Unable to obtain Application Data directory"
|
||||
msgstr ""
|
||||
|
||||
#: src/backend/concrete_simulation.cc:239
|
||||
#: src/backend/concrete_simulation.cc:235
|
||||
msgid "unable to change policy and to restore the previous: "
|
||||
msgstr ""
|
||||
|
||||
#: src/backend/concrete_simulation.cc:245
|
||||
#: src/backend/concrete_simulation.cc:241
|
||||
msgid "unable to change policy: "
|
||||
msgstr ""
|
||||
|
||||
#: src/backend/string_utils.cc:54 src/backend/string_utils.cc:90
|
||||
#: 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:77
|
||||
#: src/backend/string_utils.cc:85
|
||||
msgid "incorrect number format"
|
||||
msgstr ""
|
||||
|
||||
#: src/backend/string_utils.cc:113
|
||||
#: src/backend/string_utils.cc:125
|
||||
msgid "incorrect boolean"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue