diff options
| -rw-r--r-- | packages/SettingsLib/SpaPrivileged/res/values-en-rCA/strings.xml | 26 | ||||
| -rw-r--r-- | packages/SettingsLib/SpaPrivileged/res/values-en-rXC/strings.xml | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/packages/SettingsLib/SpaPrivileged/res/values-en-rCA/strings.xml b/packages/SettingsLib/SpaPrivileged/res/values-en-rCA/strings.xml new file mode 100644 index 000000000000..bc885286674a --- /dev/null +++ b/packages/SettingsLib/SpaPrivileged/res/values-en-rCA/strings.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2022 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="no_applications" msgid="5800789569715871963">"No apps."</string> + <string name="menu_show_system" msgid="906304605807554788">"Show system"</string> + <string name="menu_hide_system" msgid="374571689914923020">"Hide system"</string> + <string name="app_permission_summary_allowed" msgid="6115213465364138103">"Allowed"</string> + <string name="app_permission_summary_not_allowed" msgid="58396132188553920">"Not allowed"</string> + <string name="version_text" msgid="4001669804596458577">"version <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string> +</resources> diff --git a/packages/SettingsLib/SpaPrivileged/res/values-en-rXC/strings.xml b/packages/SettingsLib/SpaPrivileged/res/values-en-rXC/strings.xml new file mode 100644 index 000000000000..c395286a4d7d --- /dev/null +++ b/packages/SettingsLib/SpaPrivileged/res/values-en-rXC/strings.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2022 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="no_applications" msgid="5800789569715871963">"No apps."</string> + <string name="menu_show_system" msgid="906304605807554788">"Show system"</string> + <string name="menu_hide_system" msgid="374571689914923020">"Hide system"</string> + <string name="app_permission_summary_allowed" msgid="6115213465364138103">"Allowed"</string> + <string name="app_permission_summary_not_allowed" msgid="58396132188553920">"Not allowed"</string> + <string name="version_text" msgid="4001669804596458577">"version <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string> +</resources> |