X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b33cf8ebaf54882a2238b660ba07936301077695..db55bdb7b1dd2bcfa793437fe97a6777eb9d93a6:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index e4b77504..a416da5e 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -132,6 +132,9 @@ $i18n_key_words = array( 'button.import' => 'Groep importeren', 'button.close' => 'Sluiten', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Groepsnaam', @@ -526,7 +529,9 @@ $i18n_key_words = array( 'role.user.description' => 'Een gebruiker zonder beheer rechten.', 'role.client.label' => 'Klant', 'role.client.low_case_label' => 'klant', -'role.client.description' => 'Een klant kan zijn eigen rapporten, grafieken en facturen inzien.', +// TODO: translate the following. +// 'role.client.description' => 'A client can view its own data.', +'role.client.description' => 'Een klant kan zijn eigen rapporten en facturen inzien.', 'role.supervisor.label' => 'Supervisor', 'role.supervisor.low_case_label' => 'supervisor', 'role.supervisor.description' => 'Een persoon met beperkte beheer rechten.',