X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a0ff02ec3fa7016404f3992710db57951e74e824..HEAD:/WEB-INF/resources/sv.lang.php?ds=sidebyside diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 97392f9e..c6bf2f41 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -272,6 +272,13 @@ $i18n_key_words = array( 'label.active_users' => 'Aktiva användare', 'label.inactive_users' => 'Inaktiva användare', +// 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', + // Rubriker för formulär 'title.error' => 'Fel', // TODO: Translate the following. @@ -396,8 +403,6 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'Föregående år', 'dropdown.selected_year' => 'År', 'dropdown.all_time' => 'Livstid', -// TODO: translate the following. -// 'dropdown.time' => 'time', 'dropdown.projects' => 'Projekt', 'dropdown.tasks' => 'Arbetsuppgifter', 'dropdown.clients' => 'Kunder',