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

47 lines
2.6 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/>.
-->
2020-04-11 09:55:27 -07:00
<resources>
<string name="main_tab_users">Gebruikers</string>
<string name="main_tab_channel">Kanaal</string>
<string name="main_tab_settings">Instellingen</string>
<string name="node_filter_placeholder">Filter</string>
<string name="desc_node_filter_clear">wis node filter</string>
<string name="node_filter_include_unknown">Include onbekend</string>
<string name="node_filter_show_details">Toon details</string>
<string name="node_sort_button">Node sorteeropties</string>
<string name="node_sort_alpha">A-Z</string>
<string name="node_sort_channel">Kanaal</string>
<string name="node_sort_distance">Afstand</string>
<string name="node_sort_hops_away">Aantal sprongen</string>
<string name="node_sort_last_heard">Laatst gehoord</string>
<string name="node_sort_via_mqtt">via MQTT</string>
<string name="unrecognized">Niet herkend</string>
<string name="message_status_enroute">Wachten op bevestiging</string>
<string name="message_status_queued">In behandeling</string>
<string name="routing_error_none">Bevestigd</string>
<string name="routing_error_no_route">Geen route</string>
<string name="routing_error_got_nak">Negatieve bevestiging ontvangen</string>
<string name="routing_error_timeout">Time-Out</string>
<string name="routing_error_no_response">Geen antwoord</string>
<string name="routing_error_pki_failed">Versleuteld verzenden mislukt</string>
<string name="routing_error_admin_public_key_unauthorized">Publieke sleutel onbevoegd</string>
<string name="role_repeater">Infrastructuur node om netwerk bereik te vergroten door berichten door te geven zonder overtolligheid. Niet zichtbaar in noden lijst.</string>
<string name="role_tracker">Zendt GPS-positiepakketten met prioriteit uit.</string>
<string name="role_tak_tracker">Activeer automatisch zenden TAK PLI en beperk routine zendingen.</string>
</resources>