X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fca.lang.php;h=eefcbb311971f71ee996cdeaf5dbb035d0f15992;hb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;hp=e3f9fa07953efb5e32a932ea9358da3cca891eac;hpb=1525dcb2eb2094c83ac9762675d957c285762434;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index e3f9fa07..eefcbb31 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -122,9 +122,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.add_task' => 'Add task', 'button.add_client' => 'Agregar client', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Agregar', 'button.generate' => 'Generar', // TODO: translate the following. @@ -162,6 +159,8 @@ $i18n_key_words = array( 'label.end_date' => 'Data de fi', 'label.user' => 'Usuari', 'label.users' => 'Usuaris', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', 'label.option' => 'Opció', @@ -447,6 +446,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Taxa', 'form.users.default_rate' => 'Taxa per defecte per hora', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients',