mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Refactor: Settings to Connections, ui updates (#1984)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ad1897c564
commit
b861d07aba
5 changed files with 137 additions and 88 deletions
|
|
@ -1,3 +1,20 @@
|
|||
<!--
|
||||
~ Copyright (c) 2025 Meshtastic LLC
|
||||
~
|
||||
~ 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 <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
// Language tags native names (not available via .getDisplayLanguage)
|
||||
<string name="fr_HT" translatable="false">Kreyòl ayisyen</string>
|
||||
|
|
@ -638,4 +655,8 @@
|
|||
<string name="disk_free">Disk Free</string>
|
||||
<string name="load">Load</string>
|
||||
<string name="user_string">User String</string>
|
||||
<string name="connections">Connections</string>
|
||||
<string name="map">Map</string>
|
||||
<string name="contacts">Contacts</string>
|
||||
<string name="nodes">Nodes</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue