Skip to content

Commit

Permalink
Release 0.95.239
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jul 24, 2023
1 parent 0d68a08 commit c66e738
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 342 deletions.
3 changes: 3 additions & 0 deletions data/de/labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3713,6 +3713,9 @@
<entry key='abandonplanet.kill.cost'>Kosten: %,d cr (Profit: %,d cr)</entry>
<entry key='abandonplanet.move.found'>Kolonisten können nicht umgesiedelt werden</entry>
<entry key='abandonplanet.move.notfound'>Die Kolonisten können nirgendwo hingehen</entry>
<entry key='equipment.add_button.tooltip'>Halten Sie die [c=FFFFFFFF]Umschalttaste[/c] gedrückt, um 10 hinzuzufügen</entry>
<entry key='equipment.remove_button.tooltip'>Halten Sie die [c=FFFFFFFF]Umschalttaste[/c] gedrückt, um 10 zu entfernen</entry>
<entry key='equipment.sell_button.tooltip'>Halten Sie die [c=FFFFFFFF]Umschalttaste[/c] gedrückt, um 10 zu verkaufen</entry>
<entry key=""></entry>
<entry key=""></entry>
<entry key=""></entry>
Expand Down
Binary file added install/open-ig-0.95.239.jar
Binary file not shown.
Binary file added install/open-ig-upgrade-20230724a2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/hu/openig/model/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
public class Configuration {
/** The version string. */
public static final String VERSION = "0.95.238";
public static final String VERSION = "0.95.239";
/** Annotation for indicating load/save a field. */
@Retention(RetentionPolicy.RUNTIME)
@interface LoadSave { }
Expand Down
Loading

0 comments on commit c66e738

Please sign in to comment.