diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-08-13 08:16:28 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-08-13 08:16:28 +0000 |
| commit | 43189dba84083cb173fc128f71409c35237b4bf9 (patch) | |
| tree | 04cce7643d648db7950be8c7a59503b13f6aef4c | |
| parent | 22b1961035bf349dd1f6e4a0373db9ffa13e106e (diff) | |
| parent | bdb04054e510bf79f831363dc9f89849178bd816 (diff) | |
| download | android_packages_apps_SafetyRegulatoryInfo-43189dba84083cb173fc128f71409c35237b4bf9.tar.gz android_packages_apps_SafetyRegulatoryInfo-43189dba84083cb173fc128f71409c35237b4bf9.tar.bz2 android_packages_apps_SafetyRegulatoryInfo-43189dba84083cb173fc128f71409c35237b4bf9.zip | |
release-request-631994b2-37c0-4d03-8caa-bfd01530db29-for-git_pi-release-4269836 snap-temp-L23500000092503827
Change-Id: Ic9b0f95515f77bff97c8e2559b686dbfed7483ec
| -rw-r--r-- | res/values-en-rCA/strings.xml | 20 | ||||
| -rw-r--r-- | res/values-en-rXC/strings.xml | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml new file mode 100644 index 0000000..d4242dd --- /dev/null +++ b/res/values-en-rCA/strings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2016 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="2296187190802005745">"Safety & regulatory manual"</string> +</resources> diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml new file mode 100644 index 0000000..9aadaf1 --- /dev/null +++ b/res/values-en-rXC/strings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2016 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="2296187190802005745">"Safety & regulatory manual"</string> +</resources> |
