Skip to content

Commit

Permalink
add german and polish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Sep 9, 2014
1 parent e4af219 commit 800b80c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file modified 2048.apk
Binary file not shown.
9 changes: 9 additions & 0 deletions res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">2048</string>
<string name="action_settings">Einstellungen</string>
<string name="press_back_again_to_exit">Drücke nochmal Zurück zum Beenden</string>
<string name="toggle_fullscreen">Lange drücken um Vollbildschirm anzuzeigen</string>

</resources>
9 changes: 9 additions & 0 deletions res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">2048</string>
<string name="action_settings">Ustawienia</string>
<string name="press_back_again_to_exit">Naciśnij ponownie, aby wyjść</string>
<string name="toggle_fullscreen">Trzymaj nacisk na pare sekund, aby zmienic na pełny ekran</string>

</resources>

0 comments on commit 800b80c

Please sign in to comment.