49 lines
2.6 KiB
PHP
49 lines
2.6 KiB
PHP
|
<?php
|
||
|
/*********************************************************************************
|
||
|
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
|
||
|
* ("License"); You may not use this file except in compliance with the
|
||
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
||
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
||
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
||
|
* the specific language governing rights and limitations under the License.
|
||
|
* The Original Code is: SugarCRM Open Source
|
||
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
||
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
|
||
|
* All Rights Reserved.
|
||
|
* Contributor(s): ______________________________________.
|
||
|
*********************************************************************************
|
||
|
/*********************************************************************************
|
||
|
* $Header: \modules\Rss\language\hu_hu.lang.php - 19:27 2011.11.12. $
|
||
|
* Description: Defines the Hungarian language pack for the Rss module vtiger 5.3.x
|
||
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
||
|
* All Rights Reserved.
|
||
|
* Contributor(s): Istvan Holbok, e-mail: holbok@gmail.com , mobil: +3670-3420900 , Skype: holboki
|
||
|
********************************************************************************/
|
||
|
|
||
|
$mod_strings = array(
|
||
|
'LBL_MODULE_NAME' => 'RSS Hírfolyam',
|
||
|
'LBL_MODULE_TITLE' => 'RSS: Kezdőlap',
|
||
|
'LBL_NEW_RSS_ENTRY' => 'Új RSS Hírfolyam URL:',
|
||
|
'LBL_SEARCH_RSS' => 'Keresés Cím:',
|
||
|
'LBL_NEW_RSS_BUTTON' => 'Hozzáad',
|
||
|
'LBL_STARRED_RSS' => 'Csillagos Hírfolyam',
|
||
|
'LBL_POP_CRM_RSS' => 'Népszerű CRM-hez kapcsolódó Hírfolyam',
|
||
|
'LBL_ALL_RSS_FEEDS' => 'Minden RSS Hírfolyam',
|
||
|
'LBL_VTIGER_RSS_READER' => 'VTiger RSS Olvasó',
|
||
|
'LBL_MORE' => 'Tovább...',
|
||
|
'LBL_SUBJECT' => 'Tárgy',
|
||
|
'LBL_SENDER' => 'Küldő',
|
||
|
'LBL_CATEGORY' => 'Kategória :',
|
||
|
'LBL_FEED' => 'Hírfolyam :',
|
||
|
'LBL_FEED_SOURCES' => 'Hírfolyam Forrás',
|
||
|
'LBL_ADD_RSS_FEED' => 'RSS Hírfolyam Hozzáadás',
|
||
|
'LBL_DELETE_BUTTON' => 'Törlés',
|
||
|
'LBL_SET_DEFAULT_BUTTON' => 'Alapértelmezettnek Beállít',
|
||
|
'LBL_FEEDS_LIST' => 'Hírfolyam lista innen :',
|
||
|
'LBL_ERROR_MSG' => 'Nincs RSS Hírfolyam kiválasztva vagy a Proxy beállításaid nem megfelelőek',
|
||
|
'LBL_REGRET_MSG' => 'Sajnos, nem tudjuk elérni az RSS URL-t',
|
||
|
'UNABLE_TO_SAVE' => 'Nem lehet menteni az RSS Hírfolyam URL-t',
|
||
|
'NOT_A_VALID' => 'Ez nem egy érvényes RSS Hírfolyam vagy a Proxy beállításaid nem megfelelőek',
|
||
|
'INVALID_RSS_URL' => 'Ez nem egy érvényes RSS Hírfolyam URL'
|
||
|
);
|
||
|
?>
|