X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=0cb44dfd7f5f860f513201e1054e8c82d09f4079;hb=e0ec0364d761e2dff5a7c0032f04ec1dbae50980;hp=ad0565f9c06d617beea9d04dc776fdb89987d0e2;hpb=dc00748e76b054fb1163f7a3835b686a752fbf8a;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index ad0565f9..0cb44dfd 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -48,8 +48,10 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Yardım', // TODO: translate the following. -// 'menu.create_team' => 'Create Team', +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Profili', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Zaman', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -60,8 +62,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Kullanıcılar', -'menu.teams' => 'Ekipler', // TODO: translate the following. +// 'menu.groups' => 'Groups', // 'menu.export' => 'Export', 'menu.clients' => 'Müşteriler', // TODO: translate the following. @@ -80,6 +82,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Veritabanı hatası.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Hatalı veri "{0}".', 'error.empty' => 'Alan "{0}" boştur.', // TODO: confirm that error.not_equal is translated correctly. @@ -325,6 +329,7 @@ $i18n_key_words = array( // 'title.options' => 'Options', 'title.profile' => 'Profili', // TODO: translate the following. +// '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', @@ -509,6 +514,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -543,8 +549,9 @@ $i18n_key_words = array( // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', -// Swap roles form. +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.