87 lines
4.4 KiB
XML
87 lines
4.4 KiB
XML
<!--
|
|
~ Nextcloud Maps Geofavorites for Android
|
|
~
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU General Public License
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<resources>
|
|
<!-- App strings -->
|
|
<string name="app_name">Maps Geobookmarks</string>
|
|
<string name="welcome">Welcome to Nextcloud Maps Geobookmarks</string>
|
|
|
|
<!-- Login Activity -->
|
|
<string name="choose_account">Choose account</string>
|
|
|
|
<!-- Geobookmarks list -->
|
|
<string name="new_geobookmark">New geobookmark</string>
|
|
<string name="about">About</string>
|
|
<string name="switch_account">Switch account</string>
|
|
<string name="list_mode">List</string>
|
|
<string name="search_in_all">Search by name</string>
|
|
<string name="share_via">Share via</string>
|
|
<string name="share_message">Check out this place: {lat}°N, {lng}°E https://www.openstreetmap.org/#map=17/{lat}/{lng}</string>
|
|
<string name="list_context_menu_detail">Details</string>
|
|
<string name="list_context_menu_delete">Delete</string>
|
|
<string name="dialog_delete_title">Delete geobookmark</string>
|
|
<string name="dialog_delete_message">You are about to delete geobookmark {name}. Proceed?</string>
|
|
<string name="dialog_delete_delete">Delete</string>
|
|
<string name="dialog_delete_cancel">Maintain</string>
|
|
<string name="list_geofavorite_deleted">Geofavorite deleted</string>
|
|
<string name="list_geofavorite_connection_error">Unable to obtain geofavorites list</string>
|
|
|
|
<!-- Sort dialog -->
|
|
<string name="sort_by">Sort by</string>
|
|
<string name="menu_item_sort_by_title_a_z">A - Z</string>
|
|
<string name="menu_item_sort_by_date_newest_first">Newest first</string>
|
|
<string name="menu_item_sort_by_distance">Distance</string>
|
|
|
|
<!-- Geobookmarks detail -->
|
|
<string name="name">Name</string>
|
|
<string name="description">Description</string>
|
|
<string name="created">Created</string>
|
|
<string name="modified">Modified</string>
|
|
<string name="category">Category</string>
|
|
<string name="coords">Coordinates</string>
|
|
<string name="accuracy">Accuracy: {accuracy} m</string>
|
|
<string name="location_permission_required">Location permission is required to create a geofavorite.</string>
|
|
<string name="confirm">Save</string>
|
|
<string name="error_saving_geofavorite">Unable to save geofavorite</string>
|
|
<string name="incomplete_geofavorite">Incomplete geofavorite: Name and GPS coordinates are mandatory</string>
|
|
|
|
<!-- About -->
|
|
<string name="about_version_title">Version</string>
|
|
<string name="about_version">You are currently using <strong>%1$s</strong></string>
|
|
<string name="about_source_title">Source code</string>
|
|
<string name="about_source">This project is hosted on GitHub: <a href="%1$s">%1$s</a></string>
|
|
<string name="about_issues_title">Issues</string>
|
|
<string name="about_issues">You can report bugs, enhancement proposals and feature requests at the GitHub issue tracker: <a href="%1$s">%1$s</a></string>
|
|
<string name="about_app_license_title">App license</string>
|
|
<string name="about_app_license">This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+.</string>
|
|
<string name="about_app_license_button">View license</string>
|
|
|
|
<!-- Common strings -->
|
|
<string name="common_yes">Yes</string>
|
|
<string name="common_cancel">Cancel</string>
|
|
|
|
<!-- URLs -->
|
|
<string name="url_source" translatable="false">https://github.com/penguin86/nextcloud-maps-client</string>
|
|
<string name="url_issues" translatable="false">https://github.com/penguin86/nextcloud-maps-client/issues/new/choose</string>
|
|
<string name="url_license" translatable="false">https://raw.githubusercontent.com/penguin86/nextcloud-maps-client/master/LICENSE</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="setting_sort_by">SETTING_SORT_BY</string>
|
|
<string name="setting_grid_view_enabled">SETTING_GRID_VIEW_ENABLED</string>
|
|
|
|
</resources>
|