Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a066cb44 authored by Bill Yi's avatar Bill Yi
Browse files

Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Change-Id: I91780ce30d4eb9825d415e2825b9a94e2a4fade8
parent eecb258c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="couldnt_launch" msgid="7873588052226763866">"تعذَّر تشغيل النشاط."</string>
    <string name="couldnt_launch" msgid="7873588052226763866">"تعذَّر تفعيل النشاط."</string>
    <string name="add_app_shortcut" msgid="2756755330707509435">"إضافة اختصار التطبيق"</string>
    <string name="set_wallpaper" msgid="6475195450505435904">"تعيين الخلفية"</string>
    <string name="set_wallpaper" msgid="6475195450505435904">"ضبط الخلفية"</string>
</resources>
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/*
* Copyright (C) 2018 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="couldnt_launch" msgid="7873588052226763866">"Couldn\'t launch the activity"</string>
    <string name="add_app_shortcut" msgid="2756755330707509435">"Add app shortcut"</string>
    <string name="set_wallpaper" msgid="6475195450505435904">"Set wallpaper"</string>
</resources>
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/*
* Copyright (C) 2018 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="couldnt_launch" msgid="7873588052226763866">"Couldn\'t launch the activity"</string>
    <string name="add_app_shortcut" msgid="2756755330707509435">"Add app shortcut"</string>
    <string name="set_wallpaper" msgid="6475195450505435904">"Set wallpaper"</string>
</resources>
+22 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2018 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-array name="gesture_blocking_activities">
    <item msgid="8054848564464385346">"com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity"</item>
  </string-array>
</resources>
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    <string name="recent_task_option_split_screen" msgid="5353188922202653570">"Verdeelde skerm"</string>
    <string name="recent_task_option_pin" msgid="7929860679018978258">"Speld vas"</string>
    <string name="recent_task_option_freeform" msgid="48863056265284071">"Vormvry"</string>
    <string name="accessibility_desc_recent_apps" msgid="1444379410873162882">"Oorsig"</string>
    <string name="recents_empty_message" msgid="7040467240571714191">"Geen onlangse items nie"</string>
    <string name="accessibility_close_task" msgid="5354563209433803643">"Maak toe"</string>
    <string name="accessibility_app_usage_settings" msgid="6312864233673544149">"Programgebruikinstellings"</string>
Loading