X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=98fc58982155f407eedfbc78ad574a2a620a05a0;hb=f12ceba49cb845be385e6b7c7786fc7e5393e802;hp=e4abce9f5723e603125751f57a3b535eb22813cb;hpb=6968ef66a0264c35eff9bdd8ed92af48b34b8d19;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index e4abce9f..98fc5898 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -47,6 +47,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profile', 'menu.group' => 'Group', +'menu.plugins' => 'Plugins', 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', @@ -213,6 +214,7 @@ $i18n_key_words = array( 'label.week_list' => 'Week list', 'label.work_units' => 'Work units', 'label.work_units_short' => 'Units', +'label.totals_only' => 'Totals only', // Form titles. 'title.login' => 'Login', @@ -272,6 +274,7 @@ $i18n_key_words = array( 'title.options' => 'Options', 'title.profile' => 'Profile', 'title.group' => 'Group Settings', +'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Custom Fields', 'title.cf_add_custom_field' => 'Adding Custom Field', 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -363,7 +366,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'client', 'form.reports.group_by_project' => 'project', 'form.reports.group_by_task' => 'task', -'form.reports.totals_only' => 'Totals only', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -427,7 +429,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'none', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Import group data from an xml file.', 'form.import.file' => 'Select file', 'form.import.success' => 'Import completed successfully.',