| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en_GB/messages.inc | |
| | | | localization/is_IS/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2007, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Weiran Zhang (weiran@weiran.co.uk) | |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['nobodywarning'] = 'Viltu senda tómt skeyti?'; |
| | | $messages['notsentwarning'] = 'Skeytið hefur ekki verið send. Viltu henda skeytinu?'; |
| | | $messages['noldapserver'] = 'Please select an ldap server to search'; |
| | | $messages['nocontactsreturned'] = 'Engin netföng fundust'; |
| | | $messages['nosearchname'] = 'Sláðu inn nafn eða netfang'; |
| | | $messages['searchsuccessful'] = '$nr skeyti fundust'; |
| | | $messages['searchnomatch'] = 'Leit skilaði engu'; |
| | |
| | | $messages['nospellerrors'] = 'Engar innsláttarvillur fundust'; |
| | | $messages['folderdeleted'] = 'Möppu var eytt'; |
| | | |
| | | ?> |