Files
crm.clientright.ru/languages/ar_ae/Rss.php

36 lines
1.3 KiB
PHP
Raw Normal View History

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = Array(
'LBL_RSS_FEED_SOURCES' => 'مصادر تغذيات',
'LBL_ADD_FEED_SOURCE' => 'إضافة مصدر الغذاء',
'LBL_FEEDS_LIST_FROM' => 'قائمة من يغذي',
'LBL_SET_AS_DEFAULT' => 'جعل الافتراضي',
'LBL_SENDER' => 'مرسل',
'LBL_FEED_SOURCE' => 'مصدر تغذية',
'LBL_ENTER_FEED_SOURCE' => 'إدخال مصدر تغذية',
'SINGLE_Rss' => 'آر إس إس',
'Rss' => 'Rss',
);
$jsLanguageStrings = array(
'JS_RSS_SUCCESSFULLY_SAVED' => 'آر إس إس المحفوظة',
'JS_INVALID_RSS_URL' => 'رابط آر إس إس إينافليد',
'JS_RSS_MADE_AS_DEFAULT' => 'آر إس إس المقدمة كافتراضي',
'JS_NO_RECORDS' => 'لا توجد سجلات',
);
?>