$i18n_key_words = array(
-// Menus.
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
'menu.login' => 'Login',
'menu.logout' => 'Logout',
// TODO: translate the following.
// 'menu.forum' => 'Forum',
'menu.help' => 'Ajuda',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'criar nova conta de gerente',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
'menu.profile' => 'Perfil',
'menu.time' => 'Tempo',
// TODO: translate the following.
// 'menu.expenses' => 'Expenses',
'menu.reports' => 'Relatórios',
// TODO: translate the following.
-// 'menu.charts' => 'Charts',
+'menu.charts' => 'Charts',
'menu.projects' => 'Projetos',
// TODO: translate the following.
// 'menu.tasks' => 'Tasks',
// 'menu.users' => 'Users',
-// 'menu.teams' => 'Tams',
+// 'menu.teams' => 'Teams',
// 'menu.export' => 'Export',
// 'menu.clients' => 'Clients',
'menu.options' => 'Opções',
+// TODO: refactoring ongoing down from here.
+
// Footer - strings on the bottom of most pages.
// TODO: translate the following.
// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',