| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hu_HU/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: bela | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['attachmentvalidationerror'] = 'FIGYELEM! A csatalmány veszélyes lehet, mert a típusa nem egyezik az üzenetben beállított típussal. Amennyiben nem megbizható az üzenet küldője, ne nyissa meg a csatolmányt a böngészőben mert ártalmas lehet a tartalma.<br/><br/><em>Üzenetben beállított tipus: $expected; az érzékelt típus: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'FIGYELEM: Ez webmail szolgáltatása igényli a Javascript futtatásának a lehetőségét! Amennyiben használni szeretné, engedélyezze a JavaScript futtatását a böngészőjének a beállatásaiban.'; |
| | | |
| | | ?> |