Skip to content

Commit

Permalink
Add winners of the "Beat the Devs" event
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Oct 9, 2013
1 parent 3a7ad58 commit ef1b827
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChaseWhisply/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
android:text="@string/about_thanks_tkeunebr"
android:textAppearance="?android:attr/textAppearanceSmall" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right"
android:layout_marginTop="@dimen/default_half_vertical_margin"
android:text="@string/about_thanks_beat_the_dev_winners"
android:textAppearance="?android:attr/textAppearanceSmall" />

<TextView
android:id="@+id/textView8"
android:layout_width="fill_parent"
Expand Down
7 changes: 4 additions & 3 deletions ChaseWhisply/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@
<string name="about_developer_card_title">Développeurs</string>
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>
<string name="about_thanks_section">Remerciements à…</string>
<string name="about_thanks_tkeunebr">Thomas Keunebroek, pour son support de la première heure et
<string name="about_thanks_section">Remerciements…</string>
<string name="about_thanks_tkeunebr">à Thomas Keunebroek, pour son support de la première heure et
ses précieux conseils.
</string>
<string name="about_thanks_beta_testers">Tous les beta testers, tout spécialement J. Morgan, M. Nasato, T. Lin Aung,
<string name="about_thanks_beat_the_dev_winners">aux deux vainqueurs de l\'évènement \"Beat the Devs\" : Faly Sixlay &amp; BMX22C.</string>
<string name="about_thanks_beta_testers">à tous les beta testers, tout spécialement J. Morgan, M. Nasato, T. Lin Aung,
M. Coulon, C. Morris, C. Cuadra, A. Peng, J. Bastien, DARKSULLI, M. Bet, BMX22C, J. Nye, et Y. Ritter.
</string>
<string name="about_license_section">Licence</string>
Expand Down
1 change: 1 addition & 0 deletions ChaseWhisply/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>
<string name="about_thanks_section">Special thanks to…</string>
<string name="about_thanks_tkeunebr">Thomas Keunebroek, for his early day support and precious advice.</string>
<string name="about_thanks_beat_the_dev_winners">the two winners of the \"Beat the Devs\" event: Faly Sixlay &amp; BMX22C.</string>
<string name="about_thanks_beta_testers">All the beta testers, especially J. Morgan, M. Nasato, T. Lin Aung, M.
Coulon, C. Morris, C. Cuadra, A. Peng, J. Bastien, DARKSULLI, M. Bet, BMX22C, J. Nye, and Y. Ritter.
</string>
Expand Down

0 comments on commit ef1b827

Please sign in to comment.