summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorGeoff Mendal <mendal@google.com>2015-03-21 00:27:25 -0700
committerGeoff Mendal <mendal@google.com>2015-03-21 00:27:25 -0700
commit769ecd12c8cb5e8f24762ac15008c6cf1d2e95af (patch)
treeb6ccfd55852bf8e1ffb0e96e486f675eaeaa08b9 /res
parentefdc3a4dcfca65a3ec3057d01596cb385c163818 (diff)
downloadandroid_packages_apps_CertInstaller-769ecd12c8cb5e8f24762ac15008c6cf1d2e95af.tar.gz
android_packages_apps_CertInstaller-769ecd12c8cb5e8f24762ac15008c6cf1d2e95af.tar.bz2
android_packages_apps_CertInstaller-769ecd12c8cb5e8f24762ac15008c6cf1d2e95af.zip
Import translations. DO NOT MERGE
Change-Id: I982bda5473ca100aea3524215606509e16afa98e Auto-generated-cl: translation import
Diffstat (limited to 'res')
-rw-r--r--res/values-en-rAU/strings.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
new file mode 100644
index 0000000..f918442
--- /dev/null
+++ b/res/values-en-rAU/strings.xml
@@ -0,0 +1,56 @@
+<?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="app_name" msgid="9095072584761066851">"Certificate Installer"</string>
+ <string name="pick_file_title" msgid="4481949485108233297">"Choose a certificate"</string>
+ <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
+ <string name="extracting_pkcs12" msgid="1881267738821799771">"Extracting..."</string>
+ <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
+ <string name="name_credential_dialog_title" msgid="277729846491554437">"Name the certificate"</string>
+ <string name="credential_name" msgid="1974979771369744378">"Certificate name:"</string>
+ <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
+ <string name="credential_info" msgid="2436768402308470397">"The package contains:"</string>
+ <string name="p12_description" msgid="4128352087331630024">"Certificates in PKCS12 keystore."</string>
+ <string name="one_userkey" msgid="3500697912370644881">"one user key"</string>
+ <string name="one_usercrt" msgid="7690798336332403106">"one user certificate"</string>
+ <string name="one_cacrt" msgid="2667950425420663146">"one CA certificate"</string>
+ <string name="n_cacrts" msgid="2141498640685639208">"%d CA certificates"</string>
+ <string name="password_error" msgid="2042471639556516356">"Type the correct password."</string>
+ <string name="password_empty_error" msgid="591713406761723025">"Type the password."</string>
+ <string name="name_empty_error" msgid="3808800768660110354">"Type a name."</string>
+ <string name="name_char_error" msgid="3176618568784938968">"Type a name that contains only letters and numbers."</string>
+ <string name="storage_error" msgid="8306802455802770779">"Couldn\'t save the certificate. Touch OK to retry."</string>
+ <string name="unable_to_save_cert" msgid="9178604087335389686">"Couldn\'t save the certificate. The credential storage isn\'t enabled or properly initialised."</string>
+ <string name="cert_not_saved" msgid="4037698479662830270">"The certificate is not installed."</string>
+ <string name="no_cert_to_saved" msgid="5708884372817309068">"No certificate to install."</string>
+ <string name="invalid_cert" msgid="7704228670980743590">"The certificate is invalid."</string>
+ <string name="cert_is_added" msgid="6996557598167000500">"<xliff:g id="CREDENTIAL">%s</xliff:g> is installed."</string>
+ <string name="cert_too_large_error" msgid="8715414972725646285">"Couldn\'t install because the certificate size is too large."</string>
+ <string name="cert_missing_error" msgid="7040527352278728220">"Couldn\'t install because the certificate file couldn\'t be located."</string>
+ <string name="cert_read_error" msgid="7353463360652419796">"Couldn\'t install because the certificate file couldn\'t be read."</string>
+ <string name="no_cert_file_found" product="nosdcard" msgid="3555332946357131929">"No certificate file found in USB storage."</string>
+ <string name="no_cert_file_found" product="default" msgid="1942077544887243999">"No certificate file found on the SD card."</string>
+ <string name="sdcard_not_present" product="nosdcard" msgid="9197143240492611196">"USB storage not available."</string>
+ <string name="sdcard_not_present" product="default" msgid="3866952732541932947">"SD card isn\'t present."</string>
+ <string name="only_primary_user_allowed" msgid="4005084935023047716">"Only the owner of this device may install certificates."</string>
+ <string name="credential_usage_label" msgid="1513892208033156805">"Credential use:"</string>
+ <string-array name="credential_usage">
+ <item msgid="375085478373011304">"VPN and apps"</item>
+ <item msgid="692322974985472861">"Wi-Fi"</item>
+ </string-array>
+</resources>