Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ellipsis, added #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<string name="export_gpx">Export GPX track</string>
<string name="delete_all">DELETE ALL</string>
<string name="upload_skipped">Upload skipped (If this happened accidentally, check your debug settings)</string>
<string name="preparing_export">Preparing export...</string>
<string name="preparing_export">Preparing export</string>
<string name="app_description">RadioCells.org WiFi and cell logger</string>
<string name="link_repository" translatable="false">https://github.com/openbmap/android</string>
<string name="licences">Licences</string>
Expand All @@ -130,17 +130,17 @@
<string name="blacklisted_ssid">is blacklisted (SSID)</string>
<string name="is_new">New?</string>
<string name="blacklisted_area">Ignored: in blacklisted area</string>
<string name="cleaning_database">Reorganising...</string>
<string name="database_lock_error">Couldn\'t lock database. Try again later...</string>
<string name="please_stay_patient">Please stay patient...</string>
<string name="cleaning_database">Reorganising</string>
<string name="database_lock_error">Couldn\'t lock database. Try again later</string>
<string name="please_stay_patient">Please stay patient</string>
<string name="export_error_title">Export error</string>
<string name="export_error">Try again later. If problem persists, please file a bug at\nhttps://github.com/openbmap/android/issues</string>
<string name="location_blacklist_saved">Location blacklist saved!</string>
<string name="error_writing_location_blacklist">Error writing location blacklist</string>

<string name="prefs_update_catalog_summary">Adds scanned WiFis to local WiFi catalog</string>
<string name="prefs_update_catalog">Sync WiFi catalog locally</string>
<string name="synchronizing">Synchronizing...</string>
<string name="synchronizing">Synchronizing</string>
<string name="seconds"> seconds</string>
<string name="minutes"> minutes</string>
<string name="stopped_tracking">Stopped tracking</string>
Expand Down Expand Up @@ -192,7 +192,7 @@
<string name="prefs_auto_delete_tracks_summary">Delete sessions after successful upload automatically</string>
<string name="prefs_get_maps_title">Get offline map</string>
<string name="prefs_get_maps_summary">Download offline map</string>
<string name="prefs_check_server">Contacting server...</string>
<string name="prefs_check_server">Contacting server</string>
<string name="downloading">Downloading</string>
<string name="invalid_download">Invalid download</string>
<string name="prefs_gpx_verbosity_title">GPX verbosity</string>
Expand Down