[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Arabic_ar_ae/modules/ -> SalesOrder.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      //DetailView Actions

  12      'SINGLE_SalesOrder' => 'طلب المبيعات',
  13      'LBL_EXPORT_TO_PDF' => 'تصدير الى PDF',
  14      'LBL_SEND_MAIL_PDF' => 'ارسال بريد الكتروني مع PDF',
  15  
  16      //Basic strings

  17      'LBL_ADD_RECORD' => 'اضافة طلب مبيعات',
  18      'LBL_RECORDS_LIST' => 'قائمة طلبات المبيعات',
  19  
  20      // Blocks

  21      'LBL_SO_INFORMATION' => 'تفاصيل طلب المبيعات',
  22          'Recurring Invoive Information'=>'المتكررة معلومات الفاتورة',
  23  
  24      //Field labels

  25      'SalesOrder No'=>'رقم طلب المبيعات',
  26      'Quote Name'=>'اسم العرض',
  27      'Customer No' => 'رقم الزبون',
  28      'Requisition No'=>'رقم الطلب',
  29      'Tracking Number'=>'عدد التتبع',
  30      'Sales Commission' => 'عمولة المبيعات',
  31      'Purchase Order'=>'طلب الشراء',
  32      'Vendor Terms'=>'شروط المورد',
  33      'Pending'=>'معلق',
  34      'Enable Recurring' => 'تمكين التكرار',
  35      'Frequency' => 'تردد',
  36      'Start Period' => 'بداية الفترة',
  37      'End Period' => 'نهاية الفترة',
  38      'Payment Duration' => 'مدة الدفع',
  39      'Invoice Status' => 'حالة الفاتورة',
  40  
  41      //Added for existing Picklist Entries

  42  
  43      'Sub Total'=>'المجموع الفرعي',
  44      'AutoCreated'=>'انشاء تلقائي',
  45      'Sent'=>'ارسل',
  46      'Credit Invoice'=>'فاتورة دائن',
  47      'Paid'=>'مدفوع',
  48      'Daily'=>'يوميا',
  49      'Monthly'=>'شهريا',
  50      'Quarterly'=>'فصلي',
  51      'Yearly'=>'سنويا',
  52      'Net 30 days'=>'صافي 30 يوما',
  53      'Net 45 days'=>'صافي 45 يوما',
  54      'Net 60 days'=>'صافي 60 يوما',
  55      
  56      //Translation for product not found

  57      'LBL_THIS' => 'هذا',
  58      'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'ملغي من النظام ، الرجاء ازالة او استبدال الوحدة',
  59      'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' =>  'هذا البند ملغي من النظام ، الرجاء ازالة هذا البند',
  60  );
  61  
  62  $jsLanguageStrings = array(
  63      'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'الرجاء ازالة البند الملغي',
  64  );


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