diff options
Diffstat (limited to 'program/localization/nl_BE')
-rw-r--r-- | program/localization/nl_BE/labels.inc | 13 | ||||
-rw-r--r-- | program/localization/nl_BE/messages.inc | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/program/localization/nl_BE/labels.inc b/program/localization/nl_BE/labels.inc index ccaf14012..88a1ab4e6 100644 --- a/program/localization/nl_BE/labels.inc +++ b/program/localization/nl_BE/labels.inc @@ -1,18 +1,19 @@ <?php /* + +-----------------------------------------------------------------------+ | language/nl_BE/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: Dennis Heeren <dennis.heeren@gmail.com> | +-----------------------------------------------------------------------+ - $Id$ + @version $Id$ */ @@ -131,7 +132,6 @@ $labels['highest'] = 'Hoogste'; $labels['nosubject'] = '(geen onderwerp)'; $labels['showimages'] = 'Toon afbeeldingen'; - // address boook $labels['name'] = 'Naam'; $labels['firstname'] = 'Voornaam'; @@ -197,9 +197,4 @@ $labels['sortby'] = 'Sorteren op'; $labels['sortdesc'] = 'Aflopend sorteren'; $labels['sortasc'] = 'Oplopend sorteren'; -?> - - - - - +?>
\ No newline at end of file diff --git a/program/localization/nl_BE/messages.inc b/program/localization/nl_BE/messages.inc index 0acafe33f..a951e85bf 100644 --- a/program/localization/nl_BE/messages.inc +++ b/program/localization/nl_BE/messages.inc @@ -1,23 +1,23 @@ <?php /* + +-----------------------------------------------------------------------+ | language/nl_BE/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Dennis Heeren <dennis.heeren@gmail.com> | +-----------------------------------------------------------------------+ - $Id$ + @version $Id$ */ $messages = array(); - $messages['loginfailed'] = 'Aanmelden mislukt...'; $messages['cookiesdisabled'] = 'Je browser accepteert geen cookies...'; $messages['sessionerror'] = 'Sessie is reeds beƫindigd of is ongeldig...'; |