|
74 | 74 | <string name="screen_header">Schermo</string> |
75 | 75 | <string name="cache_header">Cache</string> |
76 | 76 |
|
| 77 | + <string name="waypoint_added">Waypoint aggiunto</string> |
| 78 | + <string name="waypoint_removed">Waypoint rimosso</string> |
| 79 | + |
| 80 | + <string name="ors">OpenRouteService (ORS)</string> |
| 81 | + <string name="ors_api_key_title">Chiave API ORS</string> |
| 82 | + <string name="ors_explanation_html"> |
| 83 | + OpenRouteService è un servizio di routing gratuito e open-source. |
| 84 | + La registrazione è gratuita su <a href="https://account.heigit.org/manage/key">account.heigit.org/manage/key</a>. |
| 85 | +</string> |
| 86 | + <string name="ors_key_prompt">Imposta la chiave API ORS per abilitare il routing</string> |
| 87 | + <string name="ors_hint">Incolla qui la chiave API ORS</string> |
| 88 | + <string name="erase_key">Cancella chiave API</string> |
| 89 | + <string name="ors_key_prompt_explanation">OpenRouteService è FOSS. La registrazione è gratuita:</string> |
| 90 | + <string name="ors_key_link">https://account.heigit.org/manage/key</string> |
| 91 | + <string name="erase_api_key">Cancella chiave API</string> |
| 92 | + <string name="ors_erase_confirm">Sei sicuro di voler cancellare la chiave API ORS?</string> |
| 93 | + <string name="key_erased">Chiave cancellata</string> |
| 94 | + <string name="ors_profile">Profilo di routing</string> |
| 95 | + <string name="select_ors_profile">Seleziona profilo di routing ORS</string> |
| 96 | + <string name="profile_set">Profilo impostato: %1$s</string> |
| 97 | + |
| 98 | + <string name="profile_driving_car">Auto</string> |
| 99 | + <string name="profile_driving_hgv">Camion</string> |
| 100 | + <string name="profile_cycling_regular">Bicicletta</string> |
| 101 | + <string name="profile_cycling_road">Bici da strada</string> |
| 102 | + <string name="profile_cycling_mountain">Mountain bike</string> |
| 103 | + <string name="profile_cycling_electric">E-bike</string> |
| 104 | + <string name="profile_foot_walking">A piedi</string> |
| 105 | + <string name="profile_foot_hiking">Escursionismo</string> |
| 106 | + <string name="profile_wheelchair">Sedia a rotelle</string> |
| 107 | + |
77 | 108 | </resources> |
0 commit comments