mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-06 19:26:52 +02:00
Fix folder name
This commit is contained in:
29
ShareExtension/ar.lproj/Localizable.strings
Normal file
29
ShareExtension/ar.lproj/Localizable.strings
Normal file
@@ -0,0 +1,29 @@
|
||||
/* No comment provided by engineer. */
|
||||
"Connecting" = "جارٍ الاتصال...";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"NFiles" = "%d ملفات";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"NotEnoughSpace" = "لا توجد مساحة كافية على القرص";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"PinCode" = "الرمز السري: %@";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Sending" = "جارٍ الإرسال...";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"TransferCanceled" = "تم الإلغاء";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"TransferDeclined" = "مرفوض";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"TransferFinished" = "تم النقل";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"TransferTimedOut" = "انتهت المهلة";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"UnsupportedType" = "نوع المرفق غير مدعوم";
|
||||
22
ShareExtension/ar.lproj/Localizable.stringsdict
Normal file
22
ShareExtension/ar.lproj/Localizable.stringsdict
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NFiles</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@files@</string>
|
||||
<key>files</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%d ملف</string>
|
||||
<key>other</key>
|
||||
<string>%d ملفات</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
11
ShareExtension/ar.lproj/ShareViewController.xib
Normal file
11
ShareExtension/ar.lproj/ShareViewController.xib
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Class = "NSTextFieldCell"; title = "NearDrop"; ObjectID = "0xp-rC-2gr"; */
|
||||
"0xp-rC-2gr.title" = "NearDrop";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6Up-t3-mwm"; */
|
||||
"6Up-t3-mwm.title" = "إلغاء";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Looking for devices..."; ObjectID = "NaJ-Wx-Pim"; */
|
||||
"NaJ-Wx-Pim.title" = "البحث عن الأجهزة...";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "If you don't see your device, open \"Google Files\" app and tap \"Receive\" on the Nearby Share tab."; ObjectID = "vla-gF-eJo"; */
|
||||
"vla-gF-eJo.title" = "إذا لم تر جهازك، افتح تطبيق \"Google Files\" واضغط على \"استلام\" في علامة التبويب مشاركة قريبة.";
|
||||
Reference in New Issue
Block a user