diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa7f8cadae..ea8dfd5107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## v59.0-alpha4
+- Some statistics in the user profile screen look different now (#5855)
+- Fix follow-me mode didn't always turn off on moving map (#5824)
+- Make it easier to hit the right line in overlays (#5849)
+- Tree leaf type: User can answer that it is now a tree stump (#5853), by @mnalis
+- Barrier opening: Allow inputting widths of above 9.99 meters (#5865)
+
## v59.0-alpha2
### Fixes
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d11071cd37..b0fd9f0657 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 21
targetSdk = 34
- versionCode = 5902
- versionName = "59.0-alpha3"
+ versionCode = 5903
+ versionName = "59.0-alpha4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/java/de/westnordost/streetcomplete/view/PresetIconIndex.kt b/app/src/main/java/de/westnordost/streetcomplete/view/PresetIconIndex.kt
index 3b6c487fc2..1e44c49662 100644
--- a/app/src/main/java/de/westnordost/streetcomplete/view/PresetIconIndex.kt
+++ b/app/src/main/java/de/westnordost/streetcomplete/view/PresetIconIndex.kt
@@ -191,7 +191,6 @@ val presetIconIndex = mapOf(
"fas-wifi" to R.drawable.ic_preset_fas_wifi,
"fas-wine-bottle" to R.drawable.ic_preset_fas_wine_bottle,
"iD-restriction-no-u-turn" to R.drawable.ic_preset_id_restriction_no_u_turn,
- "iD-restriction-only-u-turn" to R.drawable.ic_preset_id_restriction_only_u_turn,
"maki-aerialway" to R.drawable.ic_preset_maki_aerialway,
"maki-airport" to R.drawable.ic_preset_maki_airport,
"maki-alcohol-shop" to R.drawable.ic_preset_maki_alcohol_shop,
diff --git a/app/src/main/res/drawable/ic_preset_id_restriction_only_u_turn.xml b/app/src/main/res/drawable/ic_preset_id_restriction_only_u_turn.xml
deleted file mode 100644
index d1aec09322..0000000000
--- a/app/src/main/res/drawable/ic_preset_id_restriction_only_u_turn.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html
index 2d0f8e3e65..ab727b4897 100644
--- a/app/src/main/res/raw/changelog.html
+++ b/app/src/main/res/raw/changelog.html
@@ -1,5 +1,5 @@
-
v59.0-alpha2
Fixes
- Fix common crash on startup (#5829)
- Fix some icons were missing in things & places overlays (#5832)
- Fix rotation of view direction cone (#5821, #5834)
- Fix barrier opening width should only be asked for barriers that are vertices of ways (#5830)
- Workaround building color didn't change immediately when selecting another type (#2746)
- Fix element is now updated correctly on conflict during upload (#5818), by Helium314
- Fix only enable OK button for separate bike paths in bike path overlay after changes have been made (#5819)
- Fix links in the "What's New" dialog didn't work (#5814)
Improvements
- Scale icons on low zoom a bit, cluster pin later (#5848, #5835)
- Load quests on lower zoom levels, too (#5823)
- Make it easier to tap elements on overlay when there are quests around (#5827)
- Charging stations: Skip private ones (#5842), by mnalis
- Traffic signals vibration: Disable in Bulgaria (#5846)
- Barrier opening: Ask for certain cycle barriers, too (#5823), by mnalis
- Barrier opening: Also disable this quest when disabling all width-measurement quests
v59.0-alpha1
Migrated from the map renderer tangram-es to MapLibre. The former has effectively been unmaintained for quite a few years and does not support modern iOS, this solves some long-standing display and crash issues.
Display-wise, nothing much should change, the map will just look and behave a little different.
Issues solved by the migration are #5601, #5241, #5216, #5161, #5146, #5137, #5048, #5027, #5006, #4844, #4830, #4556, #4554, #4550, #4542, #4522, #4277, #4259, #4026, #3417, #3397, #3346, #3275, #3022, #2878, #2711, #2703, #2612, #2571, #2373, #2359, #2358, #2187, #1713, #1684, #1264, #1019, #869, #807, #318, #179, mapstyle#119, mapstyle#56... maybe more. Thanks to riQQ for this list.
General improvements
- Redesigned the settings screens, about screens and tutorial screens (#5719)
- minor improvements for right-to-left localization (Arabic, Hebrew, Farsi)
- fix rare crash issues (#5804)
New Quests
Removed Quests
- Asking "Is this a one-way street?", based on processed data from ImproveOSM because Grab is shutting it down (#5725)
- Asking "Can you pick up parcels here?" and "Can you drop off parcels here?" because it turns out that it is often not surveyable and the answer is always the same for one brand of parcel lockers (#5763)
Overlay Improvements
- Addresses: Presence of housenumbers is now highlighted in blue (#5748)
- Bike paths, Sidewalks: Highlight less situations as missing (#5716, #5722)
- Bike paths: When selecting "designated shared-use path", always mark it as designated for pedestrians, too (#5742)
- allow hiding notes that block editing with an overlay (#5703)
Quest Improvements
- Ask many road-related quests also for busways (#5749)
- Recycling containers: Also ask for containers that have been mapped as an area (#5735)
- Recycling containers: Also highlight nearby waste containers and bins (#5754)
- Accepting cards: Don't ask for places that explicitly require no fee (#5772), by HolgerJeromin
- Drinking water: Don't ask for intermittent water sources (#5750), by mnalis
- Track type: Don't ask for track type on bridges (#5731), by kmpoppe
- Building levels, roof shapes: Also ask for houseboats (#5737), by HolgerJeromin
- Traffic signals vibration: Disabled in Finland (#5795), by mnalis
- Clothing container operators: Allow answering that there's no information on the container (#5764)
- Check existence: Don't ask if something else on the same place has just been checked (#5729)
- Other small improvements (#5740, #5792, #5548, #5776, ...), thanks mnalis
v58.2
- Fixed it was impossible to login with a third party that required 2FA (e.g. Google) (#5724, #5711)
v58.1
- Bike paths: Roads previously mapped with recently deprecated tags for describing bike infrastructure are now marked for re-survey (#5694)
- Places overlay, things overlay, ...: Fix crash on displaying features that were incompletely translated to a dialect of a language, by logan12358
- Avoid asking about existence of shop right after asking about its opening hours (#5674)
- Moped on bike paths: When there is no sign, just tag that and don't infer anything else (#5565)
- Parcel locker drop-off: Add option for return deliveries only (#5687)
- Crossing kerb height: Only ask if road has a sidewalk (#5668)
- Addresses: recognize common housenumber formats in Bulgaria (#5683), by mnalis
- Bus stop ref: Now enabled in Portugal (#5695)
- Other small improvements (#5594, #5676, #5698, #5710...)
v58.0
New quests
Overlay improvements
- Bike paths: Now possible to select that cycling on footway is explicitly allowed or prohibited (#5575, #4913), by wielandb
- Places: Entrances are shown to help with orientation (#5497)
- Things: Advertising totem was not displayed (#5588)
Quest improvements
- Road Surface: Fix it was possible to answer track type and surface for a road in an endless loop (#5650)
- Max height: Don't ask if it has been specified for forward and backward or individual lanes separately (#5609)
- Fire hydrant diameter: Now enabled in Hungary (#5617), by dnet
- Power pole material: Can now answer with that power line is anchored to building (#5663), by qugebert
- Tactile paving: Now enabled in Columbia (#5579)
- Prohibited for pedestrians: Clarified UI and wording (#5610)
- Bicycle parking: Add option for just markings on the ground (#5191)
- Drinking water: Don't ask for intermittent water sources (#5632), by esilja
- Other small improvements and fixes (#5631, ...)
General improvements
- For some quests, there is now an ℹ-button which expands a help text (#5612, #1913)
- The user profile screen looks a bit different now (#5607)
- Other small improvements (#5635, #5645, ...), thanks riQQ
v57.4
- Fix crash under certain circumstances in bike path overlay (#5604) (regression from #5596)
v57.3
- Fix UNDO: It didn't actually do anything for edits that were already synced! This critical issue existed since v57.2 (#5600, #5602)
- Traffic signals: Improve wording (#5591)
- Max speed: Show warning when inputting implausible slow zone tempo limit (#5592)
- Payment methods: Don't ask in shops if they have been specified exhaustively already (#5589), by urbalazs
- Railway crossings barriers: Don't ask for abandoned railways (#5597)
- Bike paths overlay: Fix selecting "not designated as bike path" when it was a "path or trail" wouldn't do anything (#5596)
v57.2
- Lit overlay: Unsupported current tagging is now indicated as such (#5571)
- Building overlay: Selecting a specific building type for a historic building does now not remove its property as historic (#5547)
- Fix max width for road narrowing traffic calmings were not answerable if mapped as a way (#5569, #5578), by mnalis
- Fix regression in v57.1 that may lead to issues displaying the current GPS location (#5516)
- Fix the feature name label was slightly wrong for a few map features (#5549)
- Fix description of Prettymapp (#5570), by FloEdelmann
- Other small improvements (#5533, #5558, #5559, #5525, #5573), thanks matkoniecz, burrscurr
v57.1
- fixed crash on startup if you recently solved a crossing quest (#5522)
- fixed that you could e.g. add a POI in an overlay twice if you tap OK fast enough (#5523)
v57.0
Take cover! For you don't want to be squashed by this m-m-mega phat update, or do you?
Buildings Overlay (#5461)
The new Buildings overlay now lets you comprehensively view and edit building types all around town,
+
v59.0-alpha4
- Some statistics in the user profile screen look different now (#5855)
- Fix follow-me mode didn't always turn off on moving map (#5824)
- Make it easier to hit the right line in overlays (#5849)
- Tree leaf type: User can answer that it is now a tree stump (#5853), by mnalis
- Barrier opening: Allow inputting widths of above 9.99 meters (#5865)
v59.0-alpha2
Fixes
- Fix common crash on startup (#5829)
- Fix some icons were missing in things & places overlays (#5832)
- Fix rotation of view direction cone (#5821, #5834)
- Fix barrier opening width should only be asked for barriers that are vertices of ways (#5830)
- Workaround building color didn't change immediately when selecting another type (#2746)
- Fix element is now updated correctly on conflict during upload (#5818), by Helium314
- Fix only enable OK button for separate bike paths in bike path overlay after changes have been made (#5819)
- Fix links in the "What's New" dialog didn't work (#5814)
Improvements
- Scale icons on low zoom a bit, cluster pin later (#5848, #5835)
- Load quests on lower zoom levels, too (#5823)
- Make it easier to tap elements on overlay when there are quests around (#5827)
- Charging stations: Skip private ones (#5842), by mnalis
- Traffic signals vibration: Disable in Bulgaria (#5846)
- Barrier opening: Ask for certain cycle barriers, too (#5823), by mnalis
- Barrier opening: Also disable this quest when disabling all width-measurement quests
v59.0-alpha1
Migrated from the map renderer tangram-es to MapLibre. The former has effectively been unmaintained for quite a few years and does not support modern iOS, this solves some long-standing display and crash issues.
Display-wise, nothing much should change, the map will just look and behave a little different.
Issues solved by the migration are #5601, #5241, #5216, #5161, #5146, #5137, #5048, #5027, #5006, #4844, #4830, #4556, #4554, #4550, #4542, #4522, #4277, #4259, #4026, #3417, #3397, #3346, #3275, #3022, #2878, #2711, #2703, #2612, #2571, #2373, #2359, #2358, #2187, #1713, #1684, #1264, #1019, #869, #807, #318, #179, mapstyle#119, mapstyle#56... maybe more. Thanks to riQQ for this list.
General improvements
- Redesigned the settings screens, about screens and tutorial screens (#5719)
- minor improvements for right-to-left localization (Arabic, Hebrew, Farsi)
- fix rare crash issues (#5804)
New Quests
Removed Quests
- Asking "Is this a one-way street?", based on processed data from ImproveOSM because Grab is shutting it down (#5725)
- Asking "Can you pick up parcels here?" and "Can you drop off parcels here?" because it turns out that it is often not surveyable and the answer is always the same for one brand of parcel lockers (#5763)
Overlay Improvements
- Addresses: Presence of housenumbers is now highlighted in blue (#5748)
- Bike paths, Sidewalks: Highlight less situations as missing (#5716, #5722)
- Bike paths: When selecting "designated shared-use path", always mark it as designated for pedestrians, too (#5742)
- allow hiding notes that block editing with an overlay (#5703)
Quest Improvements
- Ask many road-related quests also for busways (#5749)
- Recycling containers: Also ask for containers that have been mapped as an area (#5735)
- Recycling containers: Also highlight nearby waste containers and bins (#5754)
- Accepting cards: Don't ask for places that explicitly require no fee (#5772), by HolgerJeromin
- Drinking water: Don't ask for intermittent water sources (#5750), by mnalis
- Track type: Don't ask for track type on bridges (#5731), by kmpoppe
- Building levels, roof shapes: Also ask for houseboats (#5737), by HolgerJeromin
- Traffic signals vibration: Disabled in Finland (#5795), by mnalis
- Clothing container operators: Allow answering that there's no information on the container (#5764)
- Check existence: Don't ask if something else on the same place has just been checked (#5729)
- Other small improvements (#5740, #5792, #5548, #5776, ...), thanks mnalis
v58.2
- Fixed it was impossible to login with a third party that required 2FA (e.g. Google) (#5724, #5711)
v58.1
- Bike paths: Roads previously mapped with recently deprecated tags for describing bike infrastructure are now marked for re-survey (#5694)
- Places overlay, things overlay, ...: Fix crash on displaying features that were incompletely translated to a dialect of a language, by logan12358
- Avoid asking about existence of shop right after asking about its opening hours (#5674)
- Moped on bike paths: When there is no sign, just tag that and don't infer anything else (#5565)
- Parcel locker drop-off: Add option for return deliveries only (#5687)
- Crossing kerb height: Only ask if road has a sidewalk (#5668)
- Addresses: recognize common housenumber formats in Bulgaria (#5683), by mnalis
- Bus stop ref: Now enabled in Portugal (#5695)
- Other small improvements (#5594, #5676, #5698, #5710...)
v58.0
New quests
Overlay improvements
- Bike paths: Now possible to select that cycling on footway is explicitly allowed or prohibited (#5575, #4913), by wielandb
- Places: Entrances are shown to help with orientation (#5497)
- Things: Advertising totem was not displayed (#5588)
Quest improvements
- Road Surface: Fix it was possible to answer track type and surface for a road in an endless loop (#5650)
- Max height: Don't ask if it has been specified for forward and backward or individual lanes separately (#5609)
- Fire hydrant diameter: Now enabled in Hungary (#5617), by dnet
- Power pole material: Can now answer with that power line is anchored to building (#5663), by qugebert
- Tactile paving: Now enabled in Columbia (#5579)
- Prohibited for pedestrians: Clarified UI and wording (#5610)
- Bicycle parking: Add option for just markings on the ground (#5191)
- Drinking water: Don't ask for intermittent water sources (#5632), by esilja
- Other small improvements and fixes (#5631, ...)
General improvements
- For some quests, there is now an ℹ-button which expands a help text (#5612, #1913)
- The user profile screen looks a bit different now (#5607)
- Other small improvements (#5635, #5645, ...), thanks riQQ
v57.4
- Fix crash under certain circumstances in bike path overlay (#5604) (regression from #5596)
v57.3
- Fix UNDO: It didn't actually do anything for edits that were already synced! This critical issue existed since v57.2 (#5600, #5602)
- Traffic signals: Improve wording (#5591)
- Max speed: Show warning when inputting implausible slow zone tempo limit (#5592)
- Payment methods: Don't ask in shops if they have been specified exhaustively already (#5589), by urbalazs
- Railway crossings barriers: Don't ask for abandoned railways (#5597)
- Bike paths overlay: Fix selecting "not designated as bike path" when it was a "path or trail" wouldn't do anything (#5596)
v57.2
- Lit overlay: Unsupported current tagging is now indicated as such (#5571)
- Building overlay: Selecting a specific building type for a historic building does now not remove its property as historic (#5547)
- Fix max width for road narrowing traffic calmings were not answerable if mapped as a way (#5569, #5578), by mnalis
- Fix regression in v57.1 that may lead to issues displaying the current GPS location (#5516)
- Fix the feature name label was slightly wrong for a few map features (#5549)
- Fix description of Prettymapp (#5570), by FloEdelmann
- Other small improvements (#5533, #5558, #5559, #5525, #5573), thanks matkoniecz, burrscurr
v57.1
- fixed crash on startup if you recently solved a crossing quest (#5522)
- fixed that you could e.g. add a POI in an overlay twice if you tap OK fast enough (#5523)
v57.0
Take cover! For you don't want to be squashed by this m-m-mega phat update, or do you?
Buildings Overlay (#5461)
The new Buildings overlay now lets you comprehensively view and edit building types all around town,
color-coded for your convenience!
Conversely, the building type quest is disabled by default now as it was really spammy, don't you think?
(You'll be amazed and/or appalled how many buildings are currently actually tagged wrong or imprecise! 😅)
The new Things overlay allows you to map all those small map features like benches, bicycle parkings,
roadside trees, ATMs and other street furniture in general.
It complements the Places Overlay which has been renamed from Shop overlay because it now also lets
diff --git a/app/src/main/res/raw/credits_contributors.yml b/app/src/main/res/raw/credits_contributors.yml
index c95aadf907..c6b1847195 100644
--- a/app/src/main/res/raw/credits_contributors.yml
+++ b/app/src/main/res/raw/credits_contributors.yml
@@ -1,11 +1,11 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
- linesOfCodeChanged: 477722
- linesOfInterfaceMarkupChanged: 152184
+ linesOfCodeChanged: 481360
+ linesOfInterfaceMarkupChanged: 152668
assetFilesChanged: 2130
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
- linesOfCodeChanged: 22170
+ linesOfCodeChanged: 22172
linesOfInterfaceMarkupChanged: 5233
assetFilesChanged: 636
- name: "Flo Edelmann"
@@ -30,7 +30,7 @@
assetFilesChanged: 4
- name: "Matija Nalis"
githubUsername: "mnalis"
- linesOfCodeChanged: 3308
+ linesOfCodeChanged: 3334
linesOfInterfaceMarkupChanged: 488
assetFilesChanged: 70
- name: "arrival-spring"
diff --git a/app/src/main/res/values-am/translation_info.xml b/app/src/main/res/values-am/translation_info.xml
index 581fca6689..8fdb25a3ed 100644
--- a/app/src/main/res/values-am/translation_info.xml
+++ b/app/src/main/res/values-am/translation_info.xml
@@ -1,4 +1,4 @@
- 62
+ 61
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 721d3669b4..dab8fb8d32 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -671,7 +671,6 @@
"المشاريع المعدة لـ StreetComplete"
"المساهمون الرئيسيون"
"لا تزال إحصاءاتك قيد المزامنة. تحقق من هذه الشاشة لاحقًا."
- "الترتيب في %2$s: %1$d"
"بوابة الخريطة %s"
"حسب البلد"
"حسب نوع المهمة"
diff --git a/app/src/main/res/values-ast/strings.xml b/app/src/main/res/values-ast/strings.xml
index ea7d87027a..0bfb59a8fe 100644
--- a/app/src/main/res/values-ast/strings.xml
+++ b/app/src/main/res/values-ast/strings.xml
@@ -666,7 +666,6 @@ Repara en qu'esta aplicación solo pide'l númberu de portal d'un edificiu en sa
"Proyectos fechos pa StreetComplete"
"Collaboradores principales"
"Les tos estadístiques tán sincronizándose, vuelvi más tarde."
- "Clasificación en %2$s: %1$d"
"Portal de mapeo %s"
"por país"
"por tipu"
diff --git a/app/src/main/res/values-b+sr+Latn/strings.xml b/app/src/main/res/values-b+sr+Latn/strings.xml
index f6e3cbb873..87f812d636 100644
--- a/app/src/main/res/values-b+sr+Latn/strings.xml
+++ b/app/src/main/res/values-b+sr+Latn/strings.xml
@@ -668,7 +668,6 @@ Imajte na umu da ovaj program pita za kućni broj tek nakon što se odredi tip g
"Projekti napravljeni za StreetComplete"
"Glavni saradnici"
"Vaša statistika se još uvek sinhronizuje. Proverite ovaj ekran kasnije."
- "Rang u %2$s: %1$d"
"Kartografski portal %s"
"po zemljama"
"po vrsti zadatka"
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
index 1d39ccb546..aa8ac516a8 100644
--- a/app/src/main/res/values-be/strings.xml
+++ b/app/src/main/res/values-be/strings.xml
@@ -670,7 +670,6 @@
"Праекты, зробленыя для StreetComplete"
"Асноўныя ўдзельнікі"
"Ваша статыстыка сінхранізуецца. Праверце яе тут пазней."
- "Рэйтынг у %2$s: %1$d"
"Картаграфічны партал %s"
"па краiне"
"по типу квеста"
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
index f09af970df..bb72459b9e 100644
--- a/app/src/main/res/values-bg/strings.xml
+++ b/app/src/main/res/values-bg/strings.xml
@@ -660,8 +660,6 @@
"Проекти направени за StreetComplete"
"Основни програмисти"
"Вашите данни все още се синхронизират. Проверете тук по-късно."
- "Позиция в %2$s: %1$d
-"
"Портал за карти %s"
"по държава"
"по типове задачи"
diff --git a/app/src/main/res/values-bs/strings.xml b/app/src/main/res/values-bs/strings.xml
index 29a479258d..51c80d0278 100644
--- a/app/src/main/res/values-bs/strings.xml
+++ b/app/src/main/res/values-bs/strings.xml
@@ -671,7 +671,6 @@ Imajte na umu da ova aplikacija pita za kućni broj zgrade tek nakon što se utv
"Projekti izrađeni za StreetComplete"
"Glavni suradnici"
"Vaša se statistika još uvijek sinkronizira. Provjerite ovaj ekran kasnije."
- "Rang u %2$s: %1$d"
"Kartografski portal %s"
"po zemljama"
"po vrsti zadatka"
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index 4112de96fc..3fdc1bd5b5 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -667,7 +667,6 @@ Tingueu en compte que aquesta aplicació només pregunta pel número de l'edific
"Projectes fets per a StreetComplete"
"Contribuïdors principals"
"Les vostres estadístiques encara s'estan sincronitzant. Comproveu aquesta pantalla més tard."
- "Rang a %2$s: %1$d"
"Mapejant Portal %s"
"per país"
"per tipus de missió"
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index d7987a39ea..5a35f917fb 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -674,7 +674,6 @@ Pamatujte, že tato aplikace se zeptá na číslo budovy až po určení jejího
"Projekty pro StreetComplete"
"Hlavní přispěvatelé"
"Vaše statistiky se stále synchronizují. Vraťte se sem později."
- "Pořadí v %2$s: %1$d"
"OSM Wiki %s"
"podle země"
"podle úkolu"
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index 8ceea60b47..db97a2ee5c 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -670,7 +670,6 @@ Bemærk, at denne app kun spørger efter en bygnings husnummer, når dens bygnin
"Projekter lavet for StreetComplete"
"Hovedbidragsydere"
"Dine statistikker synkroniserer stadigvæk. Tjek denne side senere."
- "Rangering i %2$s: %1$d"
"Kortlægningsportal %s"
"efter land"
"efter opgavetype"
@@ -1403,4 +1402,7 @@ En etage tæller som en tagetage, når dets vinduer er i taget. Derfor er tage m
"Hjælp"
"Det kan være stikkontakter ved den enkelte standplads, stikkontakter i en servicebygning, som gæsterne har adgang til, en særlig ladestation til telefoner, bærbare computere osv."
"Hvor bred er den største åbning, man kan passere igennem her?"
+ "Samlet"
+ "Rang i %s"
+ "Det er bare en træstub"
\ No newline at end of file
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 43bbb81ac3..0311bd80ec 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -668,7 +668,6 @@ Beachte, dass diese App nur Hausnummern von Gebäuden abfragt, deren Typ bereits
"Begleitprojekte"
"Hauptmitwirkende"
"Deine Statistiken werden noch synchronisiert. Schau später noch mal vorbei."
- "Rang in %2$s: %1$d"
"Mapping-Portal %s"
"nach Land"
"nach Typ"
@@ -1407,4 +1406,7 @@ Eine Ebene zählt als Dachebene, wenn sich die Fenster im Dach befinden. Dächer
"Hilfe"
"Das könnten Steckdosen direkt im Campingbereich sein, Steckdosen in einem für Gäste zugänglichen Betriebsgebäude, eine dedizierte Ladestation für Telefone, Laptops, usw."
"Was ist die breiteste Lücke, durch die man hier durchkommt?"
+ "Gesamt"
+ "Rank in %s"
+ "Es ist bloß ein Baumstumpf"
\ No newline at end of file
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 343adf1795..76692ba804 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -661,7 +661,6 @@
"Έργα που έγιναν για το StreetComplete"
"Κύριοι συνεισφέροντες"
"Τα στατιστικά σας συγχρονίζονται ακόμη. Ελέγξτε αυτήν την οθόνη αργότερα."
- "Κατάταξη σε %2$s: %1$d"
"Πύλη Χαρτογράφησης %s"
"ανά χώρα"
"ανά τύπο αναζήτησης"
@@ -735,7 +734,7 @@
"Λύσατε %d αναζητήσεις που είναι χρήσιμες για άτομα της υπαίθρου!"
"Έχει νησίδα αυτή η διάβαση πεζών;"
"Δεν υπάρχει πινακίδα"
- "Η ράμπα αναπηρικού αμαξίδιου εμφανίζεται ως ξεχωριστή διαδρομή στον χάρτη;"
+ "Η ράμπα αναπηρικού αμαξίδιου εμφανίζεται ως ξεχωριστή γραμμή στον χάρτη;"
"ξεχωριστή"
"όχι ξεχωριστή"
"Ανεβάστε αυτόματα απαντήσεις"
@@ -1124,7 +1123,7 @@
"Υπάρχει δημόσια αντλία ποδηλάτου εδώ (όταν είναι ανοιχτά);"
"Υπάρχει λειτουργική αντλία ποδηλάτου εδώ;"
"Επικαλύψεις"
- "Διαίρεση διαδρομής"
+ "Διαχωρισμός διαδρομής"
"Τι είδους μνημείο είναι αυτό;"
"Άγαλμα"
"Προτομή"
@@ -1239,7 +1238,7 @@
"Αντίστροφη κατεύθυνση ποδηλατόδρομου"
"Το ότι ένας ποδηλατόδρομος πηγαίνει προς την άλλη κατεύθυνση είναι εξαιρετικά σπάνιο."
"Πατήστε σε ποια πλευρά θέλετε να αντιστρέψετε"
- "Διαδρομή ή μονοπάτι"
+ "Διαδρομή ή μονοπάτι (γενικό)"
"σωλήνα"
"Επίτευξη βέλτιστης ακρίβειας"
"<p>Το ARCore μερικές φορές (αρχικά) υποθέτει ότι το έδαφος είναι λίγο χαμηλότερο ή υψηλότερο από ό,τι στην πραγματικά είναι. Αυτό εισάγει ένα σφάλμα μέτρησης που γίνεται μεγαλύτερο όσο περισσότερο γέρνετε το τηλέφωνό σας προς τον ορίζοντα.</p>
@@ -1391,4 +1390,7 @@
"Βοήθεια"
"Αυτό θα μπορούσε να είναι πρίζες απευθείας στους χώρους κατασκήνωσης, πρίζες σε ένα κτίριο υπηρεσιών προσβάσιμο από επισκέπτες, ένας ειδικός σταθμός φόρτισης για τηλέφωνα, φορητούς υπολογιστές κ.λπ."
"Ποιο είναι το μεγαλύτερο κενό που μπορεί να περάσει κανείς εδώ;"
+ "Συνολικά"
+ "Κατάταξη σε %s"
+ "Είναι απλά ένας κομμένος κορμός δέντρου"
\ No newline at end of file
diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml
index 8d07ec2a4d..677e630298 100644
--- a/app/src/main/res/values-en-rGB/strings.xml
+++ b/app/src/main/res/values-en-rGB/strings.xml
@@ -668,7 +668,6 @@ Note that this app asks for the house number of a building only after its type h
"Projects made for StreetComplete"
"Main contributors"
"Your statistics are still syncing. Check this screen later."
- "Rank in %2$s: %1$d"
"Mapping Portal %s"
"by country"
"by type"
diff --git a/app/src/main/res/values-en-rGB/translation_info.xml b/app/src/main/res/values-en-rGB/translation_info.xml
index 1953c600c1..3ddf070ea2 100644
--- a/app/src/main/res/values-en-rGB/translation_info.xml
+++ b/app/src/main/res/values-en-rGB/translation_info.xml
@@ -1,4 +1,4 @@
- 100
+ 99
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index 11a4a2c0c1..72c14fb06e 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -411,6 +411,8 @@ Before uploading your changes, the app checks with a <a href=\"https://www.we
plus %d not yet published changes.
You have %d not yet published changes. You need to login to have them uploaded.
+ Overall
+
Global\nrank
Rank in\n%s
Days\nactive
@@ -431,7 +433,7 @@ Before uploading your changes, the app checks with a <a href=\"https://www.we
Your statistics are still syncing. Check this screen later.
You published no edits yet
- Rank in %2$s: %1$d
+ Rank in %s
Mapping Portal %s
Documentation
@@ -1132,6 +1134,7 @@ If any lanes are reserved for buses, please leave a note instead."
Leaves
Both are present
Does this tree have needles or leaves?
+ "It’s just a tree stump"
On which level number is this place located?
diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml
index 44ddc578a9..668bfe69b4 100644
--- a/app/src/main/res/values-eo/strings.xml
+++ b/app/src/main/res/values-eo/strings.xml
@@ -663,7 +663,6 @@ Rimarku, ke ĉi tiu aplikaĵo petas la domnumeron de konstruaĵo nur post kiam
"Projektoj faritaj por StreetComplete"
"Ĉefaj kontribuantoj"
"Viaj statistikoj ankoraŭ sinkronigas. Kontrolu ĉi tiun ekranon poste."
- "Rango en %2$s: %1$d"
"Portalo de Mapado %s"
"per lando"
"laŭ taskospeco"
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index f23644ecde..5b1c71e19b 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -663,7 +663,6 @@ Ten en cuenta que esta aplicación solo pide el número de portal de un edificio
"Proyectos de desarrollo para StreetComplete"
"Colaboradores principales"
"Tus estadísticas aún se están sincronizando, vuelve más tarde."
- "Clasificación en %2$s: %1$d"
"Portal de mapeo %s"
"por país"
"por tipo de pregunta"
diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml
index b3e567827e..0efc9b9541 100644
--- a/app/src/main/res/values-eu/strings.xml
+++ b/app/src/main/res/values-eu/strings.xml
@@ -664,7 +664,6 @@ Kontuan izan aplikazio honek eraikin baten zenbakia, behin zein motakoa denean j
"StreetComplete-rentzat egindako proiektuak"
"Laguntzaile nagusiak"
"Zure estatistikak oraindik eguneratzen ari gara. Etorri geroxeago ikustera."
- "Sailkatu hemen %2$s: %1$d"
"%s ataria mapeatzen"
"herrialdeka"
"galdera motaren arabera"
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index 412c541e2f..b35ee03d04 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -665,7 +665,6 @@
"پروژههای ساخته شده برای StreetComplete"
"مشارکتکنندگان اصلی"
"آمار شما همچنان در حال همگام سازی است. بعداً این صفحه را بررسی کنید."
- "رتبهبندی در %2$s: %1$d"
"نقشهبرداری پویا %s"
"براساس کشور"
"براساس نوع جُستار"
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index 7f493ed090..8a22ed7195 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -668,7 +668,6 @@ Huomioi, että sovellus kysyy talonumeroa vasta talotyypin määrittelyn jälkee
"StreetCompletelle tehdyt projektit"
"Pääasialliset tekijät"
"Tilastosi synkronointi on kesken. Tarkista myöhemmin tilanne."
- "%2$s-sija: %1$d"
"Kartoitusportaali %s"
"maittain"
"tehtävittäin"
@@ -1406,4 +1405,7 @@ Kerros lasketaan kattokerrokseksi kun sen ikkunat ovat katossa. Katot, joissa ei
"Apua"
"Se voisi olla pistorasia leirintäalueella, pistorasioita vieraiden käytettävissä olevassa huoltorakennuksessa, latausasema puhelimille, kannettaville, jne."
"Mikä on levein väli josta voi kulkea läpi?"
+ "Kokonaissijoitus"
+ "%s-sijoitus"
+ "Se on pelkkä puunkanto"
\ No newline at end of file
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index fce6e6f0b2..d3cd68f3d1 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -668,7 +668,6 @@ Notez que StreetComplete vous demandera les numéros de rues après avoir indiqu
"Autres projets réalisés dans le cadre de StreetComplete"
"Contributeurs principaux"
"Vos statistiques sont en train de se synchroniser. Vérifiez cette page plus tard."
- "Classement (%2$s) : %1$d"
"Portail cartographique %s"
"par pays"
"par type"
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 46e30a6e7d..b7049a72e9 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -668,7 +668,6 @@ Ten en conta que esta aplicación pregunta polo número de enderezo dun edificio
"Proxectos realizados para o StreetComplete"
"Contribucións principais"
"As túas estatísticas aínda están a sincronizarse. Volve máis tarde."
- "Rango en %2$s: %1$d"
"Portal de cartografado de %s"
"por país"
"por tipo de tarefa"
diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml
index 74ce736b6e..c447c12ab4 100644
--- a/app/src/main/res/values-he/strings.xml
+++ b/app/src/main/res/values-he/strings.xml
@@ -648,7 +648,6 @@
"פרויקטים שנעשו עבור StreetComplete"
"תורמים/ות עיקריים"
"נתוני הסטטיסטיקה שלך עדיין מסתנכרנים. נא לבדוק מסך זה במועד מאוחר יותר."
- "דירוג ב-%2$s: %1$d"
"לפי מדינה"
"לפי סוג משימה"
"ימי
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index d027c77199..530acde587 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -668,7 +668,6 @@ Imajte na umu da ova aplikacija pita za kućni broj zgrade tek nakon što se utv
"Projekti izrađeni za StreetComplete"
"Glavni suradnici"
"Vaša se statistika još uvijek sinkronizira. Provjerite ovaj ekran kasnije."
- "Rang u %2$s: %1$d"
"Kartografski portal %s"
"po zemljama"
"po vrsti"
@@ -1405,4 +1404,7 @@ Kat se računa kao kat u potkrovlju samo kada ima prozore unutar krova. Stoga, k
"Pomoć"
"To mogu biti utičnice izravno na parcelama kampa, utičnice u dijeljenom prostoru dostupne gostima, namjenska punionica za telefone i prijenosna računala itd."
"Koji je najširi prolaz kroz koji se ovdje može proći?"
+ "Sveukupno"
+ "Rang u %s"
+ "Ostao je samo panj"
\ No newline at end of file
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index cd2a96e42c..d79d90a89c 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -665,7 +665,6 @@ Ez az app csak akkor kérdezi meg egy épület házszámát, ha a típusa már m
"StreetComplete-hez felhasznált projektek"
"Fő közreműködők"
"A statisztikáid még frissítés alatt állnak. Nézz vissza később."
- "%2$si helyezés: %1$d"
"Térképportál %s"
"ország szerint"
"kérdéstípus szerint"
diff --git a/app/src/main/res/values-hy/strings.xml b/app/src/main/res/values-hy/strings.xml
index 1d58f71960..77e0e68440 100644
--- a/app/src/main/res/values-hy/strings.xml
+++ b/app/src/main/res/values-hy/strings.xml
@@ -641,7 +641,6 @@
"Ծրագրեր, որոնք արվել են փողոցային մասնաճյուղի համար"
"Հիմնական ներդրողներ"
"Ձեր վիճակագրությունը դեռ համաժամեցվում է: Ստուգեք այս էկրանը ավելի ուշ:"
- "Վարկանիշը %2$s: %1$d"
"Քարտեզագրում պորտալ %s"
"ըստ երկրի"
"ըստ որոնման տեսակի"
diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml
index b23dac8d3d..cae0212ccb 100644
--- a/app/src/main/res/values-id/strings.xml
+++ b/app/src/main/res/values-id/strings.xml
@@ -673,7 +673,6 @@ Harap ingat bahwa aplikasi ini menanyakan nomor rumah pada bangunan setelah jeni
"Proyek dibuat untuk StreetComplete"
"Kontributor utama"
"Statisikmu masih sinkronisasi. Cek lagi nanti"
- "Peringkat %2$s: %1$d"
"Portal pemetaan %s"
"berdasarkan negara"
"berdasarkan tipe pencarian"
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index b23dac8d3d..cae0212ccb 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -673,7 +673,6 @@ Harap ingat bahwa aplikasi ini menanyakan nomor rumah pada bangunan setelah jeni
"Proyek dibuat untuk StreetComplete"
"Kontributor utama"
"Statisikmu masih sinkronisasi. Cek lagi nanti"
- "Peringkat %2$s: %1$d"
"Portal pemetaan %s"
"berdasarkan negara"
"berdasarkan tipe pencarian"
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 3ce0c92c55..76f3b8b393 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -668,7 +668,6 @@ Questa app chiede il numero civico di un edificio solo dopo che è stato determi
"Progetti creati per StreetComplete"
"Contributori principali"
"Le tue statistiche si stanno sincronizzando. Controlla più tardi."
- "Posizione in %2$s: %1$d"
"Portale di mappatura %s"
"per nazione"
"per tipo di missione"
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index 74ce736b6e..c447c12ab4 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -648,7 +648,6 @@
"פרויקטים שנעשו עבור StreetComplete"
"תורמים/ות עיקריים"
"נתוני הסטטיסטיקה שלך עדיין מסתנכרנים. נא לבדוק מסך זה במועד מאוחר יותר."
- "דירוג ב-%2$s: %1$d"
"לפי מדינה"
"לפי סוג משימה"
"ימי
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 747880bf35..14cb0039f5 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -670,7 +670,6 @@ OpenStreetMap を匿名で編集することはできないため、変更は OS
"StreetCompleteのために作成されたプロジェクト"
"主な貢献者"
"翻訳状況はまだ同期中です。Check this screen later."
- "%2$s内のランク:%1$d"
"マッピング ポータル %s"
"国別"
"タイプ別"
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index 7c15236531..6fe10a0b66 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -668,7 +668,6 @@ StreetComplete는 주변에서 지도에 빠진 정보가 있는지 찾아요:
"StreetComplete를 지원하는 프로젝트"
"주요 기여자"
"통계를 동기화하는 중입니다. 잠시 후에 확인하세요."
- "%2$s에서의 순위: %1$d"
"지도 제작 포털 %s"
"국가별"
"과제 유형별"
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index ea83fa2209..8fd2bc4cc2 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -667,7 +667,6 @@ Pastebėtina, kad ši aplikacija klausia namo numerio tik po to, kai nustatytas
"Projektai sukurti StreetComplete"
"Pagrindiniai talkininkai"
"Jūsų statistika vis dar atnaujinama. Grįžkite čia vėliau."
- "Vieta %2$s: %1$d"
"Žymėjimo portalas %s"
"pagal šalį"
"pagal užduoties tipą"
diff --git a/app/src/main/res/values-lt/translation_info.xml b/app/src/main/res/values-lt/translation_info.xml
index 818214c64d..ffdb1dec3b 100644
--- a/app/src/main/res/values-lt/translation_info.xml
+++ b/app/src/main/res/values-lt/translation_info.xml
@@ -1,4 +1,4 @@
- 86
+ 85
diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml
index 07a76f404f..938cccf7a2 100644
--- a/app/src/main/res/values-lv/strings.xml
+++ b/app/src/main/res/values-lv/strings.xml
@@ -666,9 +666,8 @@ Pats galvenais, atcerieties ievērot drošību: apzinieties savu apkārtni un ne
"Projekti, kas ir veidoti StreetComplete lietotnei"
"Galvenie veidotāji"
"Jūsu statistika vēl tiek sinhronizēta. Lūdzu, apskatiet šo ekrānu vēlāk."
- "Rangs %2$s: %1$d"
"Kartēšanas portāls %s"
- "pēc valts"
+ "pēc valsts"
"pēc veida"
"Globālais rangs"
"Rangs valstī
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index e89d8f3f13..403a476f16 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -668,7 +668,6 @@ Merk at appen bare ber om husnummeret etter at hustypen er angitt."
"Prosjekter laget for StreetComplete"
"Hovedbidragsyter"
"Synkroniserer statistikken. Kom tilbake senere."
- "Plassering i %2$s: %1$d"
"Kartleggingsportal %s"
"pr land"
"pr oppdragstype"
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 31fd06f46e..53f2599bd4 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -666,7 +666,6 @@ Let op dat deze app pas naar het huisnummer van een gebouw vraagt nadat het gebo
"Projecten gemaakt voor StreetComplete"
"Belangrijkste bijdragers"
"Je statistieken worden nog gesynchroniseerd. Probeer het later opnieuw."
- "Rang in %2$s: %1$d"
"Mappers portaal %s"
"per land"
"per vraagtype"
@@ -1394,4 +1393,8 @@ Een verdieping telt als dakverdieping als er ramen in het dak zijn. Daken die ni
"Selecteer alles van toepassing:"
"Hoe breed is de opening hier?"
"op de brug"
+ "Laat introductie zien"
+ "Help"
+ "Denk hierbij aan stopcontacten direct bij de kampeerplaatsen, stopcontacten in een servicegebouw dat toegankelijk is voor gasten, of een speciaal oplaadstation voor telefoons, laptops, etc."
+ "Wat is de breedste doorgang die je hier kunt passeren?"
\ No newline at end of file
diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml
index 6256812891..220cee8fde 100644
--- a/app/src/main/res/values-nn/strings.xml
+++ b/app/src/main/res/values-nn/strings.xml
@@ -650,7 +650,6 @@ Appen kommuniserer direkte med OSM-tenarane.<br/>Før appen lastar opp end
"Prosjekt laga for StreetComplete"
"Hovudbidragsytarar"
"Synkroniserer statistikken. Kom tilbake seinare."
- "Rangering i %2$s: %1$d"
"Kartleggingsportal %s"
"etter land"
"etter type oppdrag"
diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml
index e89d8f3f13..403a476f16 100644
--- a/app/src/main/res/values-no/strings.xml
+++ b/app/src/main/res/values-no/strings.xml
@@ -668,7 +668,6 @@ Merk at appen bare ber om husnummeret etter at hustypen er angitt."
"Prosjekter laget for StreetComplete"
"Hovedbidragsyter"
"Synkroniserer statistikken. Kom tilbake senere."
- "Plassering i %2$s: %1$d"
"Kartleggingsportal %s"
"pr land"
"pr oppdragstype"
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 913c1c4522..446a138693 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -669,7 +669,6 @@ Zauważ, że aplikacja pyta o numer domu dopiero po określeniu rodzaju budynku.
"Projekty wykonane dla StreetComplete"
"Główni współtwórcy"
"Twoje statystyki są w trakcie synchronizacji. Sprawdź ten ekran później."
- "%2$s - pozycja %1$d"
"Portal %s"
"Według państwa"
"Według typu zadania"
@@ -1388,4 +1387,18 @@ Poziom liczy się jako poziom dachu, gdy jego okna znajdują się w dachu, w zwi
"Chodnik, ale znak zezwala na jazdę rowerem"
"Wyznaczony obszar"
"Mapa z różnymi warstwami takimi jak wspinaczka czy jazda na nartach"
+ "Cofnij"
+ "Wyczyść"
+ "Więcej"
+ "Otwórz w przeglądarce"
+ "Zadania"
+ "Język"
+ "Jak często jesteś pytany w celu potwierdzenia czy poprzednio zmapowane dane są nadal poprawne."
+ "Domyślnie wyłączone"
+ "Pod jaką nazwą zapisany jest wybór zadań poniżej."
+ "Wybierz wszystkie, które mają zastosowanie:"
+ "Jaka jest szerokość otwarcia tutaj?"
+ "Na moście"
+ "Pokaż wstęp"
+ "Pomoc"
\ No newline at end of file
diff --git a/app/src/main/res/values-pl/translation_info.xml b/app/src/main/res/values-pl/translation_info.xml
index c46e86f95e..3ddf070ea2 100644
--- a/app/src/main/res/values-pl/translation_info.xml
+++ b/app/src/main/res/values-pl/translation_info.xml
@@ -1,4 +1,4 @@
- 98
+ 99
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 4dfafd7e61..916442d399 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -668,7 +668,6 @@ Observe que este aplicativo solicita o número da casa de uma edificação apena
"Projetos feitos para o StreetComplete"
"Principais colaboradores"
"Suas estatísticas ainda estão sendo sincronizadas. Verifique mais tarde."
- "Rank em %2$s: %1$d"
"Portal de mapeamento %s"
"por país"
"por tipo"
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index f9c364d7cb..d34bac5ed8 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -668,7 +668,6 @@ Note que esta aplicação apenas pergunta pelo número de porta de um edifício
"Projetos criados para o StreetComplete"
"Contribuidores principais"
"As suas estatísticas estão a ser sincronizadas. Verifique este menu mais tarde."
- "Classificação em %2$s: %1$d"
"Portal de mapeamento %s"
"por país"
"por tipo"
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
index 78e58b421e..bed4cb385d 100644
--- a/app/src/main/res/values-ro/strings.xml
+++ b/app/src/main/res/values-ro/strings.xml
@@ -667,7 +667,6 @@ Rețineți că această aplicație solicită numărul unei clădiri numai după
"Proiecte realizate pentru StreetComplete"
"Principalii colaboratori"
"Statisticile încă se sincronizează. Verificați acest ecran mai târziu."
- "Rang în %2$s: %1$d"
"Portal de cartografiere %s"
"după țară"
"după tipul de misiune"
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 8b0ef62f5e..1ee4b4bed8 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -670,7 +670,6 @@
"Проекты, сделанные для StreetComplete"
"Основные участники"
"Ваша статистика синхронизируется. Проверьте её здесь позднее."
- "Рейтинг в %2$s: %1$d"
"Картографический портал %s"
"по стране"
"по типу квеста"
diff --git a/app/src/main/res/values-ru/translation_info.xml b/app/src/main/res/values-ru/translation_info.xml
index 3ddf070ea2..c46e86f95e 100644
--- a/app/src/main/res/values-ru/translation_info.xml
+++ b/app/src/main/res/values-ru/translation_info.xml
@@ -1,4 +1,4 @@
- 99
+ 98
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index 27e6eba2dd..5c830ab971 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -666,7 +666,6 @@ Pamätajte, že táto aplikácia sa pýta na súpisné číslo budovy až po ur
"Projekty pre StreetComplete"
"Hlavní prispievatelia"
"Vaše štatistiky sa stále synchronizujú. Vráťte sa sem neskôr."
- "Poradie v %2$s: %1$d"
"OSM Wiki %s"
"podľa krajiny"
"podľa úlohy"
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index 8753f7c3a6..0973842f44 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -668,7 +668,6 @@ Upoštevaj da ta aplikacija vpraša po hišni številki šele takrat, ko je tip
"Projekti narejeni za StreetComplete"
"Glavni prispevalci"
"Tvoja statistika se še vedno sinhronizira. Preveri ta zaslon pozneje."
- "Mesto v %2$s: %1$d"
"Portal za kartografijo %s"
"po državi"
"po tipu"
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
index bb0980b3e5..00709773e7 100644
--- a/app/src/main/res/values-sr/strings.xml
+++ b/app/src/main/res/values-sr/strings.xml
@@ -668,7 +668,6 @@
"Пројекти направљени за StreetComplete"
"Главни сарадници"
"Ваша статистика се још увек синхронизује. Проверите овај екран касније."
- "Ранг у %2$s: %1$d"
"Картографски портал %s"
"по земљама"
"по врсти задатка"
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 1561ea1908..59732b0415 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -668,7 +668,6 @@ Observera att appen ber om husnummer för en byggnad först efter att dess typ h
"Projekt som gjorts för StreetComplete"
"Huvudsakliga bidragsgivare"
"Din statistik synkroniseras fortfarande. Kontrollera denna skärm senare."
- "Rang i %2$s: %1$d"
"Kartläggningsportal %s"
"efter land"
"efter uppdragstyp"
diff --git a/app/src/main/res/values-sw/strings.xml b/app/src/main/res/values-sw/strings.xml
index 6329f5d314..8b9ac43634 100644
--- a/app/src/main/res/values-sw/strings.xml
+++ b/app/src/main/res/values-sw/strings.xml
@@ -649,7 +649,6 @@ Kabla ya kupakia mabadiliko yako, programu hukagua na <a href=\" https://www.
"Miradi iliyotengenezwa kwa StreetComplete"
"Wachangiaji wakuu"
"Takwimu zako bado zinasawazishwa. Angalia skrini hii baadaye."
- "Panga katika %2$s: %1$d"
"Tovuti ya Ramani %s"
"kwa nchi"
"kwa aina"
diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml
index 5f69450f83..6ad7c2517e 100644
--- a/app/src/main/res/values-th/strings.xml
+++ b/app/src/main/res/values-th/strings.xml
@@ -665,7 +665,6 @@
"โปรเจ็กต์ที่ถูกสร้างสำหรับ StreetComplete"
"ผู้สมทบหลัก"
"สถิติของคุณกำลังซิงค์อยู่ โปรดมาที่หน้าจอนี้อีกครั้งในภายหลัง"
- "อันดับที่ %2$s: %1$d"
"พอร์ทัลของแผนที่ %s"
"ตามประเทศ"
"ตามภารกิจ"
diff --git a/app/src/main/res/values-th/translation_info.xml b/app/src/main/res/values-th/translation_info.xml
index 1b5ceecab4..21904d059d 100644
--- a/app/src/main/res/values-th/translation_info.xml
+++ b/app/src/main/res/values-th/translation_info.xml
@@ -1,4 +1,4 @@
- 94
+ 93
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 9bf0a0152f..6a546388dd 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -666,7 +666,6 @@
"Проєкти, створені для StreetComplete"
"Основні співавтори"
"Ваша статистика все ще синхронізується. Перевірте цей екран пізніше."
- "Рейтинг у %2$s: %1$d"
"Картографічний портал %s"
"за країною"
"за типом квесту"
diff --git a/app/src/main/res/values-uk/translation_info.xml b/app/src/main/res/values-uk/translation_info.xml
index 1953c600c1..3ddf070ea2 100644
--- a/app/src/main/res/values-uk/translation_info.xml
+++ b/app/src/main/res/values-uk/translation_info.xml
@@ -1,4 +1,4 @@
- 100
+ 99
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 929d071de0..7a18716064 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -670,7 +670,6 @@
"為了貢獻StreetComplete的專案"
"主要的貢獻者"
"你的統計依然同步中,請晚點檢查這個畫面。"
- "在 %2$s:排名 %1$d"
"繪製導航 %s"
"依國家"
"依任務類型"
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index 52cdd69f7a..42354d7cf0 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -668,7 +668,6 @@ OpenStreetMap 不接受匿名编辑,您需要登录您的 OpenStreetMap 帐号
"为StreetComplete制作的项目"
"主要贡献者"
"你的统计数据还在同步。请稍后再查看。"
- "在%2$s排行: %1$d"
"绘图传送门 %s"
"依据国家"
"依据任务类型"