Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Built 2.2.3_rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jun 29, 2016
1 parent 6812118 commit 7ce6366
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<string name="target_face">Blason</string>
<!-- Scoreboard -->
<string name="scoreboard">Feuille de marque</string>
<string name="arrows">Volée</string>
<string name="arrows">Flèches</string>
<string name="sum">Somme</string>
<string name="carry">Cumul</string>
<string name="action_print">Imprimer</string>
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<string name="backup_action">Záloha</string>
<string name="import_action">Importovať</string>
<string name="export">Exportovať</string>
<string name="exports_as_csv">Export uložil dáta do *.csv</string>
<string name="exports_as_csv">Uloží exportované dáta do *.csv</string>
<string name="app_rate">Hodnotenie aplikácie</string>
<string name="app_share">Zdieľanie aplikácie</string>
<string name="contact_developer">Kontaktovať vývojára</string>
Expand All @@ -157,8 +157,8 @@
</plurals>
<string name="info">Informácie</string>
<string name="data">Dáta</string>
<string name="create_backup_on_sd">Vytvorí zálohu na SD karte</string>
<string name="restore_backup">Obnovenie zálohy</string>
<string name="create_backup_on_sd">Vytvorí zálohu na karte SD</string>
<string name="restore_backup">Obnoví dáta zo zálohy</string>
<string name="weather">Počasie</string>
<string name="environment">Prostredie</string>
<string name="wind_speed">Rýchlosť vetra</string>
Expand Down Expand Up @@ -264,6 +264,6 @@
<string name="archer">Lukostrelec</string>
<string name="hits">Zásahov</string>
<string name="misses">Minutí</string>
<string name="percentage_reached_points">Percentage of reached points</string>
<string name="arrow_number_removed">Arrow number removed!</string>
<string name="percentage_reached_points">Percento dosiahnutých bodov</string>
<string name="arrow_number_removed">Čísla šípov odstránené!</string>
</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {
playServiceVersion = '9.0.2'
espressoVersion = '2.2.2'
parcelerVersion = '1.1.5'
appVersionName = '2.2.2'
appVersionCode = 44
appVersionName = '2.2.3_rc1'
appVersionCode = 45
}

allprojects {
Expand Down

0 comments on commit 7ce6366

Please sign in to comment.