[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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_Invoice' => 'الفواتير', 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_INVOICE_INFORMATION' => 'تفاصيل الفاتورة', 22 23 //Field labels 24 'Sales Order' => 'طلب المبيعات', 25 'Customer No' => 'رقم العميل', 26 'Invoice Date' => 'تاريخ الفاتورة', 27 'Purchase Order' => 'طلب الشراء', 28 'Sales Commission' => 'عمولة المبيعات', 29 'Invoice No' => 'رقم الفاتورة', 30 'LBL_RECEIVED' => 'مستلم', 31 'LBL_BALANCE' => 'موازنة', 32 //Added for existing Picklist Entries 33 34 'Sent'=>'ارسل', 35 'Credit Invoice'=>'انشاء فاتورة', 36 'Paid'=>'مدفوعة', 37 'AutoCreated'=>'انشاء تلقائي', 38 'Cancel' => 'الغاء', 39 40 //Translation for product not found 41 'LBL_THIS' => 'هذا', 42 'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'ملغي من النظام، يرجي ازالة او استبدال هذا البند', 43 'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'هذا البند ملغي من النظام، الرجاء ازالة هذا البند', 44 'LBL_NOT_A_BUNDLE' => 'ليس حزمة', 45 'LBL_SUB_PRODUCTS' => 'المنتجات الفرعية', 46 'LBL_ACTION' => 'عمل', 47 ); 48 49 $jsLanguageStrings = array( 50 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'الرجاء ازالة البند الملغي', 51 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |