add new strings
This commit is contained in:
parent
e309f24e9c
commit
7b1ba3906f
3 changed files with 23 additions and 12 deletions
20
_i18n/en.yml
20
_i18n/en.yml
|
|
@ -7,7 +7,7 @@ view_all_apps: 'View All Apps'
|
||||||
built_on_fdroid: Built on F-Droid Free Software
|
built_on_fdroid: Built on F-Droid Free Software
|
||||||
|
|
||||||
butter_box_title: 'Welcome to the Butter Box'
|
butter_box_title: 'Welcome to the Butter Box'
|
||||||
explore: 'Explore'
|
explore: 'Explore USB'
|
||||||
explore_missing: 'Insert USB drive to broadcast content'
|
explore_missing: 'Insert USB drive to broadcast content'
|
||||||
message_board: "Message Board"
|
message_board: "Message Board"
|
||||||
app_store: 'App Store'
|
app_store: 'App Store'
|
||||||
|
|
@ -26,21 +26,25 @@ maps:
|
||||||
breadcrumb: "Offline Maps"
|
breadcrumb: "Offline Maps"
|
||||||
main_cta: "Download OsmAnd"
|
main_cta: "Download OsmAnd"
|
||||||
sub_cta: "137 MB"
|
sub_cta: "137 MB"
|
||||||
title: "Navigating Offline"
|
title: "Navigate Offline"
|
||||||
subtitle: "OsmAnd is an offline world map application based on OpenStreetMap"
|
subtitle: "Plan your routes without an internet connection"
|
||||||
|
summary: "OsmAnd is an open source app built on OpenStreetMap. It does not collect user data and you decide what data the app will have access to."
|
||||||
sections:
|
sections:
|
||||||
section1:
|
section1:
|
||||||
title: "About OsmAnd"
|
step: Step 1
|
||||||
|
title: "Download the OsmAnd App"
|
||||||
text: OsmAnd allows you to navigate taking into account the preferred roads and vehicle dimensions. Plan routes based on inclines and record GPX tracks without an internet connection. OsmAnd is an open source app. It does not collect user data and you decide what data the app will have access to.
|
text: OsmAnd allows you to navigate taking into account the preferred roads and vehicle dimensions. Plan routes based on inclines and record GPX tracks without an internet connection. OsmAnd is an open source app. It does not collect user data and you decide what data the app will have access to.
|
||||||
section2:
|
section2:
|
||||||
title: "Map Files"
|
step: Step 2
|
||||||
text: Download map files for your region. To import a map file into OsmAnd, locate the file in your device downloads. Then open it with the OsmAnd app.
|
title: "Download and import the map files you want"
|
||||||
|
text: First, download a map file from the list below. Once downloaded, locate the file in your device downloads. Unzip the file. To import the map file, tap the .obf file and select
|
||||||
|
open_with_cta: Open with OsmAnd.
|
||||||
|
|
||||||
sideloading_modal:
|
sideloading_modal:
|
||||||
heading: Continue With Confidence
|
heading: Continue With Confidence
|
||||||
paragraphs:
|
paragraphs:
|
||||||
- 'Downloading apps from unknown sources can expose your device to malicious software. For this reason, your phone will warn against it.'
|
- "The Butter App Store apps are safe. Normally, it’s not safe to download apps from unknown sources because it may expose your device to viruses."
|
||||||
- 'The Butter App Store and the apps in it are checked for malware before they are shared. Consider it a safe source.'
|
- "The apps found in the Butter App Store have been scanned and do not contain viruses."
|
||||||
confirm: Continue to Download
|
confirm: Continue to Download
|
||||||
go_back: Go Back
|
go_back: Go Back
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
|
@ -9,15 +9,22 @@ breadcrumb: "Offline Maps"
|
||||||
<h1>{% t maps.title %}</h1>
|
<h1>{% t maps.title %}</h1>
|
||||||
<p class="subtitle">{% t maps.subtitle %}</p>
|
<p class="subtitle">{% t maps.subtitle %}</p>
|
||||||
|
|
||||||
|
<p class="informational-text">{% t maps.summary %}</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="step-label">{% t maps.sections.section1.step %}</div>
|
||||||
|
<h2>{% t maps.sections.section1.title %}</h2>
|
||||||
<div class="btn-container">
|
<div class="btn-container">
|
||||||
{% assign apk_url = site.baseurl | append: "/fdroid/repo/net.osmand.plus_471703.apk" %}
|
{% assign apk_url = site.baseurl | append: "/fdroid/repo/net.osmand.plus_471703.apk" %}
|
||||||
{% include fancybutton.html main_cta="maps.main_cta" sub_cta="maps.sub_cta" href=apk_url %}
|
{% include fancybutton.html main_cta="maps.main_cta" sub_cta="maps.sub_cta" href=apk_url %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for section in site.translations[site.lang].maps.sections %}
|
<div class="step-label">{% t maps.sections.section2.step %}</div>
|
||||||
<h2>{{section[1].title}}</h2>
|
<h2>{% t maps.sections.section2.title %}</h2>
|
||||||
<p class="informational-text">{{section[1].text}}</p>
|
<p class="informational-text">
|
||||||
{% endfor %}
|
{% t maps.sections.section2.text %}
|
||||||
|
<span class="bold">{% t maps.sections.section2.open_with_cta %}</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="filelist">
|
<div class="filelist">
|
||||||
{% assign obf_url= site.basurl | append: "/fdroid/repo/" | append: "Angola_africa_2.obf.zip" %}
|
{% assign obf_url= site.basurl | append: "/fdroid/repo/" | append: "Angola_africa_2.obf.zip" %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue