Blame view
sources/apps/admin_migrate/l10n/ar.php
579 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "تصدير هذا الـ ownCloud instance", "This will create a compressed file that contains the data of this owncloud instance." => "هذه العملية ستقوم بإنشاء ملف مضغوط يحتوي على بيانات هذا الـ ownCloud instance", "Please choose the export type:" => "يرجى اختيار نوع التصدير:", "ownCloud system files" => "ملفات نظام ownCloud", "Just user files" => "ملفات المستخدم فقط", "Export" => "تصدير المعلومات" ); |