Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AddAddressStreet to latest StreetComplete master #2

Closed
wants to merge 238 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
238 commits
Select commit Hold shift + click to select a range
0b4b85c
initial code for recycling
matkoniecz Sep 19, 2019
778d543
convert image upload to kotlin
westnordost Nov 3, 2019
a915ca1
fail upload of note if attached photo can't be uploaded but continue …
westnordost Nov 3, 2019
0daa8ed
convert download strategies
westnordost Nov 3, 2019
396346b
convert quest auto syncer
westnordost Nov 3, 2019
5ba3d5d
Merge branch 'master' into recycling
westnordost Nov 5, 2019
f0659ab
simplify string
westnordost Nov 5, 2019
7e7ffce
add to QuestModule
westnordost Nov 5, 2019
f79b794
canonical order
westnordost Nov 5, 2019
1b83db8
add convenience function to ImageSelectAdapter
westnordost Nov 5, 2019
baf86ad
Add ImageListPickerDialog
westnordost Nov 5, 2019
a8e1fae
add icons for plastic bottles and packaging
westnordost Nov 5, 2019
0cf869f
add strings for scrap, plastic bottles and plastic packaging
westnordost Nov 5, 2019
5ba8ec0
AddCarWashTypeForm: use values instead of indices, safer, cleaner
westnordost Nov 5, 2019
b2f3c21
update icons
westnordost Nov 6, 2019
95031b2
fix image picker dialog
westnordost Nov 6, 2019
9287ea5
use ImageListPickerDialog in Cycleway and Sidewalk quest
westnordost Nov 6, 2019
ba8e67d
finish AddRecyclingContainerMaterials quest and add test
westnordost Nov 6, 2019
d53db71
Add postbox ref
westnordost Nov 7, 2019
3dbdc2e
more performant overpass query
westnordost Nov 7, 2019
3597f75
Add note explaining that user should leave a note if anything differe…
westnordost Nov 7, 2019
2dc08d7
proguard config for Lifecycle-components
westnordost Nov 7, 2019
d8c2fba
Add factory methods to services
westnordost Nov 7, 2019
494eda0
status changes of quests as methods
westnordost Nov 7, 2019
6284c9b
convert+refactor QuestController to Kotlin
westnordost Nov 7, 2019
2d8a024
convert OsmAreas to Kotlin and refactor
westnordost Nov 7, 2019
94e920f
use lighter grey so it displays fine in dark mode
westnordost Nov 10, 2019
370f900
Add another recycling quest regarding recycling:glass
westnordost Nov 10, 2019
7721f0d
Merge branch 'master' into recycling
westnordost Nov 10, 2019
6f9db56
make situation with jars and weird glass types clear
matkoniecz Nov 11, 2019
ce7bc8d
rewrite listing
matkoniecz Nov 12, 2019
7b99bd2
fix copy paste accident
matkoniecz Nov 12, 2019
b9eee72
reduce sentence complexity, use space for mentioning tempered glass
matkoniecz Nov 12, 2019
7aabf38
fix memorizing favourites
westnordost Nov 17, 2019
d2a028a
Merge branch 'master' into recycling
westnordost Nov 17, 2019
998419c
Merge branch 'master' into kotlin-data
westnordost Nov 17, 2019
13363f7
move utility functions out of singleton
westnordost Nov 17, 2019
ac6bc71
convert OsmQuestDownload to kotlin, move Overpass-stuff to different …
westnordost Nov 18, 2019
1309866
convert Countries to Kotlin
westnordost Nov 18, 2019
94fbd88
fix Element extension functions test and implementation
westnordost Nov 18, 2019
820834e
fix typo
matkoniecz Nov 19, 2019
c1be6dd
OsmQuestDownloadTest to Kotlin
westnordost Nov 23, 2019
38c2f85
fix test
westnordost Nov 24, 2019
e86b3f5
remove unnecessary imports
westnordost Nov 24, 2019
715e740
give hint how to use street side puzzle (#1671)
matkoniecz Dec 1, 2019
55171f3
use dimens for quest form padding
westnordost Dec 1, 2019
8594ab7
specify GPL version
matkoniecz Dec 2, 2019
c33af76
be more explicit that this files were made by @westnordost
matkoniecz Dec 2, 2019
8c7cced
use external dependency for talking with overpass api
westnordost Dec 4, 2019
bf449e4
mark files as work of @westnordost
matkoniecz Dec 5, 2019
da47472
convert downloat to kotlin
westnordost Dec 10, 2019
fca8c1d
Merge branch 'master' into kotlin-data
westnordost Dec 11, 2019
3d10e2d
rename upload -> uploader
westnordost Dec 11, 2019
f945e82
fix code indentation
westnordost Dec 11, 2019
3f9b47c
add some javadoc
westnordost Dec 11, 2019
7ee7dbd
rename a data class
westnordost Dec 11, 2019
1e31169
remove TODO that will not be done
westnordost Dec 11, 2019
c87d6dd
add test for OsmApiElementGeometryCreator and extend it so that only …
westnordost Dec 11, 2019
ddfeec2
rename function
westnordost Dec 11, 2019
00b014e
fix compilation error
westnordost Dec 12, 2019
218ad65
fix runtime error
westnordost Dec 12, 2019
49ce623
auto syncer shall not start new download while currently downloading
westnordost Dec 12, 2019
ece4872
auto syncer shall count invalidated quests as if there were not on th…
westnordost Dec 12, 2019
4558f29
fix runtime error
westnordost Dec 12, 2019
fe6f32a
mark classes as singletons which must be singletons
westnordost Dec 12, 2019
7a1a1dc
improve logging
westnordost Dec 12, 2019
5ebbb25
source for a graphic
westnordost Dec 19, 2019
e1eb135
use same method for log tag private static consts everywhere
westnordost Dec 19, 2019
bfb61db
Merge pull request #1683 from westnordost/kotlin-data
westnordost Dec 19, 2019
5097147
Merge branch 'master' into postbox-ref
westnordost Dec 19, 2019
75d4b0c
Merge pull request #1628 from westnordost/postbox-ref
westnordost Dec 19, 2019
b146f04
Merge branch 'master' into recycling
westnordost Dec 19, 2019
5793b60
Merge pull request #1627 from westnordost/recycling
westnordost Dec 19, 2019
163e26a
fix merge error
westnordost Dec 19, 2019
ae847f6
Clearer wording on parking access quest (fixes #1685)
westnordost Dec 19, 2019
558e800
fix merge mistake
westnordost Dec 19, 2019
fe6375b
use mockito-inline to mock final classes
westnordost Dec 19, 2019
6f9ca39
add BCP 47 locale to changeset tags (fixes #1674)
westnordost Dec 19, 2019
fe148c6
don't ask again when leaving note through quest-specific answer-option
westnordost Dec 19, 2019
2352b9c
better visibility of some icons in dark mode (fixes #1659)
westnordost Dec 19, 2019
40d83bb
better visibility of an icon in night mode (fixes #1658)
westnordost Dec 19, 2019
49ff1da
improve readability of filters
westnordost Dec 19, 2019
426a972
ask for opening hours of also unnamed shops (fixes #1647)
westnordost Dec 20, 2019
8f8c518
fix test
westnordost Dec 20, 2019
a609da8
Ask for the type of crossing for crossing=island (fixes #1637)
westnordost Dec 20, 2019
3188414
add donation information
westnordost Dec 20, 2019
bce3262
update presets
westnordost Dec 20, 2019
4f9d0ae
Show changelog after update of the app
westnordost Dec 22, 2019
8a7f667
convert two tests to kotlin
westnordost Dec 22, 2019
56fdc3e
fix test
westnordost Dec 22, 2019
11651f7
add convenience extension function
westnordost Dec 23, 2019
7120113
update dependencies
westnordost Dec 23, 2019
fe3b78a
version up
westnordost Dec 23, 2019
536920b
fixes after dependency updates
westnordost Dec 23, 2019
bf88597
add changelog
westnordost Dec 23, 2019
16ac597
update translations
westnordost Dec 23, 2019
67a0d45
move PR warning to end
matkoniecz Dec 28, 2019
b715166
attempt to make translating section simpler and more inviting
matkoniecz Dec 28, 2019
623ce6e
unify and fix formatting of a list
matkoniecz Dec 28, 2019
264b960
Merge pull request #1686 from matkoniecz/translating
westnordost Dec 28, 2019
f9624d8
Add rate app button and add donation button
westnordost Jan 1, 2020
24fcce5
fix maxspeed form did not recognize motorway / trunk link as similar …
westnordost Jan 2, 2020
c1af6fb
add script that pulls the translations
westnordost Jan 2, 2020
125b73e
pull translations, add Vietnamese by Minh Nguyễn
westnordost Jan 2, 2020
22e6a03
add credits for Vietnamese
westnordost Jan 2, 2020
2ce197f
version up + changelog
westnordost Jan 2, 2020
6c2b698
correct wrong html
westnordost Jan 2, 2020
a5e75a2
Fix What's New Dialog after when you had a beta version
westnordost Jan 2, 2020
6026782
update german translations
westnordost Jan 2, 2020
5848aeb
update presets
westnordost Jan 2, 2020
50e36c3
Added tree rows to ForestLeafType quest
Jan 3, 2020
ffe6948
Fixed indentation
Jan 3, 2020
dd5bfb9
Added split way override
Jan 3, 2020
f4a4dad
upgrade tangram dependency
westnordost Jan 4, 2020
f05d369
add class to control the camera
westnordost Jan 4, 2020
9ed56d7
first stub of a wrapper class around MapController
westnordost Jan 4, 2020
b9ad889
do not ask maxspeed for trunk link and motorway link
westnordost Jan 4, 2020
a029d44
avoid possible exception on unbinding of service
westnordost Jan 4, 2020
48ef419
clearer wording of changeset commit message (fixes #1691)
westnordost Jan 4, 2020
92fe48d
Merge pull request #1694 from MegaArthur/master
westnordost Jan 4, 2020
58dd21f
have seperate whitelists for AddTactilePavingCrosswalk and for AddTac…
dwaxweiler Jan 8, 2020
2a0cba3
clean after merge
westnordost Jan 8, 2020
1971e5e
update translations
westnordost Jan 13, 2020
708dbf6
update presets
westnordost Jan 13, 2020
0ab794a
add links to github automatically for the changelog
westnordost Jan 13, 2020
e234080
work in progress map refactor
westnordost Jan 17, 2020
2f64094
Fix bugs etc after refactor
westnordost Jan 18, 2020
e786c8e
automatically unglue on user interaction
westnordost Jan 19, 2020
e184212
reload scene if scene file path changed (dark/light mode)
westnordost Jan 19, 2020
ba4da59
smoother zoom in animation
westnordost Jan 19, 2020
e074b38
fix camera manager
westnordost Jan 19, 2020
872c95d
fix scaling of pins
westnordost Jan 19, 2020
bf9cd04
update to tangram 0.12.0
westnordost Jan 20, 2020
8febed7
update map style
westnordost Jan 20, 2020
597f11f
update map style
westnordost Jan 20, 2020
093a47b
map change callbacks
westnordost Jan 20, 2020
a5103a0
propagate map change event everywhere
westnordost Jan 20, 2020
821650c
nicer zooming to quest
westnordost Jan 20, 2020
eab075e
update boundaries.ser
westnordost Jan 20, 2020
f76a113
fix quests not reappearing
westnordost Jan 20, 2020
7cfadd2
Move handling of bottom sheet and map form "MainActivity" into "MainF…
westnordost Jan 23, 2020
1c24b45
fix opening geolocation
westnordost Jan 23, 2020
7b6abd0
move listener for quests to QuestautoSyncer
westnordost Jan 23, 2020
b080461
move handling of quest pins into QuestPinLayerManager
westnordost Jan 23, 2020
8dd521d
cancel current download if user changes something in quest selection …
westnordost Jan 24, 2020
64c1673
focus view on current location when creating new note (#1422)
westnordost Jan 24, 2020
853fc04
fix accuracy marker not updating
westnordost Jan 24, 2020
f3ed94c
fix compass appears in front of bottom sheet
westnordost Jan 24, 2020
f11e9a7
always rotate around the center of the visible portion of the screen …
westnordost Jan 24, 2020
9d7186c
Merge branch 'master' into new_tangram
westnordost Jan 25, 2020
a39907c
add changelog and up version
westnordost Jan 25, 2020
8e20bb5
update presets
westnordost Jan 25, 2020
9854611
fix gradle script
westnordost Jan 25, 2020
e08e6e6
update translations
westnordost Jan 25, 2020
bee260f
do not move recently used track type to the front of the image select…
westnordost Jan 25, 2020
e8c4888
correct (c)
westnordost Jan 25, 2020
0286d5e
add item to changelog
westnordost Jan 25, 2020
b12c754
treat metered wi-fis as mobile data (fixes #1699)
westnordost Jan 26, 2020
b48db66
fix some layout problems (fixes #1548)
westnordost Jan 26, 2020
df6f6dc
use black plus sign in multilingual name form (fixes #1702)
westnordost Jan 26, 2020
571d33c
Update AddVegan.kt
Giselle-MS Jan 11, 2020
ad290f7
fix compile error
westnordost Jan 26, 2020
2526179
optimize vegan query
westnordost Jan 26, 2020
0141d87
exchange ❌ with image of a ❌ (fixes #1703)
westnordost Jan 27, 2020
6caed76
gps range also precise when tilting the map (#1684)
westnordost Jan 27, 2020
72e865b
Fix class cast exception crash
westnordost Jan 27, 2020
ac2e6f4
Fix class cast exception crash
westnordost Jan 28, 2020
0c938df
version up
westnordost Jan 28, 2020
7d75703
workaround for https://github.com/tangrams/tangram-es/issues/2136
westnordost Jan 28, 2020
bf74f6f
convert SphericalEarthMath to Kotlin
westnordost Jan 30, 2020
693e272
fix ConcurrentModificationException for listeners
westnordost Jan 30, 2020
d4966fd
make QuestPinLayerManager threadsafe
westnordost Jan 30, 2020
2dbf510
Expand "add religion to place of worship" quest
Dosenpfand Jan 31, 2020
d90c2ab
Remove unnecessary brackets
Dosenpfand Feb 1, 2020
9175946
support for animations disabled (fixes #1706)
westnordost Feb 1, 2020
6e47d42
update translations
westnordost Feb 1, 2020
5b820a3
update version
westnordost Feb 1, 2020
6939b24
add a quest icon
westnordost Feb 2, 2020
1785a50
update boundaries: UK not part of EU anymore
westnordost Feb 2, 2020
9cdb465
Add first draft of tourist information quest
Dosenpfand Feb 2, 2020
36d9a44
don't expect that every phone has a magnetometer (fixes #1718)
westnordost Feb 2, 2020
999d597
enhance house icon (#1716)
westnordost Feb 3, 2020
17b7b43
while offline, map won't vanish when tapping on create-note button (f…
westnordost Feb 3, 2020
fbb74fb
Move "house" up in list
smichel17 Feb 3, 2020
5a7f776
move up AddBuildingType in importance (fixes #1717)
westnordost Feb 4, 2020
a64d57e
Remove source images
Dosenpfand Feb 4, 2020
23bb3d9
version up
westnordost Feb 4, 2020
ab3e230
update translations
westnordost Feb 4, 2020
4282c1e
Fix options
Dosenpfand Feb 4, 2020
5777a8b
Reorder options and show them all
Dosenpfand Feb 4, 2020
30aed06
post callback for single location request on main thread
westnordost Feb 9, 2020
2a2472f
fix caching (fixes #1589, #1727, #1723)
westnordost Feb 10, 2020
4389a57
Tilt map if not tilted, when not tracking location
smichel17 Feb 7, 2020
05305a5
Animate tilt when entering compass mode
smichel17 Feb 8, 2020
1ee3dc7
turn off GPS when app is sent in background (fixes #1729)
westnordost Feb 12, 2020
13afd0f
Merge branch 'master' of https://github.com/westnordost/StreetComplete
westnordost Feb 12, 2020
d8b99bb
simplify map initialization, wait until glView has been layouted (par…
westnordost Feb 13, 2020
920f422
fix: QuestController shall not observe the Activity's lifecycle and c…
westnordost Feb 13, 2020
d6464c3
update translations and add Malayalam
westnordost Feb 13, 2020
2c7ec67
version up
westnordost Feb 13, 2020
587516f
do not require a GPS sensor for the app to work
westnordost Feb 13, 2020
81ffabd
do not require a network location provider for the app to work
westnordost Feb 13, 2020
e61613a
WIP: Add quest: accepts cash yes/no
quite Feb 23, 2020
2a1d34c
Merge pull request #1722 from Dosenpfand/quest_tourist_information
westnordost Mar 3, 2020
ebae10c
Add description for multiple garages
smichel17 Feb 3, 2020
98e6680
Add answer "it's a waste container" for recycling container materials…
westnordost Mar 3, 2020
9a2fb6e
Merge branch 'master' of https://github.com/westnordost/StreetComplete
westnordost Mar 3, 2020
db8ef44
Clearer wording for cancelling current download (fixes #1741)
westnordost Mar 3, 2020
457f4d9
CarWashType: allow selecting self-service + staff cleans car (fixes #…
westnordost Mar 3, 2020
8338c7d
update gradle
westnordost Mar 3, 2020
de61b9f
update dependencies
westnordost Mar 3, 2020
c3fdd1c
add changelog for v18.0-beta1
westnordost Mar 3, 2020
4276b93
do not show changelog dialog after first installation (#1751)
westnordost Mar 3, 2020
6bd202b
solve a few warnings
westnordost Mar 3, 2020
29aa602
update translations
westnordost Mar 3, 2020
6a868ec
update changelog
westnordost Mar 3, 2020
e9a22fa
fix callback to animating camera pos was sometimes done on wrong thread
westnordost Mar 3, 2020
c4ffeab
change wording to commercial waste
westnordost Mar 3, 2020
f33dc6c
update strings
westnordost Mar 5, 2020
bb91dc5
fix translations
westnordost Mar 5, 2020
4b887d4
remove "show more" button from image selector form (#1692)
westnordost Mar 3, 2020
33d8278
solve possible race condition
westnordost Mar 9, 2020
78276a2
update translations, add Indonesian
westnordost Mar 9, 2020
0a3a4e5
version up
westnordost Mar 9, 2020
6b20ae7
icons for defibrillator quests added
Sequynth Mar 6, 2020
ea73f1c
fix panning map / quest download on 180th meridian (#1767)
westnordost Mar 24, 2020
63dda78
Typo in my username
Binnette Apr 5, 2020
ae7a244
Merge master into address
dbdean Apr 11, 2020
3685252
update AddAddressStreet to match changes in ac6bc710ca587ebace152c504…
dbdean Apr 11, 2020
a00f29c
update AddAddressStreet to match changes in 8c7cced190d335971498edee9…
dbdean Apr 11, 2020
b3286e5
hacked AddAddressStreetForm to use AAddLocalizedNameForm
dbdean Apr 17, 2020
ed70b2e
Make OSM commit message clearer
dbdean Apr 17, 2020
6f53bd5
Make distance for road name suggestion for addresses longer to accoun…
dbdean Apr 17, 2020
c75543f
Added street number to question
dbdean Apr 17, 2020
85e00b1
Remove serializer as it is covered by AAddLocalizedNameForm
dbdean Apr 17, 2020
ef7f451
500 metres was too much, let's try 250
dbdean Apr 17, 2020
8d4778a
AddAddressStreet now remembers last street chosen for quicker surveying
dbdean Apr 17, 2020
8718358
Merge branch 'master' into address
dbdean Apr 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update translations
westnordost committed Mar 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 29aa602cdf83f1da918a559976f16d42d0199fd2
1 change: 0 additions & 1 deletion app/src/main/res/values-ast/strings.xml
Original file line number Diff line number Diff line change
@@ -448,7 +448,6 @@ Pero recuerda que siempre puedes descargar aplicaciones de tecláu alternatives
<string name="quest_busStopShelter_tram_title">"¿La parada de tranvía ta a techu?"</string>
<string name="quest_bench_backrest_title">"¿Tien respaldu esti bancu?"</string>
<string name="quest_bench_answer_picnic_table">"Ye una mesa de picnic"</string>
<string name="quest_religion_for_place_of_worship_title">"¿Qué relixón se prautica en %s?"</string>
<string name="quest_religion_christian">"Cristianismu"</string>
<string name="quest_religion_muslim">"Islam"</string>
<string name="quest_religion_hindu">"Hinduísmu"</string>
1 change: 0 additions & 1 deletion app/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -442,7 +442,6 @@ En cas contrari, podeu baixar un altre teclat a la botiga d'aplicacions. Els tec
<string name="quest_busStopShelter_tram_title">"Aquesta parada de tramvia té marquesina?"</string>
<string name="quest_bench_backrest_title">"Aquest banc té respatller?"</string>
<string name="quest_bench_answer_picnic_table">"És una taula de pícnic"</string>
<string name="quest_religion_for_place_of_worship_title">"Quina religió es practica a %s?"</string>
<string name="quest_religion_christian">"cristianisme"</string>
<string name="quest_religion_muslim">"islamisme"</string>
<string name="quest_religion_hindu">"hinduisme"</string>
3 changes: 0 additions & 3 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
@@ -484,9 +484,6 @@ Mezi populární klávesnice, které podporují spoustu jazyků patří Google G
<string name="quest_busStopShelter_tram_title">"Má tato tramvajová zastávka střechu?"</string>
<string name="quest_bench_backrest_title">"Má tato lavička opěrák?"</string>
<string name="quest_bench_answer_picnic_table">"Je to stůl pro piknik"</string>

<!-- Fuzzy -->
<string name="quest_religion_for_place_of_worship_title">"Jaké náboženství se praktikuje v %s?"</string>
<string name="quest_religion_christian">"Křesťanství"</string>
<string name="quest_religion_muslim">"Islám"</string>
<string name="quest_religion_hindu">"Hinduismus"</string>
1 change: 0 additions & 1 deletion app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
@@ -470,7 +470,6 @@ Delvist betyder at kørestolsbrugeren kan bruge toilettet men der mangler håndt
<string name="quest_busStopShelter_tram_title">"Har stoppestedet et læ?"</string>
<string name="quest_bench_backrest_title">"Har bænken et rygstøtte?"</string>
<string name="quest_bench_answer_picnic_table">"Det er et picnicbord"</string>
<string name="quest_religion_for_place_of_worship_title">"Hvilken religion praktiseres i %s?"</string>
<string name="quest_religion_christian">"Kristendom"</string>
<string name="quest_religion_muslim">"Islam"</string>
<string name="quest_religion_hindu">"Hinduisme"</string>
15 changes: 13 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -64,8 +64,6 @@
<string name="no_location_permission_warning">"Dein Standort wird benötigt, um nach Aufgaben in deiner Nähe zu suchen."</string>
<string name="action_about">"Über StreetComplete"</string>
<string name="about_title_authors">"Autoren"</string>

<!-- Fuzzy -->
<string name="about_summary_authors">"© 2016–2020 Tobias Zwick und Mitwirkende"</string>
<string name="about_title_repository">"Quellcode-Repository"</string>
<string name="about_summary_repository">"auf GitHub"</string>
@@ -729,4 +727,17 @@ Jetzt aufspalten?"</string>
<string name="about_summary_donate">"Zeige dich erkenntlich! ❤️"</string>
<string name="about_description_donate">"Danke dass du erwägst, diese App zu unterstützen! Um die laufenden Spenden zu sehen, oder selbst zu spenden, tippe auf die jeweilige Plattform:"</string>
<string name="quest_religion_for_place_of_worship_name_title">"Welcher Religion ist %s gewidmet?"</string>
<string name="confirmation_cancel_prev_download_confirmed">"Hier suchen"</string>
<string name="confirmation_cancel_prev_download_cancel">"Aktuelle Suche fortsetzen"</string>
<string name="quest_buildingType_garages_description">"Getrennte Stellplätze für verschiedene Besitzer oder Mieter"</string>
<string name="quest_tourism_information_title">"Was für eine Touristeninformation ist das?"</string>
<string name="quest_tourism_information_name_title">"Was für eine Touristeninformation ist %s?"</string>
<string name="quest_tourism_information_office">"Tourismusbüro"</string>
<string name="quest_tourism_information_board">"Informationstafel"</string>
<string name="quest_tourism_information_terminal">"Informationsterminal"</string>
<string name="quest_tourism_information_map">"Karte"</string>
<string name="quest_tourism_information_guidepost">"Wegweiser"</string>
<string name="quest_recycling_materials_answer_waste">"Ist für allgemeinen Müll"</string>
<string name="quest_recycling_materials_answer_waste_description">"Das ist also ein Müllcontainer, wie etwa für Haus- oder Industriemüll?"</string>
<string name="quest_accepts_cash_title">"Aktzeptiert %s Bargeld?"</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
@@ -450,7 +450,6 @@
<string name="quest_busStopShelter_tram_title">"Αυτή η στάση του τραμ έχει σκέπαστρο;"</string>
<string name="quest_bench_backrest_title">"Ο πάγκος έχει πλάτη;"</string>
<string name="quest_bench_answer_picnic_table">"Είναι ένα τραπέζι πικνίκ"</string>
<string name="quest_religion_for_place_of_worship_title">"Ποια θρησκεία ασκείται στην %s;"</string>
<string name="quest_religion_christian">"Χριστιανισμός"</string>
<string name="quest_religion_muslim">"Ισλαμισμός"</string>
<string name="quest_religion_hindu">"Ινδουισμός"</string>
51 changes: 50 additions & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
@@ -136,7 +136,9 @@ To display the map, vector tiles are retrieved from the &lt;a href=\"https://map
<string name="quest_surface_value_paved">"Paved (generic)"</string>
<string name="quest_surface_value_unpaved">"Unpaved (generic)"</string>
<string name="quest_surface_value_ground">"Ground (generic)"</string>
<string name="quest_surface_value_asphalt">"Tarmac"</string>

<!-- If I use the app in UK-English, I want to see the original tag values, no translations -->
<string name="quest_surface_value_asphalt">"Asphalt"</string>
<string name="quest_surface_value_compacted">"Compacted"</string>
<string name="quest_surface_value_concrete">"Concrete"</string>
<string name="quest_surface_value_dirt">"Dirt"</string>
@@ -513,6 +515,7 @@ For instance 1,3 or 2-6."</string>
<string name="quest_buildingType_house_description">"single-family home"</string>
<string name="quest_buildingType_apartments">"Apartment building"</string>
<string name="quest_buildingType_detached">"Detached house"</string>
<string name="quest_buildingType_detached_description">"free-standing single-family home"</string>
<string name="quest_buildingType_semi_detached">"Semi-detached house"</string>
<string name="quest_buildingType_semi_detached_description">"semi-detached house"</string>
<string name="quest_buildingType_terrace">"Terrace"</string>
@@ -524,6 +527,7 @@ For instance 1,3 or 2-6."</string>
<string name="quest_buildingType_static_caravan">"Static caravan"</string>
<string name="quest_buildingType_commercial">"Commercial building"</string>
<string name="quest_buildingType_industrial">"Industrial building"</string>
<string name="quest_buildingType_industrial_description">"e.g. a factory, workshop, car repair garage, …"</string>
<string name="quest_buildingType_office">"Office building"</string>
<string name="quest_buildingType_retail">"Shop(s)"</string>
<string name="quest_buildingType_warehouse">"Warehouse"</string>
@@ -540,15 +544,24 @@ For instance 1,3 or 2-6."</string>
<string name="quest_buildingType_school">"School building"</string>
<string name="quest_buildingType_hospital">"Hospital building"</string>
<string name="quest_buildingType_stadium">"Stadium"</string>
<string name="quest_buildingType_university">"University building"</string>
<string name="quest_buildingType_government">"Government building"</string>
<string name="quest_buildingType_cars">"For cars"</string>
<string name="quest_buildingType_carport_description">"roof for a car"</string>
<string name="quest_buildingType_garage">"Single garage"</string>
<string name="quest_buildingType_garages">"Multiple garages"</string>
<string name="quest_buildingType_farm">"On a farm"</string>
<string name="quest_buildingType_farmhouse">"Farmhouse"</string>
<string name="quest_buildingType_farmhouse_description">"the residential building on a farm"</string>
<string name="quest_buildingType_farm_auxiliary">"Farm building"</string>
<string name="quest_buildingType_farm_auxiliary_description">"any building on a farm that is not a residential building"</string>
<string name="quest_buildingType_greenhouse">"Greenhouse"</string>
<string name="quest_buildingType_other">"Other"</string>
<string name="quest_buildingType_shed">"Shed"</string>
<string name="quest_buildingType_hut">"Hut"</string>
<string name="quest_buildingType_roof">"Roof"</string>
<string name="quest_buildingType_service">"Service building"</string>
<string name="quest_buildingType_service_description">"building with machinery like pumps or transformers"</string>
<string name="quest_buildingType_hangar">"Hangar"</string>
<string name="quest_buildingType_bunker">"Bunker"</string>
<string name="quest_address_answer_no_housenumber">"It has no house number…"</string>
@@ -559,7 +572,9 @@ For instance 1,3 or 2-6."</string>
<string name="quest_maxspeed_answer_noSign2">"No sign, defaults apply"</string>
<string name="quest_openingHours_no_sign">"No opening hours sign"</string>
<string name="quest_maxspeed_name_title2">"What is the speed limit for %s here?"</string>
<string name="quest_buildingType_sports_centre">"Sports centre"</string>
<string name="quest_buildingType_toilets">"Toilets"</string>
<string name="quest_maxspeed_sign_question">"What defines the speed limit?"</string>
<string name="notification_channel_download">"Download"</string>
<string name="quest_playground_access_title">"Is this playground publicly accessible?"</string>
<string name="quest_segregated_title">"How are the footway and cycleway laid out here?"</string>
@@ -572,6 +587,7 @@ For instance 1,3 or 2-6."</string>
<string name="quest_railway_crossing_barrier_none">"It's not"</string>
<string name="privacy_html_image_upload2">"&lt;p&gt;Photos you attach to a note are uploaded to my server and deleted some days after that note has been resolved. Their meta-data is stripped before upload.&lt;/p&gt;"</string>
<string name="action_deselect_all">"Deselect all"</string>
<string name="quest_buildingType_retail_description">"including buildings for restaurants, cafés, …"</string>
<string name="quest_openingHours_timeSelect_next">"Next"</string>
<string name="quest_tracktype_grade1">"Solid"</string>

@@ -586,6 +602,7 @@ For instance 1,3 or 2-6."</string>
<string name="quest_wheelchairAccess_limited_description_outside">"Partially means that there is no more than a single step to access it."</string>
<string name="quest_wheelchairAccess_outside_title">"Is this place wheelchair accessible?"</string>
<string name="quest_motorcycleParkingCapacity_title">"How many motorcycles can be parked here?"</string>
<string name="quest_motorcycleParkingCoveredStatus_title">"Is this motorcycle parking covered (protected from rain)?"</string>

<!-- See discussion here regarding the word stretch:
https://github.com/westnordost/StreetComplete/pull/1653 -->
@@ -597,6 +614,7 @@ https://github.com/westnordost/StreetComplete/pull/1653 -->
<string name="underground">"underground:"</string>
<string name="quest_sidewalk_value_yes">"pavement"</string>
<string name="quest_sidewalk_value_no">"no pavement"</string>
<string name="quest_accessible_for_pedestrians_title_prohibited">"Are pedestrians prohibited from walking on this road here?"</string>
<string name="quest_accessible_for_pedestrians_separate_sidewalk_explanation">"This street was tagged as having no pavement on either side. In the case that there is a pavement after all but it is displayed as a separate way, please answer \"pavement\"."</string>
<string name="quest_buildingType_title">"What kind of building is this?"</string>
<string name="pref_title_theme_select">"Select theme"</string>
@@ -608,6 +626,7 @@ https://github.com/westnordost/StreetComplete/pull/1653 -->
<string name="action_open_location">"Open location in another app"</string>
<string name="map_application_missing">"No other map application installed"</string>
<string name="pref_title_overpass_url_select">"Change Overpass server"</string>
<string name="pref_title_overpass_url_info">"Requires application restart to apply. May bypass censorship, for example in Russia."</string>
<string name="label_housenumber">"house number"</string>
<string name="quest_busStopShelter_covered">"Whole stop is covered"</string>
<string name="quest_ferry_pedestrian_name_title">"Does %s transport pedestrians?"</string>
@@ -617,8 +636,13 @@ https://github.com/westnordost/StreetComplete/pull/1653 -->
<string name="quest_leave_new_note_photos_are_useful">"Adding a photo will make the note much more useful."</string>
<string name="quest_postboxCollectionTimes_name_title">"What are the collection times of this %s postbox?"</string>
<string name="about_contributing">"Your answers are directly improving OpenStreetMap. Contributed data is open, everyone can use it. Many great projects are already using it."</string>
<string name="about_missing_stars">"Currently, the star count is not shared across devices, but answers are added directly to the OpenStreetMap database."</string>
<string name="oauth_remove_authorization_dialog_message">"Do you want to remove the authorisation for your OSM account?"</string>
<string name="oauth_remove_authorization_confirmation">"Remove"</string>
<string name="quest_leafType_title">"Do the trees here have needles or leaves?"</string>
<string name="quest_leaf_type_needles">"Needles"</string>
<string name="quest_leaf_type_mixed">"Both are present"</string>
<string name="quest_generic_answer_differs_along_the_way">"Differs along the way…"</string>
<string name="quest_split_way_too_imprecise">"Please zoom in further"</string>
<string name="quest_footwayPartSurface_title">"What's the surface of the footway here?"</string>
<string name="quest_wheelchairAccess_toiletsPart_title">"Is the toilet at %s wheelchair accessible?"</string>
@@ -629,5 +653,30 @@ https://github.com/westnordost/StreetComplete/pull/1653 -->
<string name="quest_maxweight_answer_other_sign">"Sign looks different…"</string>
<string name="confirmation_authorize_now_note">"You can do this later on the settings screen."</string>
<string name="quest_laundrySelfService_title">"Is this laundry a self service laundry?"</string>
<string name="quest_handrail_title">"Do these steps have a handrail?"</string>
<string name="about_summary_current_version">"Current version: %s"</string>
<string name="quest_postboxRef_title">"What is the reference number of this postbox?"</string>
<string name="quest_postboxRef_name_title">"What is the reference number of this %s postbox?"</string>
<string name="quest_ref_answer_noRef">"No reference number visible…"</string>
<string name="quest_recycling_type_batteries">"Batteries"</string>
<string name="quest_recycling_type_cans">"Cans"</string>
<string name="quest_recycling_type_clothes">"Clothes"</string>
<string name="quest_recycling_type_green_waste">"Garden waste"</string>
<string name="quest_recycling_type_glass_bottles">"Glass bottles and jars"</string>
<string name="quest_recycling_type_glass_bottles_short">"Bottles and jars"</string>
<string name="quest_recycling_type_paper">"Paper"</string>
<string name="quest_recycling_type_plastic_generic">"Plastic"</string>
<string name="quest_recycling_type_plastic">"Any plastic"</string>
<string name="quest_recycling_type_shoes">"Shoes"</string>
<string name="quest_recycling_type_electric_appliances">"Electric appliances"</string>
<string name="quest_recycling_type_plastic_bottles">"Plastic bottles only"</string>
<string name="quest_recycling_type_plastic_packaging">"Plastic packaging only"</string>
<string name="quest_recycling_type_scrap_metal">"Scrap metal"</string>
<string name="quest_recycling_type_any_glass">"Any glass"</string>
<string name="about_title_changelog">"Version history"</string>
<string name="title_whats_new">"What's New?"</string>
<string name="about_title_rate">"Rate this app"</string>
<string name="about_summary_rate">"on Google Play"</string>
<string name="about_title_donate">"Donate"</string>
<string name="about_summary_donate">"Show your appreciation! ❤️"</string>
</resources>
4 changes: 1 addition & 3 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -475,9 +475,6 @@ Pero recuerda que siempre puedes descargar aplicaciones de teclado alternativas
<string name="quest_busStopShelter_tram_title">"¿La parada de tranvía está bajo cubierto?"</string>
<string name="quest_bench_backrest_title">"¿Tiene respaldo este banco?"</string>
<string name="quest_bench_answer_picnic_table">"Es una mesa de picnic"</string>

<!-- Fuzzy -->
<string name="quest_religion_for_place_of_worship_title">"¿Qué religión se practica en %s?"</string>
<string name="quest_religion_christian">"Cristianismo"</string>
<string name="quest_religion_muslim">"Islam"</string>
<string name="quest_religion_hindu">"Hinduísmo"</string>
@@ -771,4 +768,5 @@ Pero recuerda que siempre puedes descargar aplicaciones de teclado alternativas
<string name="about_title_donate">"Donar"</string>
<string name="about_summary_donate">"¡Muestra tu agradecimiento! ❤️"</string>
<string name="about_description_donate">"¡Gracias por considerar apoyar esta app! Para ver las donaciones actuales y donar, clica en la plataforma correspondiente:"</string>
<string name="quest_religion_for_place_of_worship_name_title">"¿Qué religión se practica en %s?"</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-eu/strings.xml
Original file line number Diff line number Diff line change
@@ -449,7 +449,6 @@ Bestela beste teklatu bat instalatu dezakezu. Hainbat hizkuntza onartzen dituzte
<string name="quest_busStopShelter_tram_title">"Tranbia geltoki honek estalpea du?"</string>
<string name="quest_bench_backrest_title">"Banku honek bizkarrekoa du?"</string>
<string name="quest_bench_answer_picnic_table">"Piknik taula bat da"</string>
<string name="quest_religion_for_place_of_worship_title">"Zein da %s-(e)n praktikatutako erlijioa?"</string>
<string name="quest_religion_christian">"Kristautasuna"</string>
<string name="quest_religion_muslim">"Islam"</string>
<string name="quest_religion_hindu">"Hinduismoa"</string>
Loading