Skip to content

Commit

Permalink
Update translates and repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Jul 12, 2016
1 parent 13f26c0 commit 88bf88c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is my port of AstroSmash from Java ME (J2ME) MIDlet to Android OS applicati

## Download

You can download APK-package on [releases](https://github.com/EXL/AstroSmash/releases) section.
You can download APK-package for Android OS from the [releases](https://github.com/EXL/AstroSmash/releases) section.

## Build instructions

Expand Down
2 changes: 1 addition & 1 deletion res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<string name="AboutHelpLabel">Справка и помощь</string>
<string name="Version">v1.0</string>
<string name="IconDesc">Иконка AstroSmash</string>
<string name="AboutString">Портирование с Java ME (J2ME) MIDlet на Android OS с использованием отрисовки с помощью канваса SurfaceView:\n• © 2016 S. \"EXL\" KLS\nemail: [email protected]\nemail: [email protected]\n\nИсходный код:\nhttp://github.com/EXL/AstroSmash\n\nСтатья про портирование AstroSmash:\nhttp://exlmoto.ru/astrosmash-droid\n\nБлагодарности:\n• Данилу Медведеву за идею и поддержку;\n• Никите Прокопчику за классные фотографии;\n• baat\'у за помощь и поддержку;\n• Zorge.R\'у за хостинг, терпение и помощь.</string>
<string name="AboutString">Портирование с Java ME (J2ME) MIDlet на Android OS с использованием отрисовки с помощью канваса SurfaceView:\n• © 2016 S. \"EXL\" KLS\nemail: [email protected]\nemail: [email protected]\n\nИсходный код:\nhttp://github.com/EXL/AstroSmash\n\nСтатья про портирование AstroSmash:\nhttp://exlmoto.ru/astrosmash-droid\n\nБлагодарности:\n• Данилу Медведеву за идею и поддержку;\n• Никите Прокопчику за классные фотографии;\n• mvb06\'у за тестирование APK-пакета;\n• baat\'у за помощь и поддержку;\n• Zorge.R\'у за хостинг, терпение и помощь.</string>
<string name="DoubleFire">Два снаряда</string>

</resources>
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<string name="AboutHelpLabel">About &amp; Help</string>
<string name="Version">v1.0</string>
<string name="IconDesc">Icon AstroSmash</string>
<string name="AboutString">Porting from Java ME (J2ME) MIDlet to Android OS application with using SurfaceView Canvas drawing:\n• © 2016 S. \"EXL\" KLS\nemail: [email protected]\nemail: [email protected]\n\nSource Code:\nhttp://github.com/EXL/AstroSmash\n\nArticle About Porting AstroSmash:\nhttp://exlmoto.ru/astrosmash-droid\n\nThanks to:\n• Danil Medvedev for idea and support;\n• Nikita Prokopchik for cool photos;\n• baat for help and support;\n• Zorge.R for hosting, patience and help.</string>
<string name="AboutString">Porting from Java ME (J2ME) MIDlet to Android OS application with using SurfaceView Canvas drawing:\n• © 2016 S. \"EXL\" KLS\nemail: [email protected]\nemail: [email protected]\n\nSource Code:\nhttp://github.com/EXL/AstroSmash\n\nArticle About Porting AstroSmash:\nhttp://exlmoto.ru/astrosmash-droid\n\nThanks to:\n• Danil Medvedev for idea and support;\n• Nikita Prokopchik for cool photos;\n• mvb06 for testing APK-package;\n• baat for help and support;\n• Zorge.R for hosting, patience and help.</string>
<string name="DoubleFire">Double Fire</string>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static String getCredits3() {
public static void initializeRussian() {
GAME_PAUSED_STRING = "Пауза";
GAME_OVER_STRING = "Конец игры";
PEAK_SCORE_STRING = "Счёт";
PEAK_SCORE_STRING = "Максимум";
}

public static String getHelpRussian() {
Expand Down
2 changes: 1 addition & 1 deletion src/ru/exlmoto/astrosmash/AstroSmashLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static class AstroSmashSettings {

public static String[] playerNames = { "Zorge.R", "baat", "Osta", "Armhalfer", "J()KER",
"a1batross", "mvb06", "NoPH8", "PUSYA", "Neko-mata" };
public static final int[] playerScores = { 100000, 70000, 60000, 50000, 40000, 30000, 20000, 10000, 5000, 1000 };
public static final int[] playerScores = { 100000, 82245, 70000, 50000, 40000, 30000, 20000, 10000, 5000, 1000 };
}

private Dialog aboutDialog = null;
Expand Down

0 comments on commit 88bf88c

Please sign in to comment.