X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=fe0cc43242b9364eda8bfa627935b71c0b902d50;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=fe48880229e0d43bc00de849fc9d473172cc234a;hpb=8f7f616dc5fafe49038c6eaff25f6fe6f55ca635;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index fe488802..fe0cc432 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -125,14 +125,6 @@ $i18n_key_words = array( // 'button.copy' => 'Copy', 'button.cancel' => 'Iptal', 'button.submit' => 'Gönder', -'button.add_user' => 'Kullanıcı ekle', -'button.add_project' => 'Proje ekle', -// TODO: translate the following. -// 'button.add_task' => 'Add task', -'button.add_client' => 'Müşteri ekle', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Ekle', 'button.generate' => 'Yarat', // TODO: translate the following. @@ -172,6 +164,8 @@ $i18n_key_words = array( 'label.end_date' => 'Son tarihi', 'label.user' => 'Kullanıcı', 'label.users' => 'Kullanıcılar', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Müşteri', 'label.clients' => 'Müşteriler', // TODO: translate the following. @@ -371,7 +365,7 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?', // TODO: translate the following. -// 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', +// 'form.login.about' => 'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string. @@ -465,6 +459,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Tarife', // TODO: is this correct? 'form.users.default_rate' => 'Varsayılan saat ücreti', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -504,9 +504,10 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.