|
60 | 60 | <link rel="stylesheet" href="res/huroutes.css" />
|
61 | 61 | <script src="res/huroutes.js"></script>
|
62 | 62 | <script>
|
| 63 | + const phoneRouterOnly = 'Ez a tervező csak a telefonos applikációval működik.'; |
63 | 64 | // huroutes requires that the language dictionary is provided here
|
64 | 65 | // The huroutes.lang.<html[lang]> attribute field must be filled in
|
65 | 66 | huroutes.lang.hu = {
|
|
84 | 85 | 'navToPoi': ' Navigáció <span class="nav-start">ehhez a helyhez</span>.',
|
85 | 86 | 'sharePoi': 'Hely <span class="share">megosztása</span>.',
|
86 | 87 | 'nav': {
|
87 |
| - 'Google follow route': 'Google útvonal követés' |
| 88 | + 'Google follow route': 'Google útvonal követés', |
| 89 | + 'HERE WeGo follow route': 'HERE WeGo útvonal követés', |
| 90 | + 'Sygic follow route': 'Sygic útvonal követés' |
88 | 91 | },
|
89 | 92 | 'nav-label': {
|
90 |
| - 'Google follow route': 'Hosszabb útvonalak esetén előfordulhat pontatlan tervezés.' |
| 93 | + 'Google follow route': 'Hosszabb útvonalak esetén előfordulhat pontatlan tervezés.', |
| 94 | + 'HERE WeGo': phoneRouterOnly, |
| 95 | + 'HERE WeGo follow route': phoneRouterOnly, |
| 96 | + 'Sygic': phoneRouterOnly, |
| 97 | + 'Sygic follow route': phoneRouterOnly |
91 | 98 | },
|
92 | 99 | 'navLength': 'Az útvonal hossza.',
|
93 | 100 | 'navStartTooltip': 'Navigálás az útvonal elejére.',
|
@@ -148,7 +155,7 @@ <h2 class="title">huroutes</h2>
|
148 | 155 |
|
149 | 156 | <!-- The options dialog -->
|
150 | 157 | <div class="modal fade" id="options-dialog" tabindex="-1">
|
151 |
| - <div class="modal-dialog"> |
| 158 | + <div class="modal-dialog modal-dialog-scrollable"> |
152 | 159 | <div class="modal-content">
|
153 | 160 | <div class="modal-header">
|
154 | 161 | <h3>Beállítások</h3>
|
|
0 commit comments