Renamed Geobookmark to Geofavorite, added italian store translation
This commit is contained in:
parent
61263c191e
commit
9dfcfa064a
@ -1,6 +1,6 @@
|
|||||||
![Nextcloud Maps Geobookmarks Logo](/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png)
|
![Nextcloud Maps Geofavorites Logo](/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png)
|
||||||
|
|
||||||
# Nextcloud Maps Geobookmarks Android app
|
# Nextcloud Maps Geofavorites Android app
|
||||||
|
|
||||||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/it/packages/it.danieleverducci.nextcloudmaps)
|
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/it/packages/it.danieleverducci.nextcloudmaps)
|
||||||
[<img src="https://cdn.rawgit.com/steverichey/google-play-badge-svg/master/img/en_get.svg" height="80">](https://play.google.com/store/apps/details?id=it.danieleverducci.nextcloudmaps)
|
[<img src="https://cdn.rawgit.com/steverichey/google-play-badge-svg/master/img/en_get.svg" height="80">](https://play.google.com/store/apps/details?id=it.danieleverducci.nextcloudmaps)
|
||||||
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
(Always prefer [F-Droid](https://f-droid.org) build, when possible).
|
(Always prefer [F-Droid](https://f-droid.org) build, when possible).
|
||||||
|
|
||||||
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list.
|
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geofavorites list.
|
||||||
Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
|
Geofavorites can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
|
||||||
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
|
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
|
||||||
|
|
||||||
**Requires Maps app to be installed on the Nextcloud instance.**
|
**Requires Maps app to be installed on the Nextcloud instance.**
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<!-- App strings -->
|
<!-- App strings -->
|
||||||
<string name="app_name">Maps Geobookmarks</string>
|
<string name="app_name">Maps Geofavorites</string>
|
||||||
<string name="welcome">Benvenuto su Nextcloud Maps Geobookmarks</string>
|
<string name="welcome">Benvenuto su Nextcloud Maps Geofavorites</string>
|
||||||
|
|
||||||
<!-- Login Activity -->
|
<!-- Login Activity -->
|
||||||
<string name="choose_account">Scegli account</string>
|
<string name="choose_account">Scegli account</string>
|
||||||
|
|
||||||
<!-- Geobookmarks list -->
|
<!-- Geofavorites list -->
|
||||||
<string name="new_geobookmark">Nuovo geosegnalibro</string>
|
<string name="new_geobookmark">Nuovo geosegnalibro</string>
|
||||||
<string name="about">Informazioni</string>
|
<string name="about">Informazioni</string>
|
||||||
<string name="switch_account">Cambia account</string>
|
<string name="switch_account">Cambia account</string>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<string name="menu_item_sort_by_category_a_z">Categoria</string>
|
<string name="menu_item_sort_by_category_a_z">Categoria</string>
|
||||||
<string name="menu_item_sort_by_distance_nearest_first">Distanza</string>
|
<string name="menu_item_sort_by_distance_nearest_first">Distanza</string>
|
||||||
|
|
||||||
<!-- Geobookmarks detail -->
|
<!-- Geofavorites detail -->
|
||||||
<string name="name">Nome</string>
|
<string name="name">Nome</string>
|
||||||
<string name="description">Descrizione</string>
|
<string name="description">Descrizione</string>
|
||||||
<string name="created">Creato</string>
|
<string name="created">Creato</string>
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<!-- App strings -->
|
<!-- App strings -->
|
||||||
<string name="app_name">Maps Geobookmarks</string>
|
<string name="app_name">Maps Geofavorites</string>
|
||||||
<string name="welcome">Welcome to Nextcloud Maps Geobookmarks</string>
|
<string name="welcome">Welcome to Nextcloud Maps Geofavorites</string>
|
||||||
|
|
||||||
<!-- Login Activity -->
|
<!-- Login Activity -->
|
||||||
<string name="choose_account">Choose account</string>
|
<string name="choose_account">Choose account</string>
|
||||||
|
|
||||||
<!-- Geobookmarks list -->
|
<!-- Geofavorites list -->
|
||||||
<string name="new_geobookmark">New geofavorite</string>
|
<string name="new_geobookmark">New geofavorite</string>
|
||||||
<string name="about">About</string>
|
<string name="about">About</string>
|
||||||
<string name="switch_account">Switch account</string>
|
<string name="switch_account">Switch account</string>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<string name="menu_item_sort_by_category_a_z">Category</string>
|
<string name="menu_item_sort_by_category_a_z">Category</string>
|
||||||
<string name="menu_item_sort_by_distance_nearest_first">Distance</string>
|
<string name="menu_item_sort_by_distance_nearest_first">Distance</string>
|
||||||
|
|
||||||
<!-- Geobookmarks detail -->
|
<!-- Geofavorites detail -->
|
||||||
<string name="name">Name</string>
|
<string name="name">Name</string>
|
||||||
<string name="description">Description</string>
|
<string name="description">Description</string>
|
||||||
<string name="created">Created</string>
|
<string name="created">Created</string>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list.
|
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geofavorites list.
|
||||||
Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
|
Geofavorites can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
|
||||||
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
|
A new geofavorite can be created on current location, by sharing a "geo:" uri from another app or manually picking from the map.
|
||||||
|
|
||||||
Requires Maps app to be installed on the Nextcloud instance.
|
Requires Maps app to be installed on the Nextcloud instance.
|
||||||
|
@ -1 +1 @@
|
|||||||
Manage Nextcloud Maps Geobookmarks on your phone
|
Manage Nextcloud Maps Geofavorites on your phone
|
||||||
|
@ -1 +1 @@
|
|||||||
Nextcloud Maps Geobookmarks
|
Nextcloud Maps Geofavorites
|
||||||
|
3
fastlane/metadata/android/it-IT/full_description.txt
Normal file
3
fastlane/metadata/android/it-IT/full_description.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Client per Nextcloud Maps non ufficiale e FOSS al suo stato iniziale di sviluppo.
|
||||||
|
Mostra la lista dei geosegnalibri di Nextcloud Maps e permette di aprirli in qualunque app supporti i "geo:" urls (i.e. Google Maps, Organic Maps etc...).
|
||||||
|
È possibile creare nuovi geosegnalibri nella posizione GPS attuale, scegliendo la posizione dalla mappa o condividendola da altre app sotto forma di "geo:" uri.
|
1
fastlane/metadata/android/it-IT/short_description.txt
Normal file
1
fastlane/metadata/android/it-IT/short_description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Un semplice client per Nextcloud Maps
|
1
fastlane/metadata/android/it-IT/title.txt
Normal file
1
fastlane/metadata/android/it-IT/title.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Nextcloud Maps Geofavorites
|
Loading…
Reference in New Issue
Block a user