aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-nb-rNO/strings.xml
blob: 074e3a0deba09761bbf54d0c0c5da47fcbcabb66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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
 *               2017 Allan Nordhøy (comradekingu)
 *
 * 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 TRAN-GIRARD.</string>  <!-- TODO: add "and contributors" -->
	<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="configure_tools_generate_config_net_name_hint">Tinc-nettverksnavn</string>

	<string name="start_network_list_title">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>