[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Arabic_ar_ae/modules/ -> Project.php (source)

   1  <?php
   2  /*+***********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   *************************************************************************************/
  10  $languageStrings = array(
  11      // Basic Strings
  12      'SINGLE_Project' => 'المشاريع',
  13      'LBL_ADD_RECORD' => 'اضافة مشروع',
  14      'LBL_RECORDS_LIST' => 'قائمة المشاريع',
  15  
  16      // Blocks
  17      'LBL_PROJECT_INFORMATION' => 'تفاصيل المشروع',
  18  
  19      //Field Labels
  20      'Project Name' => 'اسم المشروع',
  21      'Start Date' => 'تاريخ البدء',
  22      'Target End Date' => 'تاريخ الانتهاء المتوقع',
  23      'Actual End Date' => 'تاريخ الانتهاء الفعلي',
  24      'Project No' => 'رقم المشروع',
  25      'Target Budget' => 'الميزانية المستهدفة',
  26      'Project Url' => 'رابط المشروع',
  27      'Progress' => 'التقدم',
  28  
  29      //Summary Information
  30      'LBL_TASKS_OPEN' => 'فتح مهام',
  31      'LBL_TASKS_DUE' => 'مهام مستحقة',
  32      'LBL_TASKS_COMPLETED' => 'مهام مكتملة',
  33      'LBL_PEOPLE' => 'الاشخاص',
  34      'LBL_TASKS_HIGH' => 'عالية الأولوية',
  35      'LBL_TASKS_NORMAL' => 'الأولوية العادية',
  36      'LBL_TASKS_LOW' => 'منخفض الأولوية',
  37      'LBL_TASKS_OTHER' => 'الأولويات الأخرى',
  38      'LBL_SELECT_PROGRESS' => 'حدد التقدم',
  39  
  40      //Related List
  41      'LBL_CHARTS' => 'الرسوم البيانية',
  42      'LBL_TASKS_LIST' => 'قائمة المهام',
  43      'LBL_MILESTONES' => 'المعالم',
  44      'LBL_TASKS' => 'المهام',
  45      'LBL_STATUS_IS' => 'الحالة هي',
  46      'LBL_STATUS' => 'الحلات',
  47      'LBL_TICKET_PRIORITY' => 'الافضلية',
  48      'LBL_MORE' => 'المزيد',
  49      
  50      //Summary View Widgets
  51      'LBL_DOWNLOAD_FILE' => 'تحميل الملف',
  52      'LBL_MILESTONES_LIST'=> 'قائمة المعالم'   ,
  53      
  54      //picklist values
  55      'prospecting' => 'تنقيب',
  56      'in progress' => 'في التقدم',
  57      'initiated' => 'بدأت',
  58      'waiting for feedback' => 'في انتظار ردود الفعل',
  59      'on hold' => 'على عقد',
  60      'archived' => 'أرشفة',
  61      'completed' => 'الانتهاء',
  62      'delivered' => 'تسليم',
  63      'administrative' => 'إداري',
  64      'operative' => 'المنطوق',
  65      'other' => 'آخر',
  66      'low' => 'منخفض',
  67      'normal' => 'طبيعي',
  68      'high' => 'ارتفاع',
  69  );
  70  
  71  $jsLanguageStrings = array(
  72      'JS_LBL_SELECT_STATUS' => 'حدد الحالة',
  73      'JS_LBL_SELECT_PROGRESS' => 'حدد التقدم',
  74  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1