Blame view
sources/apps/admin_dependencies_chk/l10n/ar.php
2.07 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php $TRANSLATIONS = array( "The php-json module is needed by the many applications for inter communications" => "هناك حاجة لوحدة php-json من قبل العديد من التطبيقات للتواصل بين بعضها", "The php-curl module is needed to fetch the page title when adding a bookmark" => "هناك حاجة لوحدة php-curl لإحضار إسم الصفحة عندة إضافة إشارة مرجعية", "The php-gd module is needed to create thumbnails of your images" => "هناك حاجة لوحدة php-gd لإنشاء صور مصغّرة", "The php-ldap module is needed connect to your ldap server" => "هناك حاجة لوحدة php-ldap للإتصال بسيرفر Idap الخاص بك", "The php-zip module is needed download multiple files at once" => "هناك حاجة لوحدة php-zip للتمكن من تحميل عدة ملفات في نفس الوقت", "The php-mb_multibyte module is needed to manage correctly the encoding." => "هناك حاجة لوحدة php-mb_multibyte لإدارة الترميز بطريقة صحيحة", "The php-ctype module is needed validate data." => "هناك حاجة لوحدة php-ctype للتحقق من صحة البيانات", "The php-xml module is needed to share files with webdav." => "هناك حاجة لوحدة php-xml لمشااركة الملفات مع webdav", "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "يجب أن يضبط الأمر التوجيهي allow_url_fopen الى 1 في ملف php.ini للتمكن من استرجاع قاعدة المعرفة من سيرفرات OCS ", "The php-pdo module is needed to store owncloud data into a database." => "هناك حاجة لوحدة php-pdo لحفظ بيانات owncloud في قاعدة بيانات", "The iconv module is needed to convert data into the correct charset." => "هناك حاجة لوحدة iconv لتحويل البيانات الى طقم المحارف الصحيح", "Dependencies status" => "حالة الإعتمادية", "Used by :" => "مستخدم من قبل:" ); |