X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=d77a7b4a0e3f6d9a2b22a3d0e2092d535c450fd1;hb=db25f950841ee874795d4b9605f8ae2347aaf4f1;hp=aa6a2ceffcae9b659a755254596078a6ca7b6632;hpb=770d560338b34e0a869c78778d0cd838905fb192;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index aa6a2cef..d77a7b4a 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -277,6 +277,13 @@ $i18n_key_words = array( 'label.active_users' => 'Aktywni użytkownicy', 'label.inactive_users' => 'Nieaktywni użytkownicy', +// 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. 'title.error' => 'Błąd', // TODO: Translate the following. @@ -399,9 +406,6 @@ $i18n_key_words = array( // 'dropdown.previous_year' => 'previous year', 'dropdown.selected_year' => 'rok', 'dropdown.all_time' => 'od początku', -// TODO: translate the following. -// 'dropdown.time' => 'time', -// 'dropdown.user' => 'user', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'zadania', 'dropdown.clients' => 'klienci',