[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Arabic_ar_ae/modules/ -> Assets.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      'Assets'        => 'الاصول',
  13      'SINGLE_Assets' => 'اصل',
  14      'LBL_ADD_RECORD' => 'اضافة اصل',
  15      'LBL_RECORDS_LIST' => 'قائمة الاصول',
  16  
  17      // Blocks
  18      'LBL_ASSET_INFORMATION' => 'تفاصيل الاصل',
  19  
  20      //Field Labels
  21      'Asset No' => 'رقم الاصل',
  22      'Serial Number' => 'الرقم التسلسلي',
  23      'Date Sold' => 'التاريخ المباع فيه',
  24      'Date in Service' => 'تاريخ عمل الخدمة',
  25      'Tag Number' => 'اشارة رقم',
  26      'Invoice Name' => 'اسم الفاتورة',
  27      'Shipping Method' => 'طريقة الشحن',
  28      'Shipping Tracking Number' => 'عدد تتبع الشحن',
  29      'Asset Name' => 'اسم الاصل',
  30      'Customer Name' => 'اسم الزبون',
  31      'Notes' => 'ملاحظات',
  32  
  33      /*picklist values*/
  34      'In Service'=>'في الخدمة',
  35      'Out-of-service'=>'خارج الخدمة',
  36  );


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