diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/nl_NL.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/nl_NL.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/nl_NL.inc b/webmail/plugins/google_contacts/localization/nl_NL.inc new file mode 100644 index 0000000..332de19 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/nl_NL.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/nl_NL/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Google Contacten'; +$labels['usegoogleabook'] = 'Gebruik Google adresboek'; +$labels['googleuser'] = 'Google Account'; +$labels['googlepass'] = 'Google Wachtwoord'; +$labels['googlepassisset'] = 'Google Wachtwoord is ingesteld'; +$labels['googlepassisnotset'] = 'Google Wachtwoord is niet ingesteld'; + +?>
\ No newline at end of file |
