X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7fe1254bf2adce9f7c17f236f8acf2bddab01758..4f0f87f88dc93f04a9d1fa777c686c348b0875b0:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 4d0eed36..d3c8cfa9 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -59,7 +59,7 @@ $i18n_key_words = array( 'menu.projects' => 'Projeler', // TODO: translate the following. // 'menu.tasks' => 'Tasks', -// 'menu.users' => 'Users', +'menu.users' => 'Kullanıcılar', 'menu.teams' => 'Ekipler', // TODO: translate the following. // 'menu.export' => 'Export', @@ -171,8 +171,8 @@ $i18n_key_words = array( 'label.start_date' => 'Başlangıç tarihi', 'label.end_date' => 'Son tarihi', 'label.user' => 'Kullanıcı', +'label.users' => 'Kullanıcılar', // TODO: translate the following. -// 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', // 'label.option' => 'Option', @@ -205,8 +205,9 @@ $i18n_key_words = array( 'label.delete' => 'Sil', // TODO: translate the following. // 'label.configure' => 'Configure', -// 'label.select_all' => 'Select all', -// 'label.select_none' => 'Deselect all', +'label.select_all' => 'Tümünü seç', +'label.select_none' => 'Hiçbirini seçme', +// TODO: translate the following. // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', // 'label.id' => 'ID', @@ -294,7 +295,8 @@ $i18n_key_words = array( // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', // 'title.delete_task' => 'Deleting Task', -// 'title.users' => 'Users', +'title.users' => 'Kullanıcılar', +// TODO: translate the following. // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', @@ -367,10 +369,10 @@ $i18n_key_words = array( // '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. -// TODO: translate the following. -// 'form.reset_password.message' => 'Password reset request sent by email.', -// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', -// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", +'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string. +'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi', +// TODO: translate the ending of the following. +'form.reset_password.email_body' => "Sayın Kullanıcı,\n\nBirisi, muhtemelen siz, Anuko Time Tracker parolanızın sıfırlanmasını istedi. Parolanızı sıfırlamak isterseniz lütfen bu bağlantıyı takip edin.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. // TODO: translate the following. @@ -450,15 +452,7 @@ $i18n_key_words = array( // TODO: refactoring ongoing down from here. -// password reminder form attributes -"form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı', -"form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi', -// Note to translators: the ending of this string needs to be translated. -"form.fpass.send_pass_body" => "Sayın Kullanıcı,\n\nBirisi, muhtemelen siz, Anuko Time Tracker parolanızın sıfırlanmasını istedi. Parolanızı sıfırlamak isterseniz lütfen bu bağlantıyı takip edin.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n", -"form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin", - // administrator form -"form.admin.title" => 'yönetici', "form.admin.duty_text" => 'yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.
ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (e-posta çakışmalarına izin verilmemekte).', "form.admin.profile.title" => 'ekipler', @@ -551,10 +545,4 @@ $i18n_key_words = array( "controls.per_lw" => 'geçen hafta', "controls.per_td" => 'bugün', "controls.per_at" => 'tüm zamanlar', - -"label.set_empl" => 'kullanıcıları seç', -"label.sel_all" => 'tümünü seç', -"label.sel_none" => 'hiçbirini seçme', -"label.disable" => 'devre dışı bırak', -"label.enable" => 'devreye sok', );