SF.net SVN: postfixadmin:[545] trunk/languages/nl.lang
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2009-01-23 23:12:54
|
Revision: 545 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=545&view=rev Author: christian_boltz Date: 2009-01-23 23:12:50 +0000 (Fri, 23 Jan 2009) Log Message: ----------- nl.lang: - fixed typo (reported by Michiel van Baak on ML) Modified Paths: -------------- trunk/languages/nl.lang Modified: trunk/languages/nl.lang =================================================================== --- trunk/languages/nl.lang 2009-01-23 21:45:54 UTC (rev 544) +++ trunk/languages/nl.lang 2009-01-23 23:12:50 UTC (rev 545) @@ -340,7 +340,7 @@ $PALANG['pUsersVacation_welcome_text'] = 'U heeft uw automatisch beantwoorden ingesteld.'; $PALANG['pUsersVacation_subject'] = 'Onderwerp'; $PALANG['pUsersVacation_subject_text'] = 'Out of Office'; -$PALANG['pUsersVacation_body'] = 'Bericht'; +$PALANG['pUsersVacation_body'] = 'Bericht'; # XXX text changed to 'Message' $PALANG['pUsersVacation_body_text'] = <<<EOM Ik zal afwezig zijn van <date> tot <date>. Voor belangrijke punten kunt u contact opnemen met <contact person>. @@ -398,7 +398,7 @@ $PALANG['pFetchmail_field_fetchall'] = 'alle berichten ophalen'; $PALANG['pFetchmail_field_keep'] = 'behouden'; $PALANG['pFetchmail_field_protocol'] = 'protocol'; -$PALANG['pFetchmail_field_usessl'] = 'SSL actieif'; +$PALANG['pFetchmail_field_usessl'] = 'SSL actief'; $PALANG['pFetchmail_field_extra_options'] = 'extra opties'; $PALANG['pFetchmail_field_mda'] = 'MD'; $PALANG['pFetchmail_field_date'] = 'datum'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |