summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverre Magnus Vikan <sverre@urven.net>2012-09-23 05:16:08 +0200
committerSverre Magnus Vikan <sverre@urven.net>2012-09-23 05:16:08 +0200
commitac55e356b662dcd4f198d4be9da359ce9c5d364e (patch)
treee845567b9d105d92271e92eac9ea0c37c2661421
parent7b262e006e254c7842b40fa5e62c207caf2dd115 (diff)
downloadandroid_packages_apps_KeyChain-jellybean.tar.gz
android_packages_apps_KeyChain-jellybean.tar.bz2
android_packages_apps_KeyChain-jellybean.zip
KeyChain: Added Norwegian translationsjellybean-stablejellybean
Change-Id: Ieac699937eb195518ff5b185c52c25919ef81a76
-rwxr-xr-xres/values-nb/strings.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
new file mode 100755
index 0000000..0dd895a
--- /dev/null
+++ b/res/values-nb/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">Nøkkelknippe</string>
+
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">Ingen sertifikater funnet</string>
+
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">Velg sertifikat</string>
+
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">Appen %s har bedt om et sertifikat. Å velge et sertifikat lar appen bruke denne identiteten med servere nå og framtidig.</string>
+
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">Appen har identifisert den anmodende serveren som %s, men du burde kun gi appen tilgang til sertifikatet dersom du stoler på den.</string>
+
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <string name="install_new_cert_message">Du kan installere sertifikater fra en PKCS#12-fil av typen %1$s eller %2$s fra en ekstern enhet.</string>
+
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">Installer</string>
+
+ <!-- Label of button to send the allow the application certificate request -->
+ <string name="allow_button">Tillat</string>
+
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">Avvis</string>
+
+</resources>