diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-09-03 07:24:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-09-03 07:24:10 +0000 |
commit | 1051ed16e780b32180d73d9a0b0c66cb35fd6a15 (patch) | |
tree | e2956818ddd6b7b1f80b04ba13bfa8d92b984ab9 | |
parent | e7c8fcb8c5d00392683493826be29cc6d480dd49 (diff) | |
parent | 82ee7672ccaaeb7bf1259c1ff8cccd7227b9bbe7 (diff) |
Merge "Import translations. DO NOT MERGE ANYWHERE" into stage-aosp-master
-rw-r--r-- | packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-nl/strings.xml | 2 | ||||
-rw-r--r-- | packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-ta/strings.xml | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-nl/strings.xml b/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-nl/strings.xml index 4e947cba00c0..bf49cec957f5 100644 --- a/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-nl/strings.xml +++ b/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-nl/strings.xml @@ -17,5 +17,5 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="display_cutout_emulation_overlay" msgid="7305489596221077240">"Punch Hole-cutout"</string> + <string name="display_cutout_emulation_overlay" msgid="7305489596221077240">"Cameragat-cutout"</string> </resources> diff --git a/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-ta/strings.xml b/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-ta/strings.xml new file mode 100644 index 000000000000..c896ee3aa8d1 --- /dev/null +++ b/packages/overlays/DisplayCutoutEmulationHoleOverlay/res/values-ta/strings.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Copyright (C) 2020 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="display_cutout_emulation_overlay" msgid="7305489596221077240">"பஞ்ச் ஹோல் கட்அவுட்"</string> +</resources> |