summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Jørgensen <fidoble@gmail.com>2012-08-27 14:18:21 +0200
committerMorten Jørgensen <fidoble@gmail.com>2012-08-27 14:18:21 +0200
commit7b262e006e254c7842b40fa5e62c207caf2dd115 (patch)
tree49c235123aef4e12f5f96e20b7798cc2e3cc211d
parent2621f3690609b8c9e32b6ee29f86cb22d2a836d6 (diff)
downloadandroid_packages_apps_KeyChain-7b262e006e254c7842b40fa5e62c207caf2dd115.tar.gz
android_packages_apps_KeyChain-7b262e006e254c7842b40fa5e62c207caf2dd115.tar.bz2
android_packages_apps_KeyChain-7b262e006e254c7842b40fa5e62c207caf2dd115.zip
KeyChain:
Added danish translation Change-Id: I81b0ec277fcd1076c3f95a637df664c35c1492bd
-rw-r--r--res/values-da/strings.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
new file mode 100644
index 0000000..35ce245
--- /dev/null
+++ b/res/values-da/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øglelager</string>
+
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">Ingen certifikater fundet</string>
+
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">Vælg certifikat</string>
+
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">Appen %s har anmodet om et certifikat. At vælge certifikat vil lade appen bruge denne identitet med servere nu og i fremtiden.</string>
+
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">Appen har identificeret den anmodende server som %s, men du bør kun give appen adgang til certifikatet, hvis du har tillid til appen.</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 certifikater fra en PKCS#12 fil af typen %1$s eller %2$s placeret i eksternt lager.</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">Tillad</string>
+
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">Afvis</string>
+
+</resources>