<?xml version="1.0" encoding="utf-8"?> <!-- * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon * Copyright (C) 2017-2018 Pacien TRAN-GIRARD * * 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="app_name">Tinc-app</string> <string name="app_label">Tinc</string> <string name="app_short_desc">Android-binding og brukergrensesnitt tiltenkt maskenett-VPN-nissen for Tinc.</string> <string name="app_copyright">Opphavsrett © 2017–2018 Pacien.</string> <string name="app_license">Programvare distribuert i henhold til vilkårene i GNU General Public Lisens v3.</string> <string name="app_website_url">https://tincapp.pacien.org</string> <string name="info_version_format">Programversjon %1$s (%2$s build)</string> <string name="info_running_on_format">Kjører på Android %1$s %2$s</string> <string name="info_supported_abis_format">Enhets-binærkompabilitet: %1$s</string> <string name="menu_about">Om</string> <string name="field_net_name">Tinc-nettverksnavn</string> <string name="title_connect_to_network">Koble til nettverk</string> <string name="title_request_vpn_permissions">Forespør VPN-tilganger</string> <string name="action_close">Lukk</string> <string name="action_open_project_website">Prosjektets nettside</string> </resources>