diff options
author | 2025-03-19 16:04:48 -0700 | |
---|---|---|
committer | 2025-03-19 16:04:48 -0700 | |
commit | cde5acc189957edb4f3cbb76aa9a79c49c504de9 (patch) | |
tree | aa07925f01d1f5060fa0c5c1b50f9d7a0f9b8b3e | |
parent | 4a004be14ad30c1e1ac8b6e83ff5a595ae64551e (diff) | |
parent | eb9aa929514859c7ab0615a69239194fb7c90d72 (diff) |
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
-rw-r--r-- | packages/Shell/res/values-en-rCA-watch/strings.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/Shell/res/values-en-rCA-watch/strings.xml b/packages/Shell/res/values-en-rCA-watch/strings.xml new file mode 100644 index 000000000000..23f83c48def7 --- /dev/null +++ b/packages/Shell/res/values-en-rCA-watch/strings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2021 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="bugreport_in_progress_title" msgid="5351751440620800623">"Bug report <xliff:g id="ID">#%1$d</xliff:g> is <xliff:g id="PERCENTAGE">%2$s</xliff:g> complete"</string> +</resources> |