X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=b4fdb8a734bc0c26601f61afb9f5f6e80247c052;hb=40e7c879cbbc4f00227c039f1a86d48f81e10101;hp=bedc4f6a7664f073c62df63614f73b1ab606c94b;hpb=a003ad003dfa29eb043c45f18e7f395cb3331aa5;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index bedc4f6a..b4fdb8a7 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -44,8 +44,9 @@ $i18n_key_words = array( 'menu.logout' => 'Logout', 'menu.forum' => 'Forum', 'menu.help' => 'Help', -'menu.create_team' => 'Create Team', +'menu.create_group' => 'Create Group', 'menu.profile' => 'Profile', +'menu.group' => 'Group', 'menu.time' => 'Time', 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reports', @@ -69,6 +70,7 @@ $i18n_key_words = array( 'error.access_denied' => 'Access denied.', 'error.sys' => 'System error.', 'error.db' => 'Database error.', +'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Incorrect "{0}" data.', 'error.empty' => 'Field "{0}" is empty.', 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', @@ -267,6 +269,7 @@ $i18n_key_words = array( 'title.import' => 'Importing Team Data', 'title.options' => 'Options', 'title.profile' => 'Profile', +'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Custom Fields', 'title.cf_add_custom_field' => 'Adding Custom Field', 'title.cf_edit_custom_field' => 'Editing Custom Field',