mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(datetime): Standardize date/time formatting with DateUtils (#4164)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
1422217303
commit
02cf1f1034
15 changed files with 131 additions and 136 deletions
|
|
@ -251,6 +251,10 @@
|
|||
<string name="debug_filter_add">Add filter</string>
|
||||
<string name="debug_filter_included">Filter included</string>
|
||||
<string name="debug_filter_clear">Clear all filters</string>
|
||||
<string name="debug_filter_add_custom">Add custom filter</string>
|
||||
<string name="debug_filter_preset_title">Preset Filters</string>
|
||||
<string name="debug_store_logs_title">Store mesh logs</string>
|
||||
<string name="debug_store_logs_summary">Disable to skip writing mesh logs to disk</string>
|
||||
<string name="debug_clear">Clear Logs</string>
|
||||
<string name="match_any">Match Any | All</string>
|
||||
<string name="match_all">Match All | Any</string>
|
||||
|
|
@ -1082,4 +1086,5 @@
|
|||
<string name="compass_uncertainty">Estimated area: \u00b1%1$s (\u00b1%2$s)</string>
|
||||
<string name="compass_uncertainty_unknown">Estimated area: unknown accuracy</string>
|
||||
<string name="mark_as_read">Mark as read</string>
|
||||
<string name="now">now</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue