| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nl_NL/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Mark Moses <mark@katmoda.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Snel zoeken'; |
| | | $labels['resetsearch'] = 'Reset zoekopdracht'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Maak een bericht'; |
| | | $labels['savemessage'] = 'Bewaar als concept'; |
| | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Gewone tekst'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Naam'; |
| | | $labels['firstname'] = 'Voornaam'; |
| | |
| | | $labels['nextpage'] = 'Volgende pagina'; |
| | | $labels['lastpage'] = 'Laatste pagina'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP adresboek zoeken'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Zoek op'; |
| | | $labels['ldappublicsearchform'] = 'Zoek een contactpersoon'; |
| | | $labels['ldappublicsearch'] = 'Zoek'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Instellingen voor'; |
| | |
| | | $labels['sortasc'] = 'Sorteer oplopend'; |
| | | $labels['sortdesc'] = 'Sorteer aflopend'; |
| | | |
| | | ?> |
| | | ?> |