diff --git a/data/en.mse-locale/locale b/data/en.mse-locale/locale index d3399689..af23a5da 100644 --- a/data/en.mse-locale/locale +++ b/data/en.mse-locale/locale @@ -1,6 +1,8 @@ -mse version: 0.3.5 +mse version: 0.3.6 +installer group: locales full name: English version: 2007-09-23 +icon: usgb.png ############################################################## Menu items menu: @@ -92,13 +94,6 @@ menu: basic shapes: &Basic Shapes F8 symmetry: S&ymmetry F9 paint: P&aint F10 - - # Updates window - apply changes: Apply changes - cancel changes: Cancel changes - install package: Install package - upgrade package: Upgrade package - remove package: Remove package ############################################################## Menu help texts help: @@ -458,6 +453,23 @@ label: # Symbol editor sides: sides + + # Packages window + package name: Package + package installed version: Installed version + package remote version: Latest version + package status: Status + package action: Action + + package conflicts: conflicting modifications + package modified: local modifications + package updates: updates available + package installed: installed + package installable: not installed + install package: install + upgrade package: upgrade + remove package: remove + ############################################################## Buttons/checkboxes/choices in the GUI button: @@ -515,6 +527,15 @@ button: defaults: Reset to &Defaults enabled: Enabled whole word: Match whole word only + + # Packages window + install package: &Install + upgrade package: &Upgrade + remove package: &Remove + install group: &Install All + upgrade group: &Upgrade All + remove group: &Remove All + ############################################################## Titles in the GUI title: @@ -639,9 +660,7 @@ error: dependency not given: The package '%s' uses files from the package '%s', but it does not list a dependency. To resolve this, add: - depends on: - package: %s - version: %s + depends on: %s %s # Script stuff has no member: %s has no member '%s' @@ -687,6 +706,22 @@ error: # Package update window no packages: Found no package updates. checking updates: Checking for updates. + can't download installer: + Unable to download installer for package %s from %s. + Nothing has been installed. + + downloading updates: Downloading updates (%d of %d) + installing updates: Updating packages (%d of %d) + + remove packages: + This will remove %s packages, do you want to continue? + remove packages modified: + This will remove %s packages, %s of those have been modified after installing. + Removing them can not be undone. + + Do you want to continue? + + cannot create file: Can not create file '%s', continue installation? ############################################################## Types used in scripts / shape names diff --git a/data/en.mse-locale/usgb.png b/data/en.mse-locale/usgb.png new file mode 100644 index 00000000..196db587 Binary files /dev/null and b/data/en.mse-locale/usgb.png differ diff --git a/src/data/action/keyword.cpp b/src/data/action/keyword.cpp index 7917f487..8028d10e 100644 --- a/src/data/action/keyword.cpp +++ b/src/data/action/keyword.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/action/set.cpp b/src/data/action/set.cpp index ef2c4d84..a4f0c7eb 100644 --- a/src/data/action/set.cpp +++ b/src/data/action/set.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/action/symbol.cpp b/src/data/action/symbol.cpp index b610e628..0c959df7 100644 --- a/src/data/action/symbol.cpp +++ b/src/data/action/symbol.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/action/symbol_part.cpp b/src/data/action/symbol_part.cpp index 70e7f4c3..f1629833 100644 --- a/src/data/action/symbol_part.cpp +++ b/src/data/action/symbol_part.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include diff --git a/src/data/action/value.cpp b/src/data/action/value.cpp index d5c1fdf3..8051ca7c 100644 --- a/src/data/action/value.cpp +++ b/src/data/action/value.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/card.cpp b/src/data/card.cpp index 0eeec95a..df60ef45 100644 --- a/src/data/card.cpp +++ b/src/data/card.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/card.hpp b/src/data/card.hpp index 02f4bd70..79070c9f 100644 --- a/src/data/card.hpp +++ b/src/data/card.hpp @@ -49,7 +49,7 @@ class Card : public IntrusivePtrVirtualBase { /// Extra values for specitic stylesheets, indexed by stylesheet name DelayedIndexMaps extra_data; /// Styling information for a particular stylesheet - IndexMap& extraDataFor(const StyleSheet& stylesheet) ; + IndexMap& extraDataFor(const StyleSheet& stylesheet); /// Keyword usage statistics vector > keyword_usage; diff --git a/src/data/export_template.cpp b/src/data/export_template.cpp index f38ac9ed..013e8c45 100644 --- a/src/data/export_template.cpp +++ b/src/data/export_template.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/field.cpp b/src/data/field.cpp index ed98fb0e..03637fee 100644 --- a/src/data/field.cpp +++ b/src/data/field.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/field/boolean.cpp b/src/data/field/boolean.cpp index aa77fcc3..53bd4ee3 100644 --- a/src/data/field/boolean.cpp +++ b/src/data/field/boolean.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include // ----------------------------------------------------------------------------- : BooleanField @@ -31,8 +32,8 @@ BooleanStyle::BooleanStyle(const ChoiceFieldP& field) : ChoiceStyle(field) { render_style = RENDER_BOTH; - //%%choice_images[_("yes")] = ScriptableImage(_("buildin_image(\"bool_yes\")")); - //%%choice_images[_("no")] = ScriptableImage(_("buildin_image(\"bool_no\")")); + //choice_images[_("yes")] = ScriptableImage(_("buildin_image(\"bool_yes\")")); + //choice_images[_("no")] = ScriptableImage(_("buildin_image(\"bool_no\")")); choice_images[_("yes")] = ScriptableImage(new_intrusive1(_("bool_yes"))); choice_images[_("no")] = ScriptableImage(new_intrusive1(_("bool_no"))); } diff --git a/src/data/field/choice.cpp b/src/data/field/choice.cpp index a357d9bf..8e65fc83 100644 --- a/src/data/field/choice.cpp +++ b/src/data/field/choice.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include #include diff --git a/src/data/field/color.cpp b/src/data/field/color.cpp index cf8fd342..1333da81 100644 --- a/src/data/field/color.cpp +++ b/src/data/field/color.cpp @@ -6,6 +6,7 @@ // ----------------------------------------------------------------------------- : Includes +#include #include #include