Skip to content

Commit

Permalink
#17 in progress - new name and warning on first screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mjureczko committed Sep 17, 2024
1 parent aecad44 commit b3400cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "pl.marianjureczko.poszukiwacz"
minSdkVersion 23
targetSdkVersion 34
versionCode 5
versionName "0.5"
versionCode 7
versionName "0.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [facebookToken: FACEBOOK_TOKEN]
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/kalinowice/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Kalinowice - Mały Poszukiwacz Skarbów</string>
<string name="custom_lead1">Zapraszamy na wyjątkową podróż po pozornie zwyczajnej opolskiej wiosce. Zabierze nas w nią mieszkaniec Kalinowic i pasjonat lokalnej historii Pan Andrzej Legrand. Dzięki niemu poznamy największe okoliczne tajemnice i odkryjemy bezcenne skarby wiedzy.</string>
<string name="app_name">Kalinowice</string>
<string name="custom_lead1">[UWAGA trasa w przyotowaniu] Zapraszamy na wyjątkową podróż po pozornie zwyczajnej opolskiej wiosce. Zabierze nas w nią mieszkaniec Kalinowic i pasjonat lokalnej historii Pan Andrzej Legrand. Dzięki niemu poznamy największe okoliczne tajemnice i odkryjemy bezcenne skarby wiedzy.</string>
<string name="custom_lead2">Dokładny przebieg trasy zależy od Twoich decyzji, ale możesz się spodziewać, że jej długość to będzie około 13 km. Rozważ rozbicie poszukiwań na kilka dni albo wspomaganie się rowerem.</string>
<string name="custom_title">Przygoda w Kalinowicach</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/kalinowice/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Kalinowice - Little Treasure Hunter</string>
<string name="custom_lead1">We invite you on a special journey through a seemingly ordinary village. Our guide will be Mr. Andrzej Legrand, a resident of Kalinowice and a lover of local history. Thanks to him, we will learn about the biggest local secrets and discover priceless treasures of knowledge.</string>
<string name="app_name">Kalinowice</string>
<string name="custom_lead1">[WARNING the route is being prepared] We invite you on a special journey through a seemingly ordinary village. Our guide will be Mr. Andrzej Legrand, a resident of Kalinowice and a lover of local history. Thanks to him, we will learn about the biggest local secrets and discover priceless treasures of knowledge.</string>
<string name="custom_lead2">The exact route depends on your choices, but you can expect it to be about 13 km long. Consider breaking the journey into a few days or using a bike.</string>
<string name="custom_title">Kalinowice Adventure Trip</string>
</resources>

0 comments on commit b3400cf

Please sign in to comment.