[ 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_Quotes' => 'العروض', 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_QUOTE_INFORMATION' => 'تفاصيل العرض', 22 23 //Field Labels 24 'Quote No'=>'رقم العرض', 25 'Quote Stage'=>'مرحلة العرض', 26 'Valid Till'=>'ساري حتى', 27 'Inventory Manager'=>'مدير المخزون', 28 //Added for existing Picklist Entries 29 30 'Accepted'=>'مقبول', 31 'Rejected'=>'مرفوض', 32 33 //Translation for product not found 34 'LBL_THIS' => 'هذا', 35 'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'ملغي من النظام ، الرجاء ازالة او استبدال هذا البند', 36 'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'هذا البند ملغي من النظام,الرجاء ازالة هذا البند', 37 38 //Taxes 39 'VAT'=>'ضريبة', 40 'Service'=>'خدمة', 41 'Sales'=>'مبيعات', 42 'Open Quotes'=>'ونقلت مفتوحة', 43 44 ); 45 46 $jsLanguageStrings = array( 47 'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'الرجاء ازالة البند الملغي', 48 );
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 |