X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fcb232f2236dd0105525b0239fa7b212aaf72a2a..cf1529ffd0e143b1d4e279755f1b6372c6cba8f6:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index e6e45fff..bf4ce11a 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -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', @@ -369,8 +370,8 @@ $i18n_key_words = array( // 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. 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi', -// TODO: translate the following. -// '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", +// 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,13 +451,7 @@ $i18n_key_words = array( // TODO: refactoring ongoing down from here. -// password reminder form attributes -// 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,8 +546,4 @@ $i18n_key_words = array( "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', );