-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding German translation (thank you Uwe Walschus for providing
the translation). A fix to make the volume control work correctly (thanks to Chris Alger and Krzysztof Szczesny for sending the patch). build.xml updated by running android update project --path .
- Loading branch information
pfedor
committed
Jan 9, 2012
1 parent
220cbd4
commit 2575e0c
Showing
4 changed files
with
92 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Frozen Bubble</string> | ||
<string name="menu_new_game">Neues Spiel</string> | ||
<string name="menu_colorblind_mode_on">Darstellung mit Symbolen</string> | ||
<string name="menu_colorblind_mode_off">Darstellung ohne Symbole</string> | ||
<string name="menu_fullscreen_on">Vollbild an</string> | ||
<string name="menu_fullscreen_off">Vollbild aus</string> | ||
<string name="menu_sound_on">Ton an</string> | ||
<string name="menu_sound_off">Ton aus</string> | ||
<string name="menu_about">Über Frozen Bubble</string> | ||
<string name="menu_touchscreen_aim_then_shoot">Einstellen, dann schießen</string> | ||
<string name="menu_touchscreen_point_to_shoot">Zeigen zum Schießen</string> | ||
<string name="menu_dont_rush_me">Kein Zeitdruck</string> | ||
<string name="menu_rush_me">Zeitdruck</string> | ||
<string name="menu_editor">Level-Editor</string> | ||
<string name="install_editor">Weiterleitung zum Android Market für den Download des Level-Editors...</string> | ||
<string name="market_missing">Android Market nicht gefunden! Bitten installieren Sie den Level-Editor manuell.</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters