$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' => 'ログイン',
'menu.logout' => 'ログアウト',
// TODO: translate the following.
// 'menu.forum' => 'Forum',
'menu.help' => 'ヘルプ',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => '新規管理者のアカウントの作成',
-'menu.profile' => 'プロファイル',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
+'menu.profile' => 'プロファイル',
'menu.time' => '時間',
// TODO: translate the following.
// 'menu.expenses' => 'Expenses',
'menu.reports' => 'レポート',
// TODO: translate the following.
// 'menu.charts' => 'Charts',
+
+// TODO: refactoring ongoing down from here.
'menu.projects' => 'プロジェクト',
// TODO: translate the following.
// 'menu.tasks' => 'Tasks',
// TODO: improve translation of all button.add... strings.
'button.add_user' => '新規ユーザーの追加',
'button.add_project' => '新規プロジェクトの追加',
-'button.add_activity' => '新規活動内容の追加',
+// TODO: translate the following.
+// 'button.add_task' => 'Add task',
'button.add_client' => '新規クライアントの追加',
+// TODO: translate the following.
+// 'button.add_invoice' => 'Add invoice',
+// 'button.add_option' => 'Add option',
'button.add' => '追加',
'button.generate' => '生成',
// Note to translators: button.reset_password needs an improved translation.