X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;fp=WEB-INF%2Fresources%2Fca.lang.php;h=42c637b1b6d03247b6e51544c5ddcd8fae0b1bc9;hb=db25f950841ee874795d4b9605f8ae2347aaf4f1;hp=0f0b4c7fc0115966e3a9d4bf910a98b218eab3de;hpb=770d560338b34e0a869c78778d0cd838905fb192;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 0f0b4c7f..42c637b1 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -282,6 +282,13 @@ $i18n_key_words = array( // 'label.active_users' => 'Active Users', // 'label.inactive_users' => 'Inactive Users', +// Entity names. We use lower case (in English) because they are used in dropdowns, too. +// They are used to associate a custom field with an entity type. +// TODO: translate the following. +// 'entity.time' => 'time', +// 'entity.user' => 'user', +// 'entity.project' => 'project', + // Form titles. // TODO: Improve titles for consistency, so that each title explains correctly what each // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. @@ -414,8 +421,6 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', // 'dropdown.all_time' => 'all time', -// 'dropdown.time' => 'time', -// 'dropdown.user' => 'user', 'dropdown.projects' => 'projectes', // TODO: translate the following. // 'dropdown.tasks' => 'tasks',