X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43..62bebb89af9afb9c4008d799c67e24988cb3688d:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index dc118550..12cf6ba1 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -64,6 +64,7 @@ $i18n_key_words = array( 'menu.users' => 'Uživatelů', // TODO: translate the following. // 'menu.groups' => 'Groups', +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Export', 'menu.clients' => 'Zákazníci', // TODO: translate the following. @@ -271,7 +272,8 @@ $i18n_key_words = array( 'title.login' => 'Přihlásit', 'title.groups' => 'Týmy', // TODO: change "teams" to "groups". // TODO: translate the following. -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Smazat tým', // TODO: change "team" to "group". 'title.reset_password' => 'Resetovat heslo', @@ -335,6 +337,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', +// 'title.subgroups' => 'Subgroups', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field',