forked from YT-Advanced/GmsCore
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
870f98a
commit cc7de7d
Showing
4 changed files
with
312 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
play-services-base/core/src/main/res/values-ar/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ SPDX-FileCopyrightText: 2020, microG Project Team | ||
~ SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="foreground_service_notification_title">نشط في الخلفية</string> | ||
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> يعمل في الخلفية</string> | ||
<string name="foreground_service_notification_big_text">استبعد <xliff:g example="خدمات microG">%1$s</xliff:g> من تحسينات البطارية أو قم بتغيير إعدادات الإشعارات لإخفاء هذا الإشعار</string> | ||
|
||
<string name="menu_settings">الإعدادات</string> | ||
|
||
<string name="list_no_item_none">لا شيء</string> | ||
<string name="list_item_see_all">رؤية الكل</string> | ||
|
||
<string name="open_app">فتح</string> | ||
|
||
<string name="service_status_disabled">معطل</string> | ||
<string name="service_status_enabled">مفعل</string> | ||
<string name="service_status_automatic">تلقائي</string> | ||
<string name="service_status_manual">يدوي</string> | ||
<string name="service_status_enabled_short">ممكن</string> | ||
<string name="service_status_disabled_short">معطل</string> | ||
|
||
</resources> |
58 changes: 58 additions & 0 deletions
58
play-services-core/microg-ui-tools/src/main/res/values-ar/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2013-2017 microG Project Team | ||
~ | ||
~ 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> | ||
<string name="lib_name">أدوات واجهة مستخدم MicroG</string> | ||
<string name="lib_license">رخصة Apache 2.0، فريق microG</string> | ||
|
||
<string name="about_version_str">الإصدار %1$s</string> | ||
<string name="about_name_version_str">%1$s %2$s</string> | ||
<string name="about_default_license">جميع الحقوق محفوظة</string> | ||
|
||
<string name="prefcat_setup">الإعداد</string> | ||
|
||
<string name="self_check_title">الفحص الذاتي</string> | ||
<string name="self_check_desc">تحقق مما إذا كان النظام مضبوطًا بشكل صحيح لاستخدام MicroG</string> | ||
|
||
<string name="self_check_cat_permissions">الأذونات الممنوحة</string> | ||
<string name="self_check_name_permission">الإذن لـ %1$s:</string> | ||
<string name="self_check_resolution_permission">اضغط هنا لمنح الإذن. عدم منح الإذن يمكن أن يؤدي إلى تطبيقات لا تعمل بشكل صحيح</string> | ||
|
||
<string name="about_root_title">عرض MicroG UI</string> | ||
<string name="about_root_summary">الملخص</string> | ||
<string name="about_root_version">الإصدار v0.1.0</string> | ||
<string name="about_root_libraries">المكتبات المضمنة</string> | ||
|
||
<string name="about_android_support_v4">مكتبة دعم v4</string> | ||
<string name="about_android_support_v7_appcompat">مكتبة دعم v7 appcompat</string> | ||
<string name="about_android_support_v7_preference">مكتبة دعم v7 preference</string> | ||
<string name="about_android_support_license">رخصة Apache 2.0، مشروع Android Open Source</string> | ||
|
||
<!-- UpdateChecker tag controller--> | ||
|
||
<string name="github_tag_version">5.6</string> | ||
|
||
<!-- Updater strings--> | ||
|
||
<string name="check_updates">تحقق من التحديثات</string> | ||
<string name="update_available">نسخة جديدة متاحة!</string> | ||
<string name="no_update_available">أنت على أحدث إصدار</string> | ||
<string name="check_updates_error">غير قادر على التحقق من التحديثات</string> | ||
|
||
<string name="error_connection">خطأ في الاتصال:</string> | ||
<string name="error_others">خطأ:</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2017 microG Project Team | ||
~ | ||
~ 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:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<plurals name="gcm_registered_apps_counter"> | ||
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> تطبيق مسجل</item> | ||
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> تطبيقات مسجلة</item> | ||
</plurals> | ||
<plurals name="cond_perm_summary"> | ||
<item quantity="one">إذن مطلوب لوظائف خدمات microG بشكل صحيح غير مُعطى.</item> | ||
<item quantity="other">الأذونات المطلوبة لوظائف خدمات microG بشكل صحيح غير مُعطاة.</item> | ||
</plurals> | ||
<plurals name="cond_perm_action"> | ||
<item quantity="one">اطلب الإذن المفقود</item> | ||
<item quantity="other">اطلب الأذونات المفقودة</item> | ||
</plurals> | ||
</resources> |
Oops, something went wrong.