Added French translation by Kurosu + Google Translate

This commit is contained in:
pelya
2010-10-13 14:19:13 +03:00
parent 2e1a4992d3
commit 2607d74b72
4 changed files with 136 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ public class MainActivity extends Activity {
WindowManager.LayoutParams.FLAG_FULLSCREEN);
_tv = new TextView(this);
_tv.setText("Initializing");
_tv.setText(R.string.init);
setContentView(_tv);
if(mAudioThread == null) // Starting from background (should not happen)
{