X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=d2d642d3a568f663abc29209e00924f501ab469d;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=732514da20a4ff823defcbc82a2fedd90c0f0fdd;hpb=97986f58680244c80bbe4de04d12eda3d0f12f6c;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 732514da..d2d642d3 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -38,30 +38,44 @@ $i18n_holidays = array('01/01', '01/06', '04/10', '04/12', '04/13', '05/01', '05 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'Logga in', 'menu.logout' => 'Logga ut', -'menu.feedback' => 'Feedback', +// TODO: translate the following: +// 'menu.forum' => 'Forum', 'menu.help' => 'Hjälp', // Note to translators: menu.create_team needs a more accurate translation. 'menu.create_team' => 'Skapa huvudkonto', -'menu.edit_profile' => 'Ändra profil', -'menu.my_time' => 'Mina tider', +'menu.profile' => 'Profil', +'menu.time' => 'Mina tider', // TODO: Improve this, used to be "My time", now just "Time". +// TODO: translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => 'Rapporter', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', -'menu.projects' => 'Projekt', -'menu.activities' => 'Aktiviteter', -'menu.people' => 'Personal', +// TODO: translate the following: +// 'menu.charts' => 'Charts', +'menu.projects' => 'Projekt', // TODO: is this correct for plural "Projects" (many projects, not one). +// TODO: translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', // Note to translators: is menu.teams translated correctly? It's a list of teams in the system. 'menu.teams' => 'Team', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', +// TODO: translate the following: +// 'menu.export' => 'Export', 'menu.clients' => 'Kunder', 'menu.options' => 'Inställningar', -'menu.admin' => 'Admin', -// error strings +// Footer - strings on the bottom of most pages. +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +//'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. + +// Error messages. +// TODO: translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => 'Fel i databasen', 'error.field' => 'felaktig "{0}" data', 'error.empty' => 'fält "{0}" är tomt',