Meshtastic-Android/app/src/main/res/values-nb/strings.xml

44 lines
2.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
~ 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>
<string name="main_tab_channel">Kanal</string>
<string name="node_filter_placeholder">Filter</string>
<string name="desc_node_filter_clear">tøm nodefilter</string>
<string name="node_filter_include_unknown">Inkluder ukjent</string>
<string name="node_filter_show_details">Vis detaljer</string>
<string name="node_sort_alpha">A-Å</string>
<string name="node_sort_channel">Kanal</string>
<string name="node_sort_distance">Distanse</string>
<string name="node_sort_hops_away">Hopp unna</string>
<string name="node_sort_last_heard">Sist hørt</string>
<string name="node_sort_via_mqtt">via MQTT</string>
<string name="unrecognized">Ikke gjenkjent</string>
<string name="message_status_enroute">Venter på bekreftelse</string>
<string name="message_status_queued">I kø for å sende</string>
<string name="routing_error_none">Bekreftet</string>
<string name="routing_error_no_route">Ingen rute</string>
<string name="routing_error_got_nak">Mottok negativ bekreftelse</string>
<string name="routing_error_timeout">Tidsavbrudd</string>
<string name="routing_error_no_response">Ingen respons</string>
<string name="routing_error_pki_failed">Kryptert sending mislyktes</string>
<string name="routing_error_admin_public_key_unauthorized">Ikke-autorisert offentlig nøkkel</string>
<string name="role_repeater">Infrastruktur-node for utvidelse av nettverksdekning ved å videresende meldinger med minimal overhead. Ikke synlig i nodelisten.</string>
<string name="role_tracker">Sender GPS-posisjonspakker som prioritert.</string>
<string name="role_tak_tracker">Aktiverer automatiske TAK PLI-sendinger og reduserer rutinesendinger.</string>
</resources>