summaryrefslogtreecommitdiffstats
path: root/res/values-nb/strings.xml
blob: 548d737d0e8b353fa7bb04d573ba1a257fbc4d11 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="permlab_downloadManager">"Få tilgang til nedlasteren."</string>
    <string name="permdesc_downloadManager">"Gir applikasjonen tilgang til nedlasteren, og å bruke den til å laste ned filer. Ondsinnede programmer kan bruke dette til å forstyrre nedlastinger og få tilgang til privat informasjon."</string>
    <string name="permlab_downloadManagerAdvanced">"Avansert nedlastingsfunksjonalitet."</string>
    <!-- no translation found for permdesc_downloadManagerAdvanced (8761177317775872287) -->
    <skip />
    <string name="permlab_cacheFilesystem">"Bruke systemets hurtigbuffer."</string>
    <string name="permdesc_cacheFilesystem">"Gir applikasjonen direkte tilgang til systemets hurtigbuffer, inkludert å redigere og slette den. Ondsinnede applikasjoner kan bruke dette til å forstyrre nedlastinger og andre applikasjoner, og til å få tilgang til privat informasjon."</string>
    <string name="permlab_downloadCompletedIntent">"Sende nedlastingsvarslinger"</string>
    <string name="permdesc_downloadCompletedIntent">"Lar applikasjonen sende varslinger om ferdige nedlastinger. Ondsinnede applikasjoner kan bruke dette for å forvirre andre applikasjoner som laster ned filer."</string>
    <string name="download_unknown_title">"&lt;Uten navn&gt;"</string>
    <string name="notification_filename_separator">", "</string>
    <string name="notification_filename_extras">" samt %d til"</string>
    <string name="notification_download_complete">"Ferdig nedlasting"</string>
    <string name="notification_download_failed">"Mislykket nedlasting"</string>
</resources>