Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Arabic #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Reboot</string>
<string name="reboot">إعادة التشغيل</string>
<string name="reboot_recovery">إعادة التشغيل إلى وضع الإسترداد</string>
<string name="reboot_bootloader">إعادة التشغيل إلى محمل الإقلاع</string>
<string name="root_status_no">الروت غير موجود - هذا التطبيق لن يعمل أبداً</string>
<string name="soft_reboot">إعادة تشغيل ناعمة</string>
<string name="reboot_safe_mode">إعادة التشغيل إلى الوضع الآمن</string>
<string name="shutdown">إيقاف التشغيل</string>
<string name="close">إغلاق</string>
<string name="restart_systemui">إعادة تشغيل SystemUI</string>
</resources>